入门客AI创业平台(我带你入门,你带我飞行)
博客笔记
19
2012-03
curl_easy_setopt常用设置选项 2012-03-19
curl_easy_setopt( curl, CURLOPT_VERBOSE, 1L ); //在屏幕打印请求连接过程和返回http数据 curl_easy_setopt( curl, CURLOPT_TIMEOUT, 10 );//接收数据时超时设置,如果10秒内
27
2014-10
libcurl 使用的几个注意事项 2014-10-27
注:libcurl 入门指南( the tutorial ): http://curl.haxx.se/libcurl/c/libcurl-tutorial.html 0. 为使用的curl url 添加确定的协议头 原文: If you specify URL without protocol:
01
2014-08
使用命令行进行PPTP VPN拨号(连通后的配置) 2014-08-01
sudo pptpsetup --create vpnname --server ip --username test --password test --encrypt --start (用pppd也可以进行pptp拨号:pppd call connectionconfigfile 这个connectionconfigf
28
2013-03
What the different CURLOPT_CONNECTTIMEOUT and CURLOPT_TIMEOUT 2013-03-28
There"s a very distinctive differencebetween these two configurations within cURL. I"ll try to definethemfor you, and then provide you a very common example which I shareto people who I teach
28
2017-02
ConnectTimeout and ReadTimeout 2017-02-28
网络编程时,经常遇到很多timeout异常,下面是java URLConnection 中经典的2种 timeout参数,这些参数设置不当的话,就会遇到timeout 异常。1. ConnectTimeout ,
01
2017-08
Tomcat接收请求符号转义异常 2017-08-01
最近部署项目的时候,由于MIS配置的是Tomcat 8.5的服务端,导致Web应用不正常,报HTTP 400错误(Chrome无异常、IE报错)。问题原因初步判断为8.5版本的服务端接收
14
2014-10
tomcat6url请求400错误(%2F与%5C) 2014-10-14
最近几天,开发接口时,tomcat报了400错误,查了下原因。 错误原因:url中参数部分包含/,默认tomcat是不支持url参数包含: /(%2F),(%5C)。 解析方法:可
24
2017-04
Tomcat 8.5 400错误:Invalid character found in the request target. 问题解决方法 2017-04-24
最近部署项目的时候,由于MIS配置的是Tomcat 8.5的服务端,导致Web应用不正常,报HTTP 400错误(Chrome无异常、IE报错)。问题原因初步判断为8.5版本的服务端接收
06
2014-08
Enable Eclipse Orion with Tomcat 7 on Mac OS 2014-08-06
I want to start a web app based on Eclipse Orion with Tomcat 7 on Mac OS, Download and install all the apps an plugins which are needed, Change the Eclipse Orion port to avoid conflict with Tomca

			
				Mysql大数据量存储及访问的设计讨论
Mysql大数据量存储及访问的设计讨论 2016-10-28
一、引言   随着互联网应用的广泛普及,海量数据的存储和访问成为了系统设计的瓶颈问题。对于一个大型的互联网应用,每天几十亿的PV无疑