随笔分类 -  Java

摘要:-- Copy From Thinking in Java Fourth Edition 阅读全文
posted @ 2016-01-21 13:36 Hypocrite 阅读(229) 评论(0) 推荐(0)
摘要:Java批量处理数据import java.sql.Connection;import java.sql.PreparedStatement;//importString sql = "insert into employee (name, city, phone) values (?, ?, ?)... 阅读全文
posted @ 2014-06-22 22:37 Hypocrite 阅读(732) 评论(0) 推荐(0)
摘要:Java中List与Map初始化的一些写法 // InitCollections.java - sample of init collect package com.util; import java.util.ArrayList; import java.util.Arrays; import j 阅读全文
posted @ 2014-05-17 14:37 Hypocrite 阅读(2370) 评论(0) 推荐(0)