web -----游戏

ck b0a544ee78 1 пре 4 година
.idea a8b7dbf0fc no message пре 4 година
config 9430711ee8 1 пре 4 година
data_manage ddbf7f02f1 1 пре 4 година
handlers b0a544ee78 1 пре 4 година
logs a8b7dbf0fc no message пре 4 година
model a4956197a9 1 пре 4 година
.gitignore a3517996c1 1 пре 4 година
Pipfile a8b7dbf0fc no message пре 4 година
Pipfile.lock a8b7dbf0fc no message пре 4 година
README.markdown bcc28af3a1 1 пре 4 година
ServerWrapper.py 67c92e18c9 1 пре 4 година
urls.py cbcae33213 1 пре 4 година

README.markdown

开始

  • ServerWrapper.py为服务入口 python ServerWrapper.py 8008 启动项目
  • model 为封装的功能包
  • urls.py 为路由
  • config 是配置文件

说明

服务器上需要验证,postman 请求不通,本机开启的服务可以自由请求

window 上端口占用

netstat -ano | findstr 8008 taskkill -PID {pid} -F