浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年3月2日

摘要: python enumerate 用法 [Python俱乐部]python enumerate 用法python enumerate 用法 | 在for循环中得到计数参数为可遍历的变量,如 字符串,列表等; 返回值为enumerate类:import string s = string.ascii_lowercase e = enumerate(s) print s print list(e)输出... 阅读全文
posted @ 2012-03-02 21:59 lexus 阅读(4946) 评论(0) 推荐(2)

摘要: incubated eggincubated egg 阅读全文
posted @ 2012-03-02 21:49 lexus 阅读(126) 评论(0) 推荐(0)

摘要: gunzip .....gz 阅读全文
posted @ 2012-03-02 19:04 lexus 阅读(242) 评论(0) 推荐(0)

摘要: Serving Javascript With Gzip Encoding Asp Net - Javascript ObfuscatorJavascript Obfuscator, Compressor and MinifierScramble, obfuscate, and pack JavaScript code!Javascript Obfuscator converts the Java... 阅读全文
posted @ 2012-03-02 18:22 lexus 阅读(237) 评论(0) 推荐(0)

摘要: public final class CharArrayBuffer implements Serializable { private static final long serialVersionUID = -6208952725094867135L; private char[] buffer; private int len; /** * Creates an instance of {@... 阅读全文
posted @ 2012-03-02 17:41 lexus 阅读(247) 评论(0) 推荐(0)

摘要: 认识serialVersionUID_Carry_新浪博客认识serialVersionUIDserialVersionUID作用: 序列化时为了保持版本的兼容性,即在版本升级时反序列化仍保持对象的唯一性。 你可以随便写一个,在Eclipse中它替你生成一个,有两种生成方式: 一个是默认的1L,比如:private static final long serialVersionUID = 1L;... 阅读全文
posted @ 2012-03-02 17:34 lexus 阅读(224) 评论(0) 推荐(0)

摘要: Java中serialVersionUID的解释 - 我的blog - BlogJavaJava中serialVersionUID的解释 serialVersionUID作用: 序列化时为了保持版本的兼容性,即在版本升级时反序列化仍保持对象的唯一性。 有两种生成方式: 一个是默认的1L,比如:private static final long serialVersionUID = 1L; ... 阅读全文
posted @ 2012-03-02 17:30 lexus 阅读(198) 评论(0) 推荐(0)

摘要: ChunkedInputStream 阅读全文
posted @ 2012-03-02 17:18 lexus 阅读(204) 评论(0) 推荐(0)

摘要: Hypertext Transfer Protocol -- HTTP/1.1Hypertext Transfer Protocol -- HTTP/1.1Status of this MemoThis document specifies an Internet standards track protocol for the Internet community, and requests d... 阅读全文
posted @ 2012-03-02 16:07 lexus 阅读(357) 评论(0) 推荐(0)

摘要: List of HTTP header fields - Wikipedia, the free encyclopediaList of HTTP header fields From Wikipedia, the free encyclopedia Jump to: navigation, search This article includes a list of references, r... 阅读全文
posted @ 2012-03-02 15:59 lexus 阅读(312) 评论(0) 推荐(0)

摘要: Chunked transfer encoding - Wikipedia, the free encyclopediaChunked transfer encoding From Wikipedia, the free encyclopedia Jump to: navigation, search Chunked transfer encoding is a data transfer me... 阅读全文
posted @ 2012-03-02 15:58 lexus 阅读(752) 评论(0) 推荐(0)

摘要: 2007年1月23日 随笔档案 - kenty - 博客园Apache xml-rpc由于最近做的一个项目需要,使用了apache xml-rpc,顺便整理一下使用的方法。 xml-rpc是一套允许运行在不同操作系统、不同环境的程序实现基于internet过程调用的规范和一系列的实现。这种远程过程调用使用http作为传输协议,xml作为传送信息的编码格式。xml-rpc的定义尽可能的保持了简单,但... 阅读全文
posted @ 2012-03-02 15:52 lexus 阅读(727) 评论(0) 推荐(0)

摘要: squid apache tomcat gzip chunked content-length问题研究_我的记事本_百度空间squid apache tomcat gzip chunked content-length问题研究2009-04-14 10:301、squid2.6.22支持gzip压缩缓存,可以针对vary属性缓存多份。2、apache2可以用mod_deflate压缩,压缩其实是g... 阅读全文
posted @ 2012-03-02 15:40 lexus 阅读(725) 评论(0) 推荐(0)

摘要: HTTP协议之Chunked解析_zkheartboy's Linux life_百度空间HTTP协议之Chunked解析2007-11-30 15:42在网上找了好一会,始终没发现有解析Chunked编码的文章,那就自己写一个吧,呵呵。 网上使用Chunked编码的网站似乎并不是很多,除了那些使用GZip压缩的网站,例:google.com,还有就是大部分打开GZip压缩的PHP论坛。 根据本人... 阅读全文
posted @ 2012-03-02 15:38 lexus 阅读(331) 评论(0) 推荐(0)

摘要: HTTP协议之Chunked解析_zkheartboy's Linux life_百度空间HTTP协议之Chunked解析2007-11-30 15:42在网上找了好一会,始终没发现有解析Chunked编码的文章,那就自己写一个吧,呵呵。 网上使用Chunked编码的网站似乎并不是很多,除了那些使用GZip压缩的网站,例:google.com,还有就是大部分打开GZip压缩的PHP论坛。 根据本人... 阅读全文
posted @ 2012-03-02 15:34 lexus 阅读(560) 评论(0) 推荐(0)

摘要: HTTPchunked+gzip及浏览器兼容测试_ifreax_新浪博客HTTPchunked+gzip及浏览器兼容测 简述: QQ空间提出一个需求,要求qzhttp支持chunked+gzip。每个chunk是一个独立的gzip压缩包,并提到雅虎是这么实现的。 分析结论:1.雅虎的chunked+gzip的方式,每个chunk并不是一个独立的gzip压缩包。2.如果采用chunked+gzip方... 阅读全文
posted @ 2012-03-02 15:32 lexus 阅读(1037) 评论(0) 推荐(0)

摘要: 模拟http请求,支持gzip,chunked格式 - rains的日志 - PHPChina模拟http请求,支持gzip,chunked格式已有 1215 次阅读2009-3-2 14:06| 0<?php /** * 模拟http请求,支持gzip,chunked格式 * */ function http_request($url) { $urlinfo = parse_url($url)... 阅读全文
posted @ 2012-03-02 15:30 lexus 阅读(534) 评论(0) 推荐(0)

摘要: --=比天空间=-- - mod_gzip和chunkedhttp://www.httpwatch.com/httpgallery/chunked/ When an HTTP client is reading a response message from a server it needs to know when it has reached the end of the message. ... 阅读全文
posted @ 2012-03-02 15:29 lexus 阅读(360) 评论(0) 推荐(0)

摘要: Download Java OCR API library SDK component control with free trial download and source code can be obtained through licensingREAD THE 'LICENSE AGREEMENT FOR THE EVALUATION VERSION OF ASPRISE OCR SOFT... 阅读全文
posted @ 2012-03-02 14:58 lexus 阅读(441) 评论(0) 推荐(0)

摘要: cURL: win64-ssl-sspi from MirrorsThe Most Recent Archives Off the MirrorsRelated: Changelog Download Daily Snapshot GPG Keycurl-7.23.1-win64-ssl-sspi.zipWhat: Windows 64bit, zip, SSL-enabled, SSPI-ena... 阅读全文
posted @ 2012-03-02 13:26 lexus 阅读(422) 评论(0) 推荐(0)