摘要:
import java.util.*; import java.text.*; public class fmat { public static void main(String[] args) { Date now = new Date(); DateFormat df = DateFormat.getDateInstance(); DateFormat df1 = D... 阅读全文
posted @ 2007-01-03 00:51
ahuo
阅读(303)
评论(0)
推荐(0)
摘要:
JVMJVM启动后,JVM会设置一些系统属性以表明JVM的缺省区域。user.language,user.region,file.encoding等。 可以使用System.getProperties()详细查看所有的系统属性。如在英文操作系统(如UNIX)下,可以使用如下属性定义强制指定JVM为中文环境-Dclient.encoding.override=GBK -Dfile.encoding=... 阅读全文
posted @ 2007-01-03 00:39
ahuo
阅读(3943)
评论(0)
推荐(0)
摘要:
class chinese { public static void main(String[] args) { byte []by=new byte[64]; String temp=""; int len=0; try { len=System.in... 阅读全文
posted @ 2007-01-03 00:38
ahuo
阅读(526)
评论(0)
推荐(0)
浙公网安备 33010602011771号