shi-yang / jnoj

Jiangnan Online Judge
https://www.jnoj.dev
Other
241 stars 62 forks source link

BUG #38

Open umxyz opened 5 years ago

umxyz commented 5 years ago

为什么 不能滚榜 我已经按照教程操作了 为什么滚榜界面是空白的 谢谢帮助

shi-yang commented 5 years ago

线下赛的滚榜,目前是只对系统生成的参赛用户进行滚榜。你是使用系统生成的参赛用户来进行提交的吗。

umxyz commented 5 years ago

原来只能用生成的用户来滚榜啊!!! 如果改动php界面不会影响OJ升级吧

umxyz commented 5 years ago

因为我升级的时候也没有提示我需要git除那个文件夹之外的消息

shi-yang commented 5 years ago

https://github.com/shi-yang/jnoj/blob/ea6463a83669c30f48eb4ff45761180f90d69432/modules/admin/controllers/ContestController.php#L356

对于线下赛,目前只会对生成的用户进行滚榜。你把上面这个 if 去掉就会对所有参赛用户进行滚榜了。

改动界面还是得看情况,如果你改动的文件,跟我改动的文件一样的,在使用 git pull 获取 Github 上的最新时就会提示冲突,这个冲突需要手动解决。

umxyz commented 5 years ago

好吧原来是这样的

umxyz commented 5 years ago

谢谢了

umxyz commented 5 years ago

如果我比赛开滚榜的话可以用别的榜单类型吗比如IOI而不是作业模式

shi-yang commented 5 years ago

目前,滚榜页面中的榜单只支持 ICPC 类型的榜单的。