logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

解决npm安装vue-cli时速度慢问题

1、检查本机上node和npm的版本号,npm是否大于4.02、安装vue-cli时经常卡住,如图3、将npm的仓库地址改为淘宝镜像npm config set registry https://registry.npm.taobao.org --global npm config set disturl https://npm.taobao.org/dist --g...

#vue.js#npm#前端
springcloud整合nacos启动时报错The bean ‘nacosRefreshProperties‘, defined in class path resource

异常信息Description:The bean 'nacosRefreshProperties', defined in class path resource [com/alibaba/cloud/nacos/NacosConfigAutoConfiguration.class], could not be registered. A bean with that name has alrea

#java#分布式
springboot-莫名其妙的登录界面“Please sign in“

问题根源:SpringSecurity的依赖或SecurityAutoConfiguration是Spring Boot提供的安全自动配置类(也就是说它自动集成了SpringSecurity)解决:spring启动类上加@SpringBootApplication(exclude={SecurityAutoConfiguration.class})用于禁用Security的自动配置本文参考:突如其

#spring boot#spring
springcloud整合nacos启动时报错‘com.netflix.client.config.IClientConfig‘ that could not be found

异常信息Description:Parameter 0 of method ribbonServerList in com.alibaba.cloud.nacos.ribbon.NacosRibbonClientConfiguration required a bean of type 'com.netflix.client.config.IClientConfig' that could not

#分布式#java
mysql.service is not a native service, redirecting to systemd-sysv-install

mysql.service is not a native service, redirecting to systemd-sysv-install

#mysql#adb#数据库
linux安装mysql8且初始化表名忽略大小写

linux安装mysql8且初始化表名忽略大小写

#linux#mysql
Android运行main()方法报错:SourceSet with name ‘main‘ not found

部分报错信息:A problem occurred configuring project ':app'. Could not create task ':app:Server.main()'. SourceSet with name 'main' not found.将项目结构转换成project,然后在.idea文件夹中找到gradle.xml, 打开文件,在GradleProjectSett

#android#gradle
Error creating bean with name ‘xxx‘: Injection of autowired dependencies failed解决办法

完整的报错信息:org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userService': Unsatisfied dependency expressed through field 'userDao'; nested exception is org

#spring#mybatis#java
spring-boot-starter-thymeleaf依赖无法引入

教学视频让我们引入这段依赖<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-thymeleaf</artifactId></dependency>然后它就一直标红,然后我各种百度,还是找不到解决方案我寻思

#maven#spring boot
Linux安装jdk详细步骤

Linux的使用相信大家都要用到java吧!在使用java前我们得先安装jdk以及配置环境变量等工作;下面小编给大家分享关于Linux安装jdk的详细步骤:一、登录虚拟机进入终端切换到root用户,输入:su 接着输入密码 再输入:cd … 回到root用户...

#linux#java
    共 12 条
  • 1
  • 2
  • 请选择