idealclover / Life-in-NJU

🏠 南哪指南—南哪大学网址导航
https://nju.today/
MIT License
205 stars 41 forks source link

Add: IT侠的博客 #2

Closed github-young closed 5 years ago

github-young commented 5 years ago

https://itxia.github.io/blog/ https://itxia.github.io/soft/

github-young commented 5 years ago

以及关于自动登录校园网,一行命令就够了:

curl http://p.nju.edu.cn/portal_io/login -d username=<Your SID> -d password=<Your password>
idealclover commented 5 years ago

Added, thanks! 嗯呢,所提到的脚本基本是封装了之后增加了状态检测,断线重连之类的功能,毕竟不是所有人都有技术背景嘛,还是要封装一下的。 另外希望能帮扩鸭!>v<

forewing commented 5 years ago

不知道你的脚本“自动”体现在哪里。并且,这里登录操作也是一行

urllib.request.urlopen(url + urllib.parse.urlencode(userinfo))

github-young commented 5 years ago

不知道你的脚本“自动”体现在哪里。并且,这里登录操作也是一行

urllib.request.urlopen(url + urllib.parse.urlencode(userinfo))

哟,我是补充一下,你杠精附体了?