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
震动放声音
nbsp; AudioServicesCreateSystemSoundID((__bridgeCFURLRef)[NSURLfileURLWithPath:[[NSBundlemainBundle]
pathForResource
·
2015-11-13 01:27
关于IOS数据操作方式详解(三)— Sqlite数据解析
// 打开数据库 NSString *fileDBName = [[NSBundle mainBundle]
pathForResource
:@"qi
·
2015-11-12 22:59
sqlite
加载本地html遇到的问题
我想当然的把文件夹拷到工程中,然后用以下方法加载: NSURL *url = [[NSBundle mainBundle]
pathForResource
:@"index" ofType
·
2015-11-12 17:04
html
从plist文件中读取数据 分类: UI 2014-09-19 16:01 14人阅读 评论(0) 收藏
readDataFromPlist{ //1.先获取文件路径 NSString * filePath = [[NSBundle mainBundle]
pathForResource
·
2015-11-12 17:14
plist
XML解析(简单) 分类: UI 2014-09-19 16:02 16人阅读 评论(0) 收藏
获取解析文件路径 NSString * xmlPath = [[NSBundle mainBundle]
pathForResource
:@"
·
2015-11-12 13:41
xml解析
XML解析 SAX 分类: UI 2014-09-19 16:02 13人阅读 评论(0) 收藏
先获取解析的文件路径 NSString * xmlPath = [[NSBundle mainBundle]
pathForResource
:@"Person
·
2015-11-12 13:40
xml解析
XML解析 DOM(2) 分类: UI 2014-09-19 16:03 8人阅读 评论(0) 收藏
获取解析文件路径 NSString * xmlPath = [[NSBundle mainBundle]
pathForResource
:@"Person" ofType
·
2015-11-12 13:38
xml解析
JSON (系统解析) 分类: UI 2014-09-19 16:03 17人阅读 评论(0) 收藏
获取文件路径 NSString * jsonPath = [[NSBundle mainBundle]
pathForResource
:@"Student
·
2015-11-12 13:37
json
XML解析 DOM(2) 分类: UI 2014-09-19 16:03 21人阅读 评论(0) 收藏
获取解析文件路径 NSString * xmlPath = [[NSBundle mainBundle]
pathForResource
:@"Person" ofType
·
2015-11-12 13:37
xml解析
JSON (字符串解析) 字符串解析为数组 分类: UI 2014-09-19 16:03 19人阅读 评论(0) 收藏
1.获取文件路径 NSString * jsonPath = [[NSBundle mainBundle]
pathForResource
:@"Student" ofType
·
2015-11-12 13:36
json
JSON (data解析) data解析为数组 分类: UI 2014-09-19 16:03 9人阅读 评论(0) 收藏
获取文件路NSString * jsonPath = [[NSBundle mainBundle]
pathForResource
:@"Student" ofType:@"
·
2015-11-12 13:35
json
ISO之plist读写操作
1、读取Info.plist(注意I是大写,并且这里大小写敏感,坑)NSString*infoplistPath=[[NSBundlemainBundle]
pathForResource
:@"Info"ofType
lvdezhou
·
2015-11-11 15:00
plist
IOS 播放音频
-(void) playSound{ NSString *path = [[NSBundle mainBundle]
pathForResource
:@"in" ofType
·
2015-11-11 12:10
ios
IOS UIwebView加载本地文件(支持显示图片)
代码中的图片路径一定要是相对路径 3,下面是用UIWebView调用本地文件的方法 方法一: NSString *filePath = [[NSBundle mainBundle]
pathForResource
·
2015-11-11 12:42
UIWebView
sqlite3_prepare_v2返回1
NSString *sqLiteDb = [[NSBundlemainBundle]
pathForResource
:@&quo
·
2015-11-11 08:36
sqlite3
iOS使用CoreImage处理图像40中可用的滤镜名称
NSString* localPath = [[NSBundle mainBundle]
pathForResource
:@"1" ofType:@"jpg
·
2015-11-11 06:40
image
iOS 用GDataXMLNode创建和解析XML
gf771115/article/details/7718403 NSError *error; // NSString *path = [[NSBundle mainBundle]
pathForResource
·
2015-11-10 23:13
解析xml
IOS播放音乐和音效
1.播放音效1.1首先获取到音效文件路径1NSString*path=[[NSBundlemainBundle]
pathForResource
:soundFileNameofType:nil];1.2将音效文件路径转换为
李亚杰
·
2015-11-08 19:00
IOS学习笔记(五)音频视频
AVFoundation.framework,然后使用 AVAudioPlayer类: AVAudioPlayer *audioplayer; NSString *filePath = [[NSBundle mainBundle]
pathForResource
·
2015-11-08 15:59
学习笔记
iPhone中如何从Application Bundle中读取文件
然后可以如下访问文件,假设文件为MyFile.txt: NSString *filePath = [[NSBundle mainBundle]
pathForResource
:@"MyFile
·
2015-11-08 13:24
application
NSBundle 的理解和 mainBundle 类方法详解
常看到类似的 NSString *file = [[NSBundle mainBundle]
pathForResource
:name ofType:nil]; 这样的代码,来产生 file
·
2015-11-08 12:10
Bundle
MPMoviePlayerViewController不能播放本地mp4的解决办法.
MPMoviePlayerViewController的本地URL不能使用[NSURL urlStringFrom]这个方法.下面贴下正确代码 NSString *path1=[[NSBundle mainBundle]
pathForResource
·
2015-11-07 15:55
controller
关于@2x和@3x
NSString *path=[[NSBundle mainBundle]
pathForResource
:@"smallcat" ofType:@"png"];UIImage *image=[[UIImage
我爱觉觉
·
2015-11-06 15:00
iOS实例化plist文件到数组中
nonatomic,strong)NSArray*yourItems;-(NSArray*)yourItems{if(_yourItems){NSString*path=[[NSBundlemainBundle]
pathForResource
Dlg_90
·
2015-11-05 09:39
ios开发
iOS UI 知识点
数组内容为字典)把字典转换成模型返回模型例子:-(NSMutableArray*)tgModels{if(_tgModels==nil){NSString*path=[[NSBundlemainBundle]
pathForResource
CoyoteK
·
2015-11-04 22:58
iOS-OC
iOS AVAudioPlayer 提示音
NSString *urlPath = [[NSBundle mainBundle]
pathForResource
:@"" ofType:@""]; NSURL
·
2015-11-02 18:23
play
iOS 读取Json 代码
NSString* path = [[NSBundle mainBundle]
pathForResource
: @"Sandwiches"
·
2015-11-02 11:32
json
IOS自定义字体ttf格式的特殊字体
我们用以下代码来加载它: NSString *fontPath = [[NSBundlemainBundle]
pathForResource
:@"方
·
2015-11-01 13:48
ios
iOS学习笔记10 - Bundle和Info.plist
这时候就会用到如下的语句: NSString *path = [[NSBundle mainBundle]
pathForResource
:@"AddressFields" ofType
·
2015-11-01 08:48
Bundle
NSBundle 读取资源包中的文件
NSBundle *bundle = [NSBundle mainBundle]; //创建bundle对象 NSString *path = [bundle
pathForResource
·
2015-10-31 18:39
Bundle
obj-c--->JS通信及JS--->obj-c通信
NSBundlemainBundle]
pathForResource
·
2015-10-31 11:17
js
iPhone播放声音
NSString *path = [[NSBundle mainBundle]
pathForResource
:@"crunch" ofType:@"wav
·
2015-10-31 09:25
iPhone
plist文件的读取和使用
1、通过NSBundle来读取文件,mainBundle获取的是该app所在的目录 [[NSBundle mainBundle]
pathForResource
:@"SysMessageRing
·
2015-10-31 09:05
plist
iOS开发里的Bundle是个啥玩意?!
初学iOS开发的同学,不管是自己写的,还是粘贴的代码,或多或少都写过下面的代码 [[NSBundle mainBundle]
pathForResource
·
2015-10-31 09:12
Bundle
UIImage加载图片的几种方式
2、NSString*picPath=[[NSBundlemainBundle]
pathForResource
:@"jpgPath"ofType:
lvdezhou
·
2015-10-30 10:00
ios
uiimage
UIImage加载图片
iOS下PDF文件的浏览和涂鸦效果的简单实现
void)loadDocument:(NSString*)documentNameinView:(UIWebView*)webView{NSString*path=[[NSBundlemainBundle]
pathForResource
念茜
·
2015-10-28 09:07
Objective-读Xml
import <Foundation/Foundation.h>@interface Utility : NSObject {} //获取文件在设备上的绝对路径 + (NSString *)
pathForResource
·
2015-10-27 15:56
objective
webview加载本地html文件
将html文件加入工程, NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"html_test"ofType:@"html"]; NSString
jijiji000111
·
2015-10-27 14:00
iOS开发里的Bundle是个啥玩意?!
初学iOS开发的同学,不管是自己写的,还是粘贴的代码,或多或少都写过下面的代码 [[NSBundle mainBundle]
pathForResource
·
2015-10-27 14:28
Bundle
播放wav聲音格式
if(soundID){ AudioServicesDisposeSystemSoundID(soundID); } NSString*path=[[NSBundlemainBundle]
pathForResource
助金
·
2015-10-24 18:00
IOS plist的运用
Dictionary字典,由键名和键值的对象 NSBundle * bundle=[NSBundle mainBundle]; NSString * plistPath= [bundle
pathForResource
大灰狼wow
·
2015-10-24 10:00
关于[[NSBundle mainBundle]
pathForResource
:@"name"
http://blog.csdn.net/yangxuanlun/article/details/8938148
SoulJa
·
2015-10-23 15:00
ios--django 图片上传
nbsp; IOS客户端请求方法: NSData *data = [NSDatadataWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
·
2015-10-22 21:47
django
NSBundle
letresourcePath=NSBundle.mainBundle().
pathForResource
("someFile",ofType
exialym
·
2015-10-21 14:00
CSV解析
NSString *path = [[NSBundle mainBundle]
pathForResource
: @"type" ofType
·
2015-10-21 13:39
csv
使用MPMoviePlayerController播放视频的总结
-(void)openMovie:(id)sender { NSString *path = [[NSBundle mainBundle]
pathForResource
:@"movie
·
2015-10-21 11:55
controller
IOS对plist配置文件的读写操作
读取: //首先读取studentInfo.plist中的数据 NSString *plistPath = [[NSBundle mainBundle]
pathForResource
:@"
·
2015-10-21 11:19
plist
一个奇怪的现象 在GDB模式和LLDB 模式下 同样代码不同反应 AudioServicesCreateSystemSoundID
-(void) play_shake_sound_male { NSString *path = [[NSBundle mainBundle]
pathForResource
·
2015-10-21 11:41
service
[转]ios错误大全
//读取数据库数据 -(void)movethesqlitefile{ NSString *sourcepath=[[NSBundle mainBundle]
pathForResource
·
2015-10-21 11:24
ios
【原】UIWebView加载本地pdf、doc等文件
(void) loadDocument:(NSString *)docName{ NSString *path = [[NSBundle mainBundle]
pathForResource
·
2015-10-21 11:12
UIWebView
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
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
其他