#STALL

Ubuntu 14 中 VirtualBox发生错误Kernel driver not installed (rc=-1908)

宿主系统是Ubuntu14,在VirtualBox中安装CentOS6.5时,提示如下错误:Kerneldrivernotinstalled(rc=-1908)网友提供的解决方案:1、将当前用户(wenjianbao)加入vboxusers用户组(注意:不会改变原有的用户组)sudousermod-Gvboxusers...

Mac Pro 安装 cmake,报错 Warning: cmake-3.5.2 already installed, it's just not linked

1、先安装brew,参考文章:MacPro安装Homebrew软件包管理工具2、执行安装命令brewinstallcmake出现警告提示:Warning:cmake-3.5.2alreadyinstalled,it'sjustnotlinked3、国外网友也遇到这个问题:cmake-3.5.2alreadyinstal...

《CMake实践》笔记二:INSTALL/CMAKE_INSTALL_PREFIX

《CMake实践》笔记一:PROJECT/MESSAGE/ADD_EXECUTABLE《CMake实践》笔记二:INSTALL/CMAKE_INSTALL_PREFIX《CMake实践》笔记三:构建静态库与动态库及如何使用外部共享库和头文件 四、更好一点的HelloWorld没有最好,只有更好从本小节开始,后...

Installing MIB in Ubuntu and Solving the Error “SNMP Cannot Find Module …”

HasnoticedanerrorafterexecutingthecommandsnmpwalkwiththeindicationofMIBinsteadofOID:12snmpwalk-v2c-cpublic192.168.0.1ifIndexifIndex:UnknownObjectIdentifier(Sub-...

pip install Error

OSX终端更新pip出错sudopipinstall--upgradepip:1.ReadTimeoutError:HTTPSConnectionPool(host=’pypi.Python.org’,port=443):Read解决办法:加大超时时间,如pip--default-timeout=100install-...
代码星球 代码星球·2021-01-15

npm install 不自动生成 package-lock.json文件

package-lock.json这个文件的作用就不详细说明了有需要的可以参考:https://www.cnblogs.com/cangqinglang/p/8336754.html 网上都说npm自从版本npm5.0之后,执行npminstall的时候就会自动生成package-lock.json文件了,但...

根本上解决npm install 报错“ajv-keywords@3.4.0 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.“

每次项目npminstall的时候都报这个错误, 然后网上找的方法就把这个ajv重新安装下,感觉有点麻烦,后来有次我把npm更新了一下(我的版本是:6.1.0),更新到了最新版本,这个问题就咋也没出现过了,原来是npm版本的问题。查看自己的npm版本: npm-v 更新本机的npm到最新版...

dockerfile---apt-get install vim 时 Unable to locate package vim

  在学习dockerfile的时候,发现编写的Dockerfile中的apt-getinstall命令无法找到要安装的包,所以记录一下这次发生的错误。 环境:宿主机:windows10上安装VMware虚拟化软件    VMwareworkstation15pro  ...

error: snap "electronic-wechat" has "install-snap" change in progress

今天因为要使用wechat,但是因为wechat并没有官方的Ubuntu版本,幸好有大神出了electronic-wechat,可以直接在应用商店中搜到,然后直接安装,也可以命令行安装,命令如下://从snap安装wechatsudosnapinstallelectronic-wechat但是因为看到安装速度太慢了,就...

How to install WireShark on Linux

https://linuxtechlab.com/install-wireshark-linux-centosubuntu/...

Install chocolatey

Windows7+/WindowsServer2003+PowerShellv2+.NETFramework4+(theinstallationwillattempttoinstall.NET4.0ifyoudonothaveitinstalled)That'sit!Allyouneedischoco.exe(that...
代码星球 代码星球·2020-12-31

HDX Insight Installation & Configuration

NetScalerInsightCenter11.1Installation&Configuration SowhatisNetScalerInsightCenter.Thisisahighperformancecollectorthatprovidesend-to-enduserexperience...

Ubuntu install android studio

 1. 安装openjdk8,并在配置文件/etc/profile 中,追加如下内容:sudoaptitudeinstallopenjdk-8-jdk #openjdkenvsettingbybashexportJAVA_HOME=/usr/lib/jvm/java-8-open...

pycharm安装pyinstaller将pygame打包成exe

首先,使用pycharm自带的下载包工具,File-Settings-ProjectInterpreter,如图: 安装完成后,发现安装到了Python根目录下,我的在C:python34Scripts下,如下图,注意这个目录,注意这个pyinstaller.exe 打开cmd:注意初始状况如下图,...

import tensorflow 报错: tf.estimator package not installed.

importtensorflow报错:tf.estimatorpackagenotinstalled. 解决方案1:安装pipinstalltensorflow-estimator==1.10.12  解决方案2:downgradepandasfrom0.23.4to0.23.0upgradematplotl...
首页上一页...56789...下一页尾页