自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(43)
  • 收藏
  • 关注

转载 Oracle修改字段类型(精度)

Oracle修改字段类型(精度)

2022-12-07 17:11:04 977 1

转载 springboot连接Oracle数据库配置

springboot连接Oracle数据库配置

2022-09-24 19:34:38 10128

原创 Nacos集群部署

nacos集群搭建

2022-07-25 21:18:12 389

转载 异常:Cannot execute request on any known server

异常:Cannot execute request on any known server_迷茫的老人的博客-CSDN博客当在启动 spring cloud 微服务 provider 时,如果出现异常信息:Cannot execute request on any known server,原因是,在默认设置下,eureka 服务注册中心也会将自己作为客户端来尝试注册它自己,所以我们需要禁用它的客户端注册。配置如下:eureka.client.register-with-eureka=false

2022-03-23 09:33:16 31757 1

转载 Idea出现 不识别let

Idea出现解决let definenation are not supported by current JavaScript version_yeLinMe的博客-CSDN博客

2022-03-17 13:56:46 327

原创 mysql驱动版本和pom文件中的配置 不匹配

(6条消息) SpringBoot2.0整合jpa报错:error creating bean with name 'entityManagerFactory'_唐流雨的博客-CSDN博客

2022-03-13 22:57:58 2250

原创 tnslsnr.exe占用8080端口

(5条消息) 修改Oracle TNSLSNR进程所监听的端口8080为其他端口_最菜的Bird的博客-CSDN博客

2022-03-13 18:25:11 1300

原创 mysql服务正在启动或者停止

(5条消息) MySQL服务正在启动或停止中,请稍候片刻后再试一次【解决方案】_pdcfighting的博客-CSDN博客_服务正在启动或停止中,请稍候片刻后再试一次mysql server配置编码格式[client] [mysqld] [mysql][client]default-character-set=utf8[mysql]no-beep#default_character_set=utf8default-character-set=utf8[mysqld]#de.

2022-03-05 19:25:56 291

原创 idea连接mysql报错: No appropriate protocol (protocol is disabled or cipher suites are inappropriate(已解决)

数据库url后面拼接:&createDatabaseIfNotExist=true完成

2022-03-01 21:45:00 683

转载 【无标题】

javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)The following required algorithms might be disabled: SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, DH keySize < 1024, EC keySize <

2022-02-24 23:48:22 261

原创 2022-02-17 16:45:19 [http-apr-8081-exec-4] ERROR

2022-02-17 16:45:19 [http-apr-8081-exec-4] ERROR cn.com.teacher.service.impl.FamousTeacherServiceImpl -getfamousTeacherList Exception,error message is:nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property nam

2022-02-17 17:10:00 1061

原创 java:绑定异常

controller-service-dao-mapper运行时不报错,但是获取不到projectId;检查entity mapper.xml均无异常原因是:传值给的是实体类,mapper文件中写的属性值;导致绑定异常;具体错误如下:错误代码正确代码...

2022-02-17 15:25:27 314

原创 js中,图标和对对应的类型不匹配

修改后// 文件列表function queryFilerList() { n=pageNum var docType=$("#docType").val(); var docName=$("#docName").val(); $.ajax({ type:"post", url: '/downLoadZoneController/findAll', //地址,就是json文件的请求路径 data:{fileType:doc.

2022-01-23 15:37:10 462

原创 Error creating bean with name ‘projectPhaseDao‘ defined in file

nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [cn/com/teacher/config/MybatisConfig.class]: Invocation of init method failed; nested exception is

2022-01-20 11:17:11 1940

原创 java.lang.IllegalArgumentException: No enum constant org.apache.ibatis.type.JdbcType.XXXX

Unable to start embedded container; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'webConfig': Unsatisfied dependency expressed through field 'myStatisticsListener': Error creating bean.

2022-01-14 16:22:27 1568

转载 项目设置为utf-8

IntelliJ IDEA 统一设置编码为utf-8编码_金霖海的博客-CSDN博客_idea设置utf-8编码

2022-01-08 02:15:07 111

原创 Error:Cannot build artifact ‘XBProjectManagerment:war exploded‘ because it is included into a circul

Error:Cannot build artifact 'XBProjectManagerment:war exploded' because it is included into a circular dependency (artifact 'XBProjectManagerment:war exploded', artifact 'ProjectManagerment:war exploded')file->project structure->artifact内war包重复.

2021-12-26 23:57:17 291

原创 Error creating bean with name ‘enableRedisKeyspaceNotificationsInitializer‘ defined in class path

菜鸟日志:Error creating bean with name 'enableRedisKeyspaceNotificationsInitializer' defined in class path resource [org/springframework/boot/autoconfigure/session/RedisSessionConfiguration$SpringBootRedisHttpSessionConfiguration.class]分析原因:1.redis能够正常连接

2021-12-23 17:26:07 1159

原创 Failed to deserialize payload

报错内容SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: cn.com.teacher.entity.ProjectSet; class invalid for ..

2021-12-23 10:27:20 4765

原创 如何根据报错内容寻找具体的表字段

SQL: insert into operation_log_new (oper_id, oper_modul, oper_type, oper_desc, oper_requ_param, oper_resp_param, oper_user_id, oper_user_name, oper_method, oper_uri, oper_ip, oper_create_time, oper_var) values (?, ?, ?, ?, ?, ?, ...

2021-12-22 17:16:38 427

原创 Error creating bean with name ‘enableRedisKeyspaceNotificationsInitializer‘ defined in class path re

检查redis的数据库配置1.也可能是本地端口号的配置2.测试redis的链接是否能测通3.环境生效地址与当前的数据库地址是否一致警告:关于能正常启动的项目,请勿修改启动项所在类的配置和注解!...

2021-12-22 16:38:54 469

原创 Socket bind failed: [730048]异常的处理

绑定异常项目绑定的位置不对!之前绑定的盘符位置和现在的盘符位置完全不一样web.xml文件中需要匹配项目的实际target/classes和/src/main/webapp<classpath> <dir name="E:\PROJECT\JTYLearningManagement/target/classes"> </dir></classpath><web> <link target="/"&gt

2021-12-22 10:18:29 201

原创 spring.datasource.url=jdbc:mysql://127.0.0.1:3306/jty_project_management?useUnicode=true&amp;charact

实际报错Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaAutoConfiguration.class]: Invocation

2021-12-22 00:53:25 1185

转载 java: Compilation failed: internal java compiler error

大佬的详细教程​​:​​​​​Error:java: Compilation failed: internal java compiler error 解决办法 - 不懒人 - 博客园 (cnblogs.com)仅负责转载

2021-12-22 00:40:55 99

原创 could not build the types_hash, you should increase either types_hash_max_size: 1024 or types_hash_b

could not build the types_hash, you should increase either types_hash_max_size: 1024 or types_hash_bucket_size: 32刚安装完nginx 的时候 启动nginx 报这个错could not build the types_hash, you should increase either types_hash_max_size: 1024 or types_hash_bucket_si

2021-12-22 00:32:01 1587

原创 idea中tomcat+ nginx配置

普通代理配置nginx.conf文件 server { listen 8080;//========》tomcat的配置的端口号 server_name localhost; location / { proxy_pass *********目标代理地址(例如http://baidu.com.cn) allow 127.0.0.1; =========》自己配置的端口号 ...

2021-12-22 00:23:15 2244

原创 pom文件变成普通xml文件(橘黄色)

情况一到三https://www.jb51.net/article/193912.htm情况四intell IDEA 代码自动提示功能没有LE ---File >Power Save Mode 被勾选了 去掉勾选就可以了_yupei6699的专栏-CSDN博客

2021-12-22 00:17:56 807

转载 【无标题】Windows下Nginx无法启动且进程里没有?

https://www.cnblogs.com/cxqbk/p/11702802.html#:~:text=Windows%E4%B8%8BNginx%E6%97%A0%E6%B3%95%E5%90%AF%E5%8A%A8%E4%B8%94%E8%BF%9B%E7%A8%8B%E9%87%8C%E6%B2%A1%E6%9C%89%EF%BC%9F%20%E9%97%AE%E9%A2%98%EF%BC%9A%E7%82%B9%E5%87%BB%E8%BF%90%E8%A1%8CNginx.exe%E6%88%

2021-12-20 22:00:17 7430

转载 SpringBoot中@Value注解读取配置文件的使用

(123条消息) SpringBoot中@Value注解读取配置文件的使用_残忍恶汉!的博客-CSDN博客

2021-12-20 21:58:37 341

转载 Eureka集群的搭建(idea多配置文件和单配置文件)

Eureka集群的搭建(idea多配置文件和单配置文件)_起止洺的博客-CSDN博客_eureka配置文件

2021-12-20 21:57:51 100

转载 Establishing SSL connection without server‘s identity verification is not recommended. According to

https://blog.csdn.net/qq_30581017/article/details/79744699?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522163997165916780264044350%2522%252C%2522scm%2522%253A%252220140713.130102334.pc%255Fall.%2522%257D&request_id=163997165916780264044350&amp

2021-12-20 21:56:45 75

转载 IDEA Find in Path快捷键被占用

IDEA Find in Path快捷键被占用 - 简书 (jianshu.com)

2021-12-20 21:55:53 344

转载 如何查看接口

如何查看接口?_起舞的日子-CSDN博客_f12怎么查看接口

2021-12-20 21:54:48 1052

转载 navicat 报错1251

数据库笔记——Navicat连接MySQL数据库的1251错误 - 简书 (jianshu.com)

2021-12-18 17:44:24 133

原创 idea配置数据库之后schema内没有表数据

一、测通数据库后选择schema裂变,选择对应的数据库,如果想省事直接选all二、测试数据库连接时出现08001问题在企业应用中,可能properties文件中配置数据库的连接没有加时区的信息,正常的properties配置是:jdbc:mysql://127.0.0.1:3306/数据库名称?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&autoReconne..

2021-12-16 23:04:47 1872

原创 关于从Git上拉完代码properties文件变红

一、切换分支选择对应的分支,然后checkout二、从git上切换分之后resource中的properties文件变红,原因是properties文件在切换分支的时候发生变化。三、解决办法选中变红的properties文件右击git,然后+add。这样改变的properties文件才会生效。最后重新编译项目!齐活...

2021-12-16 22:39:45 1004

原创 java: Compilation failed: internal java compiler error

idea版本2121.2.1jdk配置问题设置项目jdk设置模块 jdk设置编译器jdk期间有几次设置完之后又clean操作,导致@override报错,后来发现没有勾选编译器的use compiler from module target JDK when possible...

2021-11-28 16:21:37 462

转载 spring boot的核心注解

你所需具备的基础:什么是 Spring Boot? Spring Boot 核心配置文件详解 Spring Boot 开启的 2 种方式 Spring Boot 自动配置原理、实战 Spring Boot 2.x 启动全过程源码分析更多请在Java技术栈微信公众号后台回复关键字:boot。Spring Boot 核心注解讲解Spring Boot 最大的特点是无需 XML 配置文件,能自动扫描包路径装载并注入对象,并能做到根据 classpath 下的 jar 包自动配置。所以 S

2021-11-27 11:53:06 235

原创 idea出现Undo Set language level to 6 - @Override in interfaces?

参考文档https://blog.csdn.net/li1325169021/article/details/88993839

2021-11-27 10:57:22 617

转载 idea的run和debug变成灰色

idea项目run启动和debug按钮灰色淡淡的id2020-01-12 22:55:1911276正在上传…重新上传取消​收藏4分类专栏:其他版权​其他专栏收录该内容35 篇文章0 订阅订阅专栏一、情况二、选择EditApplication-如下图稍等一分钟就好了转载自:IDea项目run启动和debug按钮灰色me:我是设置之后并没有那个indexing的扫描,设置完还是没为反应,关了idea重启项目就好了...

2021-11-23 16:53:59 1878

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除