会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Hellofreedom
博客园
首页
新随笔
联系
订阅
管理
2019年11月14日
高并发之下订单
摘要: 商品详情页-购买-订单确认页(此时还没有生产订单只是商品数据可来自缓存)-提交订单(执行2-7逻辑)-支付页 缓存中预热的(提前从数据库中把数据放入缓存)是要参加秒杀商品信息(包括库存数量),并对商品设置过期时间,这个时间应该是秒杀商品的结束时间,这么做主要是缓解数据库压力提升响应速度。 并发秒杀(
阅读全文
posted @ 2019-11-14 22:15 Hellofreedom
阅读(1108)
评论(0)
推荐(0)
2017年11月19日
读取Excel中的内容需要的jar
摘要: 读取Excel中的内容需要的jargeronimo-stax-api_1.0_spec-1.0.jarpoi-ooxml-3.7-20101029.jarpoi-3.7-20101029.jarpoi-ooxml-schemas-3.7-20101029.jarxmlbeans-2.30.jarco
阅读全文
posted @ 2017-11-19 21:25 Hellofreedom
阅读(321)
评论(1)
推荐(0)
SSM所需的jar
摘要: 首先去找struts的. http://struts.apache.org/ 下载最新的struts 2.3.7. http://www.springsource.org/spring-framework 下载spring-framework-3.2.0.RELEASE-dist http://re
阅读全文
posted @ 2017-11-19 21:15 Hellofreedom
阅读(2113)
评论(1)
推荐(0)
公告