E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
pathForResource
ios处理资源的方法
property(nonatomic,strong)NSArray*tgs;-(NSArray*)tgs{ if(_tgs==nil){ NSString*path=[[NSBundlemainBundle]
pathForResource
zhuhai__yizhi
·
2014-12-09 10:00
iOS--播放声音(AVAudioPlayer)、录音(AVAudioRecorder)
播放音频: 首先在导入框架:#import //01 加载音频路径 NSString*str=[[NSBundlemainBundle]
pathForResource
:@"半点心_草蜢"ofType:@
u010165653
·
2014-12-05 17:00
UIimageView图片加载
++) { [[NSBundle mainBundle] resourcePath]; path=[[NSBundle mainBundle]
pathForResource
NetworkAD
·
2014-12-04 20:15
图片
UIimageView图片加载
numberOfImage; i++) { [[NSBundle mainBundle] resourcePath]; path=[[NSBundle mainBundle]
pathForResource
NetworkAD
·
2014-12-04 20:15
图片
UI
UIImage应用与内存管理
imageNamed函数[UIImageimageNamed:ImageName]; 2、用NSData的方式加载,例如: 1.NSString*filePath=[[NSBundlemainBundle]
pathForResource
yuanfen139re
·
2014-12-04 14:00
IOS 读取plist json文件
1.2读取代码//1.获取plist文件路径 NSString *path = [[NSBundle mainBundle]
pathForResource
:@"fileName.plist" ofType
卧龙小
·
2014-12-02 21:00
ios
json
plist
加载gif图片的方法:(需要SDWebImage方法)
NSString*name=@"loading.gif";NSString*filePath=[[NSBundlebundleWithPath:[[NSBundlemainBundle]bundlePath]]
pathForResource
沸腾的泪水05314
·
2014-12-02 18:42
加载gif图片的方法:(需要SDWebImage方法)
*name=@"loading.gif"; NSString *filePath=[[NSBundlebundleWithPath:[[NSBundlemainBundle]bundlePath]]
pathForResource
chenyong05314
·
2014-12-02 18:00
iOS 中的target Membership
今天被一个问题困扰了半天.NSString*path=[[NSBundlemainBundle]
pathForResource
:@"test"ofType:@"mp4"];结果path为nil,文件中明明有
hahashiwo
·
2014-11-25 14:00
ios
路径
本地视频
iphone开发之UIImage应用与内存管理,UIImage加载图像方法
引用 [UIImageimageNamed:ImageName]; 二、用NSData的方式加载,例如: 引用NSString*filePath=[[NSBundlemainBundle]
pathForResource
jinyeweiyang
·
2014-11-23 15:00
使用JsonKit解析中文时注意事项
解决方法:NSString*pricePath=[[NSBundlemainBundle]
pathForResource
:@"CarSelectPrice"ofType:@"json"]; NSString
qqMCY
·
2014-11-22 16:00
ios
中文
null
空
JSONKit
Plist文件读取
aFileName{ NSString*errorDesc=nil; NSPropertyListFormatformat; NSString*plistPath=[[NSBundlemainBundle]
pathForResource
RoderickKennedy
·
2014-11-19 16:47
ios
plist
Plist文件读取
aFileName{NSString*errorDesc=nil;NSPropertyListFormatformat;NSString*plistPath=[[NSBundlemainBundle]
pathForResource
RoderickKennedy
·
2014-11-19 16:47
IOS
PLIST
IOS
系统高级开发
UIImage播放序列帧
imageName=[NSStringstringWithFormat:@"%@_%02d.jpg",action,i]; NSString*path=[[NSBundlemainBundle]
pathForResource
wealon
·
2014-11-13 14:00
IOS - plist使用
//1 可读取,不可写入工程下的plist文件; // NSString *plistPath = [[NSBundle mainBundle]
pathForResource
·
2014-11-09 11:00
plist
iPhone读取plist文件
NSArray*tableData; NSArray*thumbnails; NSArray*prepTime; //取得资源路径 NSString*path=[[NSBundlemainBundle]
pathForResource
daveztong
·
2014-11-06 21:00
plist
@2x与@3x的图片加载问题
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"smallcat"ofType:@"png"];UIImage*image=[[UIImagealloc
wmqi10
·
2014-11-06 16:00
pathForResource
:imgPath
+(id)createImageView:(CGRect)frameforPath:(NSString*)imgPath{ UIImageView*imageView=[[[UIImageViewalloc]init]autorelease]; imageView.frame=frame; if(imgPath!=nil){// UIImage*img=[UIImag
chenyong05314
·
2014-10-30 10:00
UIImage的2种加载方式的区别
方式二:无缓存(图片所占用的内存会在一些特定操作后被清除) NSBundle *bundle = [NSBundle mainBundle]; NSString *path = [bundle
pathForResource
Invictus_fang
·
2014-10-15 23:00
uiimage
iOS用ASIHTTPRequest框架实现多张图片上传
用ASIFormDataRequest实现图片上传方法一:表单提交[cpp] viewplaincopy NSString *fileName = [[NSBundle mainBundle]
pathForResource
sky_2016
·
2014-10-09 19:00
使用JavaScript给UIWebView中的内容注入CSS
NSString *filePath = [[NSBundle mainBundle]
pathForResource
:@"articleInline_small" ofType
quding0308
·
2014-10-06 21:00
JavaScript
加载本地html遇到的问题
我想当然的把文件夹拷到工程中,然后用以下方法加载:NSURL*url=[[NSBundlemainBundle]
pathForResource
:@"index"ofType:@"html"inDirectory
kangli_1990
·
2014-09-28 20:00
html
ios
创建UIImage的两种方法
1.UIImage*img=[UIImageimageNamed:@"imageName"]; 2.NSString*imageFilePath=[[NSBundlemainBundle]
pathForResource
lear
·
2014-09-26 16:00
iOS 在应用中播放本地视频文件
Mediaplayerframework并且在viewcontroller中#import 2.把视频文件拖拽到xcode中3.获取文件存放的路径NSString*thePath=[[NSBundlemainBundle]
pathForResource
willproud
·
2014-09-25 20:00
XML解析 SAX
先获取解析的文件路径 NSString*xmlPath=[[NSBundlemainBundle]
pathForResource
:@"Person"ofType:@"xml"]; 2.根据文件路径初始化一个
缘起缘落
·
2014-09-18 21:00
sax
xml解析
XML解析 DOM(2)
获取解析文件路径 NSString*xmlPath=[[NSBundlemainBundle]
pathForResource
:@"Person"ofType:@"xml"];2.初始化xml字符串
缘起缘落
·
2014-09-18 21:00
dom
xml解析
从plist文件中读取数据
//从plist文件中读取数据-(void)readDataFromPlist{ //1.先获取文件路径 NSString*filePath=[[NSBundlemainBundle]
pathForResource
缘起缘落
·
2014-09-18 21:00
文件
读取数据
plist
XML解析(简单)
获取解析文件路径 NSString*xmlPath=[[NSBundlemainBundle]
pathForResource
:@"Citys"ofType:@"xml"]; 2.初始化xml字符串
缘起缘落
·
2014-09-18 21:00
xml
解析
JSON (data解析) data解析为数组
获取文件路NSString*jsonPath=[[NSBundlemainBundle]
pathForResource
:@"Student"ofType:@"json"]; 2.初始化NSData对象
缘起缘落
·
2014-09-18 21:00
json
数组
data解析
JSON (系统解析)
获取文件路径 NSString*jsonPath=[[NSBundlemainBundle]
pathForResource
:@"Student"ofType:@"json"]; 2.初始化NSData
缘起缘落
·
2014-09-18 21:00
json
系统解析
XML解析 DOM(2)
获取解析文件路径 NSString*xmlPath=[[NSBundlemainBundle]
pathForResource
:@"Person"ofType:@"xml"];2.初始化xml字符串
缘起缘落
·
2014-09-18 21:00
dom
xml解析
iOS学习笔记—— 数据持久化(Plist)
1、读取全部数据-(NSMutableArray*)loadAllData { NSString*path=[[NSBundlemainBundle]
pathForResource
:@"data"ofType
u012628310
·
2014-09-17 15:00
ios
ios AVFoundation play audio
查找原因发现是因为没有加载到应用里,解决方法是在target->buildphases->copybundleresources选项里将这个文件加上就行varpath:String=NSBundle.mainBundle().
pathForResource
hddaaa
·
2014-09-15 03:09
ios
AVFoundation
pla
ios AVFoundation play audio
查找原因发现是因为没有加载到应用里,解决方法是在target->buildphases->copybundleresources选项里将这个文件加上就行varpath:String=NSBundle.mainBundle().
pathForResource
hddaaa
·
2014-09-15 03:09
ios
play
audio
AVFoundation
JSON (data解析) data解析为数组
获取文件路NSString*jsonPath=[[NSBundlemainBundle]
pathForResource
:@"Student"ofType:@"json"]; 2.初始化NSData对象
缘起愿落
·
2014-09-14 21:19
json
数组
data解析
JSON (字符串解析) 字符串解析为数组
1.获取文件路径NSString*jsonPath=[[NSBundlemainBundle]
pathForResource
:@"Student"ofType:@"json"];2.将文件内容转化为字符串
缘起愿落
·
2014-09-14 21:13
json
字符串解析
字符串解析为数组
JSON (系统解析)
获取文件路径 NSString*jsonPath=[[NSBundlemainBundle]
pathForResource
:@"Student"ofType:@"json"]; 2.初始化NSData
缘起愿落
·
2014-09-14 21:14
json
系统解析
XML解析 DOM(2)
获取解析文件路径 NSString*xmlPath=[[NSBundlemainBundle]
pathForResource
:@"Person"ofType:@"xml"];2.初始化xml字符串
缘起愿落
·
2014-09-14 21:21
dom
xml解析
XML解析 DOM(2)
获取解析文件路径 NSString*xmlPath=[[NSBundlemainBundle]
pathForResource
:@"Person"ofType:@"xml"];2.初始化xml字符串
缘起愿落
·
2014-09-14 21:07
dom
xml解析
XML解析 SAX
先获取解析的文件路径 NSString*xmlPath=[[NSBundlemainBundle]
pathForResource
:@"Person"ofType:@"xml"]; 2.根据文件路径初始化一个
缘起愿落
·
2014-09-14 21:02
sax
xml解析
XML解析(简单)
获取解析文件路径 NSString*xmlPath=[[NSBundlemainBundle]
pathForResource
:@"Citys"ofType:@"xml"]; 2.初始化xml字符串
缘起愿落
·
2014-09-14 20:12
xml
解析
从plist文件中读取数据
从plist文件中读取数据-(void)readDataFromPlist{ 1.先获取文件路径 NSString*filePath=[[NSBundlemainBundle]
pathForResource
缘起愿落
·
2014-09-04 20:11
文件
读取数据
plist
iOS 正确选择图片加载方式
UIImageimageNamed:@"image.png"];//方法2UIImage*image2=[UIImageimageWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
小手手
·
2014-08-26 14:22
iOS开发
iOS 正确选择图片加载方式
UIImageimageNamed:@"image.png"]; //方法2 UIImage*image2=[UIImageimageWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
Apple_app
·
2014-08-26 14:00
ios
图片
内存
iOS 正确选择图片加载方式
UIImageimageNamed:@"image.png"]; //方法2 UIImage*image2=[UIImageimageWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
Apple_app
·
2014-08-26 14:00
ios
内存
图片
iOS开发-播放本地音频(可后台播放)
//初始化音乐 //创建音乐文件路径 NSString*musicFilePath=[[NSBundlemainBundle]
pathForResource
:@"eyeExe"ofType:@"mp3"
hitwhylz
·
2014-08-23 00:00
IOS中获取文件路径的方法
首先把文件(比如本例中的testFile.txt文件)放置在resources分组下,然后代码这样写:NSString *filePath=[[NSBundle mainBundle]
pathForResource
a644784668
·
2014-08-08 13:35
IOS中获取文件路径的方法
新特性显示
info.plist文件中读出版本号 NSString*key=(NSString*)kCFBundleVersionKey; NSString*path=[[NSBundlemainBundle]
pathForResource
ljl5125
·
2014-07-08 12:58
新特性
版本号
0622.获取json文件的数据
1、Json文件结构分析 2、在OC中读取Json文件//1、获取全路径 NSString*full=[[NSBundlemainBundle]
pathForResource
:@"help.json"ofType
bao9107
·
2014-06-22 19:00
iOS SDK 从配置文件里读SDK。转化成class 可同时加载多个SDK
然后在key 输入名字比如allsdk value 里填写.a 文件的名字 NSString *plistPath = [[NSBundle mainBundle]
pathForResource
·
2014-06-10 10:00
Class
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他