重要概念:某些路径下“只能读,不能写”的原因 iPhone、ipad真机上 Resouces文件夹:是只读的,无法写入。 document 和temp文件夹:可读,可写。@inter PlistMange :NSObject-(void)resourcePathFileRead; //当前工程...
分类:
其他好文 时间:
2014-07-25 13:51:52
阅读次数:
332
java压缩 GZIP进行简单压缩,ZIP进行多文件保存...
分类:
编程语言 时间:
2014-07-25 11:25:41
阅读次数:
314
XPath 选取节点时使用的表达式是一种路径表达式。节点是通过路径(path)或者步(steps)来选取的。本章使用以下 XML 文档作为示例。 Harry Potter 29.99 Learning XML 39.95...
分类:
编程语言 时间:
2014-07-25 10:52:41
阅读次数:
301
先安装 驱动1.sudodpkg-i XXX.deb2.sudoapt-getupdate3.sudoapt-getinstallcuda4.gedit ~/.bashrc添加如下内容12export PATH=/usr/local/cuda-6.0/bin:$PATHexport LD_LIBRA...
分类:
其他好文 时间:
2014-07-25 03:17:56
阅读次数:
238
在exp导出表时,报错 EXP-00079: Data in table "XXX_YYY" is protected. Conventional path may only be exporting partial table.解决方法 grant exempt access policy t.....
分类:
其他好文 时间:
2014-07-25 02:36:24
阅读次数:
374
由于AndroidManifest.xml文件中uses-permission没有设置权限问题
分类:
移动开发 时间:
2014-07-25 02:33:24
阅读次数:
528
Simplify PathGiven an absolute path for a file (Unix-style), simplify it.For example,path="/home/", =>"/home"path="/a/./b/../../c/", =>"/c"click to sh...
分类:
其他好文 时间:
2014-07-25 02:25:34
阅读次数:
247
操作步骤:1、修改php.ini,去掉“extension=php_pgsql.dll ”和“extension=php_pdo_pgsql.dll ”前的分号。2、确认C:\php\ext\下php_pgsql.dll存在3、修改path环境变量,添加了postgresql的bin目录4、进入po...
分类:
数据库 时间:
2014-07-25 02:24:14
阅读次数:
333
$.cookie("testcookie",?JSON.stringify(data),?{
??????path?:?‘/‘,
??????expires?:?0
?????}); //php代码 setcookie("testcookie",time()-3600,);...
分类:
Web程序 时间:
2014-07-25 00:04:54
阅读次数:
236
一、基础知识编译源程序的步骤:
#tarxftestapp-version.tar.{xz|bz2|gz}
#cdtestapp-version
#./configure
还需通过许多选项指定编译特性
#make
#makeinstall
./configure脚本的使用:
1、获取帮助
./configure--help
2、较通用的一些选项
安装路径相关:
--prefix=/path/to/s..
分类:
系统相关 时间:
2014-07-24 23:49:34
阅读次数:
353