Perform scheduled tasks in the Flask
Windows 10 64bit Anaconda3 with Python 3.7 PyCharm 2020.1.2 fla
RESTful extensions in Flask
Windows 10 64bit Anaconda3 with Python 3.7 PyCharm 2020.1.2 fla
F5 Advanced WAF Security Defense Policy Sharing product + Service is a powerful defense against DDoS attacks
On the night of December 13, 2018, the HTTP and HTTPS online services of a number of Domestic banks were attacked mainly from overseas addresses. Domestic telecom operators blocked CC attacks on port 80 and port 443 in the first time, effectively protecting the links of financial customers being attacked. However, even after further filtering by operators, many attacks still reached the data center of banks, leading to...
Flask Tutorial (2)- Routing and templates
Windows 10 64bit Anaconda3 with Python 3.7 PyCharm 2019.3 Flask 1.1.1 Routing What is Routing
Flask's journey: Get started fast
Flask only has the route() decorator to bind view functions to urls. Alternatively, we can specify dynamic urls. Variables can be added to the URL by marking part of the URL as <variable_name>. The part of the tag is passed to the function as a keyword argument. Flask's URL rules are based on Werkzeug's path...
【 play 】 Batch save web pages to local -- m_downlink
Convenient for those who do not have the environment to use. That means the article was probably deleted by the author. It's not a relative path. Then write the path to the directory file links.html after all the download tasks are complete. So the use of artificial objective to do a judgment processing. Just specify it in LINK_FILE of config.py. Allow access. ...
Flask tutorial (6)-- Flash messages
Software and Hardware Environments Windows 10 64bit Anaconda3 with Python 3.7 PyCharm 2019.3 Flask 1.1.1 Flash Message Introduction In Web applications, users often need to
The use of Flask - Restful
Flask-restful is a Flask extension for quickly building REST apis. It can also be run by changing the parameters of the PyCharm configuration runtime. Flask-restful provides the RequestParser class to help us validate and transform the request data. 0, 1, 2, 3... Posi...
Flask Tutorial (10)- Project structure and blueprints
Windows 10 64bit Anaconda3 with Python 3.7 PyCharm 2020.1.2 Flask 1.1.2
【Flask】 Quick start background write API
Flask is a lightweight Web application framework written in Python. The WSGI toolkit uses Werkzeug and the template engine uses Jinja2. Flask uses BSD authorization.