会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yvioo
“你从没有相信过谁吧,这就是你孤身一人的原因”
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
70
下一页
2022年10月18日
windows7中xshell7点击打不开,但是有进程
摘要: 把这个服务改为禁用
阅读全文
posted @ 2022-10-18 10:11 yvioo
阅读(878)
评论(0)
推荐(0)
2022年10月11日
IDEA单元测试报错:Failed to resolve org.junit.platform:junit-platform-launcher:1.6.3
摘要: 引入依赖 <dependency> <!-- this is needed or IntelliJ gives junit.jar or junit-platform-launcher:1.3.2 not found errors --> <groupId>org.junit.platform</g
阅读全文
posted @ 2022-10-11 14:24 yvioo
阅读(1140)
评论(0)
推荐(0)
2022年9月30日
IDEA添加多个git地址,同时提交两个git地址代码
摘要: 添加git地址 选择要提交的git地址即可
阅读全文
posted @ 2022-09-30 14:50 yvioo
阅读(779)
评论(0)
推荐(0)
2022年9月20日
SpringBoot自定义一个starter
摘要: 一个项目下创建两个模块 在hello-springboot-starter的项目pom.xml引入hello-springboot-starter-autoconfigure的依赖 其他什么都不需要写 hello-springboot-starter-autoconfigure的pom依赖根据自己需
阅读全文
posted @ 2022-09-20 23:33 yvioo
阅读(19)
评论(0)
推荐(0)
IDEA创建Springboot项目报错,连接不了https://start.spring.io'
摘要: Initialization failed for 'https://start.spring.io'Please check URL, network and proxy settings. Error message:Cannot download 'https://start.spring.i
阅读全文
posted @ 2022-09-20 22:57 yvioo
阅读(1080)
评论(0)
推荐(0)
2022年8月31日
mybatis-plus框架修改不更新空值
摘要: 使用mybatis-plus的时候 默认是不会更新空值的数据的 如果要更新 需要在实体类加上注解 @TableField(updateStrategy = FieldStrategy.IGNORED) private Integer test;
阅读全文
posted @ 2022-08-31 17:48 yvioo
阅读(161)
评论(0)
推荐(0)
2022年8月24日
mybatis-plus分页查询更换返回的实体对象
摘要: 使用自带的convert方法 Page pageList = page(page, Wrappers.emptyWrapper()); IPage page1 = pageList.convert(s -> { ProductDto dto = new ProductDto(); BeanUtils
阅读全文
posted @ 2022-08-24 17:23 yvioo
阅读(1314)
评论(0)
推荐(0)
2022年8月18日
docker使用docker-compose的volumes挂载单个文件
摘要: 我们一般使用volumes是没法挂载单个文件的 只能挂载文件夹 version: '3.2' #这里需要我们版本version是3.2的才能使用 services: mydemo: image: 11/sss volumes: - type: bind source: /data/demo/demo
阅读全文
posted @ 2022-08-18 09:32 yvioo
阅读(6916)
评论(2)
推荐(0)
2022年8月17日
Linux使用docker-compose安装zabbix实现服务器监控 (中文乱码处理)
摘要: 总共有三个模块 zabbix-server:是agent程序报告系统可用性、系统完整性和统计数据的核心组件,是所有配置信息、统计信息和操作数据的核心存储器。数据库存储所有配置信息和Zabbix收集到的数据都被存储在数据库中。 zabbix-web:前端的展示页面 zabbix-agent:安装在每个
阅读全文
posted @ 2022-08-17 17:22 yvioo
阅读(664)
评论(0)
推荐(0)
2022年7月24日
windows安装Docker Desktop Installer、win11安装点击没反应及常见报错问题汇总
摘要: 如果你点击了没反应, 那就是你的win11系统不兼容,只能安装docker4.4.4及以下版本,如果是以上版本会点击了没反应 下载地址:https://docs.docker.com/desktop/release-notes/#docker-desktop-444 也可以用:https://pan
阅读全文
posted @ 2022-07-24 18:08 yvioo
阅读(3645)
评论(1)
推荐(1)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
70
下一页
公告