JSP报名系统

时间:2018-04-30 02:51:47
【文件属性】:
文件名称:JSP报名系统
文件大小:1.47MB
文件格式:DOC
更新时间:2018-04-30 02:51:47
b/s JSP 网上报名 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

网友评论