资源简介
information.zip
代码片段和文件信息
from redis import StrictRedis
class Config:
#开启调试模式
DEBUG = None
#密钥
SECRET_KEY = “AAA“
#Mysql数据库配置
SQLALCHEMY_DATAbase_URI = “mysql://root:mysql@localhost/information“
#设置数据库动态修改追踪
SQLALCHEMY_TRACK_MODIFICATIONS = True
#自动保存
SQLALCHEMY_COMMIT_ON_TEARDOWN = True
#使用redis保存session信息
SESSION_TYPE = “redis“
#session签名
SESSION_USE_SIGNER = True
#配置redis信息
REDIS_HOST = “127.0.0.1“
REDIS_PORT = 6379
#将session存入redis对象中
SESSION_REDIS = StrictRedis(host=REDIS_HOSTport=REDIS_PORT)
#设置过期时间
PERMANENT_SESSION_LIFETIME = 100000
#开发模式
class developmentConfig(Config):
DEBUG = True
#生产模式
class productionConfig(Config):
DEBUG = False
config = {
“development“:developmentConfig
“production“:productionConfig
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-07-05 10:17 information\
目录 0 2018-07-05 10:17 information\.git\
文件 23 2018-07-05 10:17 information\.git\HEAD
文件 305 2018-07-05 10:17 information\.git\config
文件 73 2018-07-05 10:17 information\.git\desc
目录 0 2018-07-05 10:17 information\.git\hooks\
文件 478 2018-07-05 10:17 information\.git\hooks\applypatch-msg.sample
文件 896 2018-07-05 10:17 information\.git\hooks\commit-msg.sample
文件 189 2018-07-05 10:17 information\.git\hooks\post-update.sample
文件 424 2018-07-05 10:17 information\.git\hooks\pre-applypatch.sample
文件 1642 2018-07-05 10:17 information\.git\hooks\pre-commit.sample
文件 1348 2018-07-05 10:17 information\.git\hooks\pre-push.sample
文件 4951 2018-07-05 10:17 information\.git\hooks\pre-reba
文件 1239 2018-07-05 10:17 information\.git\hooks\prepare-commit-msg.sample
文件 3610 2018-07-05 10:17 information\.git\hooks\update.sample
文件 42037 2018-07-05 10:17 information\.git\index
目录 0 2018-07-05 10:17 information\.git\info\
文件 240 2018-07-05 10:17 information\.git\info\exclude
目录 0 2018-07-05 10:17 information\.git\logs\
文件 190 2018-07-05 10:17 information\.git\logs\HEAD
目录 0 2018-07-05 10:17 information\.git\logs\refs\
目录 0 2018-07-05 10:17 information\.git\logs\refs\heads\
文件 190 2018-07-05 10:17 information\.git\logs\refs\heads\master
目录 0 2018-07-05 10:17 information\.git\logs\refs\remotes\
目录 0 2018-07-05 10:17 information\.git\logs\refs\remotes\origin\
文件 190 2018-07-05 10:17 information\.git\logs\refs\remotes\origin\HEAD
目录 0 2018-07-05 10:17 information\.git\ob
目录 0 2018-07-05 10:17 information\.git\ob
目录 0 2018-07-05 10:17 information\.git\ob
文件 17984 2018-07-05 10:17 information\.git\ob
文件 2299371 2018-07-05 10:17 information\.git\ob
............此处省略469个文件信息
相关资源
- csdn-微信.zip
- 信号作业答案.pdf
- du3ds.rar
- 四人帮_GOF(设计模式).pdf.zip
- 千里眼3.2注册机.rar
- PC盗号教程.exe
- geo-studio2012破解补丁英汉语言自选.z
- china.geojson
- 全国户籍统计人口数据.rar
- 信号与系统学习及解题指导.pdf
- plugins.rar
- 编译原理与实践课后习题答案中文英
- GBT36620-2018面向智慧城市的物联网技术
- LayIM纯静态页演示.zip
- 计算机操作系统ppt课件汤子瀛.rar
- VirtualLocation.rar
- StarWars.zip
- [www.geyuce.com][蓝图解码].基尔·泰勒.文
- NetReflectorVersion9.0.1.374.zip
- LOIC-master.zip
- waveFunc.rar
- jce-doubleca-sample.2019.10.15.zip
- OFFICE密码破解AdvancedOfficePasswordRecove
- GB_T25070-2019信息安全技术网络安全等级
- 资源.zip
- code.tar.gz
- 博大打印机监控中心.zip
- 66409758bill-recognition.rar
- u014704659_7237895.EXE
- STUDIO_5000_CRACK.rar
评论
共有 条评论