xfzhsuccessadd_jsp.java~3~

来自「培训中心办公自动化系统之财务管理模块 包括缴纳报名费、学费」· JAVA~3~ 代码 · 共 76 行

JAVA~3~
76
字号
package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import pxzx.sql.*;
import java.sql.*;
import java.lang.*;
import java.util.*;
import java.util.Date;
import java.io.*;

public final class XFZHsuccessAdd_jsp extends org.apache.jasper.runtime.HttpJspBase
    implements org.apache.jasper.runtime.JspSourceDependent {

  private static java.util.Vector _jspx_dependants;

  public java.util.List getDependants() {
    return _jspx_dependants;
  }

  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;
    JspWriter _jspx_out = null;
    PageContext _jspx_page_context = null;


    try {
      _jspxFactory = JspFactory.getDefaultFactory();
      response.setContentType("text/html; charset=GBK");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			null, true, 8192, true);
      _jspx_page_context = pageContext;
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("<html>\r\n");
      out.write("<head>\r\n");
      out.write("<title>\r\n");
      out.write("XFZHsuccessAdd\r\n");
      out.write("</title>\r\n");
      out.write("</head>\r\n");

  /*鑾峰彇绯荤粺鏃堕棿*/
  java.sql.Date Remit_time=new java.sql.Date(new java.util.Date().getTime());
  //out.print(Remit_time.toString());

  /*鑾峰彇瀛﹀彿*/
  Object OSt_id=session.getAttribute("St_id");
  String St_id=String.valueOf(OSt_id);
  //St_id=new String(St_id.getBytes("ISO08859_1"),"GB2312");

  /*鑾峰彇濮撳悕*/
  Object OSt_name=session.getAttribute("St_name");
  String St_name=String.valueOf(OSt_name);
  St_name=new String(St_name.getBytes("ISO8859_1"), "gb2312");

  /*鑾峰彇宸茬即瀛﹁垂閲戦

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?