摘要: lsof -i:8055kill -9 8055 阅读全文
posted @ 2012-08-02 16:55 IT一族 阅读(77) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { Map<String, String> map = new HashMap<String, String>(); map.put("1", "a"); map.put("222", "aa"); map.put("33", "aaa"); Set<String> set = new HashSet<String>(); set= map.keySe 阅读全文
posted @ 2012-08-02 14:01 IT一族 阅读(2622) 评论(0) 推荐(0) 编辑