To use debug, just insert " require 'debug' " in which you want to debug.you can list code piece with list command, and user 'n' command to execute ne...
分类:
其他好文 时间:
2014-09-09 12:02:48
阅读次数:
220
##常用文件重定向命令 * command > filename 把标准输出重定向到一个新文件中 * command >> filename 把标准输出重定向到一个文件中 (追加) * command 1 > fielname 把标准输出重定向到一个文件中 * command > fi...
分类:
其他好文 时间:
2014-09-09 09:13:28
阅读次数:
188
History
The radare project [http://radare.org/] started in February of 2006 aiming to provide a free and simple command line interface for a hexadecim...
分类:
其他好文 时间:
2014-09-08 00:55:46
阅读次数:
364
一、前言 之前一直在忙于工作上的事情,关于设计模式系列一直没更新,最近项目中发现,对于设计模式的了解是必不可少的,当然对于设计模式的应用那更是重要,可以说是否懂得应用设计模式在项目中是衡量一个程序员的技术水平,因为对于一个功能的实现,高级工程师和初级工程师一样都会实现,但是区别在于它们实现功能的可....
分类:
其他好文 时间:
2014-09-07 23:46:06
阅读次数:
354
电脑装思维导图的时候,报错显示“Command line option syntax error.Type Command /? for help.”就查了一下,原来是系统没有C++2005,需要安装,就上网下载了一个vcredist_x86.exe,但是双击安装,仍然出现这个错误。
没办法,接着上网查吧,是什么原因呢?网上说是因为该文件安装不支持中文安装路径,然后我就把文件夹改成了英文名称...
分类:
其他好文 时间:
2014-09-07 22:30:45
阅读次数:
239
preface,熟悉pgsql sql Language article disorder;1,pgsql数据库控制台Cli(command line interface) help mannual;注意\g == ; terminate with semicolon to execute quer...
分类:
数据库 时间:
2014-09-07 22:22:45
阅读次数:
431
很有用的command ,自己写软件可以用到了very goodYou can use command-line parameters to change CCleaner's installation behavior, or to change how CCleaner runs.Command...
分类:
其他好文 时间:
2014-09-07 12:14:05
阅读次数:
550
karma作为angular测试runner出现,如果你使用过karma一定感受到这很不错的javascript测试runner。简单干净的配置文件karma.config.js,以及karma init一些快捷的配置command。以及整套测试套件,如html2js,coverage。对于angu...
分类:
Web程序 时间:
2014-09-07 09:46:24
阅读次数:
254
基本格式 : * * * * * command 分 时 日 月 周 命令 第1列表示分钟1~59 每分钟用*或者 */1表示 第2列表示小时1~23(0表示0点) 第3列表示日期1~31 第4列表示月份1~12 第5列标识号星期0~6(0表示星期天) 第6列要运行的命令 crontab文...
分类:
系统相关 时间:
2014-09-06 20:02:03
阅读次数:
377
FILE * popen ( const char * command , const char * type );第一个参数是命令,不是文件名popen() 函数通过创建一个管道,调用 fork 产生一个子进程,执行一个 shell 以运行命令来开启一个进程。这个进程必须由 pclose() 函数...
分类:
其他好文 时间:
2014-09-06 20:01:43
阅读次数:
256