- 浏览: 109485 次
- 性别:
- 来自: 深圳
-
最新评论
-
LinApex:
没用啊你的代码
Java调BeyondCompare -
zhang_takeiteasily:
"org.jnp.interfaces.NamingContextFactory"Not Found -
zhang_takeiteasily:
没有用
"org.jnp.interfaces.NamingContextFactory"Not Found -
--Gyh--:
IPartTypeManager是什么东西呢,能不能发下代码? ...
Richfaces構建節點樹 -
--Gyh--:
密码是多少?
TreeNode
文章列表
格式化時間:
SimpleDateFormat formatter = new SimpleDateFormat("MMddhhmmss");
String endno = formatter.format(new Date());
- 2009-03-03 10:45
- 浏览 868
- 评论(0)
給定字符放入list后順序輸出
List<String> list = new ArrayList<String>();
String s[] = {"g","a","e","c"};
list.addAll(Arrays.asList(s));
Set<String> b = new TreeSet<String>(list);
for (Iterator<String> it = b.iterator(); it.hasNext(); ...
- 2009-03-03 10:43
- 浏览 1541
- 评论(0)
Hello,World!
- 博客分类:
- Default
# /**
# * @author q_wong
# * @version 1.0,2009/02/28
# */
# public class HelloWorld {
# public static void main(String args[]) {
# System.out.println("Hello,World! This is my first notes, O(∩_∩)O 哈哈~");
# }
# }
- 2009-02-28 21:57
- 浏览 791
- 评论(0)