
misc
iteye_19888
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Tips
一位前辈经验 --有目的的学习,学以致用,将来必有更好的发展。 learning spoken English from a classmate --speak following recordings and see English TV Show in spare time. 学习新东西 --先看中文入门 --动手, 一个大的相关练习 --对相应重要的东西查找英文资料准确...2009-10-19 11:43:44 · 104 阅读 · 0 评论 -
vim tip
[code="vim"] `. move to the last edit. # :%s/text/replacement text/g search through the entire document for text and replace it with replacement text. # :%s/text/replacement text/gc search thro...原创 2009-11-25 15:54:33 · 119 阅读 · 0 评论