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
NSBundle
app数据的存储
NSString*bunPath=[
NSBundle
mainBundle].bundlePath; NSLog(@"%@",bunPath);查找路径。
如若初见
·
2016-03-24 20:00
Swift中根据字符串创建对象
//动态获取命名空间(CFBundleExecutable这个键对应的值就是项目名称,也就是命名空间)letnameSpace=
NSBundle
.mainBundle().infoDictionary!
feng2qing
·
2016-03-23 23:00
ios
namespace
swift
字符串创建对象
iOS [[
NSBundle
mainBundle] pathForResource:@"" ofType:@""]无法获取到文件
将一个文件导入到工程中后,用[[
NSBundle
mainBundle]pathForResource:@""ofType:@""]来获取到该文件时,一直无法拿到这个文件,解决方法如下在BuildPhases
TigerCui
·
2016-03-23 17:00
SQLITE的增删改查的简单运用举例
");// 唯一数据库,存储数据库指针 sqlite3*db;// 创建执行命令对象 sqlite3_stmt*stmt;// 根据指定文件路径打开数据库 sqlite3_open([[[
NSBundle
mainBundle
A唯爱永生_罗韩
·
2016-03-22 22:00
加载gif图片的方法:(需要SDWebImage方法)
/** * 加载图片 */-(void)initLoadingImageView{ NSString *name= @"loading.gif"; NSString *filePath=[[
NSBundle
xiaobo0134
·
2016-03-22 13:00
[数据存储之六]plist文件读取
-(void)viewDidLoad{ [superviewDidLoad]; NSString*filePath=[[
NSBundle
mainBundle]pathForResource:@"DataList"ofType
liyanq528
·
2016-03-21 13:00
数据存储
plist
[数据存储之五]JSON文件读取
-(void)viewDidLoad{ [superviewDidLoad]; /*读取json*/ NSString*filePath=[[
NSBundle
mainBundle]pathForResource
liyanq528
·
2016-03-21 12:00
json
数据存储
iOS之了解沙盒
版本:7.2 语言:Swift22、沙盒路径 A、沙盒所在目录:print("沙盒所在目录:\(NSHomeDirectory())"); B、沙盒安装目录print("沙盒安装目录:\(
NSBundle
.mainBundle
HK_5788
·
2016-03-21 12:00
swift
iOS沙盒
获取手机参数
1//应用名称 2NSDictionary*infoDictionary=[[
NSBundle
mainBundle]infoDictionary]; 3NSString*appName=[infoDictionaryobjectForKey
Kingdev
·
2016-03-21 09:00
NSFileHandler和沙盒模式
*homeDirectory=NSHomeDirectory(); NSLog(@"path:%@",homeDirectory); //应用程序路径 NSString*appPath=[[
NSBundle
mainBundle
百合不是茶
·
2016-03-21 08:31
NSFileManager
NSFileHandler
[数据存储之四]XML文件读取
implementationViewController { NSString*_CurNote; } -(void)viewDidLoad{ [superviewDidLoad]; NSString*str=[[
NSBundle
mainBundle
liyanq528
·
2016-03-20 14:00
xml
文件
NSFileHandler和沙盒模式
NSString*homeDirectory=NSHomeDirectory();NSLog(@"path:%@",homeDirectory);//应用程序路径NSString*appPath=[[
NSBundle
mainBundle
百合不是茶
·
2016-03-20 00:00
NSFileHandler
NSFileManager
iOS 数据持久化
NSString *path = [[
NSBundle
mainBundle] bundlePath]; NSLog(@"%@", path);Doc
Geeks_Chen
·
2016-03-18 15:00
数据持久化
对于文件的md5加密
//获取文件的Md5值 unsignedcharresult[16]; NSData *filedata=[NSDatadataWithContentsOfFile:[[
NSBundle
mainBundle
zhao15127334470
·
2016-03-18 11:00
使用genstring和NSLocalizedString实现App文本的本地化
首先查看下NSLocalizedString是什么:#defineNSLocalizedString(key,comment)[[
NSBundle
mainBundle]localizedStringForKey
u011374880
·
2016-03-17 18:00
genstring
【代码笔记】和当前时间比较
@end @implementationRootViewController -(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
Livia.Chen
·
2016-03-17 09:00
【代码笔记】和当前时间比较
interfaceRootViewController()@end @implementationRootViewController-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
fanqingtulv
·
2016-03-17 09:00
NSApplicationSupportDirectory--大部分OS X应用程序注册信息的保存地
NSString*getBundleName(){ NSDictionary*dir=[[
NSBundle
mainBundle]infoDictionary]; return[dirobjectForKey
sun2728
·
2016-03-16 13:00
NSBundle
ResourceRequest
InitializingaResourceRequestAccessingtheConfigurationRequestingResourcesSettingtheDownloadPriorityTrackingProgress
NSBundle
ResourceRequest
y550918116j
·
2016-03-15 15:00
NSBundle
Initializingan
NSBundle
Gettingan
NSBundle
GettingaBundledClassFindingResourcesGettingtheBundleDirectoryGettingBundleInformationManagingLocalizedResourcesLoadingaBundle
y550918116j
·
2016-03-14 18:00
nsbundle
iOS 数据解析
JSON解析:一、系统自带方法- (IBAction)JsonSerialization:(id)sender { //模拟构造数据 NSString *path = [[
NSBundle
Geeks_Chen
·
2016-03-14 14:00
json
数据解析
iOS
NSBundle
的Category
NSBundle
+LSCore.h////
NSBundle
+LSCore.h//LSCoreFramework////Createdby王隆帅on15/5/19.
王隆帅
·
2016-03-14 10:42
【代码笔记】根据size截取屏幕中间矩形区域
interfaceRootViewController()@end @implementationRootViewController-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
fanqingtulv
·
2016-03-14 09:00
【代码笔记】根据size截取屏幕中间矩形区域
@end @implementationRootViewController -(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
Livia.Chen
·
2016-03-14 09:00
关于沙盒路径的一些理解
##查找沙盒路径-显示沙盒路径`poNSHomeDirectory()`-显示Bundle路径`po[[
NSBundle
mainBundle]bundlePath]`-po=printobject是lldb
zhao15127334470
·
2016-03-13 20:00
Swift-网络、本地数据解析
数据地址let_urlPath=
NSBundle
.mainBundle().pathForResource("news_list.json",ofType:nil)1.对对象进行解析//解析对象 funcjsonUser
zww1984774346
·
2016-03-13 16:00
网络请求
数据解析
NSURLConne
CGImageSource对图像数据读取任务的抽象
1.创建CGImageSourceRef1 2 NSString*imagePath=[[
NSBundle
bundleForClass:self.class]pathForImageResource:@
david412306524
·
2016-03-11 23:00
IOS学习之
NSBundle
介绍和使用
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
u012898396
·
2016-03-11 17:00
iOS pushmebaby 常见错误解析
CoreServices.framawork替换这句#include 为 #include2.把你的开发证书.cer文件更改名为apns.cer,放入工程中,代码中是通过self.certificate=[[
NSBundle
mainBundle
jeffasd
·
2016-03-11 16:00
【代码笔记】给UIImageView加上圆角效果
interfaceRootViewController()@end @implementationRootViewController-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
fanqingtulv
·
2016-03-11 09:00
ios之音频(歌词解析)
根据文件名来解析歌词数据,并返回数据+(NSArray*)parserLyricWithName:(NSString*)lycName{ //加载本地歌词文件 NSString*path=[[
NSBundle
mainBundle
ZHZMAREN
·
2016-03-09 15:00
iOS开发中的界面跳转效果的样式
然后设置下页面跳转动画中间还可以做点目的页面的数据初始化:ValueInputView *valueView=[[ValueInputView alloc] initWithNibName:@"ValueInputView"bundle:[
NSBundle
cxiao_11
·
2016-03-09 15:00
ios
切换场景界面的一些常见动画效果
推送或者首次加载的新特性
NSString*key=@"CFBundleShortVersionString";//获得当前软件的版本号NSString*currentVersion=[
NSBundle
mainBundle].infoDictionary
cola_wh
·
2016-03-09 10:05
iOS开发之获取手机信息
iOS的SDK中主要提供了UIDevice,
NSBundle
,NSLocale三种。UIDeviceUIDevice提供了多种属性、类函数及状态通知,可以帮助我们全方位了解设备状况。从检测电池电
Forever_wj
·
2016-03-06 16:00
ios
nsbundle
uidevice
获取手机信息
NSLocale
UIImage 的imageWithContentsOfFile:path和imageNamed的区别
一般用法:NSString*file=[[
NSBundle
mainBundle]pathF
baohanqing
·
2016-03-05 21:00
加载xib文件的两种方式
在controller中加载xib的两种方式: 第一种:
NSBundle
*bundle=[
NSBundle
mainBundle]; NSArray*objs=[bundleloadNibNamed:@
wangjunling888
·
2016-03-04 20:00
xib加载
iOS-xib的使用1
2.项目环境里面的所有资源都要通过[
NSBundle
mainBundle]来访问,比如访问图片的全路径;====有一个方法:loadNibNamed:(NSString*)owner:(id)option
nxz_diy
·
2016-03-04 11:40
iOS-Gif图片展示N种方式(原生+第三方)
-WebView -(void)showGifImageWithWebView{ //读取gif图片数据 NSData*gifData=[NSDatadataWithContentsOfFile:[[
NSBundle
mainBundle
qiuxuewei2012
·
2016-03-02 20:00
ios
gif
uiimage
[置顶] iOS-UIImage imageWithContentsOfFile 和 imageName 对比
1.imageWithContentsOfFileNSString*imagePath=[NSStringstringWithFormat:@"%@/%@",[[
NSBundle
mainBundle]resourcePath
qiuxuewei2012
·
2016-03-02 14:00
ios
内存优化
uiimage
NSBundle
介绍和使用
1.
NSBundle
介绍bundle是一个目录,它包含了程序会使用的资源,例如图像、声音、变异好的代码以及nib文件。
u011774517
·
2016-03-02 09:00
nsbundle
把word转成html再显示在UIWebView里
UIWebView里-(void)loadDocument:(NSString*)documentNameinView:(UIWebView*)webView{ NSString*path=[[
NSBundle
mainBundle
卓行天下
·
2016-03-01 15:56
word转成html
把word转成html再显示在UIWebView里
再显示在UIWebView里-(void)loadDocument:(NSString*)documentNameinView:(UIWebView*)webView{NSString*path=[[
NSBundle
mainBundle
卓行天下
·
2016-03-01 15:56
word转成html
iOS相关核心笔记共享
这个功能使用说明是每次app更新或者第一次安装都需要显示的
NSString *appVersion=[[[
NSBundle
mainBundle] infoDiction
卓行天下
·
2016-03-01 15:52
APP更新
安装显示
iOS学习笔记31-音频
_player){ NSURL*url=[[
NSBundle
mainBundle]URLForRes
small-elephant_A-Do
·
2016-02-29 20:00
mark 的总结开发笔记-备
2、播放音乐:-(void)playMusic{@try{//取文件路径NSString *musicFilePath=[[
NSBundle
mainBundle] pathForResource:@"
幸福小祢
·
2016-02-29 17:00
获取当前与APP相关的信息
NSDictionary*infoDictionary=[[
NSBundle
mainBundle]infoDictionary]; CFShow(infoDictionary); //app名称 NSString
Gong_xiao
·
2016-02-29 08:00
获取当前与APP相关的信息
NSDictionary*infoDictionary=[[
NSBundle
mainBundle]infoDictionary]; CFShow(infoDictionary); //app名称 NSString
gongxiao03
·
2016-02-29 08:00
iOS_SN_沙盒文件操作及位置
沙盒的结构如下所示一访问Bundle注意Bundle只读,不能写入 创建一个Plist文件 然后对Plist写入一对Key-value 然后访问Bundle1NSURL*fileInBundle=[[
NSBundle
mainBundle
小小的博客
·
2016-02-28 18:00
获取 版本号
[
NSBundle
mainBundle].infoDictionary[@"CFBundleShortVersionString"];这个读取[[
NSBundle
mainBundle]objectForInfoDictionaryKey
天使雨儿
·
2016-02-26 18:00
iOS之视频
player; -(AVPlayer *)player { if (_player == nil) { //1.获取URL(远程/本地) NSURL *url = [[
NSBundle
Ethan-GOGO
·
2016-02-25 23:00
上一页
28
29
30
31
32
33
34
35
下一页
按字母分类:
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
其他