05 2021 档案

mysql-5.7.15-winx64.zip安装过程
摘要:参考网址:https://blog.csdn.net/qq_44836257/article/details/101313779 https://www.cnblogs.com/yuxifly828/p/9662150.html 如果在安装的过程中,出现You must reset your pas 阅读全文

posted @ 2021-05-22 11:30 ~码铃薯~ 阅读(66) 评论(0) 推荐(0) 编辑

导入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 ~码铃薯~ 阅读(5042) 评论(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) 编辑

项目改名后,在idea中出现两个名字
摘要:一共需要两步: 如果实在不行的话,就将有问题的模块删除掉,重新搭建。 阅读全文

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

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 ~码铃薯~ 阅读(7627) 评论(0) 推荐(1) 编辑

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 ~码铃薯~ 阅读(262) 评论(0) 推荐(0) 编辑

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

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

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

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

label标签for属性的作用
摘要:参考网址:https://haokan.baidu.com/v?vid=2575427999504474133&pd=bjh&fr=bjhauthor&type=video 阅读全文

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

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 ~码铃薯~ 阅读(558) 评论(0) 推荐(0) 编辑

eureka.instance.appname 与 spring.application.name 有何区别?
摘要:参考网址;https://blog.csdn.net/ahutdbx/article/details/86613850 阅读全文

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

application.yml配置文件没有出现小绿叶子
摘要:参考网址 https://www.bilibili.com/video/BV18E411x7eT?p=63&spm_id_from=pageDriver 时间:02:57 阅读全文

posted @ 2021-05-03 14:33 ~码铃薯~ 阅读(1158) 评论(0) 推荐(0) 编辑

The project com.myself.springcloud:cloud2021:1.0-SNAPSHOT (D:\ideaOldProject\cloud2021\pom.xml) has 1 error;idea Module '****' already exist in project. Please, specify another name.
摘要:最近在学习微服务的时候,出现了一个这样的问题,一致很棘手,自己的项目也乱套了,在创建微服务项目的其中一个模块失败的时候,自己理所当然的就将他删除掉了,然后重新创建,最后总目录没有了,自己很着急,最后在编译clean install父项目的时候,报错:The project com.myself.sp 阅读全文

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

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示