資源簡介
一個基于Python的會議室預定系統,
主要實現會議室的合理分配。

代碼片段和文件信息
#!/usr/bin/env?python
import?os
import?sys
if?__name__?==?“__main__“:
????os.environ.setdefault(“DJANGO_SETTINGS_MODULE“?“MRBS.settings“)
????try:
????????from?django.core.management?import?execute_from_command_line
????except?ImportError:
????????#?The?above?import?may?fail?for?some?other?reason.?Ensure?that?the
????????#?issue?is?really?that?Django?is?missing?to?avoid?masking?other
????????#?exceptions?on?Python?2.
????????try:
????????????import?django
????????except?ImportError:
????????????raise?ImportError(
????????????????“Couldn‘t?import?Django.?Are?you?sure?it‘s?installed?and?“
????????????????“available?on?your?PYTHONPATH?environment?variable??Did?you?“
????????????????“forget?to?activate?a?virtual?environment?“
????????????)
????????raise
????execute_from_command_line(sys.argv)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????????4??2018-03-26?11:14??MRBS\.idea\.name
?????文件??????15574??2018-03-26?20:26??MRBS\.idea\dataSources\8a6985a8-caf4-485e-98f3-c62fcdfcc4c1.xm
?????文件??????15578??2018-03-26?20:26??MRBS\.idea\dataSources\d1ee922b-b241-4321-a898-a5faac4cde92.xm
?????文件??????23614??2018-03-26?17:07??MRBS\.idea\dataSources.ids
?????文件????????840??2018-03-26?20:27??MRBS\.idea\dataSources.local.xm
?????文件???????2755??2018-03-26?20:27??MRBS\.idea\dataSources.xm
?????文件?????????83??2018-03-26?11:15??MRBS\.idea\dictionaries\yuan.xm
?????文件?????????86??2018-03-26?11:15??MRBS\.idea\dictionaries\yuanhao.xm
?????文件????????200??2018-03-26?11:14??MRBS\.idea\encodings.xm
?????文件????????235??2018-03-26?11:15??MRBS\.idea\inspectionProfiles\profiles_settings.xm
?????文件????????504??2018-03-26?11:15??MRBS\.idea\inspectionProfiles\Project_Default.xm
?????文件????????997??2018-03-26?20:27??MRBS\.idea\misc.xm
?????文件????????260??2018-03-26?11:14??MRBS\.idea\modules.xm
?????文件???????1086??2018-03-26?20:27??MRBS\.idea\MRBS.iml
?????文件??????46282??2018-03-28?19:03??MRBS\.idea\workspace.xm
?????文件????????170??2018-03-26?17:07??MRBS\app01\admin.py
?????文件?????????85??2018-03-26?11:14??MRBS\app01\apps.py
?????文件???????4439??2018-03-26?17:05??MRBS\app01\migrations\0001_initial.py
?????文件??????????0??2018-03-26?11:14??MRBS\app01\migrations\__init__.py
?????文件???????3724??2018-03-26?17:05??MRBS\app01\migrations\__pycache__\0001_initial.cpython-35.pyc
?????文件???????3341??2018-03-26?20:28??MRBS\app01\migrations\__pycache__\0001_initial.cpython-36.pyc
?????文件????????139??2018-03-26?11:18??MRBS\app01\migrations\__pycache__\__init__.cpython-35.pyc
?????文件????????137??2018-03-26?20:28??MRBS\app01\migrations\__pycache__\__init__.cpython-36.pyc
?????文件???????1137??2018-03-26?17:05??MRBS\app01\models.py
?????文件??????26132??2016-07-25?15:53??MRBS\app01\static\bootstrap\css\bootstrap-theme.css
?????文件??????47706??2016-07-25?15:53??MRBS\app01\static\bootstrap\css\bootstrap-theme.css.map
?????文件??????23409??2016-07-25?15:53??MRBS\app01\static\bootstrap\css\bootstrap-theme.min.css
?????文件??????25648??2016-07-25?15:53??MRBS\app01\static\bootstrap\css\bootstrap-theme.min.css.map
?????文件?????146010??2016-07-25?15:53??MRBS\app01\static\bootstrap\css\bootstrap.css
?????文件?????389287??2016-07-25?15:53??MRBS\app01\static\bootstrap\css\bootstrap.css.map
............此處省略67個文件信息
- 上一篇:Python圖書管理系統
- 下一篇:Python手寫體數字識別——帶詳細注釋
評論
共有 條評論