
开发技巧
chengcyh
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Eclipse、Editplus下删除行号
eclipse下使用正则表达式:^\s*\d+\. :删除类似于1.这样的行首字符。 editplus下使用正则表达式:(^[0-9]+\.) :删除类似于1.这样的行首字符。原创 2011-09-15 11:09:23 · 232 阅读 · 0 评论 -
在ubuntu下安装subversion
Subclipse 1.4.x includes and requires Subversion 1.5.x client features and working copy format. Subclipse 1.6.x includes and requires Subversion 1.6.x client features and working copy format. Subcli...原创 2012-07-21 08:47:50 · 203 阅读 · 0 评论