码迷,mamicode.com
首页 >  
搜索关键字:-active directory    ( 5768个结果
王立平--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
备份文件
学习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
DNS named.conf文件详解
配置文件:/etc/named.conf/在NAMED.CONF配置文件中使用//和/**/来进行注释,options{/*OPTIONS选项用来定义一些影响整个DNS服务器的环境,如这里的DIRECTORY用来指定在本文件指定的文件的路径,如这里的是将其指定到/var/named下,在这里你还可以指定端口等等。不指定则端口是5..
分类:其他好文   时间:2014-10-27 19:50:53    阅读次数:128
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!