[GeekS's notes] #

Be Pythonic! fp reading notes

Categories

Tech (37)

Tags

centos (1) cookiecutter (2) django (3) git (4) github (3) http (1) hugo (3) java (5) jmeter (2) linux (3) loadrunner (1) locust (1) machine-learning (1) macos (3) markdown (2) mongodb (1) nginx (1) ngrinder (1) perf (1) pip (1) pyramid (1) python (20) shell (1) sql (1) sublime (1) terminal (1) tsung (1) uwsgi (1) virtualenv (1)

Recent Notes

A Comparison between HTTP1 and HTTP2

published on
HTTP1.1 HTTP 2.0主要区别 多路复用 HTTP2.0使用了多路复用的技术,做到同一个连接并发处理多个请求,而且并发请求的数量比HTTP1.1大了好几个数 Read More...

使用pip安装包提示TLS证书错误解决办法

published on
Updated Could not fetch URL https://pypi.python.org/simple/pytest-xdist/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) - skipping 出现这个错误的原因是python.org已经不支持TLSv1.0和TLSv1.1了。更新pip Read More...

Java Thread Dump

published on
转载自:http://blog.csdn.net/rachel_luo/article/details/8920596 一、Thread Dum Read More...

Jmeter Thread Group

published on
1、Action to be take after a Sampler error Continue:忽略错误,继续执行操作 Start Next Thread Loop:忽略错误,线程当前循环终止,执行下一个循环 Stop Threa Read More...