/*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/7.0.47
* Generated at: 2020-03-25 07:05:58 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.apache.jsp.WEB_002dINF.views;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class list_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static final javax.servlet.jsp.JspFactory _jspxFactory =
javax.servlet.jsp.JspFactory.getDefaultFactory();
private static java.util.Map<java.lang.String,java.lang.Long> _jspx_dependants;
static {
_jspx_dependants = new java.util.HashMap<java.lang.String,java.lang.Long>(1);
_jspx_dependants.put("/WEB-INF/views/common/head.jsp", Long.valueOf(1584883898487L));
}
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005ffmt_005fformatDate_0026_005fvalue_005fpattern_005fnobody;
private javax.el.ExpressionFactory _el_expressionfactory;
private org.apache.tomcat.InstanceManager _jsp_instancemanager;
public java.util.Map<java.lang.String,java.lang.Long> getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005ffmt_005fformatDate_0026_005fvalue_005fpattern_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
_jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig());
}
public void _jspDestroy() {
_005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems.release();
_005fjspx_005ftagPool_005ffmt_005fformatDate_0026_005fvalue_005fpattern_005fnobody.release();
}
public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response)
throws java.io.IOException, javax.servlet.ServletException {
final javax.servlet.jsp.PageContext pageContext;
javax.servlet.http.HttpSession session = null;
final javax.servlet.ServletContext application;
final javax.servlet.ServletConfig config;
javax.servlet.jsp.JspWriter out = null;
final java.lang.Object page = this;
javax.servlet.jsp.JspWriter _jspx_out = null;
javax.servlet.jsp.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;
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>秒杀商品列表</title>\r\n");
out.write(" ");
out.write("<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n");
out.write("<meta charset=\"utf-8\">\r\n");
out.write("<!-- æ° Bootstrap æ ¸å¿ CSS æ件 -->\r\n");
out.write("<link href=\"http://apps.bdimg.com/libs/bootstrap/3.3.0/css/bootstrap.min.css\" rel=\"stylesheet\">\r\n");
out.write("<!-- å¯éçBootstrap主é¢æ件ï¼ä¸è¬ä¸ä½¿ç¨ï¼ -->\r\n");
out.write("<link href=\"http://apps.bdimg.com/libs/bootstrap/3.3.0/css/bootstrap-theme.min.css\" rel=\"stylesheet\">");
out.write("\r\n");
out.write("</head>\r\n");
out.write("<body>\r\n");
out.write("<div class=\"container\">\r\n");
out.write(" <div class=\"panel panel-default\">\r\n");
out.write(" <div class=\"panel-heading text-center\">\r\n");
out.write(" <h2>秒杀列表</h2>\r\n");
out.write(" </div>\r\n");
out.write(" <div class=\"panel-body\">\r\n");
out.write(" <table class=\"table table-hover\">\r\n");
out.write(" <thead>\r\n");
out.write(" <tr>\r\n");
out.write(" <th>名称</th>\r\n");
out.write(" <th>库存</th>\r\n");
out.write(" <th>开始时间</th>\r\n");
out.write(" <th>结束时间</th>\r\n");
out.write(" <th>创建时间</th>\r\n");
out.write(" <th>详情页</th>\r\n");
out.write(" </tr>\r\n");
out.write(" </thead>\r\n");
out.write(" <tbody>\r\n");
out.write(" ");
if (_jspx_meth_c_005fforEach_005f0(_jspx_page_context))
return;
out.write("\r\n");
out.write(" </tbody>\r\n");
out.write(" </table>\r\n");
out.write(" </div>\r\n");
out.write(" </div>\r\n");
out.write("</div>\r\n");
out.write("<!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->\r\n");
out.write("<script src=\"http://apps.bdimg.com/libs/jquery/2.0.0/jquery.min.js\"></script>\r\n");
out.write("<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->\r\n");
out.write("<script src=\"http://apps.bdimg.com/libs/bootstrap/3.3.0/js/bootstrap.min.js\"></script>\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
} catch (java.lang.Throwable t) {
if (!(t instanceof javax.servlet.jsp.SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
try { out.clearBuffer(); } catch (java.io.IOException e) {}
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
else throw new ServletException(t);
}
} finally {
_jspxFactory.releasePageContext(_jspx_page_context);
}
}
private boolean _jspx_meth_c_005fforEach_005f0(javax.servlet.jsp.PageContext _jspx_page_context)
throws java.lang.Throwable {
javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
// c:forEach
org.apache.taglibs.standard.tag.rt.core.ForEachTag _jspx_th_c_005fforEach_005f0 = (org.apache.taglibs.standard.tag.rt.core.ForEachTag) _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems.get(org.apache.taglibs.standard.tag.rt.core.ForEachTag.class);
_jspx_th_c_005fforEach_005f0.setPageContext(_jspx_page_context);
_jspx_th_c_005fforEach_005f0.setParent(null);
// /WEB-INF/views/list.jsp(36,16) name = var type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
_jspx_th_c_005fforEach_005f0.setVar("sk");
// /WEB-INF/views/list.jsp(36,16) name = items type = java.lang.Object reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
_jspx_th_c_005fforEach_005f0.setItems((java.lang.Object) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${secKills}", java.lang.Object.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null, false));
int[] _jspx_push_body_count_c_005fforEach_005f0 = new int[] { 0 };
try {
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
别再对比了,资源中的源码都是经过本地编译过可运行的,下载后按照文档配置好环境就可以运行。资源项目的难度比较适中,内容都是经过助教老师审定过的,能够满足使用、学习需求,如果有需要的话可以放心下载使用。有任何问题也可以直接私信博主,博主会第一时间给您解答!!! 别再对比了,资源中的源码都是经过本地编译过可运行的,下载后按照文档配置好环境就可以运行。资源项目的难度比较适中,内容都是经过助教老师审定过的,能够满足使用、学习需求,如果有需要的话可以放心下载使用。有任何问题也可以直接私信博主,博主会第一时间给您解答!!! 别再对比了,资源中的源码都是经过本地编译过可运行的,下载后按照文档配置好环境就可以运行。资源项目的难度比较适中,内容都是经过助教老师审定过的,能够满足使用、学习需求,如果有需要的话可以放心下载使用。有任何问题也可以直接私信博主,博主会第一时间给您解答!!!
资源推荐
资源详情
资源评论
收起资源包目录
基于SSM框架+Redis实现的线上秒杀系统项目源码.zip (95个子文件)
Project
SecondKill.iml 80B
pom.xml 6KB
src
test
java
Tester.java 5KB
main
sql
schema.sql 2KB
resources
Mapper
UserDaoMapper.xml 916B
SecKillDaoMapper.xml 860B
SuccessKillDaoMapper.xml 1018B
mybatis-config.xml 828B
spring-dao.xml 2KB
spring-mvc.xml 1KB
dataSource.properties 184B
spring-service.xml 952B
java
com
meteor
SecondKill
DTO
Exposer.java 2KB
SecKillResult.java 817B
SecKillExecution.java 2KB
Dao
SuccessKilledDao.java 374B
UserDao.java 368B
SecKillDao.java 354B
Cache
RedisDao.java 6KB
Interceptor
LoginInterceptor.java 2KB
Exception
RepeatKillException.java 463B
SeckillCloseException.java 428B
SeckillException.java 360B
Utility
ConstValue.java 238B
JedisUtility.java 1KB
CookieUtility.java 1KB
Service
UserService.java 259B
ServiceImp
SecKillServiceImp.java 4KB
UserServiceImp.java 756B
SecKillService.java 433B
Controller
SecKillController.java 5KB
Enum
SecKillStatEnum.java 799B
Pojo
SuccessKilled.java 1KB
SecKill.java 1KB
User.java 620B
webapp
WEB-INF
js
seckill.js 4KB
web.xml 1KB
views
list.jsp 2KB
detail.jsp 2KB
error.jsp 349B
common
head.jsp 393B
login.jsp 3KB
index.jsp 209B
.idea
uiDesigner.xml 9KB
vcs.xml 180B
misc.xml 640B
compiler.xml 531B
.gitignore 38B
encodings.xml 261B
target
classes
Mapper
UserDaoMapper.xml 916B
SecKillDaoMapper.xml 860B
SuccessKillDaoMapper.xml 1018B
mybatis-config.xml 828B
spring-dao.xml 2KB
spring-mvc.xml 1KB
dataSource.properties 184B
spring-service.xml 952B
com
meteor
SecondKill
DTO
SecKillResult.class 2KB
Exposer.class 2KB
SecKillExecution.class 2KB
Dao
UserDao.class 583B
SuccessKilledDao.class 486B
Cache
RedisDao.class 6KB
SecKillDao.class 525B
Interceptor
LoginInterceptor.class 3KB
Exception
SeckillException.class 585B
RepeatKillException.class 616B
SeckillCloseException.class 622B
Utility
ConstValue.class 463B
JedisUtility.class 2KB
CookieUtility.class 1KB
Service
ServiceImp
SecKillServiceImp.class 5KB
UserServiceImp.class 1KB
UserService.class 405B
SecKillService.class 551B
Controller
SecKillController.class 7KB
Enum
SecKillStatEnum.class 2KB
Pojo
User.class 1KB
SuccessKilled.class 2KB
SecKill.class 2KB
maven-status
maven-compiler-plugin
compile
default-compile
createdFiles.lst 1KB
inputFiles.lst 2KB
tomcat
work
Tomcat
localhost
SecondKill
org
apache
jsp
index_jsp.class 5KB
index_jsp.java 5KB
WEB_002dINF
views
detail_jsp.class 7KB
detail_jsp.java 7KB
list_jsp.java 17KB
list_jsp.class 11KB
login_jsp.class 8KB
login_jsp.java 8KB
logs
access_log.2020-03-25 2KB
conf
web.xml 149KB
tomcat-users.xml 1KB
logging.properties 3KB
READ1ME.md 11KB
共 95 条
- 1
资源评论
白话机器学习
- 粉丝: 1w+
- 资源: 7671
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功