摘要: //补全日期 List dateList=findDatesYear(startTime,endTime); ArrayList list=logoiddao.selectDateDayS(startTime, endTime, queryId); List> mapList=new ArrayList>(); //... 阅读全文
posted @ 2018-12-27 11:55 久违的黎明 阅读(3423) 评论(0) 推荐(0) 编辑
摘要: 1.Zabbix是什么 Zabbix是一个高度集成的网络监控解决方案,一个简单的安装包中提供多样性的功能。同时Zabbix 是一个企业级的分布式开源监控方案。 Zabbix是一款能够监控各种网络参数以及服务器健康性和完整性的软件。Zabbix使用灵活的通知机制,允许用户为几乎任何事件配置基于邮件的告 阅读全文
posted @ 2018-12-11 11:36 久违的黎明 阅读(5848) 评论(0) 推荐(1) 编辑
摘要: maven构建项目 1、访问http://start.spring.io/ 2、选择构建工具Maven Project、Spring Boot版本1.3.6以及一些工程基本信息,点击“Switch to the full version.” 3、点击Generate Project下载项目压缩包 4 阅读全文
posted @ 2018-11-19 16:49 久违的黎明 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 一、Spring面试题 1、Spring 在ssm中起什么作用? Spring:轻量级框架 作用:Bean工厂,用来管理Bean的生命周期和框架集成。 两大核心:①. IOC/DI(控制反转/依赖注入) :把dao依赖注入到service层,service层反转给action层,Spring顶层容器 阅读全文
posted @ 2018-11-16 09:22 久违的黎明 阅读(3498) 评论(0) 推荐(0) 编辑
摘要: onkeyup="value=value.replace(/[^(\d)]/g,'')" maxLength="9" 阅读全文
posted @ 2018-10-25 12:31 久违的黎明 阅读(2242) 评论(0) 推荐(0) 编辑
摘要: <!-- 天气信息 --> <div class="weather" pc> <div id="tp-weather-widget"></div> <script>(function(T,h,i,n,k,P,a,g,e){g=function(){P=h.createElement(i);a=h.g 阅读全文
posted @ 2018-04-11 15:16 久违的黎明 阅读(124) 评论(0) 推荐(0) 编辑
摘要: /*获得选中的id*/ function getCheckedIds(){ var checkedIds =''; $('#projectBody input[name="btSelectItem"]').each(function(){ if($(this).is(':checked')){ if 阅读全文
posted @ 2018-03-22 16:25 久违的黎明 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 1.1. 创建Maven Web项目 v 建Maven Web项目 v 生成项目的web.xml配置文件 2.1. 整合Spring MVC v 添加Spring MVC依赖 <dependency> <groupId>org.springframework</groupId> <artifactI 阅读全文
posted @ 2018-03-09 15:05 久违的黎明 阅读(167) 评论(0) 推荐(0) 编辑
摘要: //前端一定要用同步提交 //创建HSSFWorkbook对象(excel的文档对象) HSSFWorkbook wb = new HSSFWorkbook(); //设置cell的样式(字体) HSSFCellStyle style = wb.createCellStyle(); HSSFFont 阅读全文
posted @ 2018-03-09 14:45 久违的黎明 阅读(177) 评论(0) 推荐(0) 编辑
摘要: <div class="uploader"> <input type="text" class="filename" readonly="readonly"/> <input type="button" name="file" class="button" value="导入"/> <input t 阅读全文
posted @ 2018-01-04 15:08 久违的黎明 阅读(238) 评论(0) 推荐(0) 编辑