⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 registjf_jsp.java~6~

📁 培训中心办公自动化系统之财务管理模块 包括缴纳报名费、学费
💻 JAVA~6~
字号:
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.io.*;

public final class RegistJF_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("\r\n");
      pxzx.sql.xfjf xfjf = null;
      synchronized (_jspx_page_context) {
        xfjf = (pxzx.sql.xfjf) _jspx_page_context.getAttribute("xfjf", PageContext.PAGE_SCOPE);
        if (xfjf == null){
          xfjf = new pxzx.sql.xfjf();
          _jspx_page_context.setAttribute("xfjf", xfjf, PageContext.PAGE_SCOPE);
        }
      }
      out.write('\r');
      out.write('\n');
      pxzx.sql.xfbzpz xfbzpz = null;
      synchronized (_jspx_page_context) {
        xfbzpz = (pxzx.sql.xfbzpz) _jspx_page_context.getAttribute("xfbzpz", PageContext.PAGE_SCOPE);
        if (xfbzpz == null){
          xfbzpz = new pxzx.sql.xfbzpz();
          _jspx_page_context.setAttribute("xfbzpz", xfbzpz, PageContext.PAGE_SCOPE);
        }
      }
      out.write('\r');
      out.write('\n');
      pxzx.sql.xfhzb xfhzb = null;
      synchronized (_jspx_page_context) {
        xfhzb = (pxzx.sql.xfhzb) _jspx_page_context.getAttribute("xfhzb", PageContext.PAGE_SCOPE);
        if (xfhzb == null){
          xfhzb = new pxzx.sql.xfhzb();
          _jspx_page_context.setAttribute("xfhzb", xfhzb, PageContext.PAGE_SCOPE);
        }
      }
      out.write("\r\n");
      out.write("<html>\r\n");
      out.write("<head>\r\n");
      out.write("<title>瀛﹁垂缂磋垂</title>\r\n");
      out.write("</head>\r\n");
      out.write("<body bgcolor=\"#ffffff\">\r\n");

  int newC_id = 0;
  String date = request.getParameter("d_s");
  java.sql.Date T_date = java.sql.Date.valueOf(date);
  /*String St_id = request.getParameter("St_id");
  St_id = new String(St_id.getBytes("ISO8859_1"), "gb2312");
  String St_name = request.getParameter("St_name");
  St_name = new String(St_name.getBytes("ISO8859_1"), "gb2312");
  String STu_pay_mon = request.getParameter("Tu_pay_mon");
  float Tu_pay_mon = Float.parseFloat(STu_pay_mon);
  String STu_ny_mon = request.getParameter("Tu_ny_mon");
  float Tu_ny_mon = Float.parseFloat(STu_ny_mon);*/

  Object OSt_id=session.getAttribute("St_id");
  String St_id=String.valueOf(OSt_id);

  Object OSt_name=session.getAttribute("St_name");
  String St_name=String.valueOf(OSt_name);

  Object OTu_pay_mon=session.getAttribute("Tu_pay_mon");
  float Tu_pay_mon=0;
  if(OTu_pay_mon instanceof Float)
  {
    Float FTu_pay_mon=(Float)OTu_pay_mon;
    Tu_pay_mon=FTu_pay_mon.floatValue();
  }
  else{
  }
  //String STu_pay_mon=String.valueOf(OTu_pay_mon);
  //float Tu_pay_mon=Float.valueOf(STu_pay_mon).floatValue();

  Object OTu_mon=session.getAttribute("Yu_mon");
  float Tu_mon=0;
  if(OTu_mon instanceof Float)
  {
      Float FTu_mon = (Float) OTu_mon;
      Tu_mon = FTu_mon.floatValue();
  }
  else{}
  //String STu_mon=String.valueOf(OTu_mon);
 // float Tu_mon=Float.valueOf(STu_mon).floatValue();

  Object OTu_re_mon=session.getAttribute("Tu_re_mon");
  float Tu_re_mon=0;
  if(OTu_re_mon instanceof Float)
  {
      Float FTu_re_mon = (Float) OTu_re_mon;
      Tu_re_mon = FTu_re_mon.floatValue();
  }else{}
  //String STu_re_mon=String.valueOf(OTu_re_mon);
  //float Tu_re_mon=Float.valueOf(STu_re_mon).floatValue();

  Object OTu_ny_mon=session.getAttribute("Tu_ny_mon");
  float Tu_ny_mon=0;
  if(OTu_ny_mon instanceof Float)
  {
      Float FTu_ny_mon = (Float) OTu_ny_mon;
      float Tu_ny_mon = FTu_ny_mon.floatValue();
  }else{ }
  //String STu_ny_mon=String.valueOf(OTu_ny_mon);
  //float Tu_ny_mon=Float.valueOf(STu_ny_mon).floatValue();

  String STu_themon = request.getParameter("Tu_themon");
  float Tu_themon = Float.parseFloat(STu_themon);
  String select = request.getParameter("select");
  select = new String(select.getBytes("ISO8859_1"), "gb2312");
  String Tu_check = null;
  String Tu_check_id = null;
  if (select == "鐜伴噾") {
    Tu_check = "N";
    Tu_check_id=null;
  }
  else {
    Tu_check = "Y";
    Tu_check_id = request.getParameter("Tu_check_id");
    Tu_check_id = new String(Tu_check_id.getBytes("ISO8859_1"), "gb2312");
  }
  /*鎻掑叆鍑

⌨️ 快捷键说明

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