往svn服务器提交代码时候,
遇到错误:org.apache.subversion.javahl.ClientException: svn: E155011: Commit failed (details follow): svn: E155011: Directory 'D:\Android2\Picture\bin\dexedLibs' is out of date org.apache.s...
分类:
编程语言 时间:
2014-10-29 15:01:49
阅读次数:
1689
ndk编译C++,提示找不到头文件(ndk-build error: string: No such file or directory) 被这个问题弄得愁眉苦脸啊,心想为啥一个string都找不到呢。。于是百度到了。。。 遇到这个问题,就在所在的目录 Application.mk 文件中,添加:APP_STL := gnustl_static 就可以找到标准库了! 最后知道真相的...
分类:
编程语言 时间:
2014-10-29 10:54:52
阅读次数:
201
参考:How to Manually Change Domain in Magento? So it turns out the problem was that Apache didn‘t have write permissions to the?WEBROOT/var?directory, so Magento was using its cache from the sy...
分类:
其他好文 时间:
2014-10-29 00:33:44
阅读次数:
229
如果你希望自己的程序能够与平台无关的话,这个模块至关重要。os.name #'nt' for windows, 'posix' for linux/unixos.getcwd() #get current work directory,即Python脚本工作的目录路径os.getenv() #get...
分类:
编程语言 时间:
2014-10-28 21:28:25
阅读次数:
166
解决警告“warning:directorynotfoundforoption”1.选择工程, 编译的 (targets)2.选择 Build Settings菜单3.查找 Library Search Paths 和 Framework Search Paths, 删掉编译报warning的路径即...
分类:
其他好文 时间:
2014-10-28 20:01:52
阅读次数:
108
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Pathshow to load BPLs without writing them in the system directory or in the applicat...
分类:
移动开发 时间:
2014-10-28 20:01:45
阅读次数:
344
Warning: require(D:\Apache2.2\htdocs\yii2\basic\web/../vendor/autoload.php): failed to open stream: No such file or directory in D:\Apache2.2\htdocs\y...
分类:
其他好文 时间:
2014-10-28 15:08:47
阅读次数:
263
namespace qidi{ class Program { static List allFileName=new List(); static void Main(string[] args) { string[] drives = Directory.GetLogicalDrives();....
分类:
其他好文 时间:
2014-10-28 11:42:06
阅读次数:
137
学习OS模块:#!/usr/bin/pythonimport osimport timeimport socketdef getsource(): print "[Info]-Please input the absolute path of file or directory which y...
分类:
其他好文 时间:
2014-10-27 22:31:37
阅读次数:
140
配置文件:/etc/named.conf/在NAMED.CONF配置文件中使用//和/**/来进行注释,options{/*OPTIONS选项用来定义一些影响整个DNS服务器的环境,如这里的DIRECTORY用来指定在本文件指定的文件的路径,如这里的是将其指定到/var/named下,在这里你还可以指定端口等等。不指定则端口是5..
分类:
其他好文 时间:
2014-10-27 19:50:53
阅读次数:
128