资源简介
该是web项目,包括全部的文档,还有前后台代码。

代码片段和文件信息
package com.example.db;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Connection;
public class Jdbc {
public static Connection getconnection(){
Connection conn=null;
try {
Class.forName(“com.mysql.jdbc.Driver“);
} catch (ClassNotFoundException e) {
e.printStackTrace();
}
try {
conn=(Connection)DriverManager.getConnection(“jdbc:mysql://localhost:3306/work““root“ “751724893“);
} catch (SQLException e) {
e.printStackTrace();
}
return conn;
}
public static void close(Connection conn){
if(conn!=null)
try {
conn.close();
} catch (Exception e) {
e.printStackTrace();
}
}
public static void main(String args[]){
System.out.println(getconnection());
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1083 2014-08-07 15:16 Vip后台管理及前台界面\Vipht01\.classpath
文件 1332 2014-08-07 15:38 Vip后台管理及前台界面\Vipht01\.project
文件 522 2014-08-07 15:16 Vip后台管理及前台界面\Vipht01\.settings\.jsdtscope
文件 364 2014-08-07 15:16 Vip后台管理及前台界面\Vipht01\.settings\org.eclipse.jdt.core.prefs
文件 472 2014-08-07 15:16 Vip后台管理及前台界面\Vipht01\.settings\org.eclipse.wst.common.component
文件 414 2014-08-07 15:16 Vip后台管理及前台界面\Vipht01\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2014-08-07 15:16 Vip后台管理及前台界面\Vipht01\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2014-08-07 15:16 Vip后台管理及前台界面\Vipht01\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 1527 2014-08-07 20:41 Vip后台管理及前台界面\Vipht01\build\classes\com\example\db\Jdbc.class
文件 2471 2014-08-07 20:00 Vip后台管理及前台界面\Vipht01\build\classes\com\example\db\Mysql.class
文件 1663 2014-08-07 20:25 Vip后台管理及前台界面\Vipht01\build\classes\com\example\entity\AddVip.class
文件 1441 2014-08-08 10:27 Vip后台管理及前台界面\Vipht01\build\classes\com\example\entity\Cost.class
文件 725 2014-08-07 16:02 Vip后台管理及前台界面\Vipht01\build\classes\com\example\entity\User.class
文件 1250 2014-08-08 08:32 Vip后台管理及前台界面\Vipht01\build\classes\com\example\entity\VipApp.class
文件 281 2014-08-08 10:54 Vip后台管理及前台界面\Vipht01\build\classes\com\example\manage\Change.class
文件 2576 2014-08-08 13:40 Vip后台管理及前台界面\Vipht01\build\classes\com\example\manage\Huiyuanxinxi.class
文件 2002 2014-08-08 14:42 Vip后台管理及前台界面\Vipht01\build\classes\com\example\manage\UserManage.class
文件 1659 2014-08-09 09:40 Vip后台管理及前台界面\Vipht01\build\classes\com\example\manage\Xiaofei.class
文件 2823 2014-08-08 09:22 Vip后台管理及前台界面\Vipht01\build\classes\com\example\servlet\AddVipServlet.class
文件 2588 2014-08-08 11:31 Vip后台管理及前台界面\Vipht01\build\classes\com\example\servlet\ChangeServlet.class
文件 2457 2014-08-08 16:23 Vip后台管理及前台界面\Vipht01\build\classes\com\example\servlet\DelVip.class
文件 2939 2014-08-07 20:00 Vip后台管理及前台界面\Vipht01\build\classes\com\example\servlet\LginServlet.class
文件 2732 2014-08-09 16:29 Vip后台管理及前台界面\Vipht01\build\classes\com\example\servlet\SelectServlet.class
文件 797 2014-08-07 20:41 Vip后台管理及前台界面\Vipht01\src\com\example\db\Jdbc.java
文件 1924 2014-08-07 20:00 Vip后台管理及前台界面\Vipht01\src\com\example\db\Mysql.java
文件 1022 2014-08-07 20:25 Vip后台管理及前台界面\Vipht01\src\com\example\entity\AddVip.java
文件 777 2014-08-08 10:27 Vip后台管理及前台界面\Vipht01\src\com\example\entity\Cost.java
文件 349 2014-08-07 15:20 Vip后台管理及前台界面\Vipht01\src\com\example\entity\User.java
文件 665 2014-08-08 08:32 Vip后台管理及前台界面\Vipht01\src\com\example\entity\VipApp.java
文件 59 2014-08-08 10:54 Vip后台管理及前台界面\Vipht01\src\com\example\manage\Change.java
............此处省略344个文件信息
- 上一篇:FLAC3D快速入门
- 下一篇:数学建模 旅游大陆问题
相关资源
- CoreUIVue是基于Bootstrap4的免费Vue管理模
- SpringBoot+H2+mybatis-plus59130
- 登录注册界面.zip48872
- 数字华容道
- SSM+Shiro+redis实现单点登陆
- jstl-api-1.2和jstl-impl-1.2
- 基于MVC模式的会员管理系统
- 国内一家大型软件公司内部的正规软
- 仿windows记事本
- GUI银行管理系统
- 超市收银系统eclipse access大学课程设计
- 模拟ATM柜员机系统--连接数据库
- A*算法的2D演示(带源码)
- 代码审查表和代码审查实例
- 仿126 网易 163 邮箱 界面
- Tomcat6.x
- 简单的行编辑器
- 扫雷(MVC架构)
- 302 Found
- window ping命令加时间并记录日志
- springboot+rabbitmq项目demo(亲测可正常运
- jxbrowser 所有版本通用的破解包
- 2017年-传智播客-张志君老师-SpringBoo
- Blob.js+Export2Excel.js
- 机会路由源代码+仿真工具(SCORP)
- POI中文帮助文档附带api手册.zip
- 2018双十一阿里供应链服务平台讲座
- 原银在线信贷平台概要设计说明书v
- office_word_api 开发文档
- sun.misc.Unsafe源码
评论
共有 条评论