update readme.md

This commit is contained in:
Himit_ZH 2021-08-07 23:03:12 +08:00
parent bea8b7b42f
commit 679c512abe
2 changed files with 7 additions and 1 deletions

View File

@ -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进行咨询。**

View File

@ -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排行榜的分数';