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 AFNetworking 配置Https请求
AFSecurityPolicy*)customSecurityPolicy{//先导入证书证书由服务端生成,具体由服务端人员操作NSString*cerPath=[[NSBundlemainBundle]
pathForResource
DylanCat
·
2017-08-20 19:35
iOS开发
进阶功能的用法
IOS UIScrollView,滑动视图
目的是消除视图控制器对滚动视图的影响self.automaticallyAdjustsScrollViewInsets=NO;//取到图片在工程中的路径NSString*path=[[NSBundlemainBundle]
pathForResource
小暖风
·
2017-08-19 17:11
无标题文章
//播放项目路NSString*urlStr=[[NSBundlemainBundle]
pathForResource
:@"10736444"ofType:@"mp3"];//播放本地资源NSURL*url
伟伟机器人
·
2017-08-15 20:06
iOS文件操作
Library、temp以及一个.app包NSString*homeDir=NSHomeDirectory();应用程序包:存放应用程序的源文件,包括资源文件和可执行文件[[NSBundlemainBundle]
pathForResource
伊人半笑
·
2017-07-23 20:50
9.UIImage选择正确的加载方式
UIImageimageNamed:@"image.png"];//方法二UIImage*image=[UIImageimageWithContentsOfFile:[NSBundlemainBundle]
pathForResource
小笨憨
·
2017-06-08 15:38
iOS-加载gif图片的几种方式
showGifImageWithWebView{//读取gif图片数据NSData*gifData=[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
奋斗的蜗牛
·
2017-05-18 15:22
iOS plist 存储读取值
在工程里直接创建一个Plist文件://获取Plist文件路径NSString*plistPath=[[NSBundlemainBundle]
pathForResource
:@"ZTProPertyList"ofType
sdr小米
·
2017-05-03 19:43
读取工程内的plist文件
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"AboutUs"ofType:@"plist"];//字典类型_dataDict=[NSDictionarydictionaryWithContentsOfFile
张家杰仔
·
2017-04-05 10:05
oc与js的交互
1,我们需要获取文件路径和读取文件内容NSString*jsPath=[[NSBundlemainBundle]
pathForResource
:@"pwd-encryption"ofType:@"js"
看个客人
·
2017-02-09 09:07
加载JIF动画的几种方法
使用UIWebView//读取gif图片数据注意:传入nil参数可能有警告NSData*data=[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
CoyoteK
·
2017-01-10 19:04
iOS-OC
常用的宏(可直接拿来用)
------------//读取本地图片#defineLoadImage(file,type)[UIImageimageWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
码了个农啵
·
2017-01-05 13:25
iOS AFN通过自签证书配置https、添加http例外和自签根证书不能握手成功问题
首先上自签证书AFN需要修改的代码:+(AFSecurityPolicy*)customSecurityPolicy{///先导入证书NSString*cerPath=[[NSBundlemainBundle]
pathForResource
向晚forever
·
2016-12-21 12:06
iOS 加载Bundle文件的实例代码
具体代码如下所示:-(NSString*)loadJsFile:(NSString*)fileNameType:(NSString*)type{NSString*path=[[NSBundlemainBundle]
pathForResource
京津追梦人
·
2016-12-16 10:15
视频播放
此处主要针对主流方式实现一个播放器MediaPlayer框架直接用系统提供的MPMoviePlayerViewControllerNSString*path=[[NSBundlemainBundle]
pathForResource
DDY
·
2016-12-05 23:59
UIImageView无法显示图片的问题
UIImage对象,如果为空就说明创建UIImage对象时出现问题,所以就是路径名或者图片格式出现问题,下面这种路径名就有问题:NSString*imagePath=[[NSBundlemainBundle]
pathForResource
chokshen
·
2016-11-15 23:25
iOS基础
读取bundle中的图片
方法1UIImage*image=[UIImageimageNamed:@"MyTest.bundle/Test"];//方法2NSString*file1=[[NSBundlemainBundle]
pathForResource
三岁就很乖
·
2016-11-14 16:39
通过路径获取图片及改变图片颜色
NSString*starsPath=[[NSBundlemainBundle]
pathForResource
:@"star"ofType:@"png"];UIImage*theImage=[[UIImagealloc
最后的疼爱
·
2016-10-25 16:21
图片
自家备用
关于[[NSBundle mainBundle]
pathForResource
:@"name" ofType:@"type"]找不到指定文件的解决办法
最近在使用[[NSBundlemainBundle]
pathForResource
:@"name"ofType:@"type"]时,找不到其对应的文件,文件当时是通过右键->addfilesto的方式添加到工程里面的或者是直接拖动到工程里面的
Smallwolf_JS
·
2016-10-19 21:16
Gif图的分解
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"dog"ofType:@"gif"];NSData*data=[NSDatadataWithContentsOfFile
女粉丝
·
2016-09-28 14:24
ios
本地读取Json失败
直接向读取数组一样的_AllARY=[NSArrayarrayWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
:@"Address"ofType
cola_wh
·
2016-09-27 14:17
读取本地 json文件并转成 model
1,读取本地jsonNSString*jsonPath=[[NSBundlemainBundle]
pathForResource
:@"home"ofType:@"json"];NSData*data=[
贝勒老爷
·
2016-09-21 16:37
plist文件的导入,找不到该plist文件的路径
plist文件的导入,找不到该plist文件的路径(iOS开发)场景:在自己的项目中导入一个plist文件,并通过代码[[NSBundlemainBundle]
pathForResource
:@"xxx"ofType
drreamwork
·
2016-09-07 14:21
NSTextAttachment实现图文混排
首先说一下文字和表情的混排:先来做点儿准备工作,搞一个存放表情信息的plist文件NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"Image"ofType
原谅我这一生放纵不羁笑点低
·
2016-09-06 11:52
IOS开发
学习笔记
关于[[NSBundle mainBundle]
pathForResource
:@"name" ofType:@"type"]找不到指定文件的解决办法
项目开发中需要使用到数据库,于是在项目中拖入了一个数据库,但是调用[[NSBundlemainBundle]
pathForResource
:@"name"ofType:@"type"]方法时,找不到其对应的数据库文件
上吊的豆腐
·
2016-09-01 17:29
iOS中GIF图片的加载
简单的上网搜了一下,大概有三种方法:1、使用UIWebView//读取gif图片数据NSData*data=[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
许公子丶
·
2016-08-27 11:36
iOS开发
OC编程
移动开发
编程技巧
iOS中GIF图片的加载
简单的上网搜了一下,大概有三种方法:1、使用UIWebView//读取gif图片数据NSData*data=[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
许公子丶
·
2016-08-27 11:36
iOS开发
OC编程
移动开发
编程技巧
如何实现IOS_SearchBar搜索栏及关键字高亮
那么接下来我们看看如何使用代码来实现这个功能.我所使用的数据是英雄联盟的英雄名单,是一个JSON数据的txt文件,JSON数据的处理代码如下所示://获取文件的路径pathNSString*path=[[NSBundlemainBundle]
pathForResource
嘴角微寒
·
2016-08-11 14:53
iOS_SearchBar搜索栏+关键字高亮
不喜欢看大白话请直接看本文后半段美丽的分割线我所使用的数据是英雄联盟的英雄名单,是一个JSON数据的txt文件,JSON数据的处理代码如下所示://获取文件的路径pathNSString*path=[[NSBundlemainBundle]
pathForResource
嘴角微寒
·
2016-08-02 10:31
iOS-从plist文件获取数据
1.从文件中读取plist文件的路径 NSString*path=[[NSBundlemainBundle]
pathForResource
:@"more"ofType:@"plist"]; 2.初始化数据数组
A_StayFoolish
·
2016-07-28 13:52
The file “city.txt” couldn’t be opened using text encoding Unicode (UTF-8)
txt文件转化为plist文件NSString*txtPath=[[NSBundlemainBundle]
pathForResource
:fileNameofType:@"txt"];NSLog(@"_
Asia_ZhangQQ
·
2016-07-12 10:57
iOS
iOS开发
IOS开发基础知识--碎片41
NSBundlemainBundle]bundlePath]; NSURL*baseURL=[NSURLfileURLWithPath:path]; NSString*htmlPath=[[NSBundlemainBundle]
pathForResource
踏浪帅
·
2016-06-16 22:00
OC 创建和写入plist文件
//读取plist NSString*plistPath=[[NSBundlemainBundle]
pathForResource
:@"plistdemo"ofType:@"plist"]; NS
Aaidong
·
2016-05-12 10:00
文件读写
plist
JSON解析-系统方法和第三方JSONKit的简单实用
一、JSON解析 系统自带方式 //1.获取路劲 NSString*fielPath=[[NSBundlemainBundle]
pathForResource
:@"Student.json"ofType
y_csdnblog_xx
·
2016-05-10 14:00
ios
iOS——JSON
//创建数组接收数据NSMutableArray*personArray=[NSMutableArrayarray];//文件路径NSString*path=[[NSBundlemainBundle]
pathForResource
long_niu
·
2016-05-07 10:24
iOS
封装.a 静态库
然后把后缀改成.bundle即可使用资源图片$ NSBundle *imageSourceBundle = [NSBundle bundleWithPath:[[NSBundle mainBundle]
pathForResource
卓行天下
·
2016-05-06 13:55
图片
资源
文章
动态
文件夹
SWIFT中的单行代码
letwords="hello"lettweet="hello,thisisanexample"tweet.contains(words)读取文件letpath=NSBundle.mainBundle().
pathForResource
iCandyss
·
2016-05-03 16:37
swift
SWIFT
Swift开发:解析xml文件案例
sender:AnyObject){ letparser=NSXMLParser(contentsOfURL:NSURL(fileURLWithPath:NSBundle.mainBundle().
pathForResource
taoerit
·
2016-05-03 14:00
ios
xml
swift
iOS NSFileManager文件属性读取与写入
二、文件属性的读取与修改2.1文件属性读取 NSString *strPath =[[NSBundle mainBundle]
pathForResource
:@"lomo.jpg" ofType
IamOkay
·
2016-04-30 08:00
iOS基础:获取资源文件的方法
bundle称为plug-in).对应bundle,cocoa提供了类NSBundle.1.获取图像声音等文件//获得本地文件路径NSString *str=[[NSBundle mainBundle]
pathForResource
gongwutianya
·
2016-04-26 19:00
ios
MJExtention 字典转模型的使用注意
MJExtention字典转模型的使用注意 NSString*path=[[NSBundlemainBundle]
pathForResource
:@"weibo.json"ofType:nil];
u011146511
·
2016-04-25 00:00
iOS开发 ☞ UIWebView
一、加载Xcode本地htmlNSString*path=[[NSBundlemainBundle]
pathForResource
:@"File"ofType:@"html"];NSURLRequest
magicZYJ
·
2016-04-24 23:00
html
ios开发
iOS基础:NSUrl常用方法
一、NSUrl//获得本地文件路径NSString *str=[[NSBundle mainBundle]
pathForResource
:@"爸比我要喝奶奶" ofType:@"mp3"];//将本地文件的路径转成
gongwutianya
·
2016-04-22 20:00
ios
IOS plist读取写入
new_fileplistPropertyList.plist读取本地plistNSString*plistPath=[[NSBundlemainBundle]
pathForResource
:@"PropertyList"ofType
u014571132
·
2016-04-18 20:00
ios
plist
iOS runtime字典转模型
//解析Plist文件 NSString*filePath=[[NSBundlemainBundle]
pathForResource
:
xin814
·
2016-04-14 17:00
ios
Runtime
模型
播放本地短音频和本地歌曲
播放音频,首先要导入框架#import1,播放短音频:(如简短提示音)//步骤:1,注册2,播放///*NSString*path=[[NSBundlemainBundle]
pathForResource
CloverZhu
·
2016-04-12 20:32
iOS
iOS开发--实现功能
ios下获得文件的路径
获取本地工程里的资源文件的路径例如获得文件myfile.txt的路径NSString*path=[[NSBundlemainBundle]
pathForResource
:@"myfile"ofType:
想游泳的鱼
·
2016-04-12 15:43
iOS开发问题汇总
iOS_后缀为gif的图片显示
1、使用ImageView显示gif,拖到项目,添加-fno-objc-arc使用方法:NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"
u012576807
·
2016-04-03 00:00
ios
图片
imageview
gif
IOS UI学习教程之区分NSBundle和NSURL(读取文件、写入文件)
www.baidu.com,现在要使用NSBundle和NSURL分别去获取内容,代码如下://读取文件内容//方法1:按照文件路径读取NSString*pathBundle=[[NSBundlemainBundle]
pathForResource
jiwangbujiu
·
2016-03-31 17:15
iOS [[NSBundle mainBundle]
pathForResource
:@"" ofType:@""]无法获取到文件
将一个文件导入到工程中后,用[[NSBundlemainBundle]
pathForResource
:@""ofType:@""]来获取到该文件时,一直无法拿到这个文件,解决方法如下在BuildPhases
TigerCui
·
2016-03-23 17:00
SQLITE的增删改查的简单运用举例
存储数据库指针 sqlite3*db;// 创建执行命令对象 sqlite3_stmt*stmt;// 根据指定文件路径打开数据库 sqlite3_open([[[NSBundlemainBundle]
pathForResource
A唯爱永生_罗韩
·
2016-03-22 22:00
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他