会员
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
liwinallucky
https://gitee.com/liwinallucky
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2022年11月24日
idea使用EasyCode插件生成代码
摘要: 第一步:下载EasyCode插件 插件下载: 第二步:连接数据库 查看mybatix插件生成:跳转进入 地址:https://www.cnblogs.com/liwinallucky/articles/16525579.html 第三步:生成代码 附录一:设置实体字段类型 第一步:设置,位置如下
阅读全文
posted @ 2022-11-24 11:50 liwinallucky
阅读(70)
评论(0)
推荐(0)
2022年11月22日
idea常见问题
摘要: idea的maven模块显示为灰色 解决步骤:file->Build,Execution...->Build Tools->Maven->Ignored Files 清空idea缓存 第一步: 第二步:
阅读全文
posted @ 2022-11-22 19:04 liwinallucky
阅读(37)
评论(0)
推荐(0)
2022年10月12日
centOS设置网卡ip
摘要: 临时修改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)
2022年8月25日
官网导航
摘要: 常用 钉钉文档 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)
2022年8月24日
git命令
摘要: 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)
上一页
1
2
3
4
5
6
下一页