- 博客(24)
- 收藏
- 关注
原创 Mysql报Invalid default value for ‘operate_time‘错误解决
status` int(11) NOT NULL DEFAULT '1' COMMENT '状态,1:正常,0:冻结状态,2:删除',`operate_ip` varchar(20) NOT NULL DEFAULT '' COMMENT '最后一次更新者的ip地址',`username` varchar(20) NOT NULL DEFAULT '' COMMENT '用户名称',`operator` varchar(20) NOT NULL DEFAULT '' COMMENT '操作者',
2024-06-12 23:50:41
451
原创 git报错fatal: unable to access ‘https://github.com/.../.git‘:Recv failure Connection was reset
【代码】git报错fatal: unable to access ‘https://github.com/.../.git‘:Recv failure Connection was reset。
2024-06-12 12:32:39
423
原创 Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource could
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.解决办法(springboot)主启动类的 @SpringBootApplication 注解里面多加一个参数 @SpringBootApplication(exclude= {DataSourceAutoConfiguration.class})
2024-06-12 11:45:52
350
原创 Java基础语法(switch语句、do...while循环、break和continue关键字)
Java基础语法(switch语句、do...while循环、break和continue关键字)
2024-06-08 10:15:53
161
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人