资源简介
实时消息更新,实时用户上线显示
快捷注册
快捷登陆
表情支持
代码片段和文件信息
#encoding:utf-8
# __author__ = ‘donghao‘
# __time__ = 2019/1/26 10:58
import os
SECRET_KEY = ‘hsjdflsajdf‘
FRONT_USER_ID = ‘jsaldjflsjd‘
DATA_DIR = os.path.join(os.path.dirname(__file__)‘data‘)
DB_USERNAME = ‘root‘
DB_PASSWORD = ‘root‘
DB_HOST = ‘127.0.0.1‘
DB_PORT = ‘3306‘
DB_NAME = ‘chatroom‘
SQLALCHEMY_TRACK_MODIFICATIONS = False
DB_URI = ‘mysql+pymysql://%s:%s@%s:%s/%s?charset=utf8‘ % (DB_USERNAMEDB_PASSWORDDB_HOSTDB_PORTDB_NAME)
SQLALCHEMY_DATAbase_URI = DB_URI
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-01-29 14:46 flask-chatroom-master\
目录 0 2019-01-29 14:46 flask-chatroom-master\.idea\
文件 651 2019-01-29 14:46 flask-chatroom-master\.idea\chatroom.iml
文件 201 2019-01-29 14:46 flask-chatroom-master\.idea\misc.xm
文件 268 2019-01-29 14:46 flask-chatroom-master\.idea\modules.xm
文件 56289 2019-01-29 14:46 flask-chatroom-master\.idea\workspace.xm
文件 970 2019-01-29 14:46 flask-chatroom-master\README.md
目录 0 2019-01-29 14:46 flask-chatroom-master\__pycache__\
文件 525 2019-01-29 14:46 flask-chatroom-master\__pycache__\config.cpython-36.pyc
文件 370 2019-01-29 14:46 flask-chatroom-master\__pycache__\exct.cpython-36.pyc
文件 638 2019-01-29 14:46 flask-chatroom-master\__pycache__\run.cpython-36.pyc
目录 0 2019-01-29 14:46 flask-chatroom-master\apps\
文件 73 2019-01-29 14:46 flask-chatroom-master\apps\__init__.py
目录 0 2019-01-29 14:46 flask-chatroom-master\apps\__pycache__\
文件 123 2019-01-29 14:46 flask-chatroom-master\apps\__pycache__\__init__.cpython-36.pyc
目录 0 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\
文件 145 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\__init__.py
目录 0 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\__pycache__\
文件 244 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\__pycache__\__init__.cpython-36.pyc
文件 642 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\__pycache__\decorators.cpython-36.pyc
文件 386 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\__pycache__\filters.cpython-36.pyc
文件 643 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\__pycache__\form.cpython-36.pyc
文件 548 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\__pycache__\functions.cpython-36.pyc
文件 537 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\__pycache__\hooks.cpython-36.pyc
文件 1053 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\__pycache__\models.cpython-36.pyc
文件 2503 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\__pycache__\views.cpython-36.pyc
文件 364 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\decorators.py
文件 253 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\filters.py
文件 434 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\form.py
文件 422 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\functions.py
文件 386 2019-01-29 14:46 flask-chatroom-master\apps\chat_app\hooks.py
............此处省略142个文件信息
- 上一篇:python语言程序设计基础第2版例程
- 下一篇:python 验证码识别:
相关资源
- IDA.Pro.v7.2_Hgl-Green(Python)+7.0(x86ar
- numpy-1.14.0+mkl-cp36-cp36m-win_amd64.whl
- opencv_python官方中文教程源码修改版
- python2.7:scipy-0.19.0-win64
- Python Cookbook 第3版 中文版.pdf
-
ba
semap-1.2.1-cp37-cp37m-win_amd64.whl - Python + PyQt5 + MySQL模拟QQ的聊天与娱乐
- opencv3计算机视觉 python实现
- 目标跟踪CSK算法python实现
- Pycharm+Django+Python+MySQL开发
- anaconda3_cv2包
- OpenCV 3-python语言
- Python基础教程 Beginning Python From Novic
- opencv_python-3.4.0+contrib-cp36-cp36m-win_amd
- scipy-1.0.0-cp36-none-win_amd64.whl
- Python Machine Learning(第1版+第2版)-2
- BrettSlatkin-EffectivePython编写高质量Pyt
- opencv_python-3.2.0-cp35-cp35m-win_amd64.whl
- Introduction to Machine Learning with Python英文
- Python-用python3opencv3做的中国车牌识别
- Python-Intel开源增强学习框架Coach
- Python-CENet用于2D医学图像分割的上下文
- Image-analysis-classifaction-and-change-detect
- Thoughtful Machine Learning with Python: A Tes
- 简单图像分类
- LearningPython%2C5thEdition.pdf
- Hands-On.Machine.Learning.with.Scikit-Learn.an
- 车牌识别系统_python,opencv
- tensorflow-1.0.1-cp35-cp35m-win_amd64.whl
- PCI Geomatica 遥感图像处理软件 使用教
评论
共有 条评论