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
OfType
NSBundle类
最常见的用法:NSString*path=[[NSBundlemainBundle]pathForResource:
ofType
:];mainBundle类方法,获取应用程序的管理对象。
磨剑十年
·
2020-04-01 21:00
iOS读取不到本地json原因
[[NSBundlemainBundle]pathForResource:@"temp.json"
ofType
:@"type"]找不到不到本地文件路径解决办法及原理是这样的,[NSBundlemainBundle
frola_
·
2020-03-31 10:48
iOS加载GIF图
(0,0,200,200)];[self.viewaddSubview:webView];NSString*path=[[NSBundlemainBundle]pathForResource:@"1"
ofType
壮骨
·
2020-03-30 12:54
ios plist 解析数据
定义数组属性_dataarr=[NSMutableArraynew];NSString*file=[[NSBundlemainBundle]pathForResource:@"music.plist"
ofType
你又脸红了i
·
2020-03-29 14:09
day13---UITableViewEdit
superviewDidLoad];//1.请求数据iddata=[HttpRequestrequestDataOfFileName:[[NSBundlemainBundle]pathForResource:@"friends"
ofType
才华惊动警方
·
2020-03-29 10:48
#WebView加载的本地html
单纯的Mark一下,以供入坑的小伙伴脱坑NSString*jsFilePath=[[NSBundlemainBundel]pathForResource:@"XXX"
ofType
:@"js"];NSString
Vinch
·
2020-03-28 09:30
把txt转为plist文件
读取txt文件的路径NSString*txtPath=[[NSBundlemainBundle]pathForResource:NSLocalizedString(@"country_txt",nil)
ofType
码海求知
·
2020-03-28 08:19
ios ble OTA 分包发送
由于蓝牙设备每次只能接受20字节,所以文件要分包发送:NSString*filePath=[[NSBundlemainBundle]pathForResource:@"OTA_20170126_双模_1"
ofType
彦子凡
·
2020-03-27 18:23
懒加载注意事项
NSMutableArray*)helps{if(_helps==nil){//得到文件路径NSString*path=[[NSBundlemainBundle]pathForResource:@"help"
ofType
陈水寒
·
2020-03-26 13:25
设备版本号
pragmamark---获取当前的版本号NSString*filePath=[[NSBundlemainBundle]pathForResource:@"Info.plist"
ofType
:nil];
蓝_上海求职
·
2020-03-26 08:43
资源包 - NSBundle
mainBundle获取图片加载举例//主目录包NSString*myBundleSourcePath=[[NSBundlemainBundle]pathForResource:@"Icon-Small"
ofType
居然是村长
·
2020-03-26 06:14
iOS之从json文件获取数据
//获取文件路径NSString*filePath=[[NSBundlemainBundle]pathForResource:@"文件的名字"
ofType
:@"json"];//获取文件内容NSString
张大普奔
·
2020-03-25 16:42
自定义cell的高度
=nil){_dataArray=[NSArrayarray];NSString*path=[[NSBundlemainBundle]pathForResource:@"statuses.plist"
ofType
贼海鸥
·
2020-03-25 13:05
MyBatis
Collection集合映射可以用了一对多的查询,对应的pojo中是一个List集合的属性其中的
oftype
参数和javatype参数对应的就是list集合和普通属性的类型假如我需要查询两个表中班级为同一个的数据
凯哥学堂
·
2020-03-25 10:23
json解析
3.48.25.pngNSData*data=[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]pathForResource:@"movie.txt"
ofType
我爱吃豆芽
·
2020-03-24 16:34
Mybatis如何通过xml传入集合到实体中
collection用法:如果是非自定义collection:注意
ofType
中的值columnPrefix用法:作为列名前缀子查询用法:内嵌子查询(获取单词释义)selectid,wordfrombook_wordawherea
QZH_2019
·
2020-03-24 11:21
iOS-11-OC如何加载加载本地的html文件
示例代码:NSString*path=[[NSBundlemainBundle]pathForResource:@"index"
ofType
:@"html"];NSString*htmlString=[
小东门儿
·
2020-03-24 06:19
iOS视频倒放
void)reverseVideo{NSURL*videoURL=[NSURLfileURLWithPath:[[NSBundlemainBundle]pathForResource:@"IMG_4400"
ofType
我是毒毒毒毒毒药
·
2020-03-23 12:11
ios笔记
项目里的资源通过主资源包加载到程序中例如NSBundle*bundle=[NSBundlemainBundle];//加载主资源包**NSString*path=[bundlepathForResource:@"shops"
ofType
修行小怪兽
·
2020-03-23 11:24
无标题文章
找后台要一个生成的cer文件2.直接拖进你的工程里面3.在你以前封装的好的网络里面添加以下代码NSString*cerPath=[[NSBundlemainBundle]pathForResource:@"myCA"
ofType
福建王海林
·
2020-03-23 09:36
iOS 如何正常显示本地Gif图
NSData*gifData=[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]pathForResource:@"2016042218051891.gif"
ofType
山杨
·
2020-03-22 05:01
访问图像属性而不将图像加载到内存中
在iOS上最简单的方法是使用UIImageNSString*path=[[NSBundlemainBundle]pathForResource:@"KAR_5160"
ofType
:@"jpg"];UIImage
Swift研习室
·
2020-03-21 04:28
ios开发:图片连续动画
//获取图片路径:相对路径//第一个参数:文件的名字//第二个参数:文件的类型NSString*path=[[NSBundlemainBundle]pathForResource:@"map"
ofType
SadMine
·
2020-03-20 03:45
012-plist类型的资源文件转化成数组
///路径guardletpath=Bundle.main.path(forResource:"main.plist",
ofType
:nil),letarray=NSArray(contentsOfFile
紫荆秋雪_文
·
2020-03-19 23:51
从项目中加载路径文件
NSString*path=[[NSBundlemainBundle]pathForResource:@"资源名称"
ofType
:@"资源类型(后缀)"];NSURL*url=[NSURLfileURLWithPath
eryuxinling
·
2020-03-19 10:20
音乐拼接合成
SyntheticRecordAndFinishBlock:(void(^)(BOOLsuccess))block{NSString*main=[[NSBundlemainBundle]pathForResource:@"107785182"
ofType
风___________
·
2020-03-19 08:37
swift 加载本地html文件的方法
letwebView=UIWebView.init(frame:self.view.bounds)letfilePath=NSBundle.mainBundle().pathForResource("reading",
ofType
i得深刻方得S
·
2020-03-17 20:09
day7---视频、音频
AVAudioPlayeralloc]initWithData:[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]pathForResource:_musicArr[_index]
ofType
才华惊动警方
·
2020-03-17 10:45
iOS 数据存储
一、plist文件项目中新建的plist文件读取NSString*plistPath=[[NSBundlemainBundle]pathForResource:@"address"
ofType
:@"plist
George2016
·
2020-03-17 04:15
iOS开发-预览pdf、word等文件
WKWebViewWKWebView*wk=[[WKWebViewalloc]init];//获取文件(本地)NSString*path=[[NSBundlemainBundle]pathForResource:@"test"
ofType
酱油之神
·
2020-03-17 04:55
MPMoviePlayerController视频播放
MPMoviePlayerController*player;//本地视频NSString*videoPath=[[NSBundlemainBundle]pathForResource:@"video"
ofType
lancely
·
2020-03-16 14:38
NSBundle方法获取不到资源路径
iOS问题笔记-[[NSBundlemainBundle]pathForResource:
ofType
:]方法获取不到资源路径iOS开发在一次使用数据库文件时NSString*filePath=[[NSBundlemainBundle
程序猿之路
·
2020-03-15 04:01
iOS音频播放
需要设置成全局的,否则会被过早释放,而无法播放NSError*error=nil;NSString*outPutFilePath=[[NSBundlemainBundle]pathForResource:@"一"
ofType
Da雪山
·
2020-03-14 17:55
学习OpenGL ES之透明和混合
-(void)genTexture{NSString*opaqueTextureFile=[[NSBundlemainBundle]pathForResource:@"texture"
ofType
:@"
handyTOOL
·
2020-03-14 15:01
iOS HTTPS 自检证书请求服务器和WKWebView
customSecurityPolicy{//简单封装一下//2设置证书模式NSString*cerPath=[[NSBundlemainBundle]pathForResource:@"mnchip"
ofType
在这蓝色天空下
·
2020-03-14 11:44
plist文件代码展示
pragmamark-bundle下——即工程内plist文件内容的获取及修改#pragmamark读取NSString*bundlePath=[[NSBundlemainBundle]pathForResource:@"test"
ofType
清都
·
2020-03-14 04:45
视频播放器
AVPlayerLayer#importNSString*path=[[NSBundlemainBundle]pathForResource:@"喵星人"
ofType
:@"mp4"];//创建播放本地视频的播放器对象
Dove_Q
·
2020-03-14 01:04
2017 https
找后台要一个生成的cer文件2.直接拖进你的工程里面3.在你以前封装的好的网络里面添加以下代码NSString*cerPath=[[NSBundlemainBundle]pathForResource:@"myCA"
ofType
liulianjianshu
·
2020-03-13 21:03
iOS问题笔记-[[NSBundle mainBundle] pathForResource:
ofType
:]方法获取不到资源路径
iOS开发在一次使用数据库文件时NSString*filePath=[[NSBundlemainBundle]pathForResource:@"city"
ofType
:@"sqlite"];运行后filePath
Smallwolf_JS
·
2020-03-13 07:36
json数据转换
NSError*error;//获取文件路径NSString*filePath=[[NSBundlemainBundle]pathForResource:@"AppConfig"
ofType
:@"json
codeWalker
·
2020-03-12 20:33
iOS AFNetworking/NSURLConnection HTTPS认证
customSecurityPolicy{//先导入证书NSString*cerPath=[[NSBundlemainBundle]pathForResource:@"RobertLaurence.cer"
ofType
42vio
·
2020-03-12 13:44
iOS点击按钮播放声音
概述未完待续代码#import//播放声音NSString*resoucePath=[[NSBundlemainBundle]pathForResource:@"声音文件名"
ofType
:@"wav"]
NapoleonY
·
2020-03-12 11:01
不良词汇过滤
1、得到过滤数组NSError*error;NSString*path=[[NSBundlemainBundle]pathForResource:@"forbid"
ofType
:@"txt"];NSString
iOS_SXH
·
2020-03-12 03:34
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
iOS 视频拼接以及添加背景音乐
joinVideoAndMusic{NSURL*videoURL1=[NSURLfileURLWithPath:[[NSBundlemainBundle]pathForResource:@"IMG_4400"
ofType
我是毒毒毒毒毒药
·
2020-03-09 21:15
AVPlayer 播放本地视频
guardleturlString=Bundle.main.path(forResource:"ad_video",
ofType
:"mp4")else{print("notfound..")return
会飞的大西瓜v
·
2020-03-08 04:17
iOS - 读取Resource文件夹的js文件内容
NSString*jsonPath=[[NSBundlemainBundle]pathForResource:@"provinces"
ofType
:@"js"];NSData*data=[NSDatadataWithContentsOfFile
HanZhiZzzzz
·
2020-03-07 23:53
UIImage的加载方式
第二种:UIImage*image2=[UIImageimageWithContentsOfFile:[[NSBundlemainBundle]pathForResource:@"image.png"
ofType
Kyniii
·
2020-03-07 10:23
AF3.0、WKWebView、SDWebImage适配HTTPS
)customSecurityPolicy{///先导入证书NSString*cerPath=[[NSBundlemainBundle]pathForResource:@"aichewang.cer"
ofType
只非鱼
·
2020-03-07 02:46
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
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
其他