自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 SpringBoot解决报错:Error creating bean with name ‘imageUtil‘: Injection of autowired dependencies failed

SpringBoot yaml 解决注入Set报错:Error creating bean with name 'imageUtil': Injection of autowired dependencies failed

2023-12-21 12:06:41 685 1

原创 mysql统计每年每月每天数据

mysql统计每年每月每天数据

2023-11-14 17:02:44 412

原创 go 泛型实现顺序队列

使用泛型实现顺序队列

2023-11-14 16:54:02 225

原创 DockerFile 编译报错:Error response from daemon: When using COPY with more than one source file, the dest

解决DockerFile 运行报错:Error response from daemon: When using COPY with more than one source file, the destination must be a directory and end with a /Failed to deploy 'ginMvc Dockerfile: DockerFile': Can't retrieve image ID from build stream

2023-11-01 17:03:20 1855 1

原创 golang项目打包成docker运行

golang 项目打包成docker运行

2023-11-01 16:57:13 522 1

原创 win11 go wire 命令报错:wire : 无法将“wire”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。

安装 go wire 命令:go get github.com/google/wire/cmd/wire 之后运行 wire help 显示找不到命令。问题原因:没有把wire所在的目录设置在系统环境变量中,解决方式,将wire所在的目录设置到环境变量中即可。

2023-05-16 15:54:34 1052

原创 基于 Go Fyne 实现的护眼助手

基于 go fyne 实现的护眼助手

2022-10-09 15:32:54 572

原创 SpringBoot整合SpringBatch报错:org.springframework.batch.item.file.FlatFileParseException

SpringBoot整合SpringBatch报错:org.springframework.batch.item.file.FlatFileParseException: Parsing error at line: 2 in resource=[class path resource [data.csv]], input=[1,张三,深圳,男]

2022-10-03 15:35:09 2052

原创 GoWeb总结

GoWeb对数据库增删改查实现的总结

2022-09-25 19:33:21 394

原创 Spring Security配置文件新写法,解决 WebSecurityConfigurerAdapter 跟 withDefaultPasswordEncoder() 被标记 @Deprecate

Spring Security配置文件新写法,解决 WebSecurityConfigurerAdapter 跟 withDefaultPasswordEncoder()方法 被标记 @Deprecate

2022-09-22 16:13:10 1829

原创 SpringBoot整合JPA使用druid数据源报错:create connection SQLException, url: jdbc:mysql://localhost:3306/blue

SpringBoot解决报错:2022-09-17 10:32:17.566 ERROR 17280 --- [eate-1632300236] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:mysql://localhost:3306/blue?serverTimezone=UTC, errorCode 1045, state 28000

2022-09-17 13:18:08 3239

原创 golang chromedp移动端模拟

golang chromedp移动端模拟

2022-09-09 16:37:54 937

原创 Java实现斗地主发牌

Java实现斗地主发牌,并自定义比较器,使用stream流的sorted方法进行排序

2022-09-09 16:12:03 1259

原创 Java的内部类笔记

Java内部类学习笔记

2022-09-06 22:03:21 379

原创 conflux.web3j.RpcException:data = “\“network prefix inconsistent in from(net999) and to(cfxtest)\““

java-conflux-sdk报错:SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".SLF4J: Defaulting to no-operation (NOP) logger implementationSLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.Exception in thread "mai

2021-06-28 21:18:27 423

原创 org.apache.catalina.core.StandardContext.filterStart 启动过滤器异常

报错:01-Jun-2021 11:18:22.993 严重 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.core.StandardContext.filterStart 启动过滤器异常java.lang.ClassNotFoundException: org.springframework.web.filter.CharacterEncodingFilterat org.apache.catalina.loader.Webapp.

2021-06-01 20:09:56 2567 2

Java servlet4.0英文文档

Java servlet4.0英文文档

2022-09-16

空空如也

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

TA关注的人

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