HTTP 工具:ModestProposal 经验

ModestProposal 是 HTTP 工具,特性: URL 绑定 请求绑定 响应验证 JSON 格式化 JSON 解析 实体翻译 异步转换 URL 绑定 let 

jopen 2014-12-25   9081   0

HTTP/2 资料汇总 经验

随着今年 5 月 14 日 HTTP/2 协议正式版的发布,越来越多的网站开始部署 HTTP/2 了。我对 HTTP 协议一直都比较有兴趣,本文汇总一些关于 HTTP/2 的资料以及我写过的文章,会持

jopen 2015-09-13   18156   0
P

HTTP Developer's Handbook 文档

The largest group with an unsatisfied demand for a good book on HTTP is the worldwide group of Web developers. A good book on HTTP can help new and old Web developers alike, as a thorough understanding of underlying protocols can remove the dependencies on specific tool sets and help people create and maintain better Web applications as well as adapt to technologies. HTTP has become an essential topic because the Web's importance has created an army of people creatively leveraging the Web for their specific needs. By making standards information more available to the common developer, standards compliance becomes more widespread and common, something that the industry needs. Developers will buy this book because they want to advance their expertise, and because there is very little documentation available. This book will easily become the standard reference for the Internet's most dominant protocol.

zxsong 2013-08-09   3185   0

HTTP Caching 优化网站 经验

HTTP Caching 用好了,可以极大的减小服务器负载和减少网络带宽。十分有必要深入了解下 http 的 caching 协议。 先来看下请求/响应过程: http 请求/响应 1、用

fmms 2011-12-11   17254   0

Spring HTTP Invoker 经验

Spring 开发小组意识到在RMI服务和基于 HTTP的服务(如Hessian和Burlap)之间的空白。一方面,RMI使用Java标准的对象序列化,但很难穿越防火墙;另一方面, Hessian/B

webphp 2012-01-08   26135   0

HTTP 代理服务:gopee 经验

opee 是一个 go 语言编写的 HTTP 的代理服务。相当于提供一个被屏蔽网站的简单访问方法。 你可以将它部署到一些 paas 平台上,下面是一个演示地址: https://gopee.herokuapp

jopen 2015-01-03   15932   0
gopee  

HTTP 资源的同步 经验

原文 http://jaseywang.me/2015/03/07/http-资源的同步/ breed 为 yum, deb, rsync 的都很好做,直接通过 cobbler 内置的 repo

jopen 2015-03-09   9543   0
HTTP  
P4

  HTTP 下载原理 文档

HTTP下载原理 对于HTTP协议,向服务器请求某个文件时,只要发送类似如下的请求即可: GET /Path/FileName HTTP/1.0 Host: www.caiban.net:80 Accept:

jilijelon 2014-06-30   622   0
HTTP  

PHP调用http接口 代码段

//http请求接口 function curl_http_request($param,$url) { $ch = curl_init(); $curl_url = $url."?".$param;

ncx6 2015-01-29   6850   0
PHP  

http client 工具类 代码段

"POST"; //HTTP STATUS public static final int HTTP_RESSTATUS_SUCCESS = 200; public static final int HTTP_RESSTATUS_NOT_FOUND

RegPoate 2016-01-23   948   0
P3

  http头字段总结 文档

什么时候过期,对于过期了的对象,只有在跟WEB服务器验证了其有效性后,才能用来响应客户请求。是 HTTP/1.0 的头部。例如:Expires:Sat, 23 May 2009 10:02:12 GMT

waachong 2012-08-15   1832   0
P39

  HTTP协议 文档

1. 1HTTP协议一舟 yizhou@taobao.com 2009-11-19 2. 浏览器 3. 浏览器 4. 关于HTTP的问题HTTP是什么? 工作原理是什么? HTTP和HTTPS的区别?

lishushan 2011-09-02   2353   0
方案   HTTP   Go  

http4j 开源项目

http4j是一个开源的Java HTTP客户端,主要是源自对工作中的一个项目设计的不满和扩展Apache HttpComponent比较麻烦。 不同于Apache HttpComponent (HttpClient)之处在于:

码头工人 2019-01-17   1062   0

groovy-http 开源项目

groovy-http这个开源项目让你可以在groovy语言中使用Apache HTTP Client抓取网页,然后利用 Jericho HTML Parser 抽取抓回来的内容。 收录时间:2010-11-25

码头工人 2019-01-17   497   0
P26

  eXtremeComponents 指南 文档

eXtremeComponents指南 eXtremeComponents指南 Jeff Johnston 版本1.0.0 本文档允许在遵守以下两条原则的条件下被使用和传播: 1)不能凭借本文档索取任何费用

mmwy 2012-07-18   2263   0
JSP   Java开发  
P17

  Quartz指南 文档

Quartz指南 Quartz指南 1 什么是Quartz Quartz是一个作业调度系统(a job scheduling system),Quartz不但可以集成到其他的软件系统中,而且也可以独立运行的;在本文中“job

zhanglight 2011-04-04   648   0
P29

  ANTLR指南 文档

ANTLR指南(v3.0) 第一章Hello World JVM .NET ANTLR文法 ANTLR Runtime C# 生成 Java csc.exe 语法分析器 编译 javac.exee 语法分析器

barryzwh 2012-01-05   5886   0

hive指南 经验

hive是基于hadoop构建的数据仓库基础架构,通过提供一系列的工具,使得用户能够方便的做数据ETL,数据结构化,并针对存放在hadoop上的海量数据进行查询和分析。

jopen 2013-12-28   22846   0

regularjs指南 经验

regularjs指南 regularjs是一个基于字符串模板的用于创建数据驱动的组件的类库, 相较于其它同类的基于字符串的模板引擎比如(mustache), regularjs在compile之后数据和dom仍然保持联系

jopen 2014-09-04   36062   0
P

XML指南 文档

XML是EXtensible Markup Language的缩写; XML是一种类似于HTML的标记语言;XML是用来描述数据的;XML的标记不是在XML中预定义的,你必须定义自己的标记;XML使用文档类型定义(DTD)或者模式(Schema)来描述数据;XML使用DTD或者Schema后就是自描述的语言。

yxtwang 2010-10-15   5805   0
XML  
1 2 3 4 5 6 7 8 9 10