上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: mapWx = { shipType: shipType, tonnage: tonnage, arrivePorts: arrivePorts, leavePorts: leavePorts, shipStatus: shipStatus, sailingStatus: sailingStatus 阅读全文
posted @ 2017-10-31 10:17 Legolas_4 阅读(166) 评论(0) 推荐(0) 编辑
摘要: ERROR] \work\workspace\Analyse\src\main\java\com\eversec\sta_area\dao\impl\StaAreaBeanDaoImpl.java:[19,34] 软件包 com.eversec.common.dao.impl 不存在[ERROR]  阅读全文
posted @ 2017-10-27 09:47 Legolas_4 阅读(225) 评论(0) 推荐(0) 编辑
摘要: spring: datasource:# 本地库 url: jdbc:mysql://192.168.18.7:3306/shiptrackersmart?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNu 阅读全文
posted @ 2017-10-25 13:39 Legolas_4 阅读(3887) 评论(0) 推荐(0) 编辑
摘要: <insert id="insert" parameterType="net.huadong.entity.CustomArea"> insert into customer_area <trim prefix="(" suffix=")" suffixOverrides=","> <if test 阅读全文
posted @ 2017-10-25 13:11 Legolas_4 阅读(906) 评论(0) 推荐(0) 编辑
摘要: jquery checkbox选中、改变状态、change和click事件 jquery判断checked的三种方法:.attr('checked); //看版本1.6+返回:”checked”或”undefined” ;1.5-返回:true或false.prop('checked'); //16 阅读全文
posted @ 2017-10-25 10:51 Legolas_4 阅读(182) 评论(0) 推荐(0) 编辑
摘要: HDD_EUREKA_SERVER application.yml server: port: 8101eureka: instance: hostname: localhost client: register-with-eureka: false fetch-registry: false HD 阅读全文
posted @ 2017-10-24 09:11 Legolas_4 阅读(306) 评论(0) 推荐(0) 编辑
摘要: $(function() { $('#searchFrom input').bind('keyup', function (event) {/* 增加回车提交功能 */ if (event.keyCode == '13') { cx(); } });} 阅读全文
posted @ 2017-10-23 14:01 Legolas_4 阅读(134) 评论(0) 推荐(0) 编辑
摘要: war包的运行:tomcat jar包的运行:命令行当前目录 java -jar xxx.jar tar:tar是*nix下的打包工具,生成的包通常也用tar作为扩展名,其实tar只是负责打包,不一定有压缩,事实上可以压缩,也可以不压缩,通常你看到xxxx.tar.gz,就表示这个tar包是压缩的, 阅读全文
posted @ 2017-10-21 15:28 Legolas_4 阅读(192) 评论(0) 推荐(0) 编辑
摘要: public static void insertBatch(String sql, HikariDataSource dataSource , Object[][] params) { QueryRunner qr = new QueryRunner(dataSource); try { qr.b 阅读全文
posted @ 2017-10-19 15:15 Legolas_4 阅读(425) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/q/1010000011443036?sort=created 阅读全文
posted @ 2017-10-18 16:53 Legolas_4 阅读(628) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页