-
大小: 3.66MB文件類型: .rar金幣: 2下載: 1 次發(fā)布日期: 2023-11-06
- 語言: Java
- 標(biāo)簽:
資源簡介
jsp超市管理系統(tǒng)使用MyEclipse7.5和sql2005開發(fā)的,是一款對初學(xué)Web開發(fā)應(yīng)用者很好的學(xué)習(xí)軟件

代碼片段和文件信息
package?com.accp.shop.connection;
import?java.io.FileInputStream;
import?java.io.FileNotFoundException;
import?java.io.IOException;
import?java.net.URL;
import?java.sql.*;
import?java.util.Properties;
public?class?Connect?{
public?static?Connection?getConnection(){
Connection?conn=null;
Properties?prpt=new?Properties();
try?{
prpt.load(new?FileInputStream(“F:/workspace/supermarket/WebRoot/WEB-INF/classes/dataInf.properties“));
}?catch?(FileNotFoundException?e)?{
//?TODO?Auto-generated?catch?block
e.printStackTrace();
}?catch?(IOException?e)?{
//?TODO?Auto-generated?catch?block
e.printStackTrace();
}
String?url=prpt.getProperty(“url“);
String?driver?=prpt.getProperty(“driver“);
String?user=prpt.getProperty(“user“);
String?pwd=prpt.getProperty(“pwd“);
try?{
Class.forName(driver);
conn=DriverManager.getConnection(url?user?pwd);
}?catch?(Exception?e)?{
//?TODO?Auto-generated?catch?block
e.printStackTrace();
return?null;
}
return?conn;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1208??2007-11-24?10:02??jsp超市管理系統(tǒng)\supermarket\.classpath
?????文件????????306??2007-12-11?16:22??jsp超市管理系統(tǒng)\supermarket\.myme
?????文件???????1229??2007-12-11?16:51??jsp超市管理系統(tǒng)\supermarket\.project
?????文件???????4909??2008-12-02?13:36??jsp超市管理系統(tǒng)\supermarket\supermarket.sql
?????文件????????660??2008-05-28?20:51??jsp超市管理系統(tǒng)\supermarket\新建?文本文檔.txt
?????文件???????1988??2007-12-03?10:18??jsp超市管理系統(tǒng)\supermarket\WebRoot\AddSell_do.jsp
?????文件???????1623??2007-12-03?13:25??jsp超市管理系統(tǒng)\supermarket\WebRoot\AddSell_new.jsp
?????文件???????2821??2007-12-03?13:25??jsp超市管理系統(tǒng)\supermarket\WebRoot\CargoList.jsp
?????文件????????735??2007-12-03?10:19??jsp超市管理系統(tǒng)\supermarket\WebRoot\CargoType.jsp
?????文件???????2341??2007-12-03?14:02??jsp超市管理系統(tǒng)\supermarket\WebRoot\edit.jsp
?????文件???????2132??2007-12-03?10:20??jsp超市管理系統(tǒng)\supermarket\WebRoot\editMana.jsp
?????文件???????2354??2007-12-03?10:20??jsp超市管理系統(tǒng)\supermarket\WebRoot\editTypeView.jsp
?????文件???????1795??2007-12-03?10:20??jsp超市管理系統(tǒng)\supermarket\WebRoot\EidtCargo.jsp
?????文件????????698??2007-12-03?10:26??jsp超市管理系統(tǒng)\supermarket\WebRoot\fr
?????文件???????1947??2007-12-02?00:04??jsp超市管理系統(tǒng)\supermarket\WebRoot\login.jsp
?????文件????????310??2007-11-16?16:11??jsp超市管理系統(tǒng)\supermarket\WebRoot\main.html
?????文件???????8290??2007-12-03?13:24??jsp超市管理系統(tǒng)\supermarket\WebRoot\manaView.jsp
?????文件???????5673??2007-12-03?10:08??jsp超市管理系統(tǒng)\supermarket\WebRoot\Menu.html
?????文件???????2328??2007-12-03?10:21??jsp超市管理系統(tǒng)\supermarket\WebRoot\ModifyInfo.jsp
?????文件???????1439??2007-12-03?10:22??jsp超市管理系統(tǒng)\supermarket\WebRoot\newProviders.jsp
?????文件???????6013??2007-12-03?10:33??jsp超市管理系統(tǒng)\supermarket\WebRoot\proLogin.jsp
?????文件????????843??2007-12-03?10:22??jsp超市管理系統(tǒng)\supermarket\WebRoot\proType.jsp
?????文件???????5074??2007-12-03?10:23??jsp超市管理系統(tǒng)\supermarket\WebRoot\proTypeView.jsp
?????文件???????4085??2007-12-03?10:23??jsp超市管理系統(tǒng)\supermarket\WebRoot\shwoEmp.jsp
?????文件???????1755??2007-12-03?10:27??jsp超市管理系統(tǒng)\supermarket\WebRoot\Stock.jsp
?????文件???????1480??2007-12-03?10:24??jsp超市管理系統(tǒng)\supermarket\WebRoot\StockList.jsp
?????文件???????1219??2007-12-03?10:24??jsp超市管理系統(tǒng)\supermarket\WebRoot\StorageList.jsp
?????文件????????422??2007-11-16?16:11??jsp超市管理系統(tǒng)\supermarket\WebRoot\top.html
?????文件??????11156??2007-11-24?09:35??jsp超市管理系統(tǒng)\supermarket\WebRoot\WEB-INF\c-rt.tld
?????文件??????15999??2004-10-25?13:33??jsp超市管理系統(tǒng)\supermarket\WebRoot\WEB-INF\c.tld
............此處省略165個文件信息
評論
共有 條評論