码迷,mamicode.com
首页 >  
搜索关键字:active directory    ( 10384个结果
王立平--org.apache.subversion.javahl.ClientException: svn: E155011: Commit failed (details follow): svn
往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
10.29 工作笔记 ndk编译C++,提示找不到头文件(ndk-build error: string: No such file or directory)
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
手动修改magento域名
参考: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
Python标准库os
如果你希望自己的程序能够与平台无关的话,这个模块至关重要。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
directory not found for option
解决警告“warning:directorynotfoundforoption”1.选择工程, 编译的 (targets)2.选择 Build Settings菜单3.查找 Library Search Paths 和 Framework Search Paths, 删掉编译报warning的路径即...
分类:其他好文   时间:2014-10-28 20:01:52    阅读次数:108
The useful App Paths registry key : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
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
yii2安装
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
JavaScript 作用域链解析
JavaScript中有Scope(作用域),Scope chain(作用域链),Execute context(执行上下文),Active Object (活动对象),Dynamic Scope(动态作用域),Closure(闭包)这些概念,要理解这些概念,我们从静态和动态两个方面去分析一下。 ....
分类:编程语言   时间:2014-10-28 09:23:43    阅读次数:207
备份文件
学习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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!