Add python3 support, add english readme
This commit is contained in:
79
README-CN.md
Normal file
79
README-CN.md
Normal file
@@ -0,0 +1,79 @@
|
||||
# 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)
|
||||
|
||||
[English Document](https://github.com/QingdaoU/OnlineJudge/blob/2.0/README.md)
|
||||
|
||||
## 概览
|
||||
|
||||
+ 基于docker,真正一键部署
|
||||
+ 前后端分离,模块化编程,微服务
|
||||
+ ACM/OI 两种比赛模式、实时/非实时评判 任意选择
|
||||
+ 丰富的可视化图表,一图胜千言
|
||||
+ 支持Template Problem,可以添加函数题甚至填空题
|
||||
+ 更细致的权限划分,超级管理员和普通管理员各司其职
|
||||
+ 多语言支持:`C`, `C++`, `Java`, `Python`,题目可以选择使用的语言
|
||||
+ Markdown & MathJax支持
|
||||
+ 比赛用户IP限制(CIDR ranges)
|
||||
|
||||
|
||||
主要模块均已开源:
|
||||
|
||||
+ 后端(Django): [https://github.com/QingdaoU/OnlineJudge](https://github.com/QingdaoU/OnlineJudge)
|
||||
+ 前端(Vue): [https://github.com/QingdaoU/OnlineJudgeFE](https://github.com/QingdaoU/OnlineJudgeFE)
|
||||
+ 判题沙箱(Seccomp): [https://github.com/QingdaoU/Judger](https://github.com/QingdaoU/Judger)
|
||||
+ 判题服务器(对Judger的封装): [https://github.com/QingdaoU/JudgeServer](https://github.com/QingdaoU/JudgeServer)
|
||||
|
||||
## 安装
|
||||
|
||||
文档: [https://github.com/QingdaoU/OnlineJudgeDeploy/tree/2.0](https://github.com/QingdaoU/OnlineJudgeDeploy/tree/2.0)
|
||||
|
||||
## 截图
|
||||
|
||||
### OJ前台
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

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

|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

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

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## 特别感谢
|
||||
|
||||
+ 所有为本项目做出贡献的人
|
||||
+ [heb1c](#) 同学为我们提供了很多意见和建议
|
||||
|
||||
如果您觉得这个项目还不错,就给个star吧 :)
|
||||
|
||||
## 许可
|
||||
|
||||
The [MIT](http://opensource.org/licenses/MIT) License
|
||||
|
||||
Copyright 2015-present, Online Judge
|
||||
Reference in New Issue
Block a user