Archive for the ‘Uncategorized’ Category
优秀程序员的45个习惯
态度篇
1. 做实事
不要抱怨,发牢骚,指责他人,找出问题所在,想办法解决。对问题和错误,要勇于承担。
2. 欲速则不达
用小聪明、权宜之计解决问题,求快而不顾代码质量,会给项目留下要命的死角。
3. 对事不对人
就事论事,明智、真诚、虚心地讨论问题,提出创新方案。
Categorized in: Uncategorized · Tagged with: Others
Downgrade in Ubuntu
有时安装了一些高版本的软件,却又后悔,想回到低版本。其实这个降级过程是比较麻烦的,不过还好,总还是有办法的。 首先,查出安装过的版本号,以firefox为例:apt-cache show firefox,记住你要安装的某个低版本(version) 接着,咱们正式降级:sudo apt-get install firefox=<低版本号> 还以firefox为例,它会引用其它好几个package,所以这些引用到的package也要一并降级。 如我今天将 firefox 从 3.62be 降级到 3.6 :sudo apt-get install firefox=3.5.7+nobinonly-0ubuntu0.9.10.1 firefox-3.5-branding=3.5.7+nobinonly-0ubuntu0.9.10.1 firefox-3.5=3.5.7+nobinonly-0ubuntu0.9.10.1
Categorized in: Uncategorized · Tagged with: Firefox
Make LI not indent
Sample code is listed below: ul { list-style:none; margin:0px; padding:0px; } list-style attribute makes li without bullet. The code is tested on Firefox, Opera, IE.
Categorized in: Uncategorized · Tagged with: CSS, HTML
Install a simple SVN Server yourself
Frankly speaking, i haven’t constructed such an svn server before. After searhing and getting help from Internet, I finished this target this morning by the following steps: 1). Download SVN server file and unzip to anywhere you prefer. The file i used is the latest version: svn-win32-1.5.6.zip 2). Add its bin directry into PATH environment [...]
Categorized in: Uncategorized · Tagged with: SVN
Others Online – browser-based IM
I had written a blog entry about how to build a browser-based IM. Today i found a firefox plugin providing this function: Others Online 1.0.42
Categorized in: Uncategorized · Tagged with: Firefox, Plugins
upgrade my Firebug
Thanks to the authors of firebug, i can use it (version 1.1 beta) again in Firefox 3.0. With firebug, we can check and debug HTML, CSS, DOM, and especially JavaScript.
Categorized in: Uncategorized · Tagged with: Browser, Firefox
新闻联播报道: 西藏又发生骚乱, 中央有能力稳定局势
今晚新闻联播报道了西藏拉萨市发生暴乱的情况,形势似乎挺严重。 详情可以看看这位记者的记录: http://club.qingdaonews.com/showAnnounce.php?topic_id=3862120&board_id=128
Categorized in: Uncategorized · Tagged with: Tibet
英文版《八荣八耻》
弘扬传统文化,你我皆有责任 著作权声明:此英文版《八荣八耻》版权归 北京外文局 所有 Eight-honor and Eight-shame (八荣八耻) Honor to those who love the motherland, and shame on those who harm the motherland. 以热爱祖国为荣、以危害祖国为耻 Honor to those who serve the people, and shame on those who betray the people. 以服务人民为荣、以背离人民为耻 Honor to those who quest for science, and shame on those who refuse to be [...]
Categorized in: Uncategorized · Tagged with: English

(
(4.00 out of 5)