python-flask

时间:2024-04-28 20:30:16
【文件属性】:

文件名称:python-flask

文件大小:5KB

文件格式:ZIP

更新时间:2024-04-28 20:30:16

Python

python-flask-mysql 这只是一个简单的演示,说明如何使用python,flask和mysql开发Web服务。 pymysql python mysql驱动程序在这里使用。 $ python -V Python 3.6.0 安装所需的python软件包 $ pip install -r requirements.txt 配置并启动Web服务 配置MySQL设置 在config.py文件中,填写真实MySQL连接设置 _DB_CONF = { 'host':'', 'port':3306, 'user':'', 'passwd':'', 'db':'' } 更改MySQL查询 在main.py文件中,


【文件预览】:
python-flask-main
----main.py(3KB)
----.gitignore(1KB)
----requirement.txt(53B)
----config.py(237B)
----README.md(1KB)
----gunicorn.conf.py(1KB)
----.gitattributes(66B)

网友评论