自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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 2978

原创 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 8417

原创 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 2841

原创 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 1401

原创 在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 940

原创 SpringCloud 项目报 IllegalStateException: PathVariable annotation was empty on param 0怎么解决

SpringCloud 项目报 IllegalStateException: PathVariable annotation was empty on param 0怎么解决

2023-07-08 13:00:27 547

原创 使用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 3224

原创 使用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 1011 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 5744 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 240

原创 最近在使用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 1480 1

原创 前几天uniapp开发时云打包apk上架在vivo隐私报告中反馈冗余权限

前几天在开发UniApp应用时,遇到了一个问题,就是在使用云打包生成APK并上架到Vivo应用商店后,出现了冗余权限的问题。

2023-07-01 13:00:41 202

原创 前段时间开发uni-app项目时Hbuildx 更新3.8.6.20230621-alpha后,打包错误,切换上一个版本又正常打包

前段时间开发uni-app项目时Hbuildx 更新3.8.6.20230621-alpha后,打包错误,切换上一个版本又正常打包

2023-06-30 13:27:01 433 1

原创 昨天一个同事代码中报错[scrapy.spidermiddlewares.offsite] DEBUG: Filtered offsite request to

昨天我遇到了一个有趣的问题,一个同事的代码中出现了一个报错,报错信息为:[scrapy.spidermiddlewares.offsite] DEBUG: Filtered offsite request to...

2023-06-29 10:11:38 358 1

原创 git提交代码报错 error: failed to push some refs to怎么办

昨天在用Git 提交代码时出现了“error: failed to push some refs to” 错误。经过一番折腾,现将处理方法分享给大家一下。

2023-06-28 16:09:06 16751 1

原创 java.lang.IllegalStateException: Failed to load ApplicationContext报错怎么办

近期在进行项目开发时,我遇到了一个报错:java.lang.IllegalStateException: Failed to load ApplicationContext 。

2023-06-26 18:34:50 13530 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 2156 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 8496

原创 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 2921 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 1440

原创 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 562

原创 解决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 199

原创 Jenkins部署(Mac环境)Python报错 - ModuleNotFoundError: No module named ‘xxxx‘解决办法

Jenkins部署(Mac环境)Python报错 - ModuleNotFoundError: No module named ‘xxxx‘解决办法

2023-06-19 09:57:55 642 1

原创 聊一聊Redis解决缓存雪崩、穿透、击穿、脑裂这些问题的经验

聊一聊Redis解决缓存雪崩、穿透、击穿、脑裂这些问题的经验

2023-06-18 19:52:17 248 1

原创 Jenkins发布uniapp开发的H5的常见问题

最近在使用Jenkins实现uniapp开发的H5自动化发布时,遇到了一些常见问题。我在这里和大家分享一下我的解决方法。1:如何在Jenkins中使用uniapp编译H5项目?

2023-06-18 10:36:39 1429

原创 Vue组件之间的通信方式都有哪些?

Vuex是Vue的状态管理工具,它提供了一个集中式存储管理应用的所有组件中的状态。我们可以通过Vuex实现非父子组件之间的通信。事件总线是一种非常方便的通信方式,我们可以定义一个空的Vue实例,将它作为事件中心,用于接收和分发事件。子父组件通信与父子组件通信相反,是子组件向父组件传递数据。我们可以通过自定义事件实现。父子组件通信是一种常见的通信方式,可以通过props属性实现父组件向子组件传递数据。Vue框架中,组件之间的通信是必不可少的。有时我们需要在非父子组件之间进行通信,Vue提供了多种方式实现。

2023-06-17 21:07:04 68 1

原创 Docker命令实战

在日常开发中,我们经常需要使用Docker来管理不同环境下的应用服务,使用Docker命令可以方便地创建、启动、停止和删除Docker容器。此命令将创建一个名为mynginx的Nginx容器,并将容器端口80映射到主机端口80,用于访问容器内的Web服务。第一条命令将名为mynginx的容器导出到mynginx.tar文件中,第二条命令将文件mynginx.tar导入到一个新的容器中。有时候,我们需要将一个容器导出到另一个环境中,或者将容器数据备份到另一个位置。其中-f选项表示跟踪输出。

2023-06-17 14:04:27 58 1

原创 Spring的Quartz定时器同一时刻重复执行二次的问题解决

Spring的Quartz定时器同一时刻重复执行二次的问题解决 //需要启用Quertz。1.将quartz.xml lazy-init="true"值改成 true;logger.error("启动初始化异常:",e);//启用Quertz。加在实例化spring容器之后;

2014-11-24 11:05:38 3024

动态flash报表.zip

包含FusionCharts_Evaluation动态报表和OpenFlashChart报表,有详细示例。

2021-12-04

软件开发各种文档模板大全.zip

包含CMMI标准文档模板,软件过程文档模板,软件设计文档模板,软件实施管理规范培训相关文档,承建方工程文档模板等。

2021-12-03

100多套完整网页模板总有一款适合你.zip

收集整理的一百多套完整的网页模板总有一款适合你。

2021-12-03

133367件商品条码及对应图片资源.zip

包含133367件商品条码及对应图片资源,有条码,商品小图,大图,详情图。

2021-12-02

CityCode区域省市区街道完整数据.zip

包含完整的CityCode区域省份城市区乡镇街道完整数据,包含经度纬度数据和code,整理成SQL和XLS方便使用。

2021-12-01

POICode分类数据.zip

详细的POICode分类数据,已按层级分类,包含SQL脚本和XLSX表格数据。

2021-12-01

lotus domino相关技术文档.zip

包含DIIOP协议访问DOMINO服务器,Domino客户端访问邮箱提示没有访问数据库权限,domino配置IMAP的session数,domino配置软删除到期时间释放物理空间,Domino日志邮箱设置,domino用户数据库限额自助释放物理空间,LotusDominoDesigner6企业级应用程序高级开发,LotusDominoDesigner6应用程序开发指南,LotusDominoNotes客户端初次配置,lotus命令大全等相关技术文档。

2021-12-01

openfire服务器安装配置、集成、插件安装配置、参数优化.docx

介绍openfire服务器安装部署配置,以及集成,插件安装配置,一些参数优化配置。

2021-12-01

CoreMail监管账号配置.docx

配置coremail监管账号,用于做邮件的归档审计检查用。

2021-12-01

中外最热门明星脸-人脸识别-人脸库-AI-大数据.zip

最热门明星脸收集,用于开发测试中的人脸识别,人脸库,人脸搜索,大数据。

2021-11-30

空空如也

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

TA关注的人

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