上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 33 下一页
摘要: 前提电脑中已经安装过NodeJS, npm。现在需要进行升级操作。 1、查看当前的npm和NodeJs的版本: C:\Users\Administrator>node -vv4.4.3 C:\Users\Administrator>npm -version2.15.1 2、升级npm: C:\Use 阅读全文
posted @ 2018-10-25 10:41 金虹巴巴 阅读(3565) 评论(0) 推荐(0) 编辑
摘要: 1.netstat -ano|findstr 8080 后面这个4188为端口pid,下面输入4188杀死即可 2.taskkill /f /t /im 4188 阅读全文
posted @ 2018-10-23 11:02 金虹巴巴 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 选中项目 >右键 >Run As >Manven bulid-->填写Name:XXX; Goals:clean package -Dmaven.test.skip=true;User setting:setting文件存放目录 >Run 阅读全文
posted @ 2018-10-23 11:01 金虹巴巴 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.wuwii.com/jpa-specification.html 前言 JPA 给我们提供了基础的 CURD 的功能,并且用起来也是特别的方便,基本都是一行代码完成各种数据库操作,但是在复杂的多表查询的时候,我总是遇到各种问题,以前一般都是用原生 SQL 就行查询,原 阅读全文
posted @ 2018-09-08 16:48 金虹巴巴 阅读(2267) 评论(0) 推荐(0) 编辑
摘要: DatePicker支持鼠标点选日期,同时还可以通过键盘控制选择: page up/down - 上一月、下一月 ctrl+page up/down - 上一年、下一年 ctrl+home - 当前月或最后一次打开的日期 ctrl+left/right - 上一天、下一天 ctrl+up/down 阅读全文
posted @ 2018-08-15 13:11 金虹巴巴 阅读(8205) 评论(0) 推荐(0) 编辑
摘要: with table1(sessionID,message,createTime)as(select 1 ,'hello' ,'2014/5/6' union allselect 1 ,'word' ,'2015/6/5' union allselect 1 ,'你好' ,'2015/7/4' un 阅读全文
posted @ 2018-08-11 12:26 金虹巴巴 阅读(441) 评论(0) 推荐(0) 编辑
摘要: (转自)https://www.cnblogs.com/robbinluobo/p/7217387.html String、JsonObject、JavaBean 互相转换 User user = new Gson().fromJson(jsonObject, User.class); User u 阅读全文
posted @ 2018-07-28 17:12 金虹巴巴 阅读(2844) 评论(0) 推荐(0) 编辑
摘要: net stop sptimerv4net start sptimerv4 sharePoint站点文件路径:C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14 阅读全文
posted @ 2018-07-09 13:55 金虹巴巴 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 运行lombok.jar 在lombok.jar 的目录下,运行: java -jar lombok.jar a. 运行后会弹框如下框,直接点确定 b. 点specify location 按钮,选择eclipse的安装目录,选择到eclipse层即可。 按如下图步骤点击install即可 c. 成 阅读全文
posted @ 2018-07-08 12:17 金虹巴巴 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Spring Boot 概述 Build Anything with Spring Boot:Spring Boot is the starting point for building all Spring-based applications. Spring Boot is designed t 阅读全文
posted @ 2018-07-07 20:36 金虹巴巴 阅读(290) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 33 下一页