1.如果你之前安装失败过,最好在安装angular-cli之前先卸载干净,用以下两句: npm uninstall -g angular-cli npm cache clean npm uninstall -g angular-cli npm cache clean 2.设置淘宝镜像,国内访问国外网 ...
分类:
其他好文 时间:
2017-10-15 21:07:42
阅读次数:
124
Package Control插件本身是一个为了方便管理插件的插件 最简单的方式是通过Sublime Text 3的console命令界面进行安装 Sublime text3 Sublime text2 如果命令行安装失败,可以使用手动安装的方法 1.官方地址:https://packagecont ...
分类:
其他好文 时间:
2017-10-13 13:58:35
阅读次数:
174
在windows环境,python3.6下使用命令行安装模块 pip install Scrapy 报错 检查安装包,发现别的依赖库都安装上了,就Twisted包没安装上 单独安装 pip install Twisted 安装失败,换低版本的尝试 pip install Twisted==13.1. ...
分类:
其他好文 时间:
2017-10-12 14:04:09
阅读次数:
180
vue-cli 是一个官方发布 vue.js 项目脚手架,使用 vue-cli 可以快速创建 vue 项目,GitHub地址是:https://github.com/vuejs/vue-cli ,此文转自博主WiseWrong 。 一、 安装 node.js 首先需要安装node环境,可以直接到中文 ...
分类:
其他好文 时间:
2017-10-11 12:57:51
阅读次数:
156
eclipse 版本 :luna ,使用market安装,zip文件安装都没有成功,这里使用http远程自动安装 ,安装失败 http://marketplace.eclipse.org/content/spring-ide pluginspringide http://dist.springsou ...
分类:
编程语言 时间:
2017-10-10 13:25:03
阅读次数:
187
1. 方法云集 mpg平均值20.1,标准偏差6.0. 分布呈现右偏(偏度0.6),较正态分布稍平(峰度-0.37) Hmisc 包安装失败 1)通过Hmisc包中的describe()函数计算描述性统计量 2)通过pastecs包中的stat.desc()函数计算描述性统计量 psych包中des ...
分类:
编程语言 时间:
2017-10-05 14:39:12
阅读次数:
433
win7安装cuda9时出现图形驱动程序安装失败,解决办法是右键计算机>管理>服务和应用程序>服务>找到“Windows Installer”,右键选择“启动” 参考自http://jingyan.baidu.com/article/f25ef25461affd482c1b82a6.html ...
分类:
其他好文 时间:
2017-10-03 21:09:10
阅读次数:
554
pip install -- Failed building wheel for XXXpythonpip一言:真正的爱不是尽力,是尽心。在使用 pip install 安装命令时,结果安装失败,出现了 Failed building wheel for Twisted 的错误,结果发现这类问题是通... ...
分类:
其他好文 时间:
2017-10-01 17:37:13
阅读次数:
171
1.官网链接:https://dev.mysql.com/downloads/windows/installer/5.7.html 2.网页写的很清楚:在线安装选择安装包小的,本地安装选大的,为了避免网络原因安装失败,选择离线安装: Choosing the right file: If you h ...
分类:
其他好文 时间:
2017-09-30 21:59:10
阅读次数:
358
当用npm去安装包的时候,不管是本地安装还是全局安装,安装不成功,出现以下类似情况, 找了一些资料,并没有明确说明是什么问题, 经过尝试,导致安装文件丢失,是网络原因!!! 安装淘宝npm镜像 npm install -g cnpm --registry=https://registry.npm.t ...
分类:
其他好文 时间:
2017-09-30 17:51:44
阅读次数:
153