command
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Jun 29, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
list-all-periods
list-all-periods是一个输出明日系统中所有课程的时间段的程序。它是使用Golang写的。
如何使用
-
确认已经运行过ming800-to-redis将明日系统的数据导入到redis中。
-
在和可执行文件相同的文件夹下,创建一个config.json
的配置文件:
{
"redis_server": "localhost:6379",
"redis_password": ""
}
"redis_server"
,"redis_password"
是同步的redis的地址和密码。
-
运行list-all-periods
./list-all-periods
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.