04 2020 档案

摘要:package text1; import java.sql.*; public class JDBCutils { //获取连接对象的方法 public static Connection getcon() throws Exception { Connection con=null; Class 阅读全文
posted @ 2020-04-22 00:41 是洋不是阳! 阅读(122) 评论(0) 推荐(0)
摘要:<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2020-04-13 11:40 是洋不是阳! 阅读(108) 评论(0) 推荐(0)