freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

服裝庫存管理系統(tǒng)課程設(shè)計(jì)-資料下載頁

2025-04-12 03:38本頁面
  

【正文】 ultSet rs=(ResultSet) (())。//執(zhí)行語句并且返回結(jié)果集 return rs。 } ////////////////修改密碼///////////////////////// public int updatePwd(String userLogin,String oldPwd,String newPwd) throws SQLException, ClassNotFoundException{ // TODO Autogenerated method stub StringBuffer strSql=new StringBuffer()。 (select * from usertable where)。//拼寫sql字符串 ( userLogin=39。+userLogin+39。and password=39。+oldPwd+39。)。 DBconnection db=new DBconnection()。//連接數(shù)據(jù)庫 Connection conn=()。 PreparedStatement pst=(PreparedStatement) (())。//將SQL語句傳送至服務(wù)器或數(shù)據(jù)庫 ResultSet rs=(ResultSet) ()。//執(zhí)行語句,返回結(jié)果集 if(()){ StringBuffer strUpdate=new StringBuffer()。 (update usertable set password=39。+newPwd+39。 where userLogin=39。+userLogin+39。)。 PreparedStatement pst1=(PreparedStatement) (())。//將SQL語句傳送至服務(wù)器或數(shù)據(jù)庫 return ()。 //執(zhí)行sql語句,并且返回結(jié)果集 } else{ return 1。 } }}///////////登陸及修改密碼的處理package 。import 。import 。import 。import 。import 。import 。import 。import 。import 。import 。import 。import 。public class UserServlet extends HttpServlet { Userinterface userInter=null。 public UserServlet() throws ClassNotFoundException, SQLException { super()。 userInter=new Userimpl()。 } public void destroy() { ()。 // Just puts destroy string in log // Put your code here } public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { doPost(request,response)。///調(diào)用doPost方法 } public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { String opt=(opt)。 (opt)。 if((login))//判斷是否選擇登陸操作 { try { dologin(request,response)。//執(zhí)行dologin()方法 } catch (SQLException e) { // TODO Autogenerated catch block ()。 } } if((updatePwd)){ //判斷是否選擇修改密碼操作 try { doUpdatePwd(request,response)。//執(zhí)行doUpdatePwd()方法 } catch (ClassNotFoundException e) { // TODO Autogenerated catch block ()。 } catch (SQLException e) { // TODO Autogenerated catch block ()。 } } } public void dologin(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException, SQLException { HttpSession session=()。 String user_name=(userid)。///獲得頁面輸入的登錄號(hào) String user_pwd=(psword)。///獲得頁面輸入的登錄密碼 ResultSet rs=(user_name, user_pwd)。//調(diào)用loginUser()方法,并且將用戶名和密碼作為參數(shù) if(()) { (userLogin,user_name)。//運(yùn)用session將變量user_name存儲(chǔ)在userLogin中 ()。///跳轉(zhuǎn)到頁面 } //////////////頁面的跳轉(zhuǎn),驗(yàn)證成功進(jìn)入主頁面,否則任然停留在登陸頁面/////// else { String msg=用戶密碼錯(cuò)誤。 (msg, msg)。 RequestDispatcher rd=()。///驗(yàn)證失敗,任然停留在登陸頁面 (request, response)。 } } public void doUpdatePwd(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException, SQLException, ClassNotFoundException { HttpSession session=()。 String userName=(String)(userLogin)。//獲取用戶登陸 的登錄號(hào) String oldPwd=(oldPwd)。//獲取舊密碼 String newPwd=(newPwd)。//獲取新密碼 int result=(userName, oldPwd, newPwd)。//調(diào)用updatePwd()函數(shù),并且傳進(jìn)userName, oldPwd, newPwd三個(gè)參數(shù) String msg=。 if(result==1){ msg=舊密碼驗(yàn)證失敗。 } else{ msg=密碼修改成功。 } (msg, msg)。//將變量msg存儲(chǔ)在msg中 RequestDispatcher rd=(mon/)。//將msg提示信息傳送至頁面 (request, response)。 } public void init() throws ServletException { // Put your code here }}
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1