
2013-08-12 20:49
Chunked transfer encoding is a data transfer mechanism in version 1.1 of the Hypertext Transfer Protocol (HTTP) in which data is sent in a series of "chunks". It uses the Transfer-Encoding HTTP header in place of the Content-Length header, which the earlier version of the protocol would otherwise re...
[More]

2013-08-12 20:39
1. http://www.ip.cn/getip.php?action=getip,拿到的是IP,地理位置
2. http://whois.pconline.com.cn/ip.jsp,拿到的是地理位置

2012-07-10 17:26
SQL Server 2005登录名强制密码策略导致账户过期的处理方法
[More]

2011-05-21 12:16
拷入Kindle 3的中文书,虽然按照论坛上的说明,先转为了UTF-8,在书本内容上是不在出现乱码和“口口口”了,但是,依然在书名上出现不少“口”,看到了可以使用 以下命令行的方法改变Kindle 3的本地设置:
先按Home键回到主页
;debugOn(回车) ~changeLocale zh-CN(回车)
;debugOff(回车)
(只有先按字母键,才能弹出输入框,再用箭头键移动光标后输入符号;回车键用的是拐弯箭头的键)
设置完成,意思是用中文作为系统默认内码,将Kindle重启令设置生...
[More]

2011-05-04 10:37
原因是解决方案中的某个项目的引用项目或者dll缺失,只需要检查对应项目的bin引用就可以发现问题了。