forked from achun/JinBang
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathusage.txt
More file actions
30 lines (17 loc) · 1.11 KB
/
usage.txt
File metadata and controls
30 lines (17 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Usage
node index.js [Command]
Command
help 显示此帮助信息
base 抓取基本信息, 如果是新一年, 这应该是第一个要执行的
plans [N...] 抓取高考招生计划, 参数为四位院校代号, 缺省为全部院校
history 抓取上年平行投档线
valid 备用, 简单的检查非法 UTF-8 编码字符 � . 原因不明.
total 生成招生计划 (data/total.json)
rank 生成志愿填报排行 (data/rank.json)
summary 输出数据概要, 可辅助排错
plan <pc kl N> 输出指定批次 pc 科类 kl 和院校(四位代码)的招生计划概要
hope <pc kl v U L> 输出批次(pc)科类(kl)总分(v) 上 U 档 下 L 档的院校
U 和 L 最小值 0, 最大值 30, 缺省 U 10, L 20
search <pc kl key U L>在 plans.json 中搜索 批次, 科类含有 key 的专业
输出院校代码以及 rank.json 中的投档线情况, 可能有多档
U, L 为预测投档线范围过滤