摘要: 学校校园网最近更换了Portal登录方式,由于实在是觉得麻烦便想使用脚本在路由器上实现自动登录,然后路由器充当终端。 基础信息 Router: Xiaomi MiWiFi Nano(R1CL)Openwrt: 19.07.4 r11208-ce6496d796Portal: 中国电信WiFi Por 阅读全文
posted @ 2021-07-08 21:16 泠泫凝 阅读(658) 评论(0) 推荐(0) 编辑
摘要: A站签到API和脚本大概逻辑详解 原理 模拟手机的ua然后进行签到 脚本 首先登录,获取到必要的token curl 'https://id.app.acfun.cn/rest/app/login/signin' \ -H 'user-agent: acvideo core/6.48.0.1155' 阅读全文
posted @ 2021-07-08 21:10 泠泫凝 阅读(245) 评论(0) 推荐(0) 编辑
摘要: b站签到API和脚本大概逻辑详解 原理 对着找cookie值填进去就行,也可以@cookie.txt这种 ua随便填,我这找了一个IE的 脚本 # 主站签到 curl 'https://api.bilibili.com/x/web-interface/nav/stat' \ -H 'authorit 阅读全文
posted @ 2021-07-08 21:05 泠泫凝 阅读(516) 评论(0) 推荐(0) 编辑
摘要: 设置代理: adb shell settings put global http_proxy ip:port 如: adb shell settings put global http_proxy 172.16.21.14:8888 移除代理(需三条指令全部执行,部分机型可能需要重启手机才能完全移除 阅读全文
posted @ 2021-07-08 21:03 泠泫凝 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 原文 最近发现自己笔电盒盖并拔下电源后睡眠功率直线上升,有时电池甚至不能够挺过一个晚上。在遇到几次这个问题后决定寻找问题根源并解决。 设备基础信息: 版本:Windows 10 专业工作站版 版本号:20H2 操作系统版本:19042.508 体验:Windows Feature Experienc 阅读全文
posted @ 2021-05-22 20:31 泠泫凝 阅读(217) 评论(1) 推荐(0) 编辑