change_0005fgrxx_0002ejsp_jsp.java
资源名称:JSP02.rar [点击查看]
上传用户:top0756
上传日期:2022-08-11
资源大小:6501k
文件大小:6k
源码类别:
Jsp/Servlet
开发平台:
VBScript
- import java.sql.*;
- import java.util.*;
- import proj112.*;
- import javax.servlet.*;
- import javax.servlet.http.*;
- import javax.servlet.jsp.*;
- import org.apache.jasper.runtime.*;
- public class change_0005fgrxx_0002ejsp_jsp extends HttpJspBase {
- // begin [file="/change_grxx.jsp";from=(5,0);to=(5,57)]
- // end
- static {
- }
- public change_0005fgrxx_0002ejsp_jsp( ) {
- }
- private static boolean _jspx_inited = false;
- public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
- }
- public void _jspService(HttpServletRequest request, HttpServletResponse response)
- throws java.io.IOException, ServletException {
- JspFactory _jspxFactory = null;
- PageContext pageContext = null;
- HttpSession session = null;
- ServletContext application = null;
- ServletConfig config = null;
- JspWriter out = null;
- Object page = this;
- String _value = null;
- try {
- if (_jspx_inited == false) {
- synchronized (this) {
- if (_jspx_inited == false) {
- _jspx_init();
- _jspx_inited = true;
- }
- }
- }
- _jspxFactory = JspFactory.getDefaultFactory();
- response.setContentType("text/html; charset=GBK");
- pageContext = _jspxFactory.getPageContext(this, request, response,
- "", true, 8192, true);
- application = pageContext.getServletContext();
- config = pageContext.getServletConfig();
- session = pageContext.getSession();
- out = pageContext.getOut();
- // HTML // begin [file="/change_grxx.jsp";from=(0,48);to=(1,0)]
- out.write("rn");
- // end
- // HTML // begin [file="/change_grxx.jsp";from=(1,31);to=(2,0)]
- out.write("rn");
- // end
- // HTML // begin [file="/change_grxx.jsp";from=(2,27);to=(3,0)]
- out.write("rn");
- // end
- // HTML // begin [file="/change_grxx.jsp";from=(3,32);to=(4,0)]
- out.write("rn");
- // end
- // HTML // begin [file="/change_grxx.jsp";from=(4,30);to=(5,0)]
- out.write("rn");
- // end
- // begin [file="/change_grxx.jsp";from=(5,0);to=(5,57)]
- proj112.dbconn a = null;
- boolean _jspx_speciala = false;
- synchronized (pageContext) {
- a= (proj112.dbconn)
- pageContext.getAttribute("a",PageContext.PAGE_SCOPE);
- if ( a == null ) {
- _jspx_speciala = true;
- try {
- a = (proj112.dbconn) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "proj112.dbconn");
- } catch (ClassNotFoundException exc) {
- throw new InstantiationException(exc.getMessage());
- } catch (Exception exc) {
- throw new ServletException (" Cannot create bean of class "+"proj112.dbconn", exc);
- }
- pageContext.setAttribute("a", a, PageContext.PAGE_SCOPE);
- }
- }
- if(_jspx_speciala == true) {
- // end
- // begin [file="/change_grxx.jsp";from=(5,0);to=(5,57)]
- }
- // end
- // HTML // begin [file="/change_grxx.jsp";from=(5,57);to=(13,3)]
- out.write("rn<html>rn<head>rn<title>rnchange_xuejirn</title>rn</head>rn<body bgcolor="#ffffff">rn ");
- // end
- // begin [file="/change_grxx.jsp";from=(13,5);to=(32,3)]
- request.setCharacterEncoding("GBK");
- String sql="";
- String xuehao=(String)session.getAttribute("id");
- String zym=request.getParameter("zym");
- String sfz=request.getParameter("sfz");
- String age=request.getParameter("age");
- String jg=request.getParameter("jg");
- String jkzk=request.getParameter("jkzk");
- String rxdate=request.getParameter("rxdate");
- String jtdz=request.getParameter("jtdz");
- String jtdh=request.getParameter("jtdh");
- String yzbm=request.getParameter("yzbm");
- String brlxfs=request.getParameter("brlxfs");
- String email=request.getParameter("email");
- String qtlxfs=request.getParameter("qtlxfs");
- String bz=request.getParameter("bz");
- sql="update student set zym='"+zym+"',sfz='"+sfz+"', age='"+age+"',jg='"+jg+"',jkzk='"+jkzk+"',rxdate='"+rxdate+"',jtdz='"+jtdz+"',jtdh='"+jtdh+"',yzbm='"+yzbm+"',brlxfs='"+brlxfs+"',email='"+email+"',qtlxfs='"+qtlxfs+"',bz='"+bz+"' where stu_id='"+xuehao+"'" ;
- a.executeUpdate(sql);
- response.sendRedirect("grxx.jsp") ;
- // end
- // HTML // begin [file="/change_grxx.jsp";from=(32,5);to=(35,0)]
- out.write("rn</body>rn</html>rn");
- // end
- } catch (Throwable t) {
- if (out != null && out.getBufferSize() != 0)
- out.clearBuffer();
- if (pageContext != null) pageContext.handlePageException(t);
- } finally {
- if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
- }
- }
- }