From 679c512abe0935f61ed3ed03d89c111fe23b8c9f Mon Sep 17 00:00:00 2001 From: Himit_ZH <372347736@qq.com> Date: Sat, 7 Aug 2021 23:03:12 +0800 Subject: [PATCH] update readme.md --- README.md | 2 +- sqlAndsetting/hoj-update.sql | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 sqlAndsetting/hoj-update.sql diff --git a/README.md b/README.md index f3d08b0a..8fe9af19 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Github仓库地址:[https://github.com/HimitZH/HOJ](https://github.com/HimitZH Gitee仓库地址:[https://gitee.com/himitzh0730/hoj](https://gitee.com/himitzh0730/hoj) -**注意:**建议使用Centos8以上或Ubuntu16.04以上的操作系统!!!不然judgeserver可能无法正常启动。 +**注意:建议使用Centos8以上或Ubuntu16.04以上的操作系统!!!不然判题机(judgeserver)可能无法正常启动。** **有任何部署问题或项目bug请发issue或者加QQ群:598587305进行咨询。** diff --git a/sqlAndsetting/hoj-update.sql b/sqlAndsetting/hoj-update.sql new file mode 100644 index 00000000..ed5deaf1 --- /dev/null +++ b/sqlAndsetting/hoj-update.sql @@ -0,0 +1,6 @@ +USE `hoj`; + +/* +* 2021.09.07 修改OI题目得分在OI排行榜新计分字段 分数计算为:OI题目总得分*0.1+2*题目难度 +*/ +ALTER TABLE judge ADD COLUMN oi_rank_score INT(11) NULL COMMENT '该题在OI排行榜的分数'; \ No newline at end of file