06 2021 档案

摘要:mysql 设置当前时间 update swr_sys_param sp set sp.create_time = CURRENT_TIMESTAMP where sp.id = 1 查字段 https://www.cnblogs.com/zhangyuhang3/p/6873895.html 阅读全文
posted @ 2021-06-22 11:26 xiluhua 阅读(164) 评论(0) 推荐(0) 编辑
摘要:打印当前系统内存使用情况 private void showMemoryUsage() { Runtime runtime = Runtime.getRuntime(); long free = runtime.freeMemory(); long total = runtime.totalMemo 阅读全文
posted @ 2021-06-14 15:00 xiluhua 阅读(157) 评论(0) 推荐(0) 编辑
摘要:No enum constant org.springframework.web.bind.annotation.RequestMethod.Post 错误原因:httpMethod 中 POST 写成了 Post @ApiOperation(value = "新建人脸库",notes = "新建人 阅读全文
posted @ 2021-06-04 17:27 xiluhua 阅读(43) 评论(0) 推荐(0) 编辑

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