摘要:
protected void Page_Load(object sender, EventArgs e) { //从客户端请求中获取cookie for(int i=0;i<this.Request.Cookies.Count;i++) { ... 阅读全文
posted @ 2013-02-18 11:30
陆俊杰_iOS
阅读(296)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2013-02-18 01:14
陆俊杰_iOS
阅读(215)
评论(0)
推荐(0)
摘要:
因为Tcp协议是无状态的,每次都是一个新的请求,所以服务器端要把页面组装好再返回给浏览器。这样觉不觉得很浪费资源呢?那只能使用异步了! 阅读全文
posted @ 2013-02-18 00:51
陆俊杰_iOS
阅读(237)
评论(0)
推荐(0)