打赏

星辰大海ゞ

That which does not kill us makes us stronger!

导航

随笔分类 -  TCP

Get与Post提交方式的区别
摘要:用 curl 测试 post 请求: curl -d "agentCode=RB&startDate=2017-07-01&endDate=2017-09-01&provinceGb=11" "https://aa.bb.com/order/querypenOrderList" 或 使用json格式 阅读全文

posted @ 2015-08-19 17:45 星辰大海ゞ 阅读(568) 评论(0) 推荐(0) 编辑

Tcp连接过程浅析
摘要:LINUX 查看tcp连接数及状态 # netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}' TIME_WAIT 8947 等待足够的时间以确保远程TCP接收到连接中断请求的确认FIN_WAIT1 15 等待远程TC 阅读全文

posted @ 2014-05-09 21:35 星辰大海ゞ 阅读(373) 评论(1) 推荐(0) 编辑