入门客AI创业平台(我带你入门,你带我飞行)
博客笔记

			
				字符串中数字型字符转换成实际的数值
字符串中数字型字符转换成实际的数值 2014-12-19
字符串中数字型字符转换成实际的数值                 这是一篇bug笔记.... 如果你正在读C4的源码,遇到和我同样的问题,希望能互助交流~ 是节
05
2012-12
SAS入门教程2---建立SAS数据集 2012-12-05
第二章 建立SAS数据集   前面我们介绍了关于SAS系统的一些基本概念以及基本的操作过程。我们知道SAS是以数据为中心的一个应用软件系统,一般来

			
				SAS IT 配置指南(图文版)
SAS IT 配置指南(图文版) 2006-11-03
  SAS IT 配置指南(图文版) 初始化工作环境 首先建立如下目录结构 然后在计算机管理中增加2用户 itadmin ,ituser,分别用于管理和访问,密码一致
17
2013-09
PHP: Unable to find the wrapper "https" 2013-09-17
http://cweiske.de/tagebuch/php-error-https-wrapper.htm PHP may tell you the following:      PHP Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it
09
2012-04
unable to find the wrapper "https"错误解决办法 2012-04-09
PHP.ini默认配置下,用file_get_contents读取https的链接,就会如下错误: Warning: fopen() [function.fopen]: Unable to find the wrapper "https" - did you forget to enable it when
12
2016-03
file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it 的解决 2016-03-12
file_get_contents(): Unable to find the wrapper “https” - did you forget to enable it 转载地址 1.windows下的PHP,只需要到php.ini中把extension=php_openssl.dll前面的;删掉,重启服务

			
				Connection reset原因分析和解决方案
Connection reset原因分析和解决方案 2016-10-12
最近线上总是在访问静态资源的时候间断性的报错,socket Connection reset,在环境、代码上花了大量时间没查个所以然,不得不使用强大的度娘,最后
01
2014-09
http client遭遇Connection reset问题,以及解决方法 2014-09-01
客户端使用200个线程往服务器端发送数据,每次数据量约100K. 发送的时候使用了多线程连接池管理器 private MultiThreadedHttpConnectionManager connectionManage

			
				以太坊智能合约部署与交互
以太坊智能合约部署与交互 2017-08-01
启动容器来执行geth命令 root@ubu-blockchain2:~# docker run -i blockchain101/ethereum-geth:1.6.5 geth attach http://45.32.252.88:8201 Welcome to the Geth JavaScript console! instance: Geth/01/v1.6.5
19
2016-01
tomcat处理请求导致页面出现ERR_CONNECTION_RESET错误解决方案 2016-01-19
现象: 浏览器发送请求到servlet,servlet处理时间太久,所以导致chrome浏览器出现ERR_CONNECTION_RESET错误 解决方案: 在相应servlet执行最后添加一句代