OnlineJudge/README.md
2015-11-27 22:37:41 +08:00

36 lines
915 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# OnlineJudge
基于 Python 和 Django的在线评测平台。
文档http://qingdaou.github.io/OnlineJudge/
demo: https://qduoj.com
TODO
- 将判题服务器改为 rpc 通信
- 重构消息队列
- 完善测试
- 完善小组功能
![oj_previewindex.png][1]
![preview.jpeg][2]
![oj_preview_submission.png][3]
![contest][4]
![contest_rank_edit][5]
![admin_problem][6]
![admin_contest][7]
[1]: https://dn-virusdefender-blog-cdn.qbox.me/oj_previewindex.png
[2]: https://dn-virusdefender-blog-cdn.qbox.me/oj_previewproblem.png
[3]: https://dn-virusdefender-blog-cdn.qbox.me/oj_previewsubmission.png
[4]: https://dn-virusdefender-blog-cdn.qbox.me/oj_previewcontest.png
[5]: https://dn-virusdefender-blog-cdn.qbox.me/oj_previewcontest_rank.png?edit
[6]: https://dn-virusdefender-blog-cdn.qbox.me/oj_previewadmin_problem.png
[7]: https://dn-virusdefender-blog-cdn.qbox.me/oj_previewadmin_contest.png