-
大小: 288KB文件类型: .zip金币: 2下载: 1 次发布日期: 2021-06-17
- 语言: Python
- 标签:
资源简介
flask 树莓派 网页端 控制开关灯 采集数据
代码片段和文件信息
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Date : 2017-12-12 16:24:26
# @Author : YeHarold (1174484433@qq.com)
# @link : http://example.org
from app import app
if __name__ == ‘__main__‘:
app.run(debug=True)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-12-15 02:54 Rasp-APP-master\
文件 1097 2017-12-15 02:54 Rasp-APP-master\LICENSE
文件 2358 2017-12-15 02:54 Rasp-APP-master\README.md
文件 189107 2017-12-15 02:54 Rasp-APP-master\README.pdf
目录 0 2017-12-15 02:54 Rasp-APP-master\app\
文件 267 2017-12-15 02:54 Rasp-APP-master\app\__init__.py
文件 567 2017-12-15 02:54 Rasp-APP-master\app\controler.py
目录 0 2017-12-15 02:54 Rasp-APP-master\app\databa
文件 30720 2017-12-15 02:54 Rasp-APP-master\app\databa
文件 181 2017-12-15 02:54 Rasp-APP-master\app\databa
文件 514 2017-12-15 02:54 Rasp-APP-master\app\models.py
文件 926 2017-12-15 02:54 Rasp-APP-master\app\sensor.py
目录 0 2017-12-15 02:54 Rasp-APP-master\app\static\
目录 0 2017-12-15 02:54 Rasp-APP-master\app\static\css\
文件 114011 2017-12-15 02:54 Rasp-APP-master\app\static\css\bootstrap.min.css
目录 0 2017-12-15 02:54 Rasp-APP-master\app\static\fonts\
文件 20335 2017-12-15 02:54 Rasp-APP-master\app\static\fonts\glyphicons-halflings-regular.eot
文件 62926 2017-12-15 02:54 Rasp-APP-master\app\static\fonts\glyphicons-halflings-regular.svg
文件 41280 2017-12-15 02:54 Rasp-APP-master\app\static\fonts\glyphicons-halflings-regular.ttf
文件 23320 2017-12-15 02:54 Rasp-APP-master\app\static\fonts\glyphicons-halflings-regular.woff
目录 0 2017-12-15 02:54 Rasp-APP-master\app\templates\
文件 1505 2017-12-15 02:54 Rasp-APP-master\app\templates\raspberry.html
文件 1167 2017-12-15 02:54 Rasp-APP-master\app\views.py
文件 228 2017-12-15 02:54 Rasp-APP-master\run.py
评论
共有 条评论