摘要: 周二,今天下午是建民老师的课. /** * function: 注册 */public static boolean register(User user) { // 根据数据库名称,建立连接 Connection connection = JDBCUtils.getConn(); try { St 阅读全文
posted @ 2024-03-12 22:34 kxzzow 阅读(8) 评论(0) 推荐(0)
摘要: 周一,一周的开始. /** * function: 打卡 */ // 在方法中获取当前系统日期并插入数据库 public static String daka(String time_s, String time_e, String text) { int text1 = Integer.parse 阅读全文
posted @ 2024-03-12 22:33 kxzzow 阅读(21) 评论(0) 推荐(0)