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
配置文件:/etc/named.conf/在NAMED.CONF配置文件中使用//和/**/来进行注释,options{/*OPTIONS选项用来定义一些影响整个DNS服务器的环境,如这里的DIRECTORY用来指定在本文件指定的文件的路径,如这里的是将其指定到/var/named下,在这里你还可以指定端口等等。不指定则端口是5..
分类:
其他好文 时间:
2014-10-27 19:50:53
阅读次数:
128
资源介绍:常用资源:file、service、package工具资源:exec、cron、user、group资源总结fileensure=>(指定文件状态)present检查文件是否存在,不存在就创建absent检查文件是否存在,存在就创建directory指定这是目录path=>(文件完整路径,默认与title相同)source=&g..
分类:
其他好文 时间:
2014-10-27 19:46:54
阅读次数:
160
#define PDE_FLG_RW (1<<1)
#define PDE_FLG_US (1<<2)
#define PDE_FLG_RWT (1<<3)
#define PDE_FLG_PCD (1<<4)
/*
* initialize to be zero for page directory and page table
*/
static __SECTION_ZERO_INIT("P...
分类:
其他好文 时间:
2014-10-27 17:37:25
阅读次数:
155
he following error occurred while trying to add or remove files in theinstallation directory: [Errno 13] Permission denied: '/Library/Python/2.7/site....
分类:
编程语言 时间:
2014-10-26 01:37:32
阅读次数:
239
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:
编程语言 时间:
2014-10-25 22:57:35
阅读次数:
480
现象:WINDOWS安装MINGW4.8.1,环境变量设置后,命令行窗体G++能够执行,但编译文件时提示:CreateProcess: No such file or directory。安装CODE:BLOCK。使用CODE:BLOCK编译仍然出现提示:CreateProcess: No such...
分类:
其他好文 时间:
2014-10-25 18:44:06
阅读次数:
191
DIRECTORY_SEPARATOR是php的内部常量,用于显示系统分隔符的命令,不需要任何定义与包含即可直接使用。
在windows下路径分隔符是\(当然/在部分系统上也是可以正常运行的),在linux上路径的分隔符是/,这就导致了一个问题,比如开发机器是windows,有一个图片上传程序,调试机器上指定的上传文件保存目录是:
define(ROOT, dirname(__FILE__)....
分类:
Web程序 时间:
2014-10-25 15:59:19
阅读次数:
190
今天在安装memcached时出现了以下错误(tar: libevent-1.4.14b-stable.tar.gz: Cannot open: No such file or directory),(memcached)的安装请移步我的另一篇文章:http://www.jakehu.me/816错...
分类:
系统相关 时间:
2014-10-25 07:03:05
阅读次数:
253