随笔分类 -  Tools

摘要:Infomation Included:快捷键插件快捷键Ctrl+L选择整行(按住-继续选择下行)Ctrl+KK从光标处删除至行尾Ctrl+Shift+K删除整行Ctrl+Shift+D复制光标所在整行,插入在该行之前Ctrl+J合并行(已选择需要合并的多行时)Ctrl+KU改为大写Ctrl+KL改为小写Ctrl+D选词(按住-继续选择下个相同的字符串)Ctrl+M光标移动至括号内开始或结束的位置Ctrl+Shift+M选择括号内的内容(按住-继续选择父括号)Ctrl+/注释整行(如已选择内容,同“Ctrl+Shift+/”效果)Ctrl+Shift+/注释已选择内容Ctrl+Space自动完 阅读全文
posted @ 2013-05-08 19:43 billowkiller 阅读(193) 评论(0) 推荐(0)
摘要:摘自图灵社区估算时间程序员所想象的程序员所忘记的实际时间30秒只需要做一个很小的代码改动。我准确地知道怎么改,在哪里改。花费30秒敲键盘即可。启动计算机,开发环境和获取正确源码的时间。用于构件,测试,检查和文档修复的时间。1小时5分钟小事一桩,我只要上谷歌查一下语法就可以修复它了。很少有一次就能找到完全正确的信息。即使找到,在它能工作前,也需要做一些调整。外加构件,测试等等时间。2小时1小时我知道怎么做,但是写这些代码需要花费一些时间。面对未来可能发生的问题,1小时稍纵即逝。有些东西总是会出错。2小时4小时需要写一些代码,但是我粗略地知道步骤。我知道标准框架中的Wizzabanga模块可以做到 阅读全文
posted @ 2013-01-04 12:34 billowkiller 阅读(378) 评论(0) 推荐(0)
摘要:from pondocTo see the output created by each of the commands below, click on the name of the output file:HTML fragment:pandoc README -o example1.htmlStandalone HTML file:pandoc -s README -o example2.htmlHTML with smart quotes, table of contents, CSS, and custom footer:pandoc -s -S --toc -c pandoc.cs 阅读全文
posted @ 2012-12-29 14:13 billowkiller 阅读(288) 评论(0) 推荐(0)
摘要:fromwordpress supportWhile WordPress.com doesn’t allow you to use potentially dangerous code on your blog, there is a way to post source code for viewing. We have created a shortcode you can wrap around source code that preserves its formatting and even provides syntax highlighting for certain langu 阅读全文
posted @ 2012-08-03 12:36 billowkiller 阅读(214) 评论(0) 推荐(0)

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.