摘要: 第一步:下载EasyCode插件 插件下载: 第二步:连接数据库 查看mybatix插件生成:跳转进入 地址:https://www.cnblogs.com/liwinallucky/articles/16525579.html 第三步:生成代码 附录一:设置实体字段类型 第一步:设置,位置如下 阅读全文
posted @ 2022-11-24 11:50 liwinallucky 阅读(70) 评论(0) 推荐(0)
摘要: idea的maven模块显示为灰色 解决步骤:file->Build,Execution...->Build Tools->Maven->Ignored Files 清空idea缓存 第一步: 第二步: 阅读全文
posted @ 2022-11-22 19:04 liwinallucky 阅读(37) 评论(0) 推荐(0)
摘要: 临时修改ip 通过下面命令即可临时设置IP地址,不过重启网卡服务后就会失效。 ifconfig 设备名 IP 地址 例: ifconfig eth0 192.168.1.117 永久修改ip 动态获取ip 前提是你的路由器已经开启了DHCP 第一步: 修改网卡配置文件 vi /etc/sysconf 阅读全文
posted @ 2022-10-12 18:58 liwinallucky 阅读(2620) 评论(0) 推荐(0)
摘要: 常用 钉钉文档 https://open.dingtalk.com/document/ hutool工具文档 https://www.hutool.cn/ mybatis-plus文档 https://baomidou.com/ 文件预览工具 https://kkfileview.keking.cn 阅读全文
posted @ 2022-08-25 11:24 liwinallucky 阅读(91) 评论(0) 推荐(0)
摘要: 1. 设置 1.1. 设置用户名跟邮箱地址 1、查看用户名和地址git config user.namegit config user.email2、修改用户名和地址git config --global user.name "your name"git config --global user.e 阅读全文
posted @ 2022-08-24 14:34 liwinallucky 阅读(36) 评论(0) 推荐(0)