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
[置顶]JB开发之制作系统级Application
int argc, char *argv[]) { @autoreleasepool { NSString* string = [[NSBundle mainBundle]
pathForResource
·
2014-05-15 16:00
application
集成Reveal
lldbinitcommandaliasreveal_loadexpr(void*)dlopen((char*)[(NSString*)[(NSBundle*)[NSBundlemainBundle]
pathForResource
wrsuifeng
·
2014-05-10 12:00
集成Reveal
command alias reveal_load expr (void*)dlopen((char*)[(NSString*)[(NSBundle*)[NSBundle mainBundle]
pathForResource
wrsuifeng
·
2014-05-10 12:00
集成
iOS:获取图片Alpha图片
Loadthealphaimage,whichisjustthesameShip.pngimageusedintheclippingdemo NSString*imagePath=[[NSBundlemainBundle]
pathForResource
ouyangtianhan
·
2014-05-08 13:00
ios获得文件的大小
获得文件路径NSString*yourPath=[[NSBundlemainBundle]
pathForResource
:@"btn_change"ofType:@"png"];NSFileManager
guoleiappleapp
·
2014-04-22 17:59
ios获得文件的大小
ios获得文件的大小
获得文件路径NSString*yourPath=[[NSBundlemainBundle]
pathForResource
:@"btn_change"ofType:@"png"];NSFileManager
guoleiappleapp
·
2014-04-22 17:59
ios获得文件的大小
IOS数据
//获取文章列表-(void)getArticleList{ NSArray*array=[NSArrayarrayWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
chenyong05314
·
2014-04-22 16:00
imageNamed与imageWithContentsOfFile加载图片的区别
//读取本地图片 #defineLOADIMAGE(file,ext)[UIImageimageWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
humingtao2013
·
2014-04-14 14:00
路径
图片处理
nsbundle
2种不同的图片加载方法
ios之如何读取plist
NSDictionary*)contactsInfoFromPlistNamed:(NSString*)plistName { NSString *path = [[NSBundle mainBundle]
pathForResource
·
2014-04-08 12:00
plist
解决
pathForResource
返回nil / 无法读取plist文件问题
问题: NSBundle *bundle = [NSBundle mainBundle]; //取得mainBundleNSString *pathOfPlist = [bundle
pathForResource
·
2014-03-28 08:00
resource
iOS简单的视频播放
MediaPlayer.framework- (void)viewDidLoad { [super viewDidLoad]; NSString* path = [[NSBundle mainBundle]
pathForResource
程序猿-樱木花道
·
2014-03-06 08:00
iOS简单的视频播放
iOS简单的音乐播放 声音播放
(void)viewDidLoad { [super viewDidLoad]; //路径 NSString* path = [[NSBundle mainBundle]
pathForResource
程序猿-樱木花道
·
2014-03-06 08:00
声音播放
iOS简单的音乐播放
在iOS上加载显示pdf文件
NSString *)documentName inView:(UIWebView *)webView { NSString *path = [[NSBundle mainBundle]
pathForResource
wwwang89123
·
2014-03-02 19:00
quartz
UIWebView
pdf
Safari
ios5
移动bundle中的文件时出现错误:Cocoa error 513
NSString*srcFilePath=[[NSBundlemainBundle]
pathForResource
:@"podFile"ofType:nil]; JCFilePersistence*fp
u010962810
·
2014-03-01 15:00
copy
move
NSFileManager
iOS开发里的Bundle是个啥玩意?!
初学iOS开发的同学,不管是自己写的,还是粘贴的代码,或多或少都写过下面的代码 [[NSBundle mainBundle]
pathForResource
:@"someFileName" ofType
playStudy
·
2014-01-29 09:00
iOS开发代码:从文本文件中读取内容到字符串里
NSError*error;NSString*textFileContents=[NSStringstringWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
mahb520
·
2014-01-25 20:00
IOS学习笔记--plist文件读写
NSString *path = [[NSBundle mainBundle]
pathForResource
:@"plistDemo" ofType:@"plist"]; // 读取文件 NSMutableDictionary
disCoding
·
2014-01-21 11:00
ios中html加载本地图片的路径转换问题
NSString*pathstr=[[NSBundlemainBundle]
pathForResource
:@"IMG_NAVIGATIONBAR"ofType:@"png"];在html中直接用上面的路径的不行的
yinyignfenlei
·
2014-01-10 10:00
html
ios
image
Path
pathForResource
xcode中获取js文件的路径
NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"click"ofType:@"js"];理论上这样是应该能获取click.js的路径的,
yinyignfenlei
·
2014-01-10 09:00
js
ios
xcode
Path
通过路径添加图片
path=[[NSBundlemainBundle]
pathForResource
:@"shujia"ofType:@"jpg"];back=[UIImageimageWithContentsOfFile
u013082522
·
2014-01-02 18:00
ios
Path
oc
uiimage
NSJSON的用法(oc系统自带的解析方法)
NSString*pathfile=[[NSBundlemainBundle]
pathForResource
:@"weather"ofType:@"json"]; NSData*data=[[NSDataalloc
u013082522
·
2013-12-29 22:00
ios
oc
NSJSON
什么时候使用
pathForResource
获取文件路径
//两种取图片路径方法区别 NSString *path = [[NSBundle mainBundle]
pathForResource
:@"1" ofType:@"JPG"];
琪与千寻
·
2013-12-24 13:00
关于[[NSBundle mainBundle]
pathForResource
:@"name" ofType:@"type"]找不到指定文件的解决办法
最近在使用[[NSBundlemainBundle]
pathForResource
:@"name"ofType:@"type"]时,找不到其对应的文件,文件当时是通过右键->addfilesto的方式添加到工程里面的
yexiaozi_007
·
2013-12-05 14:00
ios 声音学习
自己要准备一个声音文件,这里是wav的NSString*path=[[NSBundlemainBundle]
pathForResource
:@"msgcome"ofType:@"wav"]; NSURL
sn12345
·
2013-11-30 10:00
UIWebView加载本地pdf、doc等文件
//加载本地pdf到webview -(void)loadDocument:(NSString*)docName { NSString*path=[[NSBundlemainBundle]
pathForResource
yinxianwei88
·
2013-11-28 10:00
ios
UIWebView
iPhone开发
iOS 多媒体(3)播放系统声音
添加AudioToolbox.framework库-(IBAction)btnPalyer:(id)sender{ NSString*path=[[NSBundlemainBundle]
pathForResource
baidu_33322756
·
2013-11-22 21:00
IOS pdf
NSString *)documentName inView:(UIWebView *)webView { NSString *path = [[NSBundle mainBundle]
pathForResource
woshichongyouren
·
2013-11-17 12:00
ios
pdf
UIWebView 加载本地html文件
NSURL*url=[NSURLfileURLWithPath:[[NSBundlemainBundle]
pathForResource
:@"info.html"ofType:nil]];NSURLRequest
woshichongyouren
·
2013-11-14 17:00
html
UIWebView
文件
ios 视频播放
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"a"ofType:@"mp4"]; NSURL*url=[NSURLfileURLWithPath
yesjava
·
2013-11-11 12:00
使用Xcode创建plist文件和使用
//读取plist NSString *plistPath = [[NSBundle mainBundle]
pathForResource
:@"plistdemo" ofType:@"
ylm0302
·
2013-10-31 09:00
xcode
plist
NSBundle
pathForResource
取不到值如何解决?
代码如下: NSString *path = [[NSBundle mainBundle]
pathForResource
:@"sortednames" ofType:@"plist"];
superchaoxian
·
2013-10-27 22:00
ios
application
Path
ios开发
ios7
ios 常用
1)componentsSeparatedByString:截取指定字符串;2)
pathForResource
:获取程序运行时目录3) objectAtIndex:获取当前索引的字符串;4) rangeOfString
Mrs_yi
·
2013-10-24 22:00
plist读写
NSString*plistPath=[[NSBundlemainBundle]
pathForResource
:@"plistdemo"ofType:@"plist"]; NSMutableDictionary
caoyangbeijing
·
2013-10-21 16:00
plist
webView各种显示html、网页
一、读取本地html文件----test.html//方法一: //用loadrequest读取本地.html文件 NSString*path=[[NSBundlemainBundle]
pathForResource
kuaileyizhan1314
·
2013-10-21 11:00
html
webView
html文件
网页显示
iOS play video
HowtouseMPMoviePlayerControllerupvote6downvotefavorite3I'vecreatedablankproject(iOS)andputthisinmyviewDidLoad:NSString*moviePath=[[NSBundlemainBundle]
pathForResource
Mr 布鲁斯
·
2013-10-05 22:00
用 UIWebView 显示中文文本文件的若干问题
UIWebView支持文本文件的显示,你可以使用以下代码加载文本文件:NSString*path=[[NSBundlemainBundle]
pathForResource
:@"48_1"ofType:
kmyhy
·
2013-10-04 12:00
播放简短的音乐
#import -(void)playSound:(NSString*)fName:(NSString*)ext { NSString*path=[[NSBundle*mainBundle]
pathForResource
mad2man
·
2013-09-28 07:00
ios播放声音和震动
AudioToolBox.framework // 播放声音 static SystemSoundID soundID = 0; NSString * path = [[NSBundle mainBundle]
pathForResource
quding0308
·
2013-09-10 14:00
ios
iOS pdf的显示和浏览
NSString *)documentName inView:(UIWebView *)webView { NSString *path = [[NSBundle mainBundle]
pathForResource
zhaopenghhhhhh
·
2013-09-04 20:00
iphone之打开pdf、doc、xls文件用UIWebView
/128231.shtmliphone之打开pdf、doc、xls文件用UIWebView [cpp]//文件名字及类型 NSString*path=[[NSBundlemainBundle]
pathForResource
sunjianjun1981
·
2013-09-04 11:00
json字符串转化为NSArray
NSMutableStringstring]; [jsonDataStringsetString:[NSStringstringWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
孔俊
·
2013-08-24 15:00
IOS拼接MP3,歌曲文件合成。
//音频文件路径 NSString*mp3Path1=[[NSBundlemainBundle]
pathForResource
:@"1"o
yanjiee
·
2013-08-19 17:00
IOS 使用ASIHttpRequest 或 MKNetworkKit 上传图片到ASP.NET
PHP和J2EE应该差不多都是几句话的事IOS端代码:NSString*path= [[NSBundle mainBundle]
pathForResource
:@"iphone1-1-10"ofType
hengshujiyi
·
2013-07-11 18:00
UIImage压缩和缩放
#define K_contentsOfFile(fileName,fileType) [UIImage imageWithContentsOfFile:[[NSBundle mainBundle]
pathForResource
zcw_java
·
2013-07-01 14:00
uiimage
iOS用ASIFormDataRequest实现图片上传
方法一:表单提交NSString*fileName=[[NSBundlemainBundle]
pathForResource
:@"color_blue"ofType:@"png"]; ASIFormDataRequest
lrenjundk
·
2013-06-27 17:00
视频播放读取进度条MPMoviePlayerController
NSString*moviePath=[[NSBundlemainBundle]
pathForResource
:@"video_002"ofType:@"mp4"];m_pMoviePlayer=[[MPMoviePlayerControlleralloc
youcanping2008
·
2013-06-22 16:00
iOS视频播放代码
** @method播放电影 */ -(void)playMovie:(NSString*)fileName{ //视频文件路径 NSString*path=[[NSBundlemainBundle]
pathForResource
youcanping2008
·
2013-06-22 16:00
[iOS]拷贝视频至相册
不支持avi格式NSString*path=[[NSBundlemainBundle]
pathForResource
:@"Miniature"ofType:@"mp4"];if(UIVideoAtPathIsCompatibleWithSavedPhotosAlbum
knockheart
·
2013-06-11 13:00
ios
视频
Path
关于uiimage imagenamed内存可能占用大的替代方法
所以小图的话还行,大图的话就别用这个方法了,群里兄弟推荐大图用这个方法:[[UIImagealloc]initWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
chenyong05314
·
2013-05-24 23:00
使用KissXml解析xml
AngelParserxmltestParserXmlWithKissXml需要使用到kissxml解析xml首先获取text.xml的urlNSString*path=[[NSBundlemainBundle]
pathForResource
gloryFlow
·
2013-05-20 15:00
xml
NSArray
解析xml
kissXML
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
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
其他