利用Dbutils實現往兩個有關聯的表新增資料
Register.java(表單傳過來的後臺處理檔案)
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
// TODO Auto-generated method stub
String username=LM.toChinese(request.getParameter("username"));
String password=request.getParameter("password");
String sex=LM.toChinese(request.getParameter("sex"));
System.out.println(sex);
String email=request.getParameter("email");
response.setContentType("text/html;charset=utf-8");
NowTime time=new NowTime();
String ts=time.getDate();
String createby=username;
UserBean user=new UserBean();
UserImple ui=new UserImple();
User_Message um=new User_Message();
user=ui.AddUser(username,password,email,sex,createby,ts);
response.sendRedirect("Login.jsp");
}
```
UserImple.java(目前是往單一表儲存資料)
public UserBean AddUser(String username, String password, String email, String sex, String createby, String ts) {
// TODO Auto-generated method stub
try{
QueryRunner qr=new QueryRunner(JavaUtils.getPools());
String sql="insert into user (Username,UserPassword,Email,Sex,Create_Time,Create_By) values (?,?,?,?,?,?);";
Object[] params={username,password,email,sex,ts,createby};
qr.update(sql, params);
return null;
}catch(SQLException e){
throw new RuntimeException("註冊成功!");
}
}
```
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70007877/viewspace-2794992/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Mysql資料庫建立儲存過程實現往資料表中新增欄位的方法MySql資料庫儲存過程
- efcore 跨表查詢,實現一個介面內查詢兩個不同資料庫裡各自的表資料資料庫
- config表與其他資料表的關聯
- 搶先看:JavaScript的新增兩個原始資料型別JavaScript資料型別
- 主流關聯式資料庫鎖實現的區別資料庫
- 兩表關聯查詢:sql、mybatisSQLMyBatis
- 如實實現不同資料庫之間的 (模型) Eloquent: 關聯資料庫模型
- 解決excel兩表之間資料關聯關係,知道這幾招就夠了Excel
- django 兩個表或多個表聯合查詢Django
- 查詢皮膚中如何實現兩個 select 下拉框的關聯查詢?
- sql 多表關聯刪除表資料SQL
- 如何簡單實現關聯型別資料的Excel匯出?型別Excel
- Python實現http介面請求資料後,往RabbitMQ裡面插入資料PythonHTTPMQ
- 雜湊表的兩種實現
- python 計算兩個列表的相關係數的實現Python
- Python資料庫連線池DButilsPython資料庫
- 如何比較兩個資料庫表結構的不同資料庫
- 通過遞迴實現,單表父子關係資料 或者上下級關係資料的組合遞迴
- 利用標準I/O函式,實現兩個檔案的複製功能函式
- 表的關聯關係
- 利用python實現mysql資料庫向sqlserver的同步PythonMySql資料庫Server
- 利用訊號量semaphore實現兩個程式讀寫同步 Linux CLinux
- 直播系統,利用關聯規則實現推薦演算法演算法
- excel表1和表2資料匹配 vlookup跨表兩個表格匹配Excel
- 簡單介紹mysql如何刪除資料表和關聯的資料表刪除詳情MySql
- 關聯物件的實現原理【OC】物件
- MySQL三表聯查及兩表聯查MySql
- 陣列演算法 往陣列尾部新增一條資料1202陣列演算法
- flink維表關聯絡列之Redis維表關聯:實時查詢Redis
- 關於PHP往mysql資料庫中批次插入資料例項教程PHPMySql資料庫
- QuickBI助你成為分析師-儀表板多圖關聯的實現UI
- DataOps 新趨勢:聯通數科如何利用 DolphinScheduler 實現資料一體化管理
- 利用Jackson序列化實現資料脫敏
- 如何利用資料實現衝刺“她”消費
- Python實現對比兩個Excel資料內容並標出不同PythonExcel
- 實際案例:如何實現報表回寫時引數聯動輸入資料
- 利用jQuery實現表單驗證功能jQuery
- 企業如何兩步實現資料資產化?