資源簡介
django開發的在線計算器實例,也可以通過訪問http://106.12.16.193:5000/瀏覽效果
代碼片段和文件信息
#!/usr/bin/env?python
“““
Command-line?utility?for?administrative?tasks.
“““
import?os
import?sys
if?__name__?==?“__main__“:
????os.environ.setdefault(
????????“DJANGO_SETTINGS_MODULE“
????????“ComputeDemo.settings“
????)
????from?django.core.management?import?execute_from_command_line
????execute_from_command_line(sys.argv)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1925??2019-01-11?13:13??ComputeDemo\.vscode\launch.json
?????文件????????760??2018-11-20?11:12??ComputeDemo\app\forms.py
?????文件??????????2??2018-11-20?11:12??ComputeDemo\app\migrations\__init__.py
?????文件????????141??2018-12-13?11:24??ComputeDemo\app\migrations\__pycache__\__init__.cpython-36.pyc
?????文件?????????95??2018-11-20?11:12??ComputeDemo\app\models.py
?????文件??????26132??2016-07-25?08:51??ComputeDemo\app\static\app\css\bootstrap-theme.css
?????文件??????47706??2016-07-25?08:51??ComputeDemo\app\static\app\css\bootstrap-theme.css.map
?????文件??????23409??2016-07-25?08:51??ComputeDemo\app\static\app\css\bootstrap-theme.min.css
?????文件??????25648??2016-07-25?08:51??ComputeDemo\app\static\app\css\bootstrap-theme.min.css.map
?????文件?????146010??2016-07-25?08:51??ComputeDemo\app\static\app\css\bootstrap.css
?????文件?????389287??2016-07-25?08:51??ComputeDemo\app\static\app\css\bootstrap.css.map
?????文件?????121200??2016-07-25?08:51??ComputeDemo\app\static\app\css\bootstrap.min.css
?????文件?????542194??2016-07-25?08:51??ComputeDemo\app\static\app\css\bootstrap.min.css.map
?????文件????????566??2019-01-11?16:49??ComputeDemo\app\static\app\css\st
?????文件??????20127??2016-07-25?08:51??ComputeDemo\app\static\app\fonts\glyphicons-halflings-regular.eot
?????文件?????108738??2016-07-25?08:51??ComputeDemo\app\static\app\fonts\glyphicons-halflings-regular.svg
?????文件??????45404??2016-07-25?08:51??ComputeDemo\app\static\app\fonts\glyphicons-halflings-regular.ttf
?????文件??????23424??2016-07-25?08:51??ComputeDemo\app\static\app\fonts\glyphicons-halflings-regular.woff
?????文件??????18028??2016-07-25?08:51??ComputeDemo\app\static\app\fonts\glyphicons-halflings-regular.woff2
?????文件??????75774??2019-01-10?15:40??ComputeDemo\app\static\app\img\bg.jpg
?????文件??????69707??2016-07-25?08:51??ComputeDemo\app\static\app\js\bootstrap.js
?????文件??????37045??2016-07-25?08:51??ComputeDemo\app\static\app\js\bootstrap.min.js
?????文件??????97166??2019-01-09?09:48??ComputeDemo\app\static\app\js\jquery.min.js
?????文件????????484??2016-07-25?08:51??ComputeDemo\app\static\app\js\npm.js
?????文件???????5168??2019-01-11?16:49??ComputeDemo\app\templates\app\home.html
?????文件???????1082??2018-11-20?11:12??ComputeDemo\app\tests.py
?????文件???????1172??2018-12-13?15:42??ComputeDemo\app\views.py
?????文件?????????40??2018-11-20?11:12??ComputeDemo\app\__init__.py
?????文件????????799??2018-12-13?11:24??ComputeDemo\app\__pycache__\forms.cpython-36.pyc
?????文件????????208??2018-12-13?11:24??ComputeDemo\app\__pycache__\models.cpython-36.pyc
............此處省略135個文件信息
評論
共有 條評論