bug
bug及解决方法
一个小刚_
这个作者很懒,什么都没留下…
展开
-
Disconnected from the target VM, address: ‘127.0.0.1:56577‘, transport: ‘socket‘
Disconnected from the target VM, address: ‘127.0.0.1:56577’, transport: ‘socket’Disconnected from the target VM=与目标虚拟机断开连接。PS:通俗点讲就是:你的端口已经被其他程序占用,无法连接目标虚拟机。在cmd中输入命令:netstat -ano,查看所有端口的占用情况去任务管理器中查找PID为10652IDEA 与 Maven 的版本不兼容造成的启动运行时:Connected to原创 2021-05-26 18:22:57 · 8742 阅读 · 0 评论 -
Required request body is missing: public java.util.Map<java.lang.String, java.lang.Object> com.nuc.c
相关代码:@PostMapping("query") public Map<String,Object> query(@RequestBody Building building, HttpServletRequest request){ User param = (User)request.getAttribute("user"); User loginUser = userService.detail(param.getId());原创 2021-01-27 12:15:50 · 7890 阅读 · 1 评论 -
404页面-The origin server did not find a current representation for the target resource or is not...
The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.解决办法:关掉idea重启原创 2021-01-25 11:33:18 · 318 阅读 · 0 评论 -
keyProperty相关
bug: //原因:org.apache.ibatis.executor.ExecutorException:无法确定将生成的键分配给哪个参数。 //请注意,当有多个参数时,“ keyProperty”必须包含参数名称(例如“ param.id”)。 //指定的键属性为[id],可用参数为[menuId,userId,param1,param2] Cause: org.apache.ibatis.executor.ExecutorException: Could not determine原创 2021-01-21 21:31:40 · 4792 阅读 · 6 评论