码迷,mamicode.com
首页 >  
搜索关键字:-active directory    ( 5768个结果
大麦大的学习之路(1)获取目录下的所有文件 Directory
使用Directory, Directory是公开用于创建、移动和枚举通过目录和子目录的静态方法。此类不能被继承。msdn:http://msdn.microsoft.com/zh-cn/library/system.io.directory(v=vs.110).aspxEnumerateFiles...
分类:其他好文   时间:2014-12-14 13:10:52    阅读次数:142
解决 “invalid resource directory name”, resource “crunch”
try this:from the menu click Project->Clean...a popup window will appear. select the check box for the project that is making this issue then click OK...
分类:其他好文   时间:2014-12-12 16:31:31    阅读次数:395
impdp遭遇ORA-39001、ORA-39000,ORA-39142
expdp/impdp由于源数据版本高于目标数据库版本,遭遇ORA-39001、ORA-39000,ORA-39142,解决只需要expdp导出时加上目标数据的version,具体问题及解决如下: 导入报错: [oracle@orcle02 ~]$ impdp  scott/tiger  directory=expdp  dumpfile=wxlun1212.dmp logfile=wxl...
分类:其他好文   时间:2014-12-12 15:02:02    阅读次数:317
Docker Mac 服务启动问题
今天启动docker之后,发现包这个错: ???~?docker images 2014/12/11 17:11:06 Get http:///var/run/docker.sock/v1.15/images/json: dial unix /var/run/docker.sock: no such file or directory 于是乎看看...
分类:系统相关   时间:2014-12-11 19:29:08    阅读次数:817
H3C FTP服务器配置要点
?? 第一:开启FTP服务器 ftp server enable(系统模式) 第二:创建用户、密码并设置用户的服务类型为ftp (aaa模式) 第三:指定刚刚创建的用户的ftp路径ftp-directory (aaa模式) 举例说明:(环境:ENSP) 第一: [Huawei]ftp server enable Info: The FTP server is already ena...
分类:其他好文   时间:2014-12-11 17:18:59    阅读次数:644
64位linux系统无法运行Android sdk的adb和aapt,提示No such file or directory的解决办法
参考资料: http://askubuntu.com/questions/147400/problems-with-eclipse-and-android-sdk http://serverfault.com/questions/442792/ubuntu-12-04-apt-get-install-ia32-libs-unmet-dependencies http://my.oschina...
分类:移动开发   时间:2014-12-11 15:58:05    阅读次数:211
ceph libs3编译
1、提示找不到依赖的libxml2库头文件 libxml/parser.h build/obj/util.do: Compiling dynamic object src/simplexml.c:27:27: error: libxml/parser.h: No such file or directory src/simplexml.c:48: error: ex...
分类:其他好文   时间:2014-12-11 12:34:53    阅读次数:216
SDK Manager failed to install 'java.exe' locking directory
转自:http://stackoverflow.com/questions/13587478/sdk-manager-failed-to-install-java-exe-locking-directoryI have ran into a curious error when trying to ...
分类:编程语言   时间:2014-12-10 19:33:28    阅读次数:321
YII2数据库操作出现类似Database Exception – yii\db\Exception SQLSTATE[HY000] [2002] No such file or director
YII2进行MYSQL数据库操作时出现Database Exception – yii\db\Exception  SQLSTATE[HY000] [2002] No such file or directory错误的解决方法在进行数据库操作时出现如下类似错误,实际则是PHP配置文件php.ini中未指定mysql.sock(或mysqld.sock)文件路径导致的PDO无法链接数据库Databa...
分类:数据库   时间:2014-12-10 16:30:55    阅读次数:923
Unable to use slave's temporary directory /tmp - Can't create/write to file '/tmp/SQL_LOAD-' (Errcode: 17)
这个错误时在Mysql主从配置产生的,最后找到这个Mysql的一个bughttp://bugs.mysql.com/bug.php?id=62055bug的主要原因是:打开文件的函数中指定打开模式时,如果O_CREAT和O_EXCL同时指定,那么当文件存在时会导致打开文件出错,这个使用方法本来也没有...
分类:数据库   时间:2014-12-10 16:02:24    阅读次数:386
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!