03 2019 档案
Web性能测试概念
摘要:QPS:每秒响应的请求数量。(Query Per Second)TPS:每秒事务处理量(TransactionPerSecond) Qps基本类似于Tps,但是不同的是: 对于一个页面的一次访问,形成一个Tps; 但一次页面请求,可能产生多次对服务器的请求,服务器对这些请求,就可计入“Qps”之中。 阅读全文
posted @ 2019-03-29 12:27 jzfan
ubuntu 18 卸载 cloud
摘要:You just deployed yourself a fresh copy of Ubuntu Server 18.04 Bionic Beaver. It should be the latest and greatest, and you just need a virtual machin 阅读全文
posted @ 2019-03-21 13:08 jzfan
axios baseURL
摘要:注册 调用 阅读全文
posted @ 2019-03-12 11:57 jzfan