随笔分类 -  java

摘要:报错显示:服务器端采用TLSv1 版本协议 (前身是ssl),但是客户端不支持或者未开启该版本 我本地是开发,使用okhttp去访问的该https网站,这证明是该端协议不支持 server:查看 本地开发端 server 支持与开启tls 信息 结果: 阅读全文
posted @ 2019-08-01 20:42 NHZ-M 编辑
摘要:在idea中 bootrap.yml为灰色不识别状态,maven.dependency 添加如下 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-context</artifactI 阅读全文
posted @ 2019-03-19 17:15 NHZ-M 阅读(326) 评论(0) 推荐(0) 编辑
摘要:源码 (包含直接运行的exe文件) 支持编译*$.class 的自动拷贝 使用: 阅读全文
posted @ 2019-01-16 03:39 NHZ-M 阅读(546) 评论(0) 推荐(0) 编辑
摘要:1.查本地仓库,没有的话继续查中央仓库有无你需要的包 ,没有自然本地下载不到,maven自然编译也会报错:找不到,需要你更新本地库。 2.查springboot与springcould版本对应关系 链接 页最下方版本序列关系以及当前主流springcould下各jar版本 Release Train 阅读全文
posted @ 2018-12-28 21:15 NHZ-M 阅读(325) 评论(0) 推荐(0) 编辑
摘要:<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-config</artifactId> </dependency> 2018-12-28 20:37:43.157 I 阅读全文
posted @ 2018-12-28 20:41 NHZ-M 阅读(11519) 评论(0) 推荐(0) 编辑
摘要:private static Long getCurrentMonday() { SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd"); int mondayPlus = getMondayPlus(); GregorianCalendar currentDate... 阅读全文
posted @ 2017-11-04 00:00 NHZ-M 阅读(2256) 评论(0) 推荐(0) 编辑
摘要:JSONPath是fastjson在1.2.0之后支持的。JSONPath是一个很强大的功能。关于JSONPath的介绍请查看官方文档 JSONPath。 官方文档上给出了详细的说明以及使用。但是官方文档没有具体的说明对于JSONPath在JSON数据中的使用,下面我来讲解一下JSONPath在JS 阅读全文
posted @ 2017-10-14 01:48 NHZ-M 阅读(609) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示