jsp注冊登錄頁面代碼

jsp注冊登錄頁面代碼

ID:18140357

大?。?43.00 KB

頁數(shù):10頁

時間:2018-09-14

jsp注冊登錄頁面代碼_第1頁
jsp注冊登錄頁面代碼_第2頁
jsp注冊登錄頁面代碼_第3頁
jsp注冊登錄頁面代碼_第4頁
jsp注冊登錄頁面代碼_第5頁
資源描述:

《jsp注冊登錄頁面代碼》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫。

1、jsp注冊頁面代碼用戶信息的bean:packagechen;publicclassUserBean{????????privateStringuserid;???????privateStringpassword;????????publicvoidsetUserId(Stringuserid)????????{????????????????this.userid=userid;????????}????????publicvoidsetPassword(Stringpassword)????????{???

2、?????????????this.password=password;????????}????????publicString??getUserId()????????{????????????????returnthis.userid;????????}????????publicStringgetPassword()????????{?????????????????returnthis.password;????????}}?提交數(shù)據(jù)庫的bean:packagechen;importcom.mysql.

3、jdbc.Driver;importjava.sql.*;publicclassUserRegister{????????privateUserBeanuserBean;????????privateConnectioncon;????????//獲得數(shù)據(jù)庫連接。????????publicUserRegister()????????{?????????????Stringurl="jdbc:mysql://localhost/"+"chao"+"?user="+"root"+"&password="+"8506

4、29";????????????try????????????{????????????????Class.forName("com.mysql.jdbc.Driver").newInstance();????????????????????????con=DriverManager.getConnection(url);????????????????}????????????????catch(Exceptione)????????????????{????????????????????????e.prin

5、tStackTrace();????????????????}????????}????????//設(shè)置待注冊的用戶信息。????????publicvoidsetUserBean(UserBeanuserBean)????????{????????????????this.userBean=userBean;????????}????????//進(jìn)行注冊????????publicvoidregist()throwsException????????{????????????????Stringreg="ins

6、ertintouserinfo(userid,password)??values(?,?)";????????????????try????????????????{????????????????????????PreparedStatementpstmt=con.prepareStatement(reg);????????????????????????pstmt.setString(1,userBean.getUserId());????????????????????????pstmt.setString

7、(2,userBean.getPassword());????????????????????????pstmt.executeUpdate();????????????????}????????????????catch(Exceptione)????????????????{????????????????????????e.printStackTrace();????????????????????????throwe;????????????????}????????}}提交注冊數(shù)據(jù)進(jìn)入數(shù)據(jù)庫:<%@pa

8、ge??contentType="text/html;charset=gb2312"pageEncoding="gb2312"?import="chen.*"%>

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動畫的文件,查看預(yù)覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負(fù)責(zé)整理代發(fā)布。如果您對本文檔版權(quán)有爭議請及時聯(lián)系客服。
3. 下載前請仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡(luò)波動等原因無法下載或下載錯誤,付費(fèi)完成后未能成功下載的用戶請聯(lián)系客服處理。