This website works better with JavaScript.
Explore
Help
Sign In
pl5xfp7y8
/
dcs
forked from
p3t2ja9zs/dcs
Watch
1
Star
0
Fork
You've already forked dcs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
846d44206e
master
developer_wufayuan
V1.0
V2.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '846d44206e'
${ noResults }
dcs
/
.gitignore
3 lines
45 B
Raw
Normal View
History
Unescape
Escape
初步实现服务器和终端能连接,并且终端向服务端发起请求并取得响应,基础
3 years ago
!/dcs/tests/zhiwang.py
重构了整个项目,使之更符合“多个系统-相互协同”的模型,同时,实现了爬虫任务系统及其分发与远程和本地结果组合。多系统采用轮询的方式,一旦接受任务就开启对应的执行线程,整个系统得以真正实现多用户同时访问。此外,完善了cookie机制,包括用户认证与识别,完善了从数据库中提取数据并组合,完善了多系统协调机制,初步实现了客户端的初始代码等等
3 years ago
!/dcs/tools/cookie.py