Write a simple web server
Minimalist version of web server based on Python 3. Used to learn HTTP protocol and WEB server working principle. The author has a superficial understanding of the working principle of WEB server, which is only based on personal understanding. There are many shortcomings and loopholes. The purpose is to provide you with a way to write web serve ...
Added by t31os on Fri, 21 Jun 2019 04:49:44 +0300
Python Development [Tornado]: Introduction and Use
Tornado Framework
Introduction:
Tornado is our open source version of the Web server in FriendFeed and its commonly used tools.Tornado differs significantly from the current mainstream Web server framework, including most Python frameworks: it is a non-blocking server and is fairly fast.Thanks to its non-blocking approach and use of epoll, Torn ...
Added by BluePhoenixNC on Thu, 20 Jun 2019 22:57:00 +0300
Implementing QQ login in django
2009 Unicorn Enterprise Heavy Money Recruitment Python Engineer Standard > >
The process of qq login on the server side:1. Pl ...
Added by vtroubled on Thu, 13 Jun 2019 21:30:58 +0300
Using Nginx to Build Fast and Secure HTTPS Website Based on Let's Engypt Free Certificate
My big EOIOfficial website Officially launched! In order to build the company's first officially launched public site, we have spent a lot of thought, one of which is how to make it fast and safe. We use Nuxt SSR was done and enabled PWA module Lighthouse scored more than 90 points. On the basis of guaranteeing IE9 compatibility, the official w ...
Added by moola on Tue, 28 May 2019 01:29:24 +0300
Create different android log classes
image.png
There's a scene like this.
Evil testers always like to find fault with us. Every time something goes wrong, they bring their mobile phones to us. Nima, what numbness, a bunch of bugs, and keep people away from work. Then there's no way. The test is God, so you have to take his cell phone to look for the log. Nima, the log comes ...
Added by pauper_i on Fri, 24 May 2019 21:48:15 +0300
Nginx feature validation - reverse proxy / load balancing / page caching / URL redirection
The original article was published in cu: 2016-08-25
Reference documents:
Nginx reverse proxy, load balancing, page caching, URL rewriting, etc. http://freeloda.blog.51cto.com/2033581/1288553
Nginx reverse proxy/load balancing simple configuration: http://www.cnblogs.com/jacktang/p/3669115.html
Nginx reverse proxy, back-end web how to get re ...
Added by franklyn on Fri, 24 May 2019 01:57:43 +0300