文件名称:TimeTable:基本时间表烧瓶应用
文件大小:179KB
文件格式:ZIP
更新时间:2024-05-21 06:44:59
HTML
要求 安装最新版本的最简单方法是使用pip,必须对您的计算机具有root访问权限。 pip3 install pymysql pip3 install flask 支持Python 3.3和3.4。 用法 启动initDB.py并等待“数据库创建”现在启动server.py 默认授权用户登录信息用户:Mertcan Pass:admin123 主页-127.0.0.1:8080/ 时间表页面-127.0.0.1:8080/程序 添加讲座-127.0.0.1:8080/程序/添加
【文件预览】:
TimeTable-master
----templates()
--------Add.html(6KB)
--------index.html(939B)
--------timetable.html(2KB)
----static()
--------bootstrap-theme.min.css(23KB)
--------bootstrap.min.css(120KB)
--------jquery-ui.min.js(235KB)
--------bootstrap-datetimepicker.css(12KB)
--------bootstrap-datetimepicker.min.js(36KB)
--------style.css(254B)
--------jquery-ui.min.css(29KB)
--------jquery-1.11.3.min.js(94KB)
--------jquery.dataTables.min.js(79KB)
--------bootstrap.min.js(36KB)
----server.py(3KB)
----README.md(480B)
----initDB.py(1KB)