随笔分类 -  Agile

摘要:1. Ctrl+f 向下翻页2. Ctrl+b 向上翻页3. G 定位到文本最后一行4. gg 定位到文本第一行5. Shift+% 匹配括号6. ZZ 保存退出7. ZQ 不保存退出8. :set nu 打开行序列号9. :set nonu 关闭行序列号10.:%s#***#***#g全局替换字符串 11.Ctrl+v 列编辑模式,H左j下k上l右选择visual block,方向键也能体现,x删除所选内容,d删除所选内容,r+替换字符就是粘贴 例子 r+p12.u 撤销上次操作13.Shift+d 删至行尾14.d$ 删... 阅读全文
posted @ 2013-01-13 10:49 卜海清 阅读(297) 评论(0) 推荐(0)
摘要:DVCS - But Why?More and more companies are making the switch to Distributed Version Control Systems (DVCS) using tools such as Git - but why?At Clearvision, as a great supporter of DVCS, the reasons we hear from our customers differ depending upon their existing CM toolset:Those moving from Subversi 阅读全文
posted @ 2012-09-28 14:03 卜海清 阅读(291) 评论(0) 推荐(0)
摘要:原文链接: http://www.methodsandtools.com/archive/archive.php?id=4  Refactoring is a powerful technique for improving existing software. Having source code that is understandable helps ensure a syste... 阅读全文
posted @ 2009-06-11 17:11 卜海清 阅读(298) 评论(0) 推荐(0)
摘要:最近一直有在看Agile方面的资料,自己也着手写一个Agile Workspace in .NET的PPT. 看到有关Story Points时,停留好了好半天,有点困惑.自己工作这些年,也看过一些团队里有在用Agile methods或是Agile Model的. 但真的挺难看到有用Story Points来作Project Size estimation.不知道大家平时的工作中有没真地用到... 阅读全文
posted @ 2009-01-17 14:09 卜海清 阅读(463) 评论(0) 推荐(0)
摘要:Database refactoring和一般意思上的Code Refactoring还是有许多不同的。 协议阶段准备开始研究一下。有关DB Refactoring的技术 下面的是我在InfoQ上听的Ambler做的一个技术讲座 http://www.infoq.com/presentations/ambler-database-refactoring Ambler是Agile Unified... 阅读全文
posted @ 2009-01-17 13:56 卜海清 阅读(223) 评论(0) 推荐(0)