摘要: import java.sql.SQLException;import java.util.List; import org.apache.commons.dbutils.QueryRunner; import com.itheima.C3P0Utils.C3P0Utils; /** * 操作数据库 阅读全文
posted @ 2017-12-07 15:33 北极村 阅读(1265) 评论(0) 推荐(0) 编辑
摘要: public class Menu { static Scanner input=new Scanner(System.in); public static void main(String[] args) { //创建map集合 HashMap<String, String> map = new 阅读全文
posted @ 2017-12-07 15:15 北极村 阅读(781) 评论(0) 推荐(0) 编辑