3.在登陆页面输入用户名和密码以,点击提交按钮,跳转到登陆的service中,在该service中会对用户名,密码,验证码进行判断,验证通过进入对应的页面,loginservice关键代码: public String login(String userName,String userPw,int userType) { String result="no"; if(userType==0)//系统管理员登陆 { String sql="select * from t_admin where userName=? and userPw=?"; Object[] params={userName,userPw}; DB mydb=new DB(); mydb.doPstm(sql, params); try
2023-02-21 20:56:43 1.47MB b/s JSP 网上报名
1
jsp报名系统
2022-04-04 19:14:46 5.93MB jsp报名系统
1
jsp报名系统.zip
2021-09-02 16:01:37 12.67MB 资料