ICode9

精准搜索请尝试: 精确搜索
  • git出现fatal: Authentication failed for 'http:xxxx.git/''错误的解决办法2020-11-03 17:00:22

    修改凭证如图,j进入控制面板。显示方式改为小图标显示 。点击图中的凭据管理器    进入【凭据管理器】: 点击windows凭据  找到对应的网址,点击后面的小图标展开  。然后编辑输入正确的账号密码,重新拉去或者推送代码即可

  • R安装程序包:ERROR: failed to lock directory ‘/usr/lib64/R/library’ for modifying2020-11-01 22:01:32

      ERROR: failed to lock directory ‘/usr/lib64/R/library’ for modifyingTry removing ‘/usr/lib64/R/library/00LOCK-stringi’   出现错误提示:ERROR: failed to lock directory原因:网络不好,以前安装的未成功,残留文件解决:删除R目录下 lib64/R/library中的000lock文件夹或

  • Windows 环境下php安装openssl证书2020-10-27 15:02:18

    新的电脑安装了PHP、设置好环境变量之后安装了composer,想要通过composer安装Yii2,结果出现了如下报错: [Composer\Downloader\TransportException] The "https://packagist.org/packages.json" file could not be downloaded: SSL operation failed with code 1. OpenSSL Err

  • 记一次因硬盘故障导致的docker服务无法启动2020-10-19 16:01:36

    早上刚到公司,老大说,运行着gogs代码库和mariadb数据库的宿主机崩溃了(ubuntu 18.04 LTS)。 重启电脑,默认方式启动,进入系统过程中抛出异常,信息为end Kernel panic - not syncing: No working init found.使用恢复模式启动,可选的启动项有6个,分别对应3个内核版本(Linux 4.15.0-118, Lin

  • IIS Express Failed to Register URL - Access is Denied2020-10-19 09:31:25

    我正在开发一个web应用程序,运行IIS Express时,出现如下错误: “Unable to connect to the configured development Web server. Failed to register URL http://localhost :21021/ for site “sandbox” application “/”. Error description: Access is denied. (0x80070005)” 解

  • 逆向工程核心原理——第三十四章2020-10-16 16:00:44

    高级全局API钩取:IE链接控制 在上一章,API钩取虽然成功了,但是重新打开任务管理器,进程又会显示出来。 为了解决这个问题,书本引出了”高级全局API“这个概念。 ​ 钩取常规API,我们需要在进程创建时钩取其API: ​ 全局API钩取,则是在创建进程之前就钩取API: 相对于低级API钩取,高级API

  • 9,shell 脚本如何显示 OK 或 FAILED2020-10-01 10:03:51

    在日常的工作中运维通常会安装各种各样的应用服务,例如:Nginx、httpd、MySQL 等。如果我们是用 yum 来安装,通常情况下 RPM 包的作者已经帮助我们写好了服务的启动脚本。我们在使用启动脚本的过程中几乎都会看到以下提示信息,提示我们服务是否启动成功。 上图所看到的样式,在 CentOS7.

  • ubuntu 20.04 install anacodna2020-09-27 17:31:38

    First try:  download the qinghua mirror anaconda...sh failed.  change the dir failed.  Search the baidu  how to install anaconda under ubuntu 20.04. get: dowload the package from **************************** the offical anaconda package. done!!!  

  • 解决冲突 : AutoMatic merge failed;fix conflicts and then commit the result2020-09-19 18:33:45

    冲突的类型 逻辑冲突 git自动处理(合并/应用补丁)成功,但是逻辑上是有问题的。 比如另外一个人修改了文件名,但我还使用老的文件名,这种情况下自动处理是能成功的,但实际上是有问题的。 又比如,函数返回值含义变化,但我还使用老的含义,这种情况自动处理成功,但可能隐藏着重大BUG。 这种问题,

  • 启动tomcat报 Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContex2020-09-19 11:33:40

    之前的项目启动一直没有什么问题新建项目之后单独启动一直报 Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]] 但是和原来的项目一起启动又正常了。 百度到大部分都是说<url-pattern>/</url-pattern>或者maven的jar包下载不完

  • Failed to bind NettyServer on ×××,cause: io/netty/bootstrap/ServerBootstrap2020-09-12 15:01:06

    初学dubbo,在创建项目后运行时总报错java.lang.NoClassDefFoundError: io/netty/channel/nio/NioEventLoopGroup 找了半天资料,发现问题大致有 1、QoS无法启动(解决方案:https://www.cnblogs.com/LiangPF/p/11552560.html) 2、绑定端口被占用(解决方案:https://blog.csdn.net/HelloWorld9

  • RabbitMQ:Erlang distribution failed解决方案2020-09-11 17:50:21

    前言        系统版本:CentOS Linux release 7.7.1908 (Core)        通过rabbitmqctl add_user admin 12345指令,给rabbitmq添加用户提示出错:[root@localhost perl]# rabbitmqctl add_user admin 12345Error: unable to connect to node rabbit@localhost: nodedown

  • 第5章 批量主机扫描 nmap、ncat2020-09-10 23:01:09

    第5章 批量主机扫描批量主机服务扫描目的:    1、批量主机存活扫描。    2、针对主机服务扫描作用:1、能更方便快捷获取网络中主机的存活状态。2、更加细致、智能获取主机服务侦査情况。典型命令:nmap、ncatnmap命令的使用介绍扫描类型 描述特点ICMP协议类型(-P)ping扫描简单、

  • Failed to import bean definitions from URL location [classpath:ba06/spring-*.xml]2020-09-10 18:31:20

    org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from URL location [classpath:ba06/spring-*.xml]Offending resource: class path resource [ba06/spring-total.xml]; nested excep

  • RPM故障:Failed to initialize NSS library2020-09-07 10:01:06

    在一次通过使用rpm进行软件包的安装时,由于使用了 rpm -ivh --nodeps --force来执行软件包的强制安装,导致rpm和yum都无法使用。 rpm报错:  yum报错:   解决方法:参考https://blog.jatiman.com/2018/06/yum-error-failed-to-initialize-nss.html 第一步:搜索nss-softokn-freebl附带

  • 关于Failed to import pydot. You must install pydot and graphviz for `pydotprint` to work的处理建议2020-08-25 19:00:18

    关于Failed to import pydot. You must install pydot and graphviz for pydotprint to work的处理建议 环境 win 10 python 3.x Tensorflow 2.x.x; pydot 2.4.2 graphviz 2.3.7 ,在graphviz官网上下载适用版本的.msi 安装包,安装完毕将bin加到环境变量 path(D:\Program Files (x86)\G

  • Hunt Showdown 运行游戏时报错:300005(StartService failed with 1450)解决方案2020-08-22 18:32:07

    Hunt Showdown, Error when open game. 报错: 无法启动游戏。 错误代码:300005(StartService failed with 1450)    解决方案: 安装WIN7补丁。KB2922790。 https://www.gbe-corp.com/soft-42465.html#  

  • anaconda下载包时网络连接错误的解决方法(CondaHTTPError:HTTP 000 connection failed for url)2020-08-15 09:00:43

    继上一篇《在WSL上搭载python编程环境》之后,下载软件和创建新环境的过程非常艰辛,下载太慢,以至于常常中断。 不论用conda安装一些python的包,还是创新独立的编程环境时,出现以下报错:       在anaconda安装完毕之后,通常要做的就是配置更新,这一步主要将conda下载源从国外的网站转移

  • 织梦后台CSRF Token Check Failed解决方法2020-08-09 08:02:20

    织梦后台-模块-文件管理器,修改文件会报CSRF Token Check Failed,这是官方程序的一个BUG 解决方法1 打开 /dede/file_manage_view.php 找到 $path_parts = pathinfo($filename); 在它下面一行加入 $GLOBALS['token'] = make_hash(); 完成。 这个解决方法1不能直接在网站后台[文件

  • Linux系统system介绍2020-08-05 16:01:46

                          status状态 active (running)  #运行 Active: inactive (dead) #不在运行 disabled    #开机不自启 enabled     #开机自启 failed     #失败      

  • 页面加载空白---(failed)net::ERR_INCOMPLETE_CHUNKED_ENCODING2020-08-05 10:33:26

    前端页面加载空白,F12有报错:(failed)net::ERR_INCOMPLETE_CHUNKED_ENCODING 在ng 对应的location {}下加如下解决:   proxy_buffer_size 1024k; proxy_buffers 16 1024k; proxy_busy_buffers_size 2048k; proxy_temp_file_write_size

  • nosetest -x 遇到失败停止2020-08-03 15:31:50

    [root@esg-server-578 falut-test]# nosetests --help | grep fail -x, --stop Stop running tests after the first error or failure --pdb Drop into debugger on failures or errors --pdb-failures Drop into debugger on failures -d, --detailed-errors, --failure-det

  • MvcTest出错java.lang.IllegalStateException:Failed to load ApplicationContext2020-07-30 12:01:50

    控制台报 java.io.FileNotFoundException: \src\main\webapp\WEB-INF\dispatcherServlet-servlet.xml (系统找不到指定的路径。) 解决方法: 在@ContextConfiguration中把路径检查以下,出现了如下图错误,多写了一条"/"  

  • jmeter集群遇到的问题2020-07-29 10:31:19

    1.修改jmeter.properties的remote.host 为代理机的ip及端口, 一般情况下使用1099端口 此时打开jmeter-server.bat 会报异常 Server failed to start: java.rmi.server.ExportException: Listen failed on port: 0; nested exception is: java.io.FileNotFoundException: r

  • vscode 安装go插件失败后,最简单的方法2020-07-28 23:00:53

    vscode 安装go插件 参考: https://github.com/goproxy/goproxy.cn/blob/master/README.zh-CN.md https://goproxy.cn/ Installing github.com/nsf/gocode FAILED Installing github.com/uudashr/gopkgs/cmd/gopkgs FAILED Installing github.com/ramya-rao-a/go-outline FAILED Ins

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

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

ICode9版权所有