
Sofeware
stingh711
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
好用的程序启动器Launchy (windows only)
有多好用?在任何窗口,只要敲Alt+space,就会激活launchy的小窗口,比如说你想运行firefox,直接敲firefox,firefox就会被运行了,比用书标点快多了,是吧?还有自动补全和提示。想打开文件夹?没问题,直接在launchy的窗口里输入地址就好了。甚至于网页也是ok的。在小窗口里输入http://www.blogjava.net/stingh711/就会直接到我的blo...2007-09-29 16:52:00 · 246 阅读 · 0 评论 -
好用的程序启动器Launchy (windows only)
有多好用?在任何窗口,只要敲Alt+space,就会激活launchy的小窗口,比如说你想运行firefox,直接敲firefox,firefox就会被运行了,比用书标点快多了,是吧?还有自动补全和提示。想打开文件夹?没问题,直接在launchy的窗口里输入地址就好了。甚至于网页也是ok的。在小窗口里输入http://www.blogjava.net/stingh711/就会直接到我的blo...2007-09-29 16:52:00 · 177 阅读 · 0 评论 -
加速openoffice
打开openoffice writer,工具->选项->内存: 撤销命令->步数:20 图形缓冲区->用于openoffice:128m,每个对象的内存:20m 最后把启用系统栏快速启动的勾点上,重启writer,速度快的让你吃惊哦 ...2007-09-29 23:50:00 · 110 阅读 · 0 评论 -
加速openoffice
打开openoffice writer,工具->选项->内存: 撤销命令->步数:20 图形缓冲区->用于openoffice:128m,每个对象的内存:20m 最后把启用系统栏快速启动的勾点上,重启writer,速度快的让你吃惊哦 ...2007-09-29 23:50:00 · 103 阅读 · 0 评论 -
Converting tabs to spaces in VIM
Add "set expandtab" to your .vimrc. And also add the following two commands: set tabstop=4 set shiftwidth=4 If you want to convert the existing tabs to spaces, please use :retab command.2008-03-11 16:43:00 · 135 阅读 · 0 评论 -
Converting tabs to spaces in VIM
Add "set expandtab" to your .vimrc. And also add the following two commands: set tabstop=4 set shiftwidth=4 If you want to convert the existing tabs to spaces, please use :retab command.2008-03-11 16:43:00 · 90 阅读 · 0 评论 -
Use putty to connect cygwin
Cygwin default是使用dos做终端,实在是很难用.Putty是一个好用的telnet,ssh工具,它的终端比dos好用.直接用putty连cygwin还挺麻烦的,需要在cygwin上配ssh server. puttycyg是一个加强版的putty,用它可以直接连cygwin.Download一个puttycyg下来,解压直接运行putty.exe, 在connection ty...2008-11-11 11:21:00 · 275 阅读 · 0 评论