update readme.md
This commit is contained in:
parent
bea8b7b42f
commit
679c512abe
|
@ -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)
|
Gitee仓库地址:[https://gitee.com/himitzh0730/hoj](https://gitee.com/himitzh0730/hoj)
|
||||||
|
|
||||||
**注意:**建议使用Centos8以上或Ubuntu16.04以上的操作系统!!!不然judgeserver可能无法正常启动。
|
**注意:建议使用Centos8以上或Ubuntu16.04以上的操作系统!!!不然判题机(judgeserver)可能无法正常启动。**
|
||||||
|
|
||||||
**有任何部署问题或项目bug请发issue或者加QQ群:598587305进行咨询。**
|
**有任何部署问题或项目bug请发issue或者加QQ群:598587305进行咨询。**
|
||||||
|
|
||||||
|
|
|
@ -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排行榜的分数';
|
Loading…
Reference in New Issue