用于餐饮类的源代码!只能在java下使用!!!
源代码在线查看: test_jsp.java
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.util.*;
public final class test_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;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html;charset=GB18030");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n");
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
out.write("\r\n\r\n");
out.write("\r\n");
out.write("\r\n ");
out.write("\r\n ");
out.write(" out.print(basePath);
out.write("\">\r\n \r\n ");
out.write("My JSP 'test.jsp' starting page");
out.write("\r\n \r\n\t");
out.write("\r\n\t");
out.write("\r\n\t");
out.write(" \r\n\t");
out.write("\r\n\t");
out.write("\r\n\t");
out.write(" out.write("\r\n\t-->\r\n\r\n ");
out.write("\r\n \r\n ");
out.write("\r\n This is my JSP page. ");
out.write("\r\n 测试!\r\n \r\n ");
out.write("\r\n");
out.write("\r\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (pageContext != null) pageContext.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
}
}
}
|
相关资源 |
|
-
用于餐饮类的源代码!只能在java下使用!!!
-
挺好的,可以下载看看,在WINDOWS下使用的.绝对精华!宁可错杀
-
挺好的,可以下载看看,在WINDOWS下使用的.绝对精华!宁可错杀
-
挺好的,可以下载看看,在WINDOWS下使用的.绝对精华!宁可错杀
-
挺好的,可以下载看看,在WINDOWS下使用的.绝对精华!宁可错杀
-
sqlite数据库的源代码, 例子是在windows上使用,不过可以移值到各种平台上使用
-
中文版的LINUX学习手册,挺好的,可以下载看看,在WINDOWS下使用的.
-
一款不错的MP3播放器,在JAVA下运行的,大家可下拉看看一定不会后悔的,这可是现今最完善的JAVAMP3播放器拉
|