摘要:
不重启更新emacs设置在 ~/.emacs 中,C-x C-e执行光标前面的一条语句. 还可M-x load-file ~/.emacsM-x eval-buffer 阅读全文
摘要:
emacs 打开该文件之后直接M-x byte-compile-file,选中该文件 阅读全文
摘要:
解决:1. ls | grep -v ttt | xargs rm {}2. ls | grep -v ttt | xargs rm3. mv ttt /tmp/ && rm -rf * && mv /tmp/ttt ./4. find . -name e -prune -o -print | xargs rm -rf5. find . -name e -prune -o -name dir -prune -o -print | xargs rm -rf {}6. 删除目录下的除去ttt和目录外所有文件d=/tjy/for i in `ls $d`; do if 阅读全文
摘要:
Update: If you only want to add deleted files, try:git ls-files --deleted | xargs git rm git commit 阅读全文
摘要:
http://www.cnblogs.com/chenhs/archive/2008/08/18/1270689.html参考地址;一、在linux下删除这些目录是很简单的,命令如下 find . -type d -name ".svn"|xargs rm -rf或者find.-typed-iname".svn"-execrm-rf{}";添加所有文件和子文件夹find . | xargs svn add * --force全部搞定。(http://tech.techweb.com.cn/redirect.php?fid=26&tid= 阅读全文
摘要:
//============================================================================// Name : test.cpp// Author : // Version :// Copyright : Your copyright notice// Description : Hello World in C++, Ansi-style//============================================================================#include <iostre 阅读全文
摘要:
分类:图 阅读全文
摘要:
tail -f /usr/local/apache2/logs/access_log |grep 500 阅读全文
摘要:
必备firequery 数据视觉話firebug 代码查看web developer 网页元素控制Jetpackaardvark 元素查看FirePHPcolortools colorzilla 网页颜色提取 color that site 网页变色方案YSlow 网页性能分析和优化建业 测评css usage css查看比firebug好点senseo 网页文本查看firefinder 页面各种元素统计 页面精确定位addonfox 火狐插件推荐javascript debuggerfoxtab 3d效果f 阅读全文
摘要:
Here are a list of various useful commands that come in handyCommand / Option descriptionGDB CommandWinDbg Command / GUI operation descriptionsEnablingpost-mortem default debuggerNotapplicable on any Unix/Linux OSToregister as the default debugger type “windbg -I”and to use Dr.Watson use “drwtsn32 - 阅读全文
摘要:
胡雪岩1 德性定终生2 诚信为本3 随机应变4 患难见真情5 祸福相依6 重在朋友7 以诚取信8 大意留祸根9 为富要仁10 先义后利11 德业传百年12 冷静收残局1.爸妈疼你;2.被人背过;3.得过第1名;4.笑到肚子痛;5.有人为你哭过;6.买到喜欢的衣服;7.半夜有人短信给你;8.和蜜友煲电话粥;9.生病有过人照顾你;10.生日凌晨有人发短信祝福;11.在车站有过人接;12.和心爱的一起走路到腿疼;13.有好事就有人第一想到你。不开始,永远不会思考先求运行,再求正确,最后求快Kent Beck拿不定主义的时候,先抄别人的 俞军好的东西,一定是简单的 欲成大器者,谨记以下四律:①觉人之诈 阅读全文