shaun-sheng

导航

 

2018年12月17日

摘要: windows10 操作系统,jdk1.8,Intellij IDEA 2018,jmeter5.0 1.下载 http://jmeter.apache.org/download_jmeter.cgi 2.解压 修改下列两个文件 如果修改不了,需要进入命令行去修改,我这边用的 win,也可以直接在终 阅读全文
posted @ 2018-12-17 10:50 shaun-sheng 阅读(787) 评论(0) 推荐(0)
 

2018年10月30日

摘要: 一:服务器(试用版免费试用): 阿里云:https://www.aliyun.com/product/ecs?spm=5176.8142029.selected.1.3dbd6d3e1cU2Mh 华为云:https://www.huaweicloud.com/product/ecs.html 腾讯云 阅读全文
posted @ 2018-10-30 16:35 shaun-sheng 阅读(505) 评论(0) 推荐(0)
 

2018年10月25日

摘要: 主要逻辑:xxx.service.impl.ConsultantServiceImpl 1 public class ConsultantServiceImpl extends DefaultCustomerAccountService implements ConsultantService, C 阅读全文
posted @ 2018-10-25 11:39 shaun-sheng 阅读(137) 评论(0) 推荐(0)
 

2018年10月23日

摘要: 阅读全文
posted @ 2018-10-23 11:01 shaun-sheng 阅读(4631) 评论(0) 推荐(0)
 
摘要: 快捷键:Alt+7 阅读全文
posted @ 2018-10-23 10:59 shaun-sheng 阅读(20768) 评论(0) 推荐(0)
 
摘要: vie->Tool Windows->Project Alt+1 转自:https://blog.csdn.net/bug_moving/article/details/53284434 阅读全文
posted @ 2018-10-23 10:59 shaun-sheng 阅读(6308) 评论(0) 推荐(0)
 

2018年9月26日

摘要: 1.Defining the Job 写conjob的逻辑:core包下当做service层(要继承AbstractJobPerformable<CronJobModel>) 2.在 -spring.xml 中定义你刚刚写的bean 3.Create the Servicelayer Job, th 阅读全文
posted @ 2018-09-26 18:14 shaun-sheng 阅读(194) 评论(0) 推荐(0)
 

2018年9月20日

摘要: 表格第一列为每天时间的递增:后台取到的多个数据和每天的阶段时间比较匹配显示出来: 一个阶段时间可以有多条数据 阅读全文
posted @ 2018-09-20 14:48 shaun-sheng 阅读(177) 评论(0) 推荐(0)
 

2018年9月19日

摘要: 不能直接: <c:if test="${pickupInStoreTaskStatus.id}==${pickupInStore.status}"> 或者:<c:if test="${ ${pickupInStoreTaskStatus.id} == ${pickupInStore.status}  阅读全文
posted @ 2018-09-19 14:59 shaun-sheng 阅读(369) 评论(0) 推荐(0)
 
摘要: 整体认识: 因为作用域的问题,js 在页面初次加载时已近加载好了,所以要有第二次弹窗的效果,必须得在第一次成功之后再次让他加载js 代码: 阅读全文
posted @ 2018-09-19 10:46 shaun-sheng 阅读(403) 评论(0) 推荐(0)