mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
Add README
This commit is contained in:
parent
13e3260fd3
commit
996ced349a
75
README.md
75
README.md
@ -1,39 +1,72 @@
|
||||
# OnlineJudge [](https://travis-ci.org/QingdaoU/OnlineJudge)
|
||||
# OnlineJudge 2.0
|
||||
|
||||
[](https://www.python.org/downloads/release/python-362/)
|
||||
[](https://www.djangoproject.com/)
|
||||
[](http://www.django-rest-framework.org/)
|
||||
[](https://travis-ci.org/QingdaoU/OnlineJudge)
|
||||
|
||||
> ### 基于Python和Vue的在线评测系统。[Demo](http://v2.qduoj.com)
|
||||
|
||||
## 概览
|
||||
|
||||
+ 基于docker,真正一键部署
|
||||
+ 前后端分离,模块化编程,微服务
|
||||
+ ACM/OI 两种比赛模式、实时/非实时评判 任意选择
|
||||
+ 丰富的可视化图表,一图胜千言
|
||||
+ 支持Template Problem,可以添加函数题甚至填空题
|
||||
+ 更细致的权限划分,超级管理员和普通管理员各司其职
|
||||
+ 多语言支持:`C`, `C++`, `Java`, `Python`,题目可以选择使用的语言
|
||||
+ Markdown & MathJax支持
|
||||
+ 比赛用户IP限制(CIDR ranges)
|
||||
|
||||
|
||||
基于 Python 和 Django 的在线评测平台。
|
||||
主要模块均已开源:
|
||||
|
||||
主要特点:
|
||||
+ 后端(Django): [https://github.com/QingdaoU/OnlineJudge](https://github.com/QingdaoU/OnlineJudge)
|
||||
+ 前端(Vue): [https://github.com/QingdaoU/OnlineJudgeFE](https://github.com/QingdaoU/OnlineJudgeFE)
|
||||
+ 判题服务器(Judger): [https://github.com/QingdaoU/JudgeServer](https://github.com/QingdaoU/JudgeServer)
|
||||
+ VirtualJuge(Golang): 正在开发中..
|
||||
|
||||
- 基于 Docker,急速部署
|
||||
- 超级管理员管理全局,普通管理员任意创建小组和小组内比赛,方便布置作业和考试使用
|
||||
- 提供 Virtual Judge 和单点登录使用 API,不再繁琐的进行模拟登陆
|
||||
- 后台管理判题服务器,轻松分离 web 和判题服务器
|
||||
## 安装
|
||||
|
||||
安装文档: https://github.com/QingdaoU/OnlineJudge/wiki
|
||||
文档: [https://github.com/QingdaoU/OnlineJudgeDeploy/tree/2.0](https://github.com/QingdaoU/OnlineJudgeDeploy/tree/2.0)
|
||||
|
||||
OpenAPI文档: https://github.com/QingdaoU/OnlineJudgeOpenAPI
|
||||
## 截图
|
||||
|
||||
Demo: https://qduoj.com
|
||||
### OJ前台
|
||||
|
||||
License: The Star And Thank Author License
|
||||

|
||||
|
||||
交流QQ群: https://github.com/QingdaoU/OnlineJudge/wiki/QQ群
|
||||

|
||||

|
||||
|
||||
TODO:
|
||||

|
||||
|
||||
- 完善测试
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
Rankings 中可以控制图表和菜单的显隐
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
### 后台管理
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## 特别感谢
|
||||
|
||||
+ [heb1c]()同学为我们提供了很多意见和建议
|
||||
|
||||
## 许可
|
||||
|
||||
[SATA](https://github.com/zTrix/sata-license)
|
||||
@ -421,6 +421,7 @@ class MakeContestProblemPublicAPIView(APIView):
|
||||
problem.pk = None
|
||||
problem.contest = None
|
||||
problem._id = display_id
|
||||
problem.visible = False
|
||||
problem.submission_number = problem.accepted_number = 0
|
||||
problem.statistic_info = {}
|
||||
problem.save()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user