find的语法:find [起始目录] 寻找条件 操作还有种表述方式:find PATH OPTION [-exec COMMAND { } \;]因为find命令会根据我们给的option,也就是寻找条件从我们给出的目录开始对其中文件及其下子目录中的文件进行递归搜索,所以我觉的这个地方说是“起始目...
分类:
其他好文 时间:
2014-06-29 00:57:38
阅读次数:
244
Do you often write a check at the grocery store, mail tax returns, change service providers for your mobile phone, or apply for a credit card? If you ...
分类:
其他好文 时间:
2014-06-28 23:48:54
阅读次数:
495
我們先假設使用者,已經在 python 官方網站下載各版本的 Windows Installer 並安裝在預設路徑下:python 2.6:C:\Python26python 2.7:C:\Python27python 3.2:C:\Python32我們希望在 command line 輸入 pyt...
分类:
编程语言 时间:
2014-06-28 23:47:33
阅读次数:
253
Linux中find常见用法示例·find path -option [ -print ] [ -exec -ok command ] {} \;find命令的参数;pathname: find命令所查找的目录路径。例如用.来表示当前目录,用/来表示系统根目录。-print: find命令将匹配的文...
分类:
系统相关 时间:
2014-06-28 23:32:27
阅读次数:
243
将dump拖入到windbg中后,在command输入栏输入 .load wow64exts 回车 !sw 回车,就将windbg的dump,从64位模式切换到了32位模式,否则看到的call stack 对我们分析dump是没有帮助的。然后就可以使用其它的命令来分析了。比如:使用kb命令,查看.....
分类:
数据库 时间:
2014-06-28 20:44:57
阅读次数:
305
因为从10.5版本开始适用Mac OS,SVN一直都是默认安装的软件。后来发现一个简单的办法。如果你有安装XCode,只需要在code > Preferences > download > Command Line Tools > Install即可,速度很快,基本1分钟搞定。 这个Command ...
分类:
其他好文 时间:
2014-06-21 12:45:48
阅读次数:
215
使用.net(C#)发送邮件学习手册(带成功案例)1.了解发送邮件的三种方式2.实例介绍使用client.DeliveryMethod = System.Net.Mail.SmtpDeliveryMethod.PickupDirectoryFromIis3.如何设定本机IIS的SMTP服务器1.了解...
分类:
Web程序 时间:
2014-06-21 10:47:54
阅读次数:
397
join(string, ...) Returns a new string formed by joining the strings using File::SEPARATOR.File.join("usr", "mail", "gumby") #=> "usr/mail/gumby"rea.....
分类:
其他好文 时间:
2014-06-21 08:28:24
阅读次数:
224
首先是搭建后台服务:下载下面2个软件包 extmail-1.2.tar.gzextman-1.1.tar.gz创建一个extsuite目录,固定格式 mkdir /var/www/extsuite将2个压缩包解压到/var/www/extsuite/目录 tar zxf extman-1.1.tar...
分类:
Web程序 时间:
2014-06-21 06:46:02
阅读次数:
339
Iptables的命令选项 iptables [-t tables] command option parameter target -A 在链尾添加一条规则 -C 将规则添加到用户定义链之前对其进行检查 -D 从链中删除一条规...
分类:
其他好文 时间:
2014-06-20 13:47:05
阅读次数:
227