浪费别人的时间等于是谋财害命,浪费自己的时间等于是慢性自杀。 —— 列宁

摘要: 1、测试数据库1.1 数据库数据 1.2 数据库结构 1.3 数据库脚本DROP TABLE IF EXISTS `school`.`student`;CREATE TABLE `school`.`student` (`id` int(11) NOT NULL default '0',`name... 阅读全文
posted @ 2015-09-16 14:14 一谦的视界 阅读(659) 评论(0) 推荐(0) 编辑
摘要: public static Adttendance DBSql(String data) throws SQLException { String url = "jdbc:mysql://localhost:3306/attendance?useUnicode=true&character... 阅读全文
posted @ 2015-09-16 14:12 一谦的视界 阅读(468) 评论(0) 推荐(0) 编辑