This commit is contained in:
virusdefender 2016-10-10 20:05:02 +08:00
parent e3f3227c58
commit 6ae1bfc5e2
11 changed files with 12 additions and 275 deletions

View File

@ -113,27 +113,6 @@
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a tabindex="-1" href="">中文</a>
<ul class="dropdown-menu">
<li >
<a href="../../Chinese/">API</a>
</li>
<li >
<a href="../../Chinese/deploy/">部署</a>
</li>
</ul>
</li>
@ -156,8 +135,8 @@
<i class="fa fa-arrow-left"></i> Previous
</a>
</li>
<li >
<a rel="prev" href="../../Chinese/">
<li class="disabled">
<a rel="prev" >
Next <i class="fa fa-arrow-right"></i>
</a>
</li>

View File

@ -113,27 +113,6 @@
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a tabindex="-1" href="">中文</a>
<ul class="dropdown-menu">
<li >
<a href="../Chinese/">API</a>
</li>
<li >
<a href="../Chinese/deploy/">部署</a>
</li>
</ul>
</li>
@ -322,7 +301,6 @@
</code></pre>
<h1 id="judge-for-special-judge">Judge (for Special Judge)</h1>
<p>Special Judge must be compiled before, refer to the above API</p>
<ul>
<li>URL <code>/judge</code></li>
</ul>
@ -335,6 +313,8 @@
<li><code>test_case_id</code></li>
<li><code>spj_version</code></li>
<li><code>spj_config</code>, refer to <code>client/Python/languages.py</code>, do not need to modify generally</li>
<li><code>spj_compile_config</code>: refer to <code>client/Python/languages.py</code>, do not need to modify generally</li>
<li><code>spj_src</code></li>
</ul>
<h2 id="response_3">Response</h2>
<pre><code class="js">[

View File

@ -113,27 +113,6 @@
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a tabindex="-1" href="">中文</a>
<ul class="dropdown-menu">
<li >
<a href="Chinese/">API</a>
</li>
<li >
<a href="Chinese/deploy/">部署</a>
</li>
</ul>
</li>

View File

@ -113,27 +113,6 @@
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a tabindex="-1" href="">中文</a>
<ul class="dropdown-menu">
<li >
<a href="../../JudgeServer/Chinese/">API</a>
</li>
<li >
<a href="../../JudgeServer/Chinese/deploy/">部署</a>
</li>
</ul>
</li>

View File

@ -113,27 +113,6 @@
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a tabindex="-1" href="">中文</a>
<ul class="dropdown-menu">
<li >
<a href="../JudgeServer/Chinese/">API</a>
</li>
<li >
<a href="../JudgeServer/Chinese/deploy/">部署</a>
</li>
</ul>
</li>

View File

@ -113,27 +113,6 @@
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a tabindex="-1" href="">中文</a>
<ul class="dropdown-menu">
<li >
<a href="JudgeServer/Chinese/">API</a>
</li>
<li >
<a href="JudgeServer/Chinese/deploy/">部署</a>
</li>
</ul>
</li>

View File

@ -113,27 +113,6 @@
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a tabindex="-1" href="">中文</a>
<ul class="dropdown-menu">
<li >
<a href="../../JudgeServer/Chinese/">API</a>
</li>
<li >
<a href="../../JudgeServer/Chinese/deploy/">部署</a>
</li>
</ul>
</li>

View File

@ -113,27 +113,6 @@
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a tabindex="-1" href="">中文</a>
<ul class="dropdown-menu">
<li >
<a href="../JudgeServer/Chinese/">API</a>
</li>
<li >
<a href="../JudgeServer/Chinese/deploy/">部署</a>
</li>
</ul>
</li>

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
<url>
<loc>None/</loc>
<lastmod>2016-10-07</lastmod>
<lastmod>2016-10-10</lastmod>
<changefreq>daily</changefreq>
</url>
@ -13,7 +13,7 @@
<url>
<loc>None/Judger/</loc>
<lastmod>2016-10-07</lastmod>
<lastmod>2016-10-10</lastmod>
<changefreq>daily</changefreq>
</url>
@ -29,13 +29,7 @@
<url>
<loc>None/JudgeServer/</loc>
<lastmod>2016-10-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod></lastmod>
<lastmod>2016-10-10</lastmod>
<changefreq>daily</changefreq>
</url>

View File

@ -115,8 +115,6 @@ When compilation is failed, following data will be returned
# Judge (for Special Judge)
Special Judge must be compiled before, refer to the above API
- URL `/judge`
## Args
@ -128,6 +126,8 @@ Special Judge must be compiled before, refer to the above API
- `test_case_id`
- `spj_version`
- `spj_config`, refer to `client/Python/languages.py`, do not need to modify generally
- `spj_compile_config`: refer to `client/Python/languages.py`, do not need to modify generally
- `spj_src`
## Response