本文讨论的是HTTP长连接,也叫做HTTP keep-alive或HTTP连接复用。同时介绍websocket——一种全双工的应用层协议。
CONTENTS
本文讨论的是HTTP长连接,也叫做HTTP keep-alive或HTTP连接复用。同时介绍websocket——一种全双工的应用层协议。
最近在使用google的过程中弹出一个编程闯关的页面,后来一查得知这是google的神秘招聘系统foobar。我并不觉得把这些题都做完 …
不像其他语言需要借助专门的库,python天生支持大数计算。如果要说python有什么优点的话,这个绝对算是其中一点。numpy等科学计 …
NGINX is good at serviing static files such as images and html files. It means it's already a great server for downloading. In this article I expand it by adding features of authentication, uploading and deleting files using lua. I will also talk about the community's favorite nginx-upload-module at the …
location是nginx里最重要的指令,也是我们在使用nginx时最常接触的指令。nginx的大部分配置都是在location里进行,因此,熟练掌握location的匹配 …