1.环境变量配置,pip路径别忘记加入,否则pip不好使。 2.如果改名python.exe为其他名字,复制一份保留,否则pip容易无法启动进程 参见爆栈: http://stackoverflow.com/questions/17373265/pip-easy-install-failure-fa ...
分类:
编程语言 时间:
2016-05-24 20:40:16
阅读次数:
141
问题描述: CertificateManagement : Server is not trusted.Received fatal alert: handshake_failure. Now installing certificatesjavax.net.ssl.SSLHandshakeExce ...
分类:
其他好文 时间:
2016-05-24 09:18:51
阅读次数:
180
由于ubuntu系统默认是没有激活root用户的,需要手动激活: 终端下输入: sudo passwd Password:你当前的密码 Enter new UNIX password:这个是root的密码 Retype new UNIX password:重复root的密码 即可成功。 注:使用su ...
分类:
系统相关 时间:
2016-05-21 20:17:15
阅读次数:
320
**[2713:59682] *** Assertion failure in -[MBProgressHUD show:], /Users/lu/Desktop/****/Pods/MBProgressHUD/MBProgressHUD.m:248 **[2713:59682] *** Termi ...
分类:
移动开发 时间:
2016-05-20 11:44:11
阅读次数:
1016
最近在安装RAD Studio 10.1 Berlin 时,运行光盘中的setup.exe,在第一页勾选 lincense agreement后下一步,提示如下错误,无法进行安装。 License status check failure License status check failure ( ...
分类:
其他好文 时间:
2016-05-19 01:21:08
阅读次数:
1218
练习Django表单提交时遇到如下问题: 在网上各种查找,终于找到了解决方法。 1.在from 表单中添加 {% csrf_token %} 2.在视图中添加 from django.template import RequestContext 导入项,并且在return 返回中添加context_ ...
分类:
其他好文 时间:
2016-05-18 12:31:29
阅读次数:
2233
一,在Data Flow Task中,对于Error Row的处理通过Error Output Tab配置的。 1,操作失败的类型:Error(Conversion) 和 Truncation。 2,错误处理方式:Fail Component,Ignore Failure 和 Redirect Ro ...
分类:
其他好文 时间:
2016-05-15 12:20:59
阅读次数:
151
出现类似: Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.maven.org/maven2 ...
分类:
系统相关 时间:
2016-05-13 14:15:43
阅读次数:
232
1.为什么要进行性能测试(性能测试贯穿于软件生命周期) The failure of a mission-critical application can be costly. Assure performance and functionality under real-world conditi ...
分类:
其他好文 时间:
2016-05-13 09:37:17
阅读次数:
162
这个错误是由于配置文件没有配置好。解决方案如下: 1 打开profile文件 vim /etc/profile 2 在文件最后加入的内容应该如下(高亮的两句一般是大家缺少的): export JAVA_HOME=/usr/java/jdk export HADOOP_HOME=/itcast/had ...
分类:
其他好文 时间:
2016-05-08 09:04:52
阅读次数:
5557