CentOS 7 Build Source Pack Build LNMP Environment
1. Install epel source yum install -y epel-release 2. Install the required software yum install -y gcc automake autoconf libtool make gcc-c++ glibc li...
The use of pymysql module
I. Connecting to MySQL Server import pymysql # Connect to the database and call the Connect function (the Connect function returns an object of Connec...
centos server deploys flask project.
Installed environments nginx, Python 3, mysql, uwsgi, virtualenv 1. Create a virtual environment virtualenv -p python3 myblog 2. Enter the Virtual Env...
Set the Mysql character set to UTF-8 to solve Chinese garbled.
Article directory When the public number is developed, the user nickname is garbled. The result of the investigation is the encoding problem of the d...
EF Data Migration
EF automatic data migration is always a failure. At the beginning, it is all right. It can migrate automatically and fail to know why it always fails...
python interacts with database mysql
Operate mysql through pycharm's concise code block to help us understand The concrete steps can be divided into five steps. 1. Install and insta...
Regular Introduction_awk
Mission 18 October 9.6/9.7 awk awk tools It has more functions than grep and sed tools and can be operated in segments. Basic use Segment operation # ...
demo of a simple express+jade+mysql+bootstrap+nodejs
Nodejs With the rapid development of Nodejs, the hottest framework for Nodejs construction is not express. Github It can be proved by 32 K star. Let&#...