资源简介
使用Flask实现的超市商品管理系统,可以实现用户注册登录、商品查询、临期商品排查、添加商品信息和查看用户信息的功能,
对PythonWeb初学者来讲是一个很好的范例

代码片段和文件信息
# coding:utf8
debug = True
HOSTNAME = ‘127.0.0.1‘
PORT = ‘3306‘
DATAbase = ‘market‘
USERNAME = ‘root‘
PASSWORD = ‘root‘
DB_URI = “mysql+pymysql://{}:{}@{}:{}/{}?charset=utf8“.format(USERNAME PASSWORD HOSTNAME PORT DATAbase)
SQLALCHEMY_DATAbase_URI = DB_URI
SQLALCHEMY_TRACK_MODIFICATIONS = False
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-04-04 12:22 .idea\
文件 292 2018-11-17 00:39 .idea\misc.xm
文件 268 2018-11-17 00:38 .idea\modules.xm
文件 455 2018-11-17 00:39 .idea\practice.iml
文件 187 2019-01-19 17:58 .idea\vcs.xm
文件 22954 2019-04-04 12:22 .idea\workspace.xm
目录 0 2019-04-04 12:17 __pycache__\
文件 415 2019-04-04 12:17 __pycache__\config.cpython-37.pyc
文件 179 2018-11-16 23:35 __pycache__\exts.cpython-37.pyc
文件 1036 2018-11-19 14:13 __pycache__\models.cpython-37.pyc
文件 320 2019-04-04 11:13 config.py
文件 79 2018-11-15 09:48 exts.py
文件 10482 2019-04-04 12:19 main.py
目录 0 2019-04-04 11:27 migrations\
文件 770 2018-11-17 00:19 migrations\alembic.ini
文件 2884 2018-11-17 00:19 migrations\env.py
文件 38 2018-11-17 00:19 migrations\README
文件 494 2018-11-17 00:19 migrations\sc
目录 0 2018-11-17 00:19 migrations\versions\
文件 492 2019-04-04 12:23 readme.txt
目录 0 2019-04-04 11:27 static\
目录 0 2019-04-04 11:27 static\css\
文件 218 2018-11-24 18:53 static\css\add.css
文件 32 2019-02-08 21:45 static\css\ba
文件 209 2019-02-03 23:31 static\css\index.css
文件 218 2018-11-19 19:25 static\css\information
文件 408 2019-02-08 22:20 static\css\login.css
文件 218 2018-11-16 22:58 static\css\register.css
目录 0 2019-04-04 11:27 static\images\
文件 28421 2018-11-15 10:04 static\images\logo.png
目录 0 2018-11-15 10:50 static\js\
............此处省略10个文件信息
- 上一篇:pythonreader.rar
- 下一篇:python小项目--外星人入侵
相关资源
- Python-BDD100K大规模多样化驾驶视频数据
- Instant Pygame for Python Game Development How
- Biopython Tutorial
- Think Python 2nd
- 一个小小的表白程序(python)
- Python课堂笔记(高淇400集第一季)
- 二级考试python试题12套(包括选择题和
- pywin32_python3.6_64位
- python+ selenium教程
- PycURL(Windows7/Win32)Python2.7安装包 P
- 英文原版-Scientific Computing with Python
- 7.图像风格迁移 基于深度学习 pyt
- 基于Python的学生管理系统
- A Byte of Python(简明Python教程)(第
- Python实例174946
- Python 人脸识别
- Python 人事管理系统
- 基于python-flask的个人博客系统
- 计算机视觉应用开发流程
- python 调用sftp断点续传文件
- python socket游戏
- 基于Python爬虫爬取天气预报信息
- python函数编程和讲解
- Python开发的个人博客
- 基于python的三层神经网络模型搭建
- python实现自动操作windows应用
- python人脸识别(opencv)
- python 绘图(方形、线条、圆形)
- python疫情卡UN管控
- python 连连看小游戏源码
评论
共有 条评论