该文被密码保护。 阅读全文
posted @ 2019-07-17 21:11 polaris_li 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-07-17 21:10 polaris_li 阅读(3) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-07-17 16:53 polaris_li 阅读(2) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-07-16 19:48 polaris_li 阅读(4) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-07-16 14:41 polaris_li 阅读(5) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-07-15 16:06 polaris_li 阅读(2) 评论(0) 推荐(0)
摘要: get和post的区别 GET 产生一个 TCP 数据包;POST 产生两个 TCP 数据包。长的说:对于 GET 方式的请求,浏览器会把 http header 和 data 一并发送出去,服 务器 响应 200(返回数据);而对于 POST,浏览器先发送 header,服务器响应 100 con 阅读全文
posted @ 2019-07-15 16:04 polaris_li 阅读(64) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-07-10 11:06 polaris_li 阅读(5) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-07-10 09:43 polaris_li 阅读(1) 评论(0) 推荐(0)
摘要: HTTP有三个版本 分别为:0.9,1.0,1.1 HTTP0.9只有一个get请求 HTTP1.0定义了三种请求方法:GET,POST,和HEAD方法(常用get和post) HTTP1.0新增了五种请求方法:OPTIONS, PUT, DELETE, TRACE 和 CONNECT 方法(常用p 阅读全文
posted @ 2019-07-09 20:32 polaris_li 阅读(271) 评论(0) 推荐(0)