
ide
kaqi072821
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
How to set hotkey in resharper for "content assist " and unit test
The default hot key Ctrl+space is used by switch input method. So we need to reset it. Menu-->tools-->options-->Environment-->Keyboard-->"Show commands containing" Choose ReS...原创 2012-01-10 18:38:55 · 200 阅读 · 0 评论 -
RubyMine 正则表达式替换
Rubymine的查找正则表达式替换用的java的正则表达式。 如要查找诸如MM/dd/yyyy替换成yyyy/MM/dd 则查找串为: (..)\/(..)\/(....) 替换成:$3/$2/$1/原创 2012-05-03 21:52:19 · 182 阅读 · 0 评论