- 博客(28)
- 资源 (10)
- 收藏
- 关注
原创 使用docker时报Error response from daemon: driver failed programming external connectivity on endpoint
前段时间在使用Docker进行开发部署中报出docker: Error response from daemon: driver failed programming external connectivity on endpoint container-name (hash):Error starting userland proxy: Bind for 0.0.0.0:port failed: port is already allocated.
2023-07-14 16:26:44
3597
原创 docker报Unable to find image ‘image-name:tag‘ locallydocker: Error response from daemon: pull acces
在使用Docker时,遇到拉取镜像失败的问题。其中一个错误信息是"Unable to find image ‘image-name:tag’ locally docker: Error response from daemon: pull access denied for image-name, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denie
2023-07-13 19:30:45
13329
原创 springMVC项目中报 org.springframework.web.context.ContextLoader - Context initialization failed java.lan
在Spring MVC项目开发中遇到错误"org.springframework.web.context.ContextLoader - Context initialization failed java.lang.NoClassDefFoundError: Lcom/dhcc/dao/BookShopDao"。这个错误是由于缺少类造成的,这次将分享此问题的解决方法
2023-07-11 14:24:05
3920
原创 springcloud项目中访问nacos接口报错:There was an unexpected error type=Service Unavailable, status=503
springcloud项目中访问nacos接口报错:There was an unexpected error type=Service Unavailable, status=503
2023-07-10 12:37:23
1972
原创 在spring cloud 使用 Nacos + openfeign出现错误No Feign Client for loadBalancing defined. Did you forget to
在spring boot项目中使用Nacos + openfeign出现错误“No Feign Client for loadBalancing defined. Did you forget to include spring-cloud-starter-loadbalancer”。
2023-07-09 16:56:12
1211
原创 SpringCloud 项目报 IllegalStateException: PathVariable annotation was empty on param 0怎么解决
SpringCloud 项目报 IllegalStateException: PathVariable annotation was empty on param 0怎么解决
2023-07-08 13:00:27
718
原创 使用mybatis时,遇到nested exception is org.apache.ibatis.reflection.ReflectionException: Error instantiati
使用MyBatis时,遇到了一个错误:nested exception is org.apache.ibatis.reflection.ReflectionException: Error instantiating class xxx。下面我向大家介绍这个问题是怎么解决的。
2023-07-07 11:36:05
3900
原创 使用mybatis-generator:generate自动生成Dao和Mapper文件时报异常: Failed to execute goal org.mybatis.generator:mybat
在使用mybatis-generator:generate生成Dao和Mapper文件时报出异常: Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2:generate (default-cli) on project XXX: resource datasource.properties does not exist,经过一番分析,现将解决办法分享给大家。
2023-07-06 10:26:55
1370
1
原创 springboot项目报Could not resolve view with name ‘xxxxxxxxxxx‘ in servlet with name ‘dispatcherServlet‘
springboot项目报Could not resolve view with name 'xxxxxxxxxxx' in servlet with name 'dispatcherServlet'
2023-07-05 09:48:17
8749
1
原创 将项目部署到服务器上时报java.security.InvalidKeyException: Illegal key size
报java.security.InvalidKeyException: Illegal key size将你下载的文件解压缩得到的两个JAR文件local_policy.jar和US_export_policy.jar复制到这个文件夹中。
2023-07-04 13:09:53
405
原创 最近在使用generator插件生成mybatis代码,遇到Could not autowire. No beans of ‘xxx‘ type found.异常
最近在开发中遇到了一个有趣的问题,我正在使用"generator"插件来生成MyBatis代码。然而,在使用过程中,我突然遇到了一个异常:“Could not autowire. No beans of ‘xxx’ type found.”
2023-07-02 13:11:55
1813
1
原创 前几天uniapp开发时云打包apk上架在vivo隐私报告中反馈冗余权限
前几天在开发UniApp应用时,遇到了一个问题,就是在使用云打包生成APK并上架到Vivo应用商店后,出现了冗余权限的问题。
2023-07-01 13:00:41
414
原创 前段时间开发uni-app项目时Hbuildx 更新3.8.6.20230621-alpha后,打包错误,切换上一个版本又正常打包
前段时间开发uni-app项目时Hbuildx 更新3.8.6.20230621-alpha后,打包错误,切换上一个版本又正常打包
2023-06-30 13:27:01
1105
1
原创 昨天一个同事代码中报错[scrapy.spidermiddlewares.offsite] DEBUG: Filtered offsite request to
昨天我遇到了一个有趣的问题,一个同事的代码中出现了一个报错,报错信息为:[scrapy.spidermiddlewares.offsite] DEBUG: Filtered offsite request to...
2023-06-29 10:11:38
521
1
原创 git提交代码报错 error: failed to push some refs to怎么办
昨天在用Git 提交代码时出现了“error: failed to push some refs to” 错误。经过一番折腾,现将处理方法分享给大家一下。
2023-06-28 16:09:06
26102
1
原创 java.lang.IllegalStateException: Failed to load ApplicationContext报错怎么办
近期在进行项目开发时,我遇到了一个报错:java.lang.IllegalStateException: Failed to load ApplicationContext 。
2023-06-26 18:34:50
19079
1
原创 nginx报bind() to 0.0.0.0:443 failed错导致无法启动
最近遇到了一个问题,启动Nginx时出现了"bind() to 0.0.0.0:443 failed"的错误,导致Nginx无法启动。
2023-06-25 10:25:31
3368
1
原创 org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request
前段时间在开发Spring Boot项目时,遇到了一个很烦人的错误,提示为"org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested exception is java.io.IOException: The temporary upload location"。
2023-06-24 14:28:20
10791
1
原创 SpringBoot项目启动报错Failed to bind properties under ‘spring.servlet.multipart.max-request-size‘ to org
SpringBoot项目启动报错Failed to bind properties under 'spring.servlet.multipart.max-request-size' to org
2023-06-23 09:43:49
3776
1
原创 cannot find implementation for xx.xxDatabase. xxDatabase_Impl在Android中使用Room框架访问数据库报错的解决办法
cannot find implementation for xx.xxDatabase. xxDatabase_Impl在Android中使用Room框架访问数据库报错的解决办法
2023-06-21 14:35:21
2116
原创 html5lib报错Couldn‘t find a tree builder with the features you requested: html5lib
html5lib报错Couldn‘t find a tree builder with the features you requested: html5lib
2023-06-20 09:23:05
958
1
原创 解决docke报错 non-overlapping IPv4 address pool among the defaults to assign to the network
解决docke报错 non-overlapping IPv4 address pool among the defaults to assign to the network
2023-06-19 18:17:09
399
1
原创 Jenkins部署(Mac环境)Python报错 - ModuleNotFoundError: No module named ‘xxxx‘解决办法
Jenkins部署(Mac环境)Python报错 - ModuleNotFoundError: No module named ‘xxxx‘解决办法
2023-06-19 09:57:55
886
1
原创 Jenkins发布uniapp开发的H5的常见问题
最近在使用Jenkins实现uniapp开发的H5自动化发布时,遇到了一些常见问题。我在这里和大家分享一下我的解决方法。1:如何在Jenkins中使用uniapp编译H5项目?
2023-06-18 10:36:39
2070
1
原创 Vue组件之间的通信方式都有哪些?
Vuex是Vue的状态管理工具,它提供了一个集中式存储管理应用的所有组件中的状态。我们可以通过Vuex实现非父子组件之间的通信。事件总线是一种非常方便的通信方式,我们可以定义一个空的Vue实例,将它作为事件中心,用于接收和分发事件。子父组件通信与父子组件通信相反,是子组件向父组件传递数据。我们可以通过自定义事件实现。父子组件通信是一种常见的通信方式,可以通过props属性实现父组件向子组件传递数据。Vue框架中,组件之间的通信是必不可少的。有时我们需要在非父子组件之间进行通信,Vue提供了多种方式实现。
2023-06-17 21:07:04
105
1
原创 Docker命令实战
在日常开发中,我们经常需要使用Docker来管理不同环境下的应用服务,使用Docker命令可以方便地创建、启动、停止和删除Docker容器。此命令将创建一个名为mynginx的Nginx容器,并将容器端口80映射到主机端口80,用于访问容器内的Web服务。第一条命令将名为mynginx的容器导出到mynginx.tar文件中,第二条命令将文件mynginx.tar导入到一个新的容器中。有时候,我们需要将一个容器导出到另一个环境中,或者将容器数据备份到另一个位置。其中-f选项表示跟踪输出。
2023-06-17 14:04:27
89
1
原创 Spring的Quartz定时器同一时刻重复执行二次的问题解决
Spring的Quartz定时器同一时刻重复执行二次的问题解决 //需要启用Quertz。1.将quartz.xml lazy-init="true"值改成 true;logger.error("启动初始化异常:",e);//启用Quertz。加在实例化spring容器之后;
2014-11-24 11:05:38
3576
lotus domino相关技术文档.zip
2021-12-01
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人