码迷,mamicode.com
首页 >  
搜索关键字:directory not found    ( 12322个结果
HDU4870:Rating(DP)
Problem Description A little girl loves programming competition very much. Recently, she has found a new kind of programming competition named "TopTopTopCoder". Every user who has registered in "To...
分类:其他好文   时间:2014-07-24 10:27:14    阅读次数:301
Eclipse 出现Some sites could not be found. See the error log for more detail.错误 解决方法
Eclipse 出现Some sites could not be found. See the error log for more detail.错误 解决方法Some sites could not be found. See the error log for more detail.这话的...
分类:系统相关   时间:2014-07-24 09:58:13    阅读次数:465
C#判断文件和文件夹是否存在 不存在则创建
using System.IO;string path = @"D:\accountDaoRu"; if (Directory.Exists(path) == false) { Directory.CreateDirectory(path); }if (Directory.Exists(Server...
分类:其他好文   时间:2014-07-23 22:13:17    阅读次数:250
The Android ION memory allocator
http://lwn.net/Articles/480055/Back in December 2011, LWNreviewed the list of Android kernel patchesin the linux-next staging directory. The merging o...
分类:移动开发   时间:2014-07-23 16:16:21    阅读次数:357
Bag Golf Equipment Is More Functional
Variety Merchandise - top directory usually found large bags attract Australia on top of the range solution for blogs and articles about the content o...
分类:其他好文   时间:2014-07-23 12:31:06    阅读次数:296
linux里终端安转视频播放器的操作及显示
[enilu@enilu ~]$ mplayerbash: mplayer: command not found[enilu@enilu ~]$ yum list | grep mplayer^C^CExiting on Broken Pipe[enilu@enilu ~]$ [enilu@en.....
分类:系统相关   时间:2014-07-23 11:33:56    阅读次数:490
apache cgi python
修改apache配置文件如下<Directory"/usr/local/sae/httpd//htdocs/cgi-bin">AllowOverrideNoneOptionsExecCGIOrderallow,denyAllowfromall</Directory>AddTypetext/html.htm.html.pyAddHandlercgi-script.cgi.py编写hello_get.py,放在/usr/local/sae/httpd/htdocs/..
分类:编程语言   时间:2014-07-23 00:22:58    阅读次数:203
linux小技巧(1)
1、避免目录拼写错误shopt命令:演示一下:我想进入/home目录但是不小心拼写错了:[fulinux@ubuntu ~]$ cd /hoem-bash: cd: /hoem: No such file or directory如果使用了shopt命令情况就不一样了:[fulinux@ubuntu ~]$ shopt -s cdspell[fulinux@ubuntu ~]$ cd /hoem/...
分类:系统相关   时间:2014-07-23 00:03:37    阅读次数:262
gvim e303 无法打开 “[未命名]“的交换文件,恢复将不可能
今天vim出现:“gvim e303 无法打开 “[未命名]“的交换文件,恢复将不可能”解决办法:修改你的.vimrc,增加下面的一行:set directory=.,$TEMP "默认为directory=.,c:\tmp,c:\temp
分类:其他好文   时间:2014-07-22 22:50:53    阅读次数:373
DNS篇之四 构建主从dns服务器
vim/etc/name.confoptions{directory"/var/named";recursionyes;#定义开启递归功能;默认是给所有用户递归。 allow-recursion{172.16.0.0/16;};#表示只对这个网段的用户递归;或者定义递归客户端来源的; allow-query#定义谁可以来进行查询;};zone"."IN{typehint;file"named.c..
分类:其他好文   时间:2014-07-22 18:08:32    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!