-
```bash
docker pull docker.io/liuchangfreeman/oj:1.0
docker run -dit -p 8000:80 --name=oj --privileged=true liuchangfreeman/oj:1.0 /sbin/init
#刚启动的容器,此时网页能正常打开,但是判题服务运行异常
docker stop oj
docker …
-
![image](https://user-images.githubusercontent.com/44895726/68545478-7f499680-0408-11ea-957d-513a46c11d75.png)
umxyz updated
4 years ago
-
**1.任意文件删除**
代码 **app\modules\polygon\controllers\ProblemController 89行到113行**
```
public function actionDeletefile($id, $name)
{
$model = $this->findModel($id);
if ($name …
-
您好:
我在 32 位环境里遇到了一个问题,表现为所有 c++ 程序都会 Runtime Error ,因为调用了 ``SYS_write`` (系统调用编号为 4 )。
我想是这个部分出了问题:
https://github.com/shi-yang/jnoj/blob/7dde6646c4195859d6cae74818402001eb7822aa/judge/src/okc…
ghost updated
5 years ago
-
**1.任意文件上传.**
代码位置: `namespace app\modules\polygon\controllers\ProblemController`. 213到228行.
```
public function actionTests($id)
{
$model = $this->findModel($id);
$solu…
-
一步一步按照 [安装教程](https://github.com/shi-yang/jnoj/blob/master/docs/install.md)
先安装了 LAMP 然后一步一步安装。
但是 ./yii install 没有报错。但之后访问 http://localhost/jnoj/web/ 显示
```
Not Found
The requested URL /jnoj/web…
-
# steps to reproduce issue
1. Use a phone with a small screen
2. Use a keyboard that fills up almost all of the screen.
3. Create a new file.
When creating a new file on small screens the name field…
-
经过尝试,发现现在的oj上的special judge功能貌似无法正常工作。
首先,现在我的jnoj是在centos 7系统下进行配置的,除了special judge外,判题一切正常。
我将某个基于hustoj搭建的oj上能够正常工作的spj加入到jnoj中,却发现jnoj会直接返回wrong answer
更有甚者,我将jnoj所展示的标准spj代码进行了如下修改后:
```
#in…