学生档案管理系统 eclipse开发 数据库用的是SQL Sever 详细见里面的说明

源代码在线查看: upfinput.jsp

软件大小: 786 K
上传用户: qx19860213
关键词: eclipse Sever SQL 管理系统
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
									try
					{
						String type1=(String)session.getValue("type");
						int t=Integer.parseInt(type1);
						int test;
						test=((t/4)%2);
						if (test!=1) out.print("alert('你没有这个权限!');location.href='main.jsp'");
					}
					catch(Exception e)
					{
							response.sendRedirect("Login.jsp");
					}
				 	if(up.update()) out.print("alert('修改成功!');location.href='Finput.jsp'");
						else out.print("alert('修改失败!');location.href='Finput.jsp'");
				%>
							

相关资源