- 博客(258)
- 收藏
- 关注
转载 【springboot】springboot嵌入的tomcat是怎么体现的?
【springboot】springboot嵌入的tomcat是怎么体现的?
2022-11-01 11:57:27
64
转载 【openssl】Can‘t open Z:/extlib/_openssl111__/ssl/openssl.cnf for reading, No such file ...
【openssl】Can't open Z:/extlib/_openssl111__/ssl/openssl.cnf for reading, No such file directory
2022-10-19 09:46:18
186
转载 【jasyt】Failed to bind properties under ‘spring.datasource.password‘ to java.lang.String: Reason:Fail
【jasyt】Failed to bind properties under ‘spring.datasource.password‘ to java.lang.String: Reason:Fail
2022-10-08 18:11:57
151
转载 使用HttpClient MultipartEntityBuilder 上传文件,并解决中文文件名乱码问题
使用HttpClient MultipartEntityBuilder 上传文件,并解决中文文件名乱码问题
2022-09-01 18:34:49
1150
1
转载 【maven】Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1;
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1;
2022-08-24 11:53:23
599
1
原创 【docker】Can‘t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock‘ (2)
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
2022-08-10 17:30:09
1021
原创 【JPA】No property findUserWithName2 found for type Bb!
No property findUserWithName2 found for type Bb!
2022-07-13 15:12:29
40
原创 【】多数据源和Invalid bound statement(not found)
多数据源和Invalid bound statement(not found)
2022-07-06 11:32:11
455
原创 【Mybatis】Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin
Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.4.1:generate (default-cli) on project sb-crmdsz: Execution default-cli of goal org.mybatis.generator:mybatis-generator-maven-plugin:1.4.1:generate failed: Exception getting JDBC
2022-07-01 11:10:54
730
原创 【】Caused by: java.lang.ClassNotFoundException: com.netflix.config.CachedDynamicIntProperty
Caused by: java.lang.ClassNotFoundException: om.netflix.config.CachedDynamicIntProperty
2022-06-27 15:21:59
292
原创 【feign】feign.codec.DecodeException: Could not extract response: no suitable HttpMessageConverter
feign jar包调用
2022-06-27 15:09:04
1693
转载 【Exceptions】com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
2022-06-02 15:55:11
126
原创 【MySQL】创建数据表-外键
创建外键方法一drop table if exists base_info;create table base_info( id varchar(64) not null comment '主键', -- 其他字段省略 primary key(id))engine=innodb default charset=utf8 comment '基本信息表';子表drop table if exists sub_info;create table sub_info( i
2022-05-25 11:29:20
170
原创 【Exceptions】Couldn‘t retrieve trigger: io.renren.modules.job.entity.ScheduleJobEntity
问题描述拉取renren-fast 3.0.0后用idea,启动,报错,但此时的错误不是标题错误,报数据库的错误,原因是本地没有renren-fast数据库,在本地建好数据库后正常启动。此后,修改项目包名,由io.renren改成自己想用的域名。再次启动,报标题错误。可以看出,定时任务quartz的处理有问题。出现此问题。当我启动项目后,又修改了报名路径。原因分析因为quartz在 QRTZ_JOB_DETAILS 中进行了进行了持久化。本来以为只要把JOB_CLASS_NAME字段改成自己
2022-05-20 14:56:37
441
1
转载 【Exp】Error creating bean with name ‘configurationPropertiesBeans‘ defined in class path resource
问题描述项目接入alibaba的nacos过程中,引入包,编写配置,启动项目,就报了如下异常:2020-12-15 12:50:43.215 WARN 24520 --- [ main] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.b
2022-05-20 14:33:16
241
转载 【Git】Git GUI、Git Bash、Git CMD之间的区别
区别在Git中,Git GUI、Git Bash、Git CMD之间的区别如下:Git BashBash,Unix shell的一种,Linux与Mac OS X v10.4都将它作为默认shell。Git Bash就是一个shell,是Windows下的命令行工具,可以执行Linux命令。Git Bash是基于CMD的,在CMD的基础上增添一些新的命令与功能。所以建议在使用的时候,用Bash更加方便。Git CMD(命令行提示符)是Windows操作系统上的命令行解释程序。当你
2022-05-17 15:54:02
631
原创 【Gitlab】 remote: Ask a project Owner or Maintainer to create a default branch:
问题与解决新起的项目,用git进行版本控制。别人给了我项目的git地址,拉取之后添加readme.md,第一次push时报这个错误,与该错误一起打印的是【A default branch(e.g. master) does not yet exist for xxx/xxx】,没有默认分支,并且也没有权限创建默认分支。把代码拉取到本地时,用idea打开,只有本地分支master,没有远程分支。用Git Bash命令拉取,也是本地默认master分支。于是去查看权限,【Project inform
2022-05-17 15:43:16
546
转载 关于idea工具栏按钮的添加(以暂停键为例)
在工具栏右击,点击customize ,点击main toolbar ,点击toolbar run actions ,点击run/debug,点击stop,点击add after————————————————参考文章原文链接:https://blog.csdn.net/nuoyuezuo/article/details/89174169...
2022-03-24 09:56:02
290
原创 【Exception】unable to enhance gradle daemon classloader with idea_rt.jar
错误描述用idea创建gradle项目,运行,报错“unable to enhance gradle daemon classloader with idea_rt.jar”原因分析gradle 版本太低解决方法在build时,会有提示如下参考文章
2022-03-21 13:49:55
689
转载 【Algorithm】3des加解密
算法概述本文主要用了两个参数进行加密解密一个key:秘钥,一个iv:偏移量。如果不想要偏移量可根据下面两个步骤进行去除:1.那cipher.init()方法只传入两个参数即可;cipher.init(Cipher.ENCRYPT_MODE, deskey);2.将"DESede/CBC/PKCS5Padding"改成"DESede/ECB/PKCS5Padding"即可ECB模式和CBC模式的区别CBC是密码分组链接模式ECB是电码本模式ECB模式:优点:.
2022-03-15 13:54:21
351
原创 【exceptions】com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException
问题描述数据库:mysql 5.x在往数据表中插入数据时报错原因分析数据表字段中有一个字段是mysql关键字,数据表成功创建,但往里插数的时候不行了。解决方法修改字段名称参考文章
2021-12-31 17:38:32
275
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人