上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 84 下一页

2021年5月20日

导入sql时出现Invalid default value for 'gmt_create'报错处理方法

摘要: 这是因为MySQL数据库版本的问题, `gmt_create` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',(修改之前) `gmt_create` datetime NOT NULL COMMENT '创建时间',(修改之后) 阅读全文

posted @ 2021-05-20 21:40 ~码铃薯~ 阅读(5017) 评论(0) 推荐(1) 编辑

IDEA2019 如何显示 run dashboard?

摘要: 参考网址:https://jingyan.baidu.com/article/ce4366495a1df73773afd3d3.html 如果上面的参考网址不行的话,就使用下面的这个参考网址,肯定能行。 参考网址:https://blog.csdn.net/qq_38097573/article/d 阅读全文

posted @ 2021-05-20 09:24 ~码铃薯~ 阅读(147) 评论(0) 推荐(0) 编辑

2021年5月19日

项目改名后,在idea中出现两个名字

摘要: 一共需要两步: 如果实在不行的话,就将有问题的模块删除掉,重新搭建。 阅读全文

posted @ 2021-05-19 08:53 ~码铃薯~ 阅读(1554) 评论(0) 推荐(0) 编辑

2021年5月18日

The web application [ROOT] appears to have started a thread named [logback-1] but has failed to stop

摘要: 暂时没有发现这个是什么问题,可以先将controller删掉之后,重启就好了。 阅读全文

posted @ 2021-05-18 23:03 ~码铃薯~ 阅读(7610) 评论(0) 推荐(1) 编辑

2021年5月13日

mybatis循环插入数据问题

摘要: Dog dog=new Dog(); for (int j = 0; j <list.size() ; j++) { dog.setName(list.get(i).getName); dog.setAge(list.get(i).getAge()); dogMapper.insert(dog) } 阅读全文

posted @ 2021-05-13 10:43 ~码铃薯~ 阅读(261) 评论(0) 推荐(0) 编辑

2021年5月10日

eureka注册中心的账号和密码

摘要: 这个是在eureka配置文件中有配置的,就不要再问老员工了。 application.yml配置文件中。 spring.security.name=''; spring.security.password=''; 阅读全文

posted @ 2021-05-10 15:09 ~码铃薯~ 阅读(944) 评论(0) 推荐(0) 编辑

2021年5月8日

gitlab如何设置免密登录 gitee设置免密登录

摘要: github设置免密登录 参考网址:https://www.bilibili.com/video/av93644092?p=51 后来公司因为使用gitlab不太安全等某种原因,最后我们又使用了gitee码云来进行代码的管理。 gitee设置免密登录 参考网址:https://www.bilibil 阅读全文

posted @ 2021-05-08 13:00 ~码铃薯~ 阅读(526) 评论(0) 推荐(0) 编辑

2021年5月5日

label标签for属性的作用

摘要: 参考网址:https://haokan.baidu.com/v?vid=2575427999504474133&pd=bjh&fr=bjhauthor&type=video 阅读全文

posted @ 2021-05-05 15:39 ~码铃薯~ 阅读(90) 评论(0) 推荐(0) 编辑

2021年5月4日

Cannot clone or checkout repository: git@https://gitee.com/dongyaotou/sprincloud-config/tree/master

摘要: 今天在学习springcloud-config配置中心的时候,一直读取不到gitee上面的配置文件信息,试了好多次终于试出来了: Cannot clone or checkout repository: git@https://gitee.com/dongyaotou/sprincloud-conf 阅读全文

posted @ 2021-05-04 15:20 ~码铃薯~ 阅读(557) 评论(0) 推荐(0) 编辑

2021年5月3日

eureka.instance.appname 与 spring.application.name 有何区别?

摘要: 参考网址;https://blog.csdn.net/ahutdbx/article/details/86613850 阅读全文

posted @ 2021-05-03 21:40 ~码铃薯~ 阅读(222) 评论(0) 推荐(0) 编辑

上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 84 下一页

导航