ICode9

精准搜索请尝试: 精确搜索
  • Ubuuntu20.04启动不了,VMWare Workstation下再装失败2021-11-28 21:35:14

    好久没折腾过Ubuntu,似乎还是疫情期间安装到现在,中途没用过几次,再打开时发现有问题了,提示信息如下VMWare Workstation启动Ubuntu时的提示信息,可以通过设置BIOS中的设置项 Intel Virtual Technology = Enable 即可解决。从Ubuntu12到20.04从来就没安装失败过,本次碰到这类问题,但还是

  • 解决pyautogui.PyAutoGUIException: PyAutoGUI was unable to import pyscreeze.报错2021-11-25 10:35:23

    1.“PyAutoGUI was unable to import pyscreeze. (This is likely because you’re running a version of Python that Pillow (which pyscreeze depends on) doesn’t support currently.) Please install this module to enable the function you tried to call.”pyautogui.PyA

  • Docker npm install:npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY 。。reason: unable to get local i2021-11-24 11:04:57

      这个是需要证书导致无法连接,临时解决办法是设置 npm set strict-ssl=false 在 Dockerfile文件里的  RUN npm install 之前添加 RUN npm set strict-ssl=false   FROM node:12 # Create app directory WORKDIR /usr/src/app # Install app dependencies # A wildcard is

  • Spring Boot 整合 Redis 遇到 Unable to connect to Redis2021-11-16 13:33:58

    在操作 Redis 的时候, 连接不上 Redis 报错误: Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to X.X.X.X:6379 spring: redis: host: 116.62.186.193 password: yy153016@ port: 6379 timeout: 2s lettuce: pool:

  • Git - OpenSSH 升级后报错解决 - Unable to negotiate with 47.98.49.44 port 22: no matching host key type foun2021-11-08 14:32:32

    升级 OpenSSH 后迁出报错 $ git pull Unable to negotiate with 47.98.49.44 port 22: no matching host key type found. Their offer: ssh-rsa fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exist

  • websphere-05 scanJAR unable to open报错2021-11-07 12:30:00

    部署war包报错: [19-6-17 16:00:18:917 CST] 000000d7 ecs           W com.ibm.ws.ecs.internal.scan.context.impl.ScannerContextImpl scanJAR unable to open input stream for resource freemarker/core/_Java8Impl.class in archive WEB-INF/lib/freemarker-2.3.26-in

  • E: Unable to locate package2021-11-06 14:34:44

    首先尝试更新apt-get sudo apt-get upgrade sudo apt-get update 不行的话,手动添加源 打开etc/apt/sources.list添加以下两行: deb http://archive.ubuntu.com/ubuntu/ trusty universe deb-src http://archive.ubuntu.com/ubuntu/ trusty universe

  • Swagger配置错误 Unable to infer base url. This is common when using dynamic servlet registra2021-11-03 11:07:26

    报错信息,因为我是已经解决了的问题,所以从网上盗了一张图   解决方法:最快捷的方法 在启动类上加上注解@EnableSwagger2  

  • IDEA打包出现Unable to find main class2021-10-29 12:00:40

    详细报错信息: Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.1.1.RELEASE:repackage (default) on project octv-work: Execution default of goal org.springframework.boot:spring-boot-maven-plugin:2.1.1.RELEASE:repackage failed: Unable

  • idea springboot 无法启动 Unable to start EmbeddedWebApplicationContext2021-10-19 20:36:35

    两种情况 第一种: Caused by: java.lang.ClassNotFoundException: org.apache.catalina.filters.RemoteIpFilter 第二种: Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean   解决:注释tomcat启动包的provided <dependency>

  • sudo 出现unable to resolve host 解决方法2021-10-17 01:33:27

    sudo 出现unable to resolve host 解决方法   转 https://blog.csdn.net/ichuzhen/article/details/8241847     原因是因为改了机器名,从mikeli-dell-latitute-E6640改成了dell-pc 但是hosts文件里没有修改 修改hosts文件解决

  • 鸿蒙编译报错:Unable to find the java component with apiVersion 4.2021-10-15 20:59:29

    问题现象 SdkError: DOWNLOAD_SDK_ERROR > Cause: Unable to find the java component with apiVersion 4. > Solution: 1.Open SDK Manager and download java. 2.Alternatively, modify the compileSdkVersion settings in the project- and module-level build.

  • Unable to load configuration. - file:/E:/IDEA/IntelliJ%20IDEA%202021.2.2/J2EE/out/artifacts/J2EE_war2021-10-15 12:34:57

    Unable to load configuration. - file:/E:/IDEA/IntelliJ%20IDEA%202021.2.2/J2EE/out/artifacts/J2EE_war_exploded/WEB-INF/classes/struts.xml:3:8 此时xml文件内容 报错如下 添加下列语句即可,这里是struts2.5 <!DOCTYPE struts PUBLIC "-//Apache Software

  • CDH kudu Unable to load consensus metadata for tablet2021-10-13 20:32:28

    新增kudu 服务,启动master 节点,报错如下. 晚上8点09:34.716分 ERROR cc:205 Unable to init master catalog manager: Not found: Unable to initialize catalog manager: Failed to initialize sys tables async: Unable to load consensus metadata for tablet 00000000000

  • .net core InvalidOperationException: Unable to resolve service for type while attempting to activate2021-10-13 10:31:07

    问题: InvalidOperationException: Unable to resolve service for type 'WebApplication3.Models.SysUserDB' while attempting to activate 'WebApplication3.Controllers.SysUsersController'. 解决办法: Startup.cs ConfigureServices方法内添加 services.AddTra

  • Unable to overwrite the existing configuration file.2021-10-02 09:00:35

       安装 zabbix遇到的问题     自己创建也创建不了。然后下载放进去也不行。 我的问题是 配置文件权限问题,需要授权,给html下的文件授权,可读可写可执行,然后就可以了

  • U-boot上输入加载镜像和设备树时Invalid FAT entry,Unable to read file xxx2021-09-26 12:06:25

    问题所在:U-boot上输入加载镜像和设备树时出现的错误 => load mmc 0:1 0x42000000 uImage Invalid FAT entry ** Unable to read file uImage ** => load mmc 0:1 0x43000000 sun8i-h3-orangepi-pc-plus.dtb Invalid FAT entry ** Unable to read file sun8i-h3-orangepi-pc-p

  • IDEA unable to access 'https://github.com/Blank/xxx.git/': error setting certificate verif2021-09-25 01:00:25

    IDEA执行Get from version control的clone时报错:unable to access 'https://github.com/Blank/xxx.git/': error setting certificate verif 作者亲试解决办法: 在git的bash.exe中输入命令并回车执行 $ git config --global http.sslVerify false

  • modelsim 出现unable to checkout a license2021-09-24 16:03:18

    这两天在安装破解的软件 不管哪一个版本 在最后完成之后 点击桌面快捷方式都打不开 最后发现是c++环境的问题 可通过如下解决 1、通过以下方法安装directX 增强版(普通版不修复C++)  ​​​​​​(3条消息) DirectX修复工具增强版_VBcom的专栏-CSDN博客 2、修复完后 再生成一次L

  • WASAPI录制麦克风,录制扬声器2021-09-14 21:35:12

    代码非原创:这部分是录制麦克风,其中的重点标记:https://blog.csdn.net/su_vast/article/details/78318999?utm_source=blogxgwz3https://blog.csdn.net/lcalqf/article/details/52982550-------------------------------------------------------------------------------#include

  • Error: Unable to find a match: mysql-community-server2021-09-14 17:33:04

    yum -y install mysql-community-serverLast metadata expiration check: 0:13:40 ago on Sun 26 Apr 2020 11:20:57 AM CST.No match for argument: mysql-community-serverError: Unable to find a match: mysql-community-server 解决:先执行:yum module disable mysql再执行:yum

  • git clone 出现fatal: unable to access ‘https://github 类错误解决方法2021-09-13 11:01:34

    git clone 出现fatal: unable to access 'https://github 类错误解决方法 解决方案参考 解决方案 git clone 遇到问题:fatal: unable to access ‘https://github.comxxxxxxxxxxx’: Failed to connect to xxxxxxxxxxxxx 例如 将https换成git即可。 参考 我的章鱼小丸子

  • git pull fatal: unable to access OpenSSL SSL_read: Connection was reset, errno 100542021-08-31 01:32:19

    ==问题== git pull报错     fatal: unable to access 'https://github.com/xxxx/': OpenSSL SSL_read: Connection was reset, errno 10054   ==解决办法== git config --global http.sslVerify "false" git config --globa http.postBuffer 524288000

  • 记一次gradle 插件开发 分析 android studio Unable to delete file 异常2021-08-18 02:03:16

    代码传送门   在用javassist 开发gradle插件时 可能很多人碰到这个问题  第一个想到的重启idea 网上比较多的办法就是    1. 重启android studio 2.任务管理器里面杀掉java进程   但是 每次重新编译的时候都会出现这个问题,总不能每次冷编译都重启 android studio把,很多人都说

  • ORA-07445 ACCESS_VIOLATION UNABLE_TO_READ2021-08-17 09:01:01

    环境:os version: windowdatabase version:Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Productionerror:Tue Jan 19 18:17:06 2016Exception [type: ACCESS_VIOLATION, UNABLE_TO_READ] [ADDR:0x4] [PC:0x7FC98C8712B, qcdlgcd()+75]Errors in file D:

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有