資源簡介
本人做的畢業設計 超市管理系統 用的Java Swing JDBC SQLSERVER 拿出來大家參考學習
代碼片段和文件信息
package?models;
import?java.sql.ResultSet;
import?java.sql.SQLException;
import?javax.swing.JOptionPane;
import?sql.Sqlhelper;
public?class?AddStaffinfomodel?{
public?boolean?Add(String?UseridString?UnameString?UpasswordString?UtellString?Uaddress
String?UpostionString?UphotoString?Ups){
boolean?b=false;
String?[]parase={UseridUnameUpasswordUtellUaddressUpostionUphotoUps};
String?sql=“insert?into?Users?(UseridUnameUpasswordUtellUaddressUpostionUphotoUps)?values(????????)“;
Sqlhelper?sqlhelper=new?Sqlhelper();
b=sqlhelper.update(sql?parase);
return?b;
}
public?boolean?Query(String?id)
{
boolean?b=false;
String?[]parase={id};
String?sql=“select?*?from?Users?where?Userid=?“;
Sqlhelper?sqlhelper=new?Sqlhelper();
ResultSe
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2907??2016-11-21?10:41??SupermarketManageSystem\.classpath
?????文件????????399??2016-11-21?10:40??SupermarketManageSystem\.project
?????文件????????598??2016-11-21?10:40??SupermarketManageSystem\.settings\org.eclipse.jdt.core.prefs
?????文件???????1719??2018-05-07?19:59??SupermarketManageSystem\bin\models\AddStaffinfomodel.class
?????文件???????4757??2018-05-07?19:59??SupermarketManageSystem\bin\models\AddUpdateProinfomodel.class
?????文件???????3548??2018-05-07?19:59??SupermarketManageSystem\bin\models\Addvipmodel.class
?????文件???????3131??2018-05-07?19:59??SupermarketManageSystem\bin\models\Backpromodel.class
?????文件???????1345??2018-05-07?19:59??SupermarketManageSystem\bin\models\Checkbilldetailmodel.class
?????文件???????2046??2018-05-07?19:59??SupermarketManageSystem\bin\models\Checkbillmodel.class
?????文件???????2212??2018-05-07?19:59??SupermarketManageSystem\bin\models\HistoryImportListDetailmodel.class
?????文件???????2288??2018-05-07?19:59??SupermarketManageSystem\bin\models\HistoryImportListmodel.class
?????文件???????2509??2018-05-07?19:59??SupermarketManageSystem\bin\models\ImportListDetailsmodel.class
?????文件???????4464??2018-05-07?19:59??SupermarketManageSystem\bin\models\ImportListmodel.class
?????文件???????3529??2018-05-07?19:59??SupermarketManageSystem\bin\models\MySellStamodel.class
?????文件???????1783??2018-05-07?19:59??SupermarketManageSystem\bin\models\NewSellflowmodel.class
?????文件???????3231??2018-05-07?19:59??SupermarketManageSystem\bin\models\PermissionSetmodel.class
?????文件???????3666??2018-05-07?19:59??SupermarketManageSystem\bin\models\PrivateBusinessmodel.class
?????文件???????4605??2018-05-07?19:59??SupermarketManageSystem\bin\models\ProinfoBackManagemodel.class
?????文件???????3101??2018-05-07?19:59??SupermarketManageSystem\bin\models\ProkindManagemodel.class
?????文件???????2322??2018-05-07?19:59??SupermarketManageSystem\bin\models\Searchpromodel.class
?????文件???????2426??2018-05-07?19:59??SupermarketManageSystem\bin\models\Searchviptablemodel.class
?????文件????????600??2018-05-07?19:59??SupermarketManageSystem\bin\models\Sellcleanrecord.class
?????文件???????2289??2018-05-07?19:59??SupermarketManageSystem\bin\models\SellListdetailmodel.class
?????文件???????2311??2018-05-07?19:59??SupermarketManageSystem\bin\models\SellListmodel.class
?????文件???????2099??2018-05-07?19:59??SupermarketManageSystem\bin\models\Sellmodel.class
?????文件???????3128??2018-05-07?19:59??SupermarketManageSystem\bin\models\SellRankmodel.class
?????文件????????770??2018-05-07?19:59??SupermarketManageSystem\bin\models\Sellvipmodel.class
?????文件????????848??2018-05-07?19:59??SupermarketManageSystem\bin\models\ShowStaffInfodetailsmodel.class
?????文件???????2130??2018-05-07?19:59??SupermarketManageSystem\bin\models\Staffinfomodel.class
?????文件???????3637??2018-05-07?19:59??SupermarketManageSystem\bin\models\StockInventorymodel.class
............此處省略229個文件信息
評論
共有 條評論