资源简介
主要是通过NetBeans编写网页代码来实现一个简单的信息管理系统,可以注册和登录,也可以修改个人信息,以及上传文件资源等,页面简单。
代码片段和文件信息
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class login1_jsp extends org.apache.jasper.runtime.HttpJspbase
implements org.apache.jasper.runtime.JspSourceDependent {
private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
private static java.util.List _jspx_dependants;
private org.glassfish.jsp.api.ResourceInjector _jspx_resourceInjector;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspService(HttpServletRequest request HttpServletResponse response)
throws java.io.IOException ServletException {
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 {
response.setContentType(“text/html;charset=UTF-8“);
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;
_jspx_resourceInjector = (org.glassfish.jsp.api.ResourceInjector) application.getAttribute(“com.sun.appserv.jsp.resource.injector“);
out.write(“\n“);
out.write(“\n“);
out.write(“\n“);
out.write(“\n“);
out.write(“\n“);
out.write(“ta name=\“viewport\“ content=\“width=device-width initial-scale=1 maximum-scale=1 user-scalable=no\“>\n“);
out.write(“tle>个人信息管理系统 tle>\n“);
out.write(“\n“);
out.write(“nk rel=\“stylesheet\“ href=\“css/style.css\“>\n“);
out.write(“\n“);
out.write(“\n“);
out.write(“\n“);
out.write(“\n“);
out.write(“\t个人信息管理系统
\n“);
out.write(“\t\n“);
out.write(“\t\n“);
out.write(“\n“);
out.write(“\t\n“);
out.write(“\t\t
相关资源
- vue2.0web商城带代码
- VC 数据库编程三部教学源代码
- 代码整洁之道clean_code中文完整版.带书
- Visual.Basic.2008编程参考手册_源代码
- 烟雾报警代码
- clean code-代码整洁之道(中文完整版
- 代码阅读方法与实践(中文清晰版)
- 智能净水器源代码
- 线性代数教材(同济五版+学习辅导与
- Jtopo+json格式数据代码
- 解多目标规划的单纯形代码
- 可视化最小生成树源代码
- 华北五省无差别组格斗机器人代码S
- lbp特征提取代码
- 现代处理器设计:超标量处理器基础
- QAMS源代碼
- CycloneTCP_SSL 开源代码
- 现代配电系统分析
- MC9S12G128的各种代码demo可直接运行
- guns-vip-master --含代码生成--V3.4.zip
- 《数据化决策:大数据时代,《财富
- angularjs高级程序设计 源代码
- 《机器学习实战》中文版+英文版+源代
- 中文版线性代数PDF
- 《圈圈教你玩usb第2版》随书光盘全部
- Araxis Merge V6.5 破解版
- 亲测通过CodeSmith Generator 7.1.0 最新版原
- [书籍]下一代宽带无线通信OFDM与MIMO技
- 精通windowsAPI函数接口编程源代码
- 图像质量评价image quality assessment无参
评论
共有 条评论