forked from Freedomisgood/When_Coding_in_ZJU
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bdc96c
commit 5985a3b
Showing
13 changed files
with
23 additions
and
649 deletions.
There are no files selected for viewing
File renamed without changes.
Binary file renamed
BIN
+10.1 MB
Net_Assistant/ZJU_CST_Net.apk → ...erials/人工智能算法与系统/新一代人工智能发展与挑战-2021年9月.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
# ZJU_things | ||
> :smile:写些在校期间用到的脚本 | ||
# Net_Assistant | ||
|
||
- [基于AutoJS的CST上网APP](./Andriod) | ||
- [CST-PC上网二进制](./PC) | ||
|
||
> :smile: 运行上网助手: 运行APP或者exe即可登录上网,但由于CST校园网免费账号只能 | ||
> 一个设备登录,因此目前实现机制为**设备上线前会下线已上线的设备,从而保证当前设备上线成功** | ||
> TODO:为了能够更好地利用空闲账号,可以搭建账号池,即每个宿舍留出固定路由器的账号后 | ||
> 共享出自己的账号作为公共账号, 从而高效利用所有人的上网账号并实现单人可以上线多设备的可能。 | ||
> | ||
``` | ||
账号池有两种方式维护: | ||
1.账号信息放在配套的本地配置文件中==>随机碰撞找到空闲账号 | ||
2.账号信息放在服务器上,通过http请求空闲账号==>通过服务器管控,登出时需要反馈给服务器 | ||
如果没有空闲账号,则强迫登录自己账号的设备下线,使自己上线 | ||
``` | ||
|
||
- [ZJU-新生报到服务-适应性课程速过脚本and测试题速过脚本](./guide_classes_and_tests) | ||
- [ZJU浙软官网定时爬虫脚本(发送到微信ServerChan)](./soft_web_scrapy) | ||
- [浙软课程资料](./Course_Materials) | ||
|
Oops, something went wrong.