遷移到Linux下
Posted on February 7, 2012
第一次接觸Linux大概是2002年,那個時候還是Red Hat,版本號也不記得了。那個年代,Linux遠沒有現在這樣對用戶友好,只能是少數人的玩具,對我這樣一個普通PC用戶,既不華也不實。於是,我就義無反顧的投奔到了盜版Windows的大潮中。
真正開始接觸Linux,是從參加OI開始的。當時NOI使用Red Hat 9.0,再到後來使用那個山寨的NOI Linux,從那時起,電腦裏就一定會裝一個Ubuntu,雖然幾乎不用,但爲了熟悉,還是在上面用geany寫過一些C++程序,NOI的時候用的也是geany。那個時候不會vi,也不會emacs,而anjuta又太重量級,所以也只有geany適合我。
gedit的亂碼問題
Posted on February 8, 2012
默認情況下,用gedit打開GB18030/GBK/GB2312編碼的文件會亂碼。這是因爲,gedit有一個自己的編碼列表,只有列表中的編碼纔會進行匹配。因此,解決方法是修改編碼列表,將GB18030加入其中。
Use Node.js to Watch Directories
Posted on August 9, 2013
fs.watch
and fs.watchFile
can be used to watch file changes. However, there are some problems with them. Thus, we can find a lot of wrappers of these functions. Here I recommend Chokidar written by Paul Miller.
A Brief Introduction to UPnP
Posted on December 12, 2012
UPnP(Universal Plug and Play) is a set of networking protocols promoted by the UPnP Forum. If you have no idea what it is, this article from Microsoft may help. It was written in 2001, which describes an intelligent home that is still attractive currently.
I will analysis the architecture of UPnP in this article.
中文Web Font
Posted on May 18, 2015
衆所周知,Google Fonts提供了非常多的英文字體,使得前端工程師們得以在網頁中輕鬆地使用豐富多彩的字體效果。
但中文字體卻沒這麼容易嵌入到互聯網……