码迷,mamicode.com
首页 >  
搜索关键字:directory not found    ( 12322个结果
python模块与包加载机制
模块的搜索路径:When a module namedspamis imported, the interpreter searches for a file namedspam.pyin the current directory, and then in the list of director...
分类:编程语言   时间:2014-05-26 15:09:11    阅读次数:367
red——hat
arm-linux-gcc -static -o lcd_show lcd_show.csudo mount -o loop initrd.img XXX (XXX -- your mount directory)sudo cp lcd_show XXX/bin/sudo umount XXXsky...
分类:其他好文   时间:2014-05-26 14:39:56    阅读次数:281
php 遍历文件及文件夹
\n"; while($file = $mydir->read()) { if((is_dir("$directory/$file")) AND ($file!=".") AND ($file!="..")) { echo "$fi...
分类:Web程序   时间:2014-05-26 14:22:05    阅读次数:239
android使用apktool反编译出现Input file (d:\t) was not found or was not readable
Input file (d:\t) was not found or was not readable 出现这个错误是因为apktool压缩包下载错误,我是下成首页的那个压缩包了 正确下载地址:https://code.google.com/p/android-apktool/downloads/l...
分类:移动开发   时间:2014-05-26 12:35:23    阅读次数:1117
MVC.Net: jqueryval错误
当使用Mvc.net创建Create表单后,firebug Create页面会出现404 Not Found - http://192.168.3.95:7001/bundles/jqueryval"的错误。检查Create.cshtml会发现在底部有这段代码:@section Scripts { ...
分类:Web程序   时间:2014-05-26 12:09:40    阅读次数:264
Ubuntu下的LNMP环境
保证联网的情况下,直接参照http://lnmp.org/install.html进行安装,以下花括号内为原文引用:{1、使用putty或类似的SSH工具登陆VPS或服务器;登陆后运行:screen -S lnmp如果提示screen: command not found 命令不存在可以执行:yum...
分类:其他好文   时间:2014-05-26 08:52:19    阅读次数:232
不关闭seLinux解决vsftpd服务本地用户不能登录问题(500 OOPS: cannot change directory:/home/***)
这里不讲vsftpd的基本配置,网上教程已经太多了。这里只说seLinux的问题。日前在CentOS6.5中安装了vsftpd,按照网上搜索的教程,配置好/etc/vsftpd/vsftpd.conf,重新启动后,登录实验,又出现了著名的不能设置主目录错误:500 OOPS: cannot chan...
分类:系统相关   时间:2014-05-26 06:40:58    阅读次数:468
JavaWeb:报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 解决办法
JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path好久不写Jsp,今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。原本开...
分类:编程语言   时间:2014-05-25 23:37:34    阅读次数:284
windows 和 linux 安装 scrapyd 出现Not a directory site-packages/scrapyd-1.0.1-py2.7.egg/scrapyd/txapp.py
1  这是由于 scrapyd安装的时候没有 解压 相应的 egg而导致的文件找不到的错误。 2 解决办法,找到 scrapyd-1.0.1-py2.7.egg 解压缩 里面 有一个  scrapyd的文件,拷贝到 site-packages/scrapyd-1.0.1-py2.7.egg/scrapyd/目录下即可,windows的解决办法和这个一样。...
分类:移动开发   时间:2014-05-24 20:31:22    阅读次数:567
警告:DNS 服务器 4013警告信息的解决
DNS服务器4013警告信息的解决DNS 服务器 4013警告信息:DNS 服务器正在等待 Active Directory 域服务(AD DS)发出该目录的初始同步已完成的信号。在初始同步完成之前,DNS 服务器服务无法启动,因为可能尚未将重要的 DNS 数据复制到该域控制器上。如果 AD DS ...
分类:其他好文   时间:2014-05-24 09:37:02    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!