问题解决
求知若渴 虚心若愚!
你总说梦想遥不可及 可你每天既不早睡也不早起。。
展开
-
win10解决桌面图标变白
win + R 启动 cmd 进入窗口后一行一行的执行下列命令taskkill /im explorer.exe /fcd /d %userprofile%\appdata\localdel iconcache.db /astart explorer.exeexit执行过程中会黑屏是正常情况原创 2020-09-04 16:03:13 · 551 阅读 · 0 评论 -
processing template “/system/appoint/appoint“: Error resolving template “/system/appoint/appoint“
错误信息:Exception processing template “/view/df”: Error resolving template “/view/df”, template might not exist or might not be accessible by any of the configured Template Resolversorg.thymeleaf.exceptions.TemplateInputException: Error resolving template “/原创 2020-08-13 17:20:41 · 199 阅读 · 0 评论 -
nacos和eureka的服务名不能带下划线_ 否则gateway路由转发会找不到服务从而报错
原因:org.springframework.cloud.gateway.filter.LoadBalancerClientFilter中的方法 choose 调用了URI.getHost()的方法测试一下是否带下划线就会产生null:import java.net.URI;public class Test { public static void main(String[] args) { String r = "http://user:password@foo_bar:8761/原创 2020-07-27 10:59:07 · 1270 阅读 · 1 评论 -
idea使用:关闭coverage
运行项目的时候不小心点错了,可以按快捷键alt+shift+f6关闭原创 2020-07-27 10:50:47 · 993 阅读 · 1 评论 -
docker搭建nacos集群
使用Docker搭建Nacos集群非常简单,只需要三步,前提是必须已经安装了Mysql和Nginx,没有安装的自己去百度,这里就不介绍了,首先使用docker进行镜像拉取docker pull nacos/nacos-server:1.3.0下载完成之后 依次启动 3个Nacos,1、nacos1docker run -d \-e PREFER_HOST_MODE=hostname \-e MODE=cluster \-e NACOS_APPLICATION_PORT=8846 \-e原创 2020-07-14 14:37:59 · 4177 阅读 · 3 评论 -
解决springboot项目图标变灰色
在这里插入图片描述图为运行多个springboot项目,这里有的项目变成灰色但可以运行,只需三步就可搞好1、点击编辑项目添加一个springboot项目添加一个springboot的主启动类原创 2020-06-17 10:18:54 · 8084 阅读 · 1 评论