摘要: index.jsp <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transiti 阅读全文
posted @ 2023-09-17 09:47 子过杨梅 阅读(20) 评论(0) 推荐(0)
摘要: package pack; import java.sql.Connection; import java.sql.DriverManager; public class Con { public static Connection getConnection() throws Exception 阅读全文
posted @ 2023-09-17 09:37 子过杨梅 阅读(16) 评论(0) 推荐(0)