mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
89 lines
3.9 KiB
Markdown
89 lines
3.9 KiB
Markdown
# 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/Harry-zklcdc/OnlineJudge)
|
||
|
||
> #### 基于 Python 和 Vue 的在线评测系统。 [Demo](http://www.yangzheng.com.cn:84)
|
||
|
||
[English Document](README.md)
|
||
|
||
## 概览
|
||
|
||
- 基于 Docker,真正一键部署
|
||
- 前后端分离,模块化编程,微服务
|
||
- ACM/OI 两种比赛模式、实时/非实时评判 任意选择
|
||
- 丰富的可视化图表,一图胜千言
|
||
- 支持 Template Problem,可以添加函数题甚至填空题
|
||
- 更细致的权限划分,超级管理员和普通管理员各司其职
|
||
- 多语言支持:`C`, `C++`, `Java`, `Python2`, `Python3`,题目可以选择使用的语言
|
||
- Markdown & MathJax 支持
|
||
- 比赛用户IP限制 (CIDR ranges)
|
||
- 在线 IDE
|
||
- 自定义关于我们介绍页面
|
||
- 换肤功能
|
||
- 标准输入输出 / 文件输入输出
|
||
|
||
主要模块均已开源:
|
||
|
||
- 后端(Django): [https://github.com/Harry-zklcdc/OnlineJudge](https://github.com/Harry-zklcdc/OnlineJudge)
|
||
- 前端(Vue): [https://github.com/Harry-zklcdc/OJ](https://github.com/Harry-zklcdc/OJ)
|
||
- 判题沙箱(Seccomp): [https://github.com/Harry-zklcdc/Judger](https://github.com/Harry-zklcdc/Judger)
|
||
- 判题服务器(对Judger的封装): [https://github.com/Harry-zklcdc/JudgeServer](https://github.com/Harry-zklcdc/JudgeServe)
|
||
|
||
## 安装
|
||
|
||
请根据此进行安装: [https://github.com/Harry-zklcdc/OnlineJudgeDeploy/tree/2.0](https://github.com/Harry-zklcdc/OnlineJudgeDeploy/tree/2.0)
|
||
|
||
## 文档
|
||
|
||
[http://docs.onlinejudge.me/](http://docs.onlinejudge.me/)
|
||
|
||
## 截图
|
||
|
||
### OJ前台
|
||
|
||

|
||
|
||

|
||
|
||

|
||
|
||

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

|
||

|
||
|
||

|
||
|
||

|
||
|
||

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

|
||
|
||

|
||
|
||

|
||
|
||

|
||
|
||
## 浏览器支持
|
||
|
||
Modern browsers(chrome, firefox) 和 Internet Explorer 10+.
|
||
|
||
## 特别感谢
|
||
|
||
- 所有为本项目做出贡献的人
|
||
- [heb1c](https://github.com/hebicheng) 同学为我们提供了很多意见和建议
|
||
|
||
如果您觉得这个项目还不错,就star一下吧 :)
|
||
|
||
## 许可
|
||
|
||
The [MIT](http://opensource.org/licenses/MIT) License
|