91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 7.52MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-11-05
  • 語言: 其他
  • 標簽: java??

資源簡介

該是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.xml

?????文件?????????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個文件信息

評論

共有 條評論