Joda Time
2010-05-12 Wed
No comments
Joda Time是很好用的Java日期时间API,下面一段代码演示如何与JDK原有的Date、Calendar转化。
Read more…
Joda Time是很好用的Java日期时间API,下面一段代码演示如何与JDK原有的Date、Calendar转化。
Read more…
今天我看了TIOBE 2010年1月编程语言排名,发现谷歌的新编程Go排名为13位,看来谷歌的影响力真的很大。下面是我喜欢的编程语言排名: Read more…
“Hello, world”程序指的是在显示屏上输出“Hello, world”的计算机程序。 Read more…
Google Sites不能访问有一段时间了。原因是域名https://sites.google.com/site不能解析。临时解决办法是修改操作系统的hosts文件。UNIX或Linux系统是/etc/hosts,Windows 系统为%WINDIR%\system32\dirivers\etc\hosts,%WINDIR%表示Windows的安装路径,通常为C:\WINDOWS。添加一行
209.85.225.101 sites.google.com
到hosts文件即可。
Internet Explorer 8 (IE8) released! Compatibility has been and continues to be a very important part of the IE 8 feature set. Read more…
Recent Comments