01 2022 档案

摘要:系统环境 操作系统:CentOS Linux release 7.8.2003 (Core) # 以下命令可查看 [root@localhost yum.repos.d]# cat /etc/redhat-release 开放3306端口 # 开启端口 [root@localhost ~]# fir 阅读全文
posted @ 2022-01-26 14:59 屌丝大叔的笔记 阅读(355) 评论(0) 推荐(0) 编辑
摘要:先看下我的代码: /** * 认领 * @param request * @return */ @Transactional public ReturnVo claim(ClaimRequest request){ // 流程实例ID String procId = request.getProce 阅读全文
posted @ 2022-01-16 14:46 屌丝大叔的笔记 阅读(1256) 评论(0) 推荐(0) 编辑
摘要:cat /var/log/mysqld.log yum安装的mysql用这个命令查看。 阅读全文
posted @ 2022-01-04 20:38 屌丝大叔的笔记 阅读(29) 评论(0) 推荐(0) 编辑