随笔分类 -  Software Usage

Describe some useful software...
摘要:git add git rm git push git commit –m 'XXXX' git reset --hard git pull git checkout 阅读全文
posted @ 2013-01-19 22:24 Fan Zhang 阅读(189) 评论(0) 推荐(0)
摘要:FireBugXMarksAutoProxyLive Http HeadersDownload HeplerHttp Response BrowserModify HeadersTemper DataQuick Locale Switcher 阅读全文
posted @ 2012-10-04 18:07 Fan Zhang 阅读(225) 评论(0) 推荐(0)
摘要:M-x eval-buffer 阅读全文
posted @ 2012-08-28 23:14 Fan Zhang 阅读(224) 评论(0) 推荐(0)
摘要:1. 首先进入msys-shell,设置系统变量HOME 2. 运行生成cscope.files,有两个方法: a)find -iname '*.[ch]' -o -iname '*.[ch]pp' > cscope.files b)下载 cscope-indexer脚本 http://code.google.com/p/elisp/source/browse/trunk/emacs/c... 阅读全文
posted @ 2012-06-15 16:51 Fan Zhang 阅读(919) 评论(0) 推荐(0)
摘要:打开c:\windows\system32\drivers\etc\下的hosts文件 64.147.188.86 www.xmarks.com 64.147.188.92 api.xmarks.com 64.147.188.89 login.xmarks.com 64.147.188.87 sync.xmarks.com 64.147.188.86 static.xmarks.com 64.14... 阅读全文
posted @ 2009-12-01 11:33 Fan Zhang 阅读(437) 评论(0) 推荐(0)
摘要:1.AT命令AT time /interactive command2.psexecpsexec -s –d –i command 阅读全文
posted @ 2009-07-22 23:00 Fan Zhang 阅读(207) 评论(0) 推荐(0)
摘要:1.Flashgothttp://addons.mozine.cn/firefox/72.Foxmarks Bookmark Synchronizer(书签同步)https://addons.mozilla.org/en-US/firefox/addon/24103.ScribeFire(用来编写离线博客)https://addons.mozilla.org/en-US/firefox/addon... 阅读全文
posted @ 2009-03-04 11:34 Fan Zhang 阅读(239) 评论(0) 推荐(0)
摘要:Windows快速显示桌面快捷键:win+DVC跳到定义:F12VC转到汇编:Ctrl+F11...F2:设置断点,只要在光标定位的位置(上图中灰色条)按F2键即可,再按一次F2键则会删除断点。(相当于 SoftICE 中的 F9)F8:单步步过。每按一次这个键执行一条反汇编窗口中的一条指令,遇到 CALL 等子程序不进入其代码。(相当于 SoftICE 中的 F10)F7:单步步入。功能同单步步... 阅读全文
posted @ 2009-03-01 11:22 Fan Zhang 阅读(208) 评论(0) 推荐(0)