会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Legolas
成长之路。。。
博客园
首页
新随笔
联系
管理
上一页
1
2
3
4
5
6
7
8
···
18
下一页
2017年10月31日
【js】map的使用
摘要: mapWx = { shipType: shipType, tonnage: tonnage, arrivePorts: arrivePorts, leavePorts: leavePorts, shipStatus: shipStatus, sailingStatus: sailingStatus
阅读全文
posted @ 2017-10-31 10:17 Legolas_4
阅读(169)
评论(0)
推荐(0)
2017年10月27日
【错误】软件包不存在,找不到符号
摘要: 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
阅读(232)
评论(0)
推荐(0)
2017年10月25日
【Spring Boot】spring boot的配置文件application.yml
摘要: 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
阅读(3901)
评论(0)
推荐(0)
【sql】带prefix和suffix的insert
摘要: <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
阅读(924)
评论(0)
推荐(0)
【easyui】combobox相关三个语法
摘要: 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
阅读(190)
评论(0)
推荐(0)
2017年10月24日
【Spring Cloud】EUREKA配置
摘要: 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
阅读(311)
评论(0)
推荐(0)
2017年10月23日
【js】回车提交功能
摘要: $(function() { $('#searchFrom input').bind('keyup', function (event) {/* 增加回车提交功能 */ if (event.keyCode == '13') { cx(); } });}
阅读全文
posted @ 2017-10-23 14:01 Legolas_4
阅读(137)
评论(0)
推荐(0)
2017年10月21日
【项目】jar包与war包
摘要: war包的运行:tomcat jar包的运行:命令行当前目录 java -jar xxx.jar tar:tar是*nix下的打包工具,生成的包通常也用tar作为扩展名,其实tar只是负责打包,不一定有压缩,事实上可以压缩,也可以不压缩,通常你看到xxxx.tar.gz,就表示这个tar包是压缩的,
阅读全文
posted @ 2017-10-21 15:28 Legolas_4
阅读(199)
评论(0)
推荐(0)
2017年10月19日
【Java】batch批处理
摘要: 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
阅读(438)
评论(0)
推荐(0)
2017年10月18日
【js】设置和获取属性,style的width,left
摘要: https://segmentfault.com/q/1010000011443036?sort=created
阅读全文
posted @ 2017-10-18 16:53 Legolas_4
阅读(644)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
18
下一页
公告