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 将文件拷贝到沙河
文件拷贝到沙河我们可以在外部建好数据库然后将数据库拷贝到沙河里面去NSString*dbFile=[[NSBundlemainBundle]
pathForResource
:@"mongo"ofType:
沙瓦迪卡
·
2020-03-11 04:41
iOS-导入音频
#importNSString*path=[[NSBundlemainBundle]
pathForResource
:@"enemy3_down.mp3"ofType:nil];_bombAudioPlayer
亦晴工作室
·
2020-03-10 21:27
AVAudioPlayer 播放没有声音解决方法
playVoice:(NSString*)voicetype:(NSString*)type{NSURL*url=[NSURLfileURLWithPath:[[NSBundlemainBundle]
pathForResource
流沙3333
·
2020-03-10 20:34
iOS 视频拼接以及添加背景音乐
-(void)joinVideoAndMusic{NSURL*videoURL1=[NSURLfileURLWithPath:[[NSBundlemainBundle]
pathForResource
:@
我是毒毒毒毒毒药
·
2020-03-09 21:15
加载HTML
加载本地HTML页面方式一NSString*localHTMLPageName=@"myPage";NSString*path=[[NSBundlemainBundle]
pathForResource
:
iOS小菜鸟
·
2020-03-09 04:19
iOS - 读取Resource文件夹的js文件内容
NSString*jsonPath=[[NSBundlemainBundle]
pathForResource
:@"provinces"ofType:@"js"];NSData*data=[NSDatadataWithContentsOfFile
HanZhiZzzzz
·
2020-03-07 23:53
播放音效文件
导入头文件:#import/**播放音效文件*/-(void)playSoundEffect:(NSString*)name{NSString*audioFile=[[NSBundlemainBundle]
pathForResource
XP_Swf
·
2020-03-07 20:44
UIImage的加载方式
image=[UIImageimageNamed:name];第二种:UIImage*image2=[UIImageimageWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
Kyniii
·
2020-03-07 10:23
AF3.0、WKWebView、SDWebImage适配HTTPS
AF3.0//添加证书-(AFSecurityPolicy*)customSecurityPolicy{///先导入证书NSString*cerPath=[[NSBundlemainBundle]
pathForResource
只非鱼
·
2020-03-07 02:46
json文件转换plist文件
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"city_province.json"ofType:nil];NSLog(@"path=%@",
果然小行家
·
2020-03-05 06:44
iOS【UIImage】@2x @3x
UIImage的加载有两种方法[UIImageimageNamed:@"smallcat"];NSString*path=[[NSBundlemainBundle]
pathForResource
:@"smallcat"ofType
iCuiCui
·
2020-03-05 03:48
iOS小结
上传图片图片发自Appgif图片的显示NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"railway"ofType:@"gif"];NSData
且行且珍惜_iOS
·
2020-03-05 02:54
Swift 图像转换为Base64字符串
//本地路径文件letfilePath=NSBundle.mainBundle().
pathForResource
("test",ofType:"jpg")letdata=NSData(contentsOfFile
小黑Swift
·
2020-03-04 13:48
读取json文件
读取json文件NSString*path=[[NSBundlemainBundle]
pathForResource
:@"area"ofType:@"json"];NSData*data=[NSDatadataWithContentsOfFile
fallrainy
·
2020-03-03 04:59
JSPatch原理解析(一)
demo中在appdelegate开始看和JSPatch有关的是这几句代码[JPEnginestartEngine];NSString*sourcePath=[[NSBundlemainBundle]
pathForResource
Cc极生
·
2020-03-03 04:19
Xcode
pathForResource
找不到文件
1、场景Xcode里面明明导入了MP3文件。调用[[NSBundlemainBundle]pathForResourc:]方法,老是报错说找不到文件,路径为nil.2、原因你把文件拉入到工程,工程并不会自动把文件加入到资源库的。你需要手动把他添加到:CopyBundleResource3、解决B11DF7CA-BAED-4BC0-8622-7EF5427134F2.png点击+号,把文件加入,问题
吴佩在天涯
·
2020-03-02 04:51
ios开发txt文件转plist文件
NSString*plistPath=[[NSBundlemainBundle]
pathForResource
:@"zujin"ofType:@"txt"];//gbk编码如果txt文件为utf-8的则使用
seventhboy
·
2020-03-02 02:26
iOS播放GIF动画的几种方式
1.使用UIWebView播放#pragmaclangdiagnosticignored"-Wnonnull"NSString*path=[[NSBundlemainBundle]
pathForResource
Tate_zwt
·
2020-03-01 13:08
本地造假数据模拟服务器给的json
读取.json文件代码部分NSString*json=[[NSBundlemainBundle]
pathForResource
:@"data"ofType:@"json"];NSData*data=[NSDatadataWithContentsOfFile
动感超人丶
·
2020-03-01 04:48
UIImageView的集中初始化方法
1.使用imageWithContentsOfFile:初始化UIImage*image=[UIImageimageWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
CoderMrGuo
·
2020-02-29 20:33
仿keep思路
创建一个视频播放器,播放准备好的视频NSString*url=[[NSBundlemainBundle]
pathForResource
:@"1"ofType:@"mp4"];self.mp4Item=[
JanuaryMei
·
2020-02-29 11:03
plist文件追加数据
我在对Resources/rchd/rchd.plist内容进行操作..想在plist文件里面追加一条数据.我现在的代码如下:NSString*path=[[NSBundlemainBundle]
pathForResource
H_A_N
·
2020-02-28 15:27
MPMoviePlayerController播放视频
NSString*file=[[NSBundlemainBundle]
pathForResource
:@"test_movie"ofType:@"mp4"];NSURL*url=[NSURLfileURLWithPath
Ming普
·
2020-02-27 09:40
播放系统声音
播放系统声音SystemSoundIDmysound;NSString*sndpath=[[NSBundlemainBundle]
pathForResource
:@"basicsound"ofType:
winnisz
·
2020-02-26 09:55
ios 本地json,plist,bundle 文件的使用
json文件//我们需要先把它转为nsdata再转为我们常用的dicNSData*JSONData=[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
一只不会飞的小艳子
·
2020-02-26 05:45
iOS 使用FMDB对本地的.db数据进行查询
/***@authorfangbmian,16-03-1810:03:50**获取本地品牌数据*/NSString*dbFilePath=[[NSBundlemainBundle]
pathForResource
这样的我321
·
2020-02-25 23:29
新建plist文件
直接创建,可以创建完成后再改名为测试.plist文件内为一个字典,可以在字典里面添加key和value存储需要用到的时候NSString*path=[[NSBundlemainBundle]
pathForResource
给你快乐
·
2020-02-25 02:50
解析字符串遇到的问题
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"LBChatDemo"ofType:@"json"];NSData*data=[NSDatadata
Johnny_Chang
·
2020-02-24 20:07
字典转模型
shops{if(_shops==nil){//加载一个字典数组NSArray*dictArray=[NSArrayarrayWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
张璠
·
2020-02-24 11:37
NSBundle mainBundle]
pathForResource
获取不到bundle文件
问题 再利用以下代码获取视频文件路径的时候返回路径为nilNSString*noteVideoPath=[[NSBundlemainBundle]
pathForResource
:@"video"ofType
ClementGu
·
2020-02-22 15:07
Plist文件
superviewDidLoad];//初始化图片数组self.array=[NSMutableArrayarray];//请求数据NSString*path=[[NSBundlemainBundle]
pathForResource
法库德
·
2020-02-21 16:46
[NSBundle mainBundle]
pathForResource
: ofType: 获取不到数据
;//使用.der和.p12中的公钥私钥加密解密NSString*public_key_path=[[NSBundlemainBundle]
pathForResource
:@"public_key.der"o
小子难缠
·
2020-02-20 15:21
iOS NSBundle的
pathForResource
返回nil
有时候想取工程中的文件路径,比如图片,用NSBundle的
pathForResource
:ofType:返回却是nil屏幕快照2017-09-2518.32.46.png[[NSBundlemainBundle
晨寂
·
2020-02-20 06:34
iOS文件预览的几种方式
一、UIDocumentInteractionController//本地文件的绝对路径NSString*path=[[NSBundlemainBundle]
pathForResource
:@"测试"ofType
SL_iOS
·
2020-02-20 04:34
iOS 播放本地 gif
一.使用UIWebView播放NSData*gifData=[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
:@"IMG
Heikki_
·
2020-02-18 21:04
iOS 图片view设置gif动图
*name=@"750-611";//图片的名字NSString*filePath=[[NSBundlebundleWithPath:[[NSBundlemainBundle]bundlePath]]
pathForResource
彩虹丶直至黑白
·
2020-02-18 05:16
iOS对csv文件的操作
在我的项目中的做法是首先将数据读取出来,然后在缓存目录中重新创建一个csv文件,将这些数据再写进去,如果有直接转移文件的方法,请告知,谢谢)一:读取csv文件内容NSString*path=[[NSBundlemainBundle]
pathForResource
明天就去
·
2020-02-18 03:36
WKWebView打开本地H5页面,链接CSS和JS文件无效的问题
代码量少,所以都写在同一个文件里),然后直接调用如下代码加载:NSString*content=[NSStringstringWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
Sunny_Hui
·
2020-02-17 22:52
iOS中app内购方法
导入第三方框架2.遵守协议#import-(void)requestProducts{//1.拿到所有想卖商品的ProductIDNSString*filePath=[[NSBundlemainBundle]
pathForResource
打电话记错号码的人
·
2020-02-16 07:10
从本地加载webView不显示图片的问题
最近的项目中有一个新功能介绍的页面,要从本地加载html文件,我就想当然的写上NSData*data=[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
14号孤独患者
·
2020-02-15 21:58
iOS 播放系统提示音和使用系统方法播放本地提示音
AudioServicesPlaySystemSound(1007);//其中1007是系统声音的编号,想用其他音效更改编号就可以了2、用户自己制作的提示音//文件路径NSString*path=[[NSBundlemainBundle]
pathForResource
FisherJiam
·
2020-02-15 12:01
iOS 利用AVAudioPlayer写一个简易的音乐播放器
利用AVFoundation库中的AVAudioPlayer类实现简单的音乐播放:核心代码:NSString*path=[[NSBundlemainBundle]
pathForResource
:@"3"
Cary9396
·
2020-02-15 07:20
iOS 获取plist文件中的数据
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"???"
谁说_
·
2020-02-15 01:12
iOS加载本地视频播放获取视频路径出错
获取视频路径:NSString*urlStr=[[NSBundlemainBundle]
pathForResource
:@"1.mp4"ofType:nil];NSLog(@"----%@",url
47号同学
·
2020-02-14 23:56
iOS 运行时判断xib是否存在
知识要点1.xib最终会变成nib文件2.NSBundle实例方法-(NSString*)
pathForResource
:(NSString*)nameofType:(NSString*)ext;如果bundle
hgl
·
2020-02-14 16:07
iOS 加载一个gif
gifImageView=[[UIImageViewalloc]initWithFrame:CGRectMake(100,100,100,100)];NSString*path=[[NSBundlemainBundle]
pathForResource
PINKAPINKA
·
2020-02-13 20:34
[NSBundle MainBundle] pathForResources 拿不到 Assets.xcassets里面图片的路径 ( BUG方式解决)
项目中,把一张gif图放在Assets.xcassets,使用时一直是这样的:NSString*path=[[NSBundlemainBundle]
pathForResource
:@"下滑动画"ofType
Cz1024
·
2020-02-13 16:19
IOS JSON数据解析
//获取文件中的json数据//JsonData是文件名//json是文件后缀民NSString*path=[[NSBundlemainBundle]
pathForResource
:@"JsonData"ofType
少爷1103
·
2020-02-13 05:03
iOS学习笔记3
Plist文件加载Plist文件先获取文件路径在将Plist文件传入数组或者字典中//获取file在不同机器的文件全部路径NSString*file=[[NSBundlemainBundle]
pathForResource
蠢萌的L君
·
2020-02-12 14:13
爱限免项目第一天知识点回顾
NSBundle对象读取该文件的地址,在用数组通过文件地址获取对象的类方法创建了一个数组,该数组中则保存了保存了多个字典对象NSString*plistPath=[[NSBundlemainBundle]
pathForResource
信徒_lh
·
2020-02-12 13:59
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
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
其他