随笔分类 -  Java

Install JDK
摘要:1. Downloadjdk-{version}-linux-x64.rpm from Oracle.2. installrpm -Uvh jdk-{version}-linux-x64.rpm3. alternatives# javaalternatives --install /usr/bin/... 阅读全文

posted @ 2015-05-06 11:23 Xingning Ou 阅读(215) 评论(0) 推荐(0)

How to deploy a Java Linux Daemon with Java Servcie Wrapper
摘要:Java Service Wrapper (http://wrapper.tanukisoftware.com/doc/english/integrate.html) is a tool that provides a set of binaries and scripts for differen... 阅读全文

posted @ 2014-12-03 13:36 Xingning Ou 阅读(278) 评论(0) 推荐(0)

Chinese Encoding Problem in Tomcat
摘要:The default value of URLEncoding is ISO-8859-1 in tomcat/conf/server.xml, change its value to 'UTF-8' and restart tomcat, it will be ok. 阅读全文

posted @ 2014-05-19 11:34 Xingning Ou 阅读(178) 评论(0) 推荐(0)

Loader/Launcher – A Pattern to Bootstrap Java Applications
摘要:Loader/Launcher – A Pattern to Bootstrap Java Applications 阅读全文

posted @ 2012-10-15 10:37 Xingning Ou 阅读(456) 评论(0) 推荐(0)

Convert IP address to integer and back
摘要:Convert IP address to integer and back 阅读全文

posted @ 2012-09-05 23:02 Xingning Ou 阅读(306) 评论(0) 推荐(0)

Use Java NIO to copy file
摘要:Use Java NIO to copy file 阅读全文

posted @ 2012-09-05 21:57 Xingning Ou 阅读(213) 评论(0) 推荐(0)

导航