-
Recent Posts
Recent Comments
Archives
- April 2010 (1)
- December 2009 (1)
- November 2009 (1)
- March 2009 (2)
- July 2008 (2)
- June 2008 (2)
- May 2008 (2)
- April 2008 (2)
- November 2007 (2)
- October 2007 (1)
- September 2007 (4)
- August 2007 (5)
- July 2007 (4)
- June 2007 (10)
- May 2007 (12)
Categories
- AJAX (5)
- Blog Tips (2)
- Bug Fix (4)
- C++ (3)
- Challenge (1)
- Comet (2)
- Debug (2)
- Eclipse (8)
- Google Talk (4)
- httpd (3)
- Jambi (1)
- Java (10)
- Java2Script (6)
- JavaScript (3)
- MySQL (1)
- Project Management (4)
- QT (1)
- Server (1)
- Snippet (2)
- Software Requirement (2)
- Subversive (1)
- Tomcat (4)
- Tricks (11)
- Uncategorized (8)
- Vim (1)
- Vista Hacks (1)
- Wordpress (1)
Blogroll
Meta
Author Archives: Zhou Renjian
Disable cron.daily Task for Server
I just learned the lesson that for cron.daily tasks should be disabled for Linux servers. I were having the headache that in some certain hour of each day, my servers run into high load average. I suspected that it is … Continue reading
Implementing Gmail-alike Web Mail Client by Java2Script
WeMail, this to-be-implemented Gmail-alike web mail client, is based on technologies of Java, SWT, JavaMail and Java2Script. Before going into designing and implementing details, here are some background information. Java2Script (J2S) Pacemaker provides an Eclipse Java to JavaScript compiler plugin … Continue reading
Posted in AJAX, Java, Java2Script
Tagged Gmail, Java, Java2Script, JavaMail, Simple RPC, WeMail
1 Comment
Connect Yahoo IMAP Server by JavaMail
These days, I were implementing an online web mail client for all mail services, like Gmail, Hotmail/Live Mail, Yahoo! Mail, AOL/AIM Mail. And adding Yahoo! Mail support cost me lots of time, but the solution is simple. Yahoo! Mail provides … Continue reading
“Code like you won’t be there tomorrow”
Today, I came up with Doug on the Eclipse CDT’s “Code like you won’t be there tomorrow“. I liked its ending very much: You can create the best system ever, and people will appreciate it while you’re there, but they … Continue reading
Compiling GDB Debugger in Windows
Here are the steps: Download 7-zip, if you do not have one. Install MinGW, please read MinGW’s Getting Started wiki. I choose manual installation: Download at least the following (or newer) packages from the MinGW download page: binutils gcc-core mingw-runtime … Continue reading
Export Eclipse Plugin, Assert Errors
Here is my scenario: I import Eclipse RSE( Remote System Explorer) plug-ins into my workspace and I want to build and test it myself. There are no errors in the workspace and running and debugging is all OK. And I … Continue reading
Enable Line-In to Speaker for Vista
Here is the hack for my Dell Inspiron 1520: A lot of people have been reporting various versions of this issue. In short you are not able to hear line-in audio from the computers speaker even though the meter shows … Continue reading
Posted in Vista Hacks
1 Comment
VMWare Player, Ubuntu and Mac OSX
So you want to play some other operating systems for some new features, or test your applications on other OSs? Take a try on VMWare Player. It is free. Along with downloading and installing VMWare, you should also download OS … Continue reading
Vista Media Player Cannot Play mms:// Stream
OK. Windows Media Player 11.0 (WMP 11) does not support mms:// protocol any more. So your Vista will never play mms:// stream. Stop wasting your time on searching for a solution. If you are using XP, you may reinstall Windows … Continue reading
True Color Remote Desktop Connection
If you use Windows’ Remote Desktop Connection a lot, you will find that the UI is a little ugly. In fact by default, the Remote Desktop Connection is in 16 bit color mode. In order to have a better experience, … Continue reading