-(void)dirHome{
NSString *dirHome=NSHomeDirectory();
NSLog(@"app_home: %@",dirHome);
}
iOS的沙盒机制,应用只能访问自己应用目录下的文件。iOS 不像android,没有SD卡的概念,不能直接访问图像、视频等内容。iOS应用产生的内容,如图像、文件、缓存内容等都必须存储在自己的沙盒内。...
分类:
移动开发 时间:
2014-09-01 14:02:33
阅读次数:
177
Gargari got bored to play with the bishops and now, after solving the problem about them, he is trying to do math homework. In a math book he have found
k permutations. Each of them consists of numbe...
分类:
其他好文 时间:
2014-09-01 00:28:22
阅读次数:
328
C/C++ 开发库 | C/C++ Development Library这里收集一些著名的 C/C++ 开发库、SDK、类库、可复用类与结构代码 等信息,列举它们的介绍、参考和网站链接,为各位 C/C++ 程序员和爱好者提供检索和查阅类库的方便下面收集的 C/C++ 类库介绍整理来源于文章:C++...
分类:
编程语言 时间:
2014-09-01 00:19:32
阅读次数:
652
SymptomThe full error message is as follows:Error logging in. Unable to process the database transaction. Error:DBMS API library 'oci.dll' loading fai...
分类:
数据库 时间:
2014-08-31 15:47:11
阅读次数:
585
前言鄙人才疏学浅,如果说错了,还请各位不吝赐教1.什么是 WebBrowser下面是已有的轮子,我想说它们是专业的http://baike.baidu.com/view/2981935.htm?fr=aladdinhttp://msdn.microsoft.com/zh-cn/library/sys...
1.STL(Standard Template Library,是用泛型技术来设计完成的实例)的概念与组成
Iterator(迭代器)
Container(容器)
Algorithm(算法)
Adaptors(配接器)
STL的六大组件分别是:
容器(Container)
算法(Algorithm)
迭代器(Iterator)...
分类:
其他好文 时间:
2014-08-30 23:08:50
阅读次数:
226
1. xcodebuildxcodebuild: 构建Xcode project和workspace。2. TN2339: Building from the Command Lline with Xcode FAQhttps://developer.apple.com/library/ios/te...
分类:
移动开发 时间:
2014-08-30 20:24:39
阅读次数:
317
Nightmare
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d
& %I64u
Description
Ignatius had a nightmare last night. He found himself in a labyrinth with a time bomb on...
分类:
Web程序 时间:
2014-08-30 08:48:19
阅读次数:
264
JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path好久不写Jsp,今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。原本开...
分类:
系统相关 时间:
2014-08-29 21:18:18
阅读次数:
246
如图,在学习ASP.NETMVC3.0的时候需要安装EFCodeFirst,按照教程的说明点击“工具”菜单下的 “LibraryPackageManager”子菜单下的“AddLibraryPackageReference”菜单选项,却出现了“无法加载一个或多个请求的类型”的错误。重新安装了NuGe...
分类:
其他好文 时间:
2014-08-29 19:48:08
阅读次数:
187