-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# chaoxinsigin-java(xue习通自动签到Java版) | ||
一个实用小工具,解放你的右手,让他做应该做事(手动滑稽) | ||
## 其中有两个版本 | ||
Main.java是单线程版(启动一次只能监控一个课程) | ||
MainThread是多线程版,可同时监控多个课程 | ||
jar打包的是多线程版本 | ||
|
||
### 说明 | ||
由于疫情,大家都知道此事要从一只蝙蝠说起(划掉) | ||
最近在学习java,网课又不想上,导致我经常忘记签到。为缓解燃眉之急,在网上查找了签到api,初步实现签到逻辑(不过也快放暑假了,哎!) | ||
|
||
由于我着实不想学java的gui,所以没做用户界面了,有兴趣的同学自己想办法吧 | ||
打包了一份jar包,我打算放到树莓派跑一下。 | ||
|
||
|
||
代码写的比较烂,大概可能难以阅读 |