09 2019 档案
windows下安装rabbitMQ教程(实战可用)
摘要:参考:https://blog.csdn.net/xiaopu99/article/details/79109584 https://blog.csdn.net/leihui_2009/article/details/80638964 前沿: 主要端口说明4369 -- erlang发现口 5672 阅读全文
posted @ 2019-09-19 16:18 Sincerity 阅读(337) 评论(0) 推荐(0)
注解@RequestParam与@RequestBody,@PathVariable的使用介绍
摘要:参考:https://cloud.tencent.com/developer/article/1414464 http://www.cocoachina.com/articles/33133#cocoachina0 先看用例: 一、@PathVariable 这是restful风格的注解 请求格式如 阅读全文
posted @ 2019-09-17 15:47 Sincerity 阅读(251) 评论(0) 推荐(0)
maven install命令的用处(项目A依赖项目B,项目B发生修改,此时如果项目A打包引用修改后的B项目场景)
摘要:对于maven工程,工程A依赖工程B,B修改时,B必须执行maven install 阅读全文
posted @ 2019-09-12 14:48 Sincerity 阅读(634) 评论(0) 推荐(0)
idea远程调试jar包总结
摘要:有两种模式,这里介绍的是我测试通过的一种方式(attach to remote JVM) 一、首先启动jar 指定一个监听端口 ,启动命令如下: java -Xdebug -Xrunjdwp:transport=dt_socket,address=端口号,server=y,suspend=y -ja 阅读全文
posted @ 2019-09-05 17:17 Sincerity 阅读(6505) 评论(0) 推荐(0)


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