摘要: 一、HTTP协议 最近看了一些网络通信方面的书籍,研究了一下 HTTP 和 TCP/IP,有了一些新的收获和理解,在这里做个归纳和总结。 (1)什么是HTTP协议 HTTP (HyperText Transfer Protocol,超文本传输协议) 是一种通信协议,是指计算机网络中两台计算机之间进行 阅读全文
posted @ 2017-05-19 16:11 hellowcf 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 1 QPS计算(每秒查询数) 针对MyISAM引擎为主的DB mysql> show GLOBAL status like 'questions';+ + +| Variable_name | Value |+ + +| Questions | 2009191409 |+ + +1 row in s 阅读全文
posted @ 2017-05-19 10:27 hellowcf 阅读(376) 评论(0) 推荐(0) 编辑