-
Recent Posts
Categories
- algorithm (1)
- automation (3)
- c++ (2)
- cloud (1)
- design (6)
- git (2)
- java (10)
- jenkins (1)
- linux (17)
- python (6)
- search engine (1)
- security (1)
- server (3)
- tech watch (6)
- test (3)
- troubleshooting (7)
- Uncategorized (2)
- virtualization (3)
Archives
- March 2012 (4)
- February 2012 (6)
- January 2012 (2)
- November 2011 (5)
- October 2011 (1)
- August 2011 (3)
- July 2011 (8)
- June 2011 (10)
- May 2011 (4)
- April 2011 (6)
- March 2011 (1)
Links
Tag Archives: java
Why Load Balance not work in Hessian C# client calling to hessian service?
When I was migrating our application from C# to Java, our Java service moved ahead of the client application. The client application is in C#. And we export service through Hessian service. So we call java hessian service through C# … Continue reading
Json and flexjson on exchanging abstract object data
JSON is a lightweight text-based open standard designed for human-readable data interchange. It is widely used in java applications as a replacement of XML. Many times we need to convert java object to json text and vice versa. You can use Gson to convert java object … Continue reading
3 steps to dynamically compile, instantiate and run a Java class
The background: sometimes we need to compile dynamic source code, and run the code. Some common situation includes on a program contest evaluation system, on a dynamic business logic control, on evaluation of dynamic math expression, or even on evaluation … Continue reading
Speed up your eclipse as a super fast IDE
Follow these steps to speed up your eclipse as a super fast IDE , it works for 32 & 64 bit version eclipse/jdk on my windows 7 x64. 1.Disable antivirus software, or add your jdk & eclipse & workspace & … Continue reading