for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
21 Apr 2011
11 Apr 2011
Pentadactyl-vim like Firefox
Pentadactyl 是由 Vimperator 项目最活跃的开发者 Kris Maglione、Doug Kearns、Martin Stubenschrott维护的针对 Firefox4的一个分支。有了它,你就可以双手操纵浏览器,而无需鼠标的帮助.大大提高浏览速度和简化日常工作.非常推荐.
官方介绍:
http://dactyl.sourceforge.net/pentadactyl/
Pentadactyl is a free browser add-on for Firefox, designed to make browsing more efficient and especially more keyboard accessible. Largely inspired by the Vim text editor, the appearance and finger feel of Pentadactyl should be familiar to Vim users.
Dactyl is a fork of the Vimperator project by most of its primary developers.
有几个很好的说明
1.http://www.hksilicon.com/kb/cn/articles/13775/FirefoxVimVimperatorPentadactyl?mobi=true
2. http://pchu.blogbus.com/logs/148008347.html
9 Apr 2011
blogger显示代码
25 May 2011 Update
new style from HERE
CODE {
white-space: pre;
font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace;
color: #000000;
background-color: #eee;
font-size: 12px;
border: 1px dashed #999999;
line-height: 14px;
padding: 10px 10px 10px 21px; /* 內距綜合設定 依序為上右下左 */
margin: 5px 20px 5px 20px ; /* 邊界綜合設定 依序為上右下左 */
overflow:auto; /* 超出顯示範圍處理 全部顯示:visible 隱藏:hidden 捲軸:scroll 瀏覽器自動選擇:auto */
width: 90%;
}
1. 给blogger设计添加高级css
CODE {
display: block; /* fixes a strange ie margin bug */
font-family: Courier New;
font-size: 8pt;
overflow:auto;
background: #f0f0f0 url(http://klcintw.images.googlepages.com/Code_BG.gif) left top repeat-y;
border: 1px solid #ccc;
padding: 10px 10px 10px 21px;
max-height:200px;
height:200px; // for IE6
line-height: 1.2em;
}
2.需要贴代码的地方写入(把《和》换成<和>
《code》代码《/code》
8 Apr 2011
优秀的编程字体[zt]
好字体的标准:
1.非常清晰(Crisp clear characters)
2.支持扩展字符集(Extended characterset)
3.对空白把握的很好
4.可轻易区分’l', ‘1′ 和 ‘i’
5.可轻易区分’0′, ‘o’ 和 ‘O’
6.可轻易区分左右引号 - 最好是对称的
7.清晰的标点符号,特别是大括号小括号和中括号
UPDATE:
monaco号称来自Mac,但是不支持中文.这里有个修改过的monaco字体,支持中文的.来自 这里. 向作者表示感谢.
下载: >>请猛击这里
效果预览(点击查看大图)
详细介绍请看这篇blog:Finding the Best Programmer’s Font
里面提到的22个常用的font依次为:
1. Bitstream Vera Sans Mono
2. ti92pluspc
3. Crystal
4. Monaco
5. Anonymous
6. Andale Mono
7. Raize
8. ProFontWindows
9. Sheldon
10. BSU Kermit
11. Lucida Sans Typewriter Regula Java 2 SDK附带
12. Courier New
13. Courier, Windows自带
14. Lucida Consolev
15. ProggyTiny
16. ProggyClean
17. Fixedsys
18. Topaz-8
19. Free Monospaced
20. MS Mincho, Windows / Office自带
21. Hyperfont
22. Squareshooter Mono
呵呵,光说不看,没意思,这里有个对比图,可以参考一下(点击看大图),或者点击下面这个链接查看:
http://www.lowing.org/fonts/allfonts.htm
来自这里,略有编辑.
2 Apr 2011
Subscribe to:
Posts
(
Atom
)