上一页 1 2 3 4 5 6 7 ··· 10 下一页
  2012年10月11日
摘要: Identification, Authorization, and Security1. Basic Authorization: Simple but potential risk. 1.1 protocol itself 1.2 Sample: NOTE: realm: different realm may use differetn password 46BaseCode: Basic Authertification can be used with ssl to make sure the user/name not easy to be ... 阅读全文
posted @ 2012-10-11 18:43 RocZhang 阅读(260) 评论(0) 推荐(0) 编辑
摘要: web server responsiblity:manager resource, handle with tcp connection,itself administration1. The request / response workflow:An screenshot from firebug which measure the detail performance.2. Proxy Adding more than lay between client and server, it can do more things: filter, secuty, performance, . 阅读全文
posted @ 2012-10-11 18:30 RocZhang 阅读(180) 评论(0) 推荐(0) 编辑
摘要: Http connection management1.Web browsers talk to web servers over TCP connections2. Socket communication model3.TCP Performance Considerations 3.1 performance from client perspective 3.2 performance error a. DNS lookup b. Setup socket connection: TCP Connection Handshake Delays: the las... 阅读全文
posted @ 2012-10-11 18:15 RocZhang 阅读(286) 评论(0) 推荐(0) 编辑
摘要: PartI :1. URI---> URL + URN2. URISyntax <scheme>://<user>:<password>@<host>:<port>/<path>;<params>?<query>#<frag>schema: http/https/ftp/smip/telnet/...frag: used to tag the position of resource content if the content is very large3. Escape cha 阅读全文
posted @ 2012-10-11 14:41 RocZhang 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 想到一个问题: B/S 结构很早就普及了,为什么到现在才提出来云计算?很是不解,网上搜了一下。结果意料之中但是还是挺惊讶,云计算早在1961年提出,到亚马逊发布2006年发布第一个商业的ec2/s3, 整整跨度45年。 这所谓时势造英雄! 下面从概念到商业化的历史演进: 阅读全文
posted @ 2012-10-11 10:08 RocZhang 阅读(170) 评论(1) 推荐(0) 编辑
  2012年10月10日
摘要: 学习记录 阅读全文
posted @ 2012-10-10 16:39 RocZhang 阅读(149) 评论(0) 推荐(0) 编辑
  2012年7月27日
摘要: 使用perforce会碰到这个样一个场景:一个项目有时中间文件被提交到perforce里(中间文件提交到perforce时另外一个故事), 这样每次编译的时候就需要出错,因为从perforce 同步下的文件缺失checkout 的状态是read only 但是每次编译的时候需要重写该文件。 perforce提供一个功能可以改变被checkout下来的文件属性,如下图: 修改一个文件的属性变成可以写的。这个后这个文件后面会变成(+w).想想,还是git 好用。这个问题压根就不会再git上面出现。 阅读全文
posted @ 2012-07-27 16:04 RocZhang 阅读(401) 评论(0) 推荐(0) 编辑
  2012年3月8日
摘要: 软件测试已死,分享自己对软件测试未来的思考 阅读全文
posted @ 2012-03-08 23:42 RocZhang 阅读(2184) 评论(23) 推荐(5) 编辑
  2012年3月1日
摘要: 做个记号http://www.qaforums.com/http://www.stickyminds.com/ 阅读全文
posted @ 2012-03-01 00:04 RocZhang 阅读(130) 评论(0) 推荐(0) 编辑
  2012年2月24日
摘要: Auth介绍 - 协议解析OAuth是一个开放的授权协议,它提供一个方法可以让你授权某个人(记为Client)来代表你(记为Resource Owner 或 Web User)去访问你保存在服务器(记为Server)上的资源。rfc5849是描述OAuth1.0的标准文档,可作为开发OAuth协议的参考。我之前的Blog (OAuth介绍 - 使用场景)描述了OAuth的一个经典用例。本文将对OAuth协议进一步阐述,使OAuth开发者能更容易理解OAuth的工作原理。一、OAuth协议的初始化OAuth的参与者有Server、Client和Resource Owner(说明:为了与rfc58 阅读全文
posted @ 2012-02-24 11:43 RocZhang 阅读(562) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页