Home
Half-Blood Programmer
Cancel

匆匆写就的近况

很幸运的和华工04级的研究生一起毕业离校,有很幸运的和05级一起等待着毕业证。这意味着自己现在的状态就是悬在天地之间,上不着天,下不着地。 那些04级的人士,已经像我一样开始了上班的生涯,也就是开始拿钱了开始缴税了。而那些05级的同学们还在过着悠闲舒适的研究生活。 拿着工资,却在怀念着实验室里快活的老样子,是不是有些愚蠢甚至懒惰呢?上班就没有那么快乐吗?这短短的一个月还难以给出一个确定...

HardQuery Report: Final Will Be Out Soon

Soon I would buy a new computer. After that I will continue to develop Code Beautifier Collection in my spare time. I wish I could release the 5.3.3 final version in early June. Stay tuned.

The Wallpaper for Mozilla Developer Center

I used to love the Firefox wallpapers. As a result, now I use this wallpaper. http://developer.mozilla.org/en/docs/Promote_MDC Yes, it is very nice. “Please Don’t Hurt The Web.”

Subversion Or CVS

In a latest blog I talked about using CVS with Visual Studio 2005. However, I soon changed my mind and turned to Subversion (SVN). Why? In fact, I am not using Visual Studio that often. Since my ...

Save CPU Utilization In An Empty Loop

Sometimes you need to kill some time by running an empty for or while loop. The only problem is that the CPU utilization will soon reach 100% for a single core CPU or 50% for a duel-core. Oh, my Go...

Using CVS in Visual Studio 2005

I know SVN may take place of CVS some day, but now I guess it still works well. So this time I use CVSNT as my source control server. If you do not know how to get started, there is a short introdu...

Threading or Pause-Ready BackgroundWorker

It is hard to make a Thread and control it well. However, using a Backgroundworker is much easier until you need to pause/resume it. Can we make a BackgroundWorker pause-ready? Yes. I have joined ...

上班以来使用的开源东西

(CSDN April 27, 2007) 开源的东西还是应该多多采用。确实可以省很多钱。在SA的环境里使用开源的软件,我就不必总是去麻烦IT组的人员了。 我现在就安装了下面这些东西:Notepad++,7Zip,CVSNT,Firefox,Thunderbird,SharpDevelop,Inno Setup,WinMerge,GIMP,NUnit,PDFCreator。当然,使用的免...