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

正文內(nèi)容

javaweb課程設(shè)計--客戶信息管理系統(tǒng)(編輯修改稿)

2025-02-12 05:34 本頁面
 

【文章內(nèi)容簡介】 ealPagePath )。 return。 } catch(Exception e) { //頁面處理出錯,跳轉(zhuǎn)到錯誤處理頁面 ()。 Hashtable outputData = new Hashtable()。 ( exception, e )。 //設(shè)置錯誤頁面的值域 ( , outputData )。 (../)。 return。 } } public void doGet ( HttpServletRequest request, HttpServletResponse response ) throws ServletException, IOException { doPost( request, response )。 }} 由于本系統(tǒng)用戶角色只有一種,不存在跳轉(zhuǎn)到不同頁面的問題,處理相對簡單一些,如果用戶登錄成功,則將用戶信息放到session中,并將頁面跳轉(zhuǎn)到導(dǎo)航頁面。(1)登錄頁面控制模塊ALogin相關(guān)代碼如下:public class ALogin{ public void doLogin ( Hashtable inputData, Hashtable outputData, HttpSession mySession ) throws Exception { //獲取輸入信息 String sUsername = (String)(username)。 String sPassword = (String)(password)。 //校驗用戶輸入信息 LUser lUser = (LUser)()。 //如果對應(yīng)的類沒有的話,報錯并返回login頁面 if ( lUser == null ) { throw new Exception(發(fā)生了內(nèi)部錯誤,請聯(lián)系技術(shù)人員! )。 } //獲取用戶信息 User userInfo = ( sUsername, sPassword )。 if ( userInfo == null ) { ( pageId, )。 ( errMsg, 用戶名密碼檢查失敗!請重新輸入。 )。 ( username, sUsername )。 return。 } else { ( pageId, )。 //往session中設(shè)置用戶信息 ( loginUser, userInfo )。 return。 } }}(2)登錄效果圖 單擊導(dǎo)航頁面鏈接進入客戶資料錄入頁面。注意兩個方面:一是頁面對應(yīng)的顯示元素和輸入元素的顏色和當(dāng)前模塊的顏色想吻合,而是在用戶輸入信息并單擊“登錄”按鈕時,將客戶信息登入數(shù)據(jù)庫,然后頁面直接轉(zhuǎn)入修改一覽。頁面控制類ACustomerAdd:public class ACustomerAdd{ //追加一個客戶 public void doRegister( Hashtable inputData, Hashtable outputData, HttpSession mySession ) throws Exception { //首先獲得要追加的客戶詳細信息 String sRealname = (String)(realname)。 String sSex = (String)(sex)。 String sBirthday = (String)(birthday)。 String sPhone = (String)(phone)。 String sCellphone = (String)(cellphone)。 String sAddress = (String)(address)。 String sStartDate = (String)(startDate)。 String sMemo = (String)(memo)。 //生成一個Customer對象以調(diào)用 Customer customer = new Customer()。 ( sRealname )。 ( sSex )。 ( sBirthday )。 ( sPhone )。 ( sCellphone )。 ( sAddress )。 ( sStartDate )。 ( sMemo )。 //調(diào)用對應(yīng)的logic類
點擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1