code snippets --java
jerryisme
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java 处理字符串
requirements: there is an string, there are many words in this string, when the word length is more than max length(e.g. 10 ), then split this words to more words. public static void main(String[原创 2013-10-26 16:41:47 · 463 阅读 · 0 评论 -
Java utility methods-- to process date.
package JavaUtils; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.GregorianCalendar; import java.uti原创 2013-11-19 17:10:43 · 1100 阅读 · 0 评论
分享