sendEmail发送邮件是出现以下报错: ******************************************************************* Using the default of SSL_verify_mode of SSL_VERIFY_NONE for ...
分类:
其他好文 时间:
2016-09-18 19:39:07
阅读次数:
190
继上一篇《Python virtualenv安装库报错SSL: CERTIFICATE_VERIFY_FAILED》出现的问题进行一个一劳永逸的操作 pip升级到7.0以后,在使用http镜像进行包安装及升级的时候往往会有如下提示: 解决办法如下: 安装时加入 参数 在pip.conf中加入trus ...
分类:
其他好文 时间:
2016-09-17 11:54:04
阅读次数:
336
Python virtualenv安装库报错SSL: CERTIFICATE_VERIFY_FAILED 问题描述 使用pip按照virtualenv报错,如下: 解决办法 使用–trusted-host命令行选项 安装其他库的时候只要出现类似错误 均可以使用此方法 ...
分类:
编程语言 时间:
2016-09-17 10:43:51
阅读次数:
273
set echo offpromptprompt prompt call_grant_dml.sql &1prompt set echo off pagesize 0 feedback off verify off serveroutput on size 1000000 define v_inpu ...
分类:
数据库 时间:
2016-09-13 16:28:21
阅读次数:
188
1.控制器 2.调用 <img width="100" height="43" src="/images/默认图片.jpg" onClick="this.src='/Home/login/verify?'+Math.random();" > ...
分类:
Web程序 时间:
2016-09-11 12:52:34
阅读次数:
155
今天给Centos通过rpm-Uvh装了个epel的扩展(RHEL/CentOS664-Bit)
#wgethttp://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
#rpm-ivhepel-release-6-8.noarch.rpm
执行yum就开始报错:
Error:Cannotretrievemetalinkforrepository:epel.Pleaseve..
分类:
Web程序 时间:
2016-09-04 17:46:30
阅读次数:
145
Git 2.10.0 发布了,发布说明如下:UI, Workflows & Features * "git pull --rebase --verify-signature" learned to warn the user that "--verify-signature" is a no-op ...
分类:
其他好文 时间:
2016-09-04 07:57:24
阅读次数:
225
1.github error setting certificate verify locations使用github时报错,解决方法: git config --system http.sslcainfo "D:\Program Files\Git\mingw64\ssl\certs\ca-bun ...
分类:
其他好文 时间:
2016-09-04 01:35:00
阅读次数:
139
var url="https://xyk.cebbank.com/verify_code.jpg?3345789"; HttpClient client = new HttpClient(); Bitmap bitmap = null; var stream = client.GetStreamAs ...
分类:
Web程序 时间:
2016-08-31 15:22:04
阅读次数:
171
vmware默认是不支持创建OSX系统的虚拟机的,但是安装一个名为unlocker208的破解补丁之后就可以安装了. 下载的地址和使用的方法参考这个地址:http://www.jb51.net/softs/454579.html 中间可能会遇到启动报错的问题(vcpu-0:VERIFY vmcore ...
分类:
系统相关 时间:
2016-08-28 01:01:32
阅读次数:
235