資源簡(jiǎn)介
https://blog.csdn.net/u012751272博客代碼資源,Django 使用WebSocket實(shí)時(shí)消息推送和簡(jiǎn)易聊天室,使用dwebsocket來實(shí)現(xiàn),文章詳見JAVAFENG

代碼片段和文件信息
#!/usr/bin/env?python
import?os
import?sys
if?__name__?==?‘__main__‘:
????os.environ.setdefault(‘DJANGO_SETTINGS_MODULE‘?‘wstest.settings‘)
????try:
????????from?django.core.management?import?execute_from_command_line
????except?ImportError?as?exc:
????????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?“
????????)?from?exc
????execute_from_command_line(sys.argv)
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-04-10?18:43??wstest\
?????目錄???????????0??2019-04-12?09:40??wstest\.idea\
?????文件?????????135??2019-04-10?18:06??wstest\.idea\encodings.xm
?????文件?????????308??2019-04-10?18:06??wstest\.idea\misc.xm
?????文件?????????264??2019-04-10?18:06??wstest\.idea\modules.xm
?????文件???????14986??2019-04-12?09:40??wstest\.idea\workspace.xm
?????文件????????1231??2019-04-10?18:07??wstest\.idea\wstest.iml
?????目錄???????????0??2019-04-11?19:47??wstest\app\
?????文件???????????0??2019-04-10?18:05??wstest\app\__init__.py
?????目錄???????????0??2019-04-11?19:47??wstest\app\__pycache__\
?????文件?????????128??2019-04-10?18:43??wstest\app\__pycache__\__init__.cpython-36.pyc
?????文件????????2296??2019-04-11?19:47??wstest\app\__pycache__\views.cpython-36.pyc
?????文件??????????63??2019-04-10?18:05??wstest\app\admin.py
?????文件??????????81??2019-04-10?18:05??wstest\app\apps.py
?????目錄???????????0??2019-04-10?18:05??wstest\app\migrations\
?????文件???????????0??2019-04-10?18:05??wstest\app\migrations\__init__.py
?????文件??????????57??2019-04-10?18:05??wstest\app\models.py
?????文件??????????60??2019-04-10?18:05??wstest\app\tests.py
?????文件????????3986??2019-04-11?19:47??wstest\app\views.py
?????文件???????????0??2019-04-10?18:43??wstest\db.sqlite3
?????文件?????????538??2019-04-10?18:05??wstest\manage.py
?????目錄???????????0??2019-04-11?19:00??wstest\templates\
?????文件????????4926??2019-04-11?19:00??wstest\templates\chat.html
?????文件????????1276??2019-04-10?18:38??wstest\templates\recmsg.html
?????文件?????????540??2019-04-10?21:08??wstest\templates\sendmsg.html
?????目錄???????????0??2019-04-11?18:21??wstest\wstest\
?????文件???????????0??2019-04-10?18:05??wstest\wstest\__init__.py
?????目錄???????????0??2019-04-11?18:21??wstest\wstest\__pycache__\
?????文件?????????131??2019-04-10?18:43??wstest\wstest\__pycache__\__init__.cpython-36.pyc
?????文件????????2225??2019-04-10?18:49??wstest\wstest\__pycache__\settings.cpython-36.pyc
?????文件????????1158??2019-04-11?18:21??wstest\wstest\__pycache__\urls.cpython-36.pyc
............此處省略4個(gè)文件信息
評(píng)論
共有 條評(píng)論