-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
合并 develop 分支近期更改 #135
Merged
Merged
合并 develop 分支近期更改 #135
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixed git ignore issue.
* Added gitignore * Improved gitignore
correct the problem in showing the sign when pass the problem
The current MathJax 2.6.0 does not display normally on Safari. Upgrading MathJax to 2.7.7 fixes this issue.
Currently, if there is only one subtask, the bulitin judger automatically enters the ACM mode. However, if the subtask has type "min", the judger should not do this. This commit fixes this bug.
解决火狐浏览器上传数据“请上传zip格式!”问题
This commit includes: * DEBIAN_FRONTEND=noninteractive in Dockerfile * move apt-get to Dockerfile
* Fix judger/log/ * fix(judger): Let judger work on ubuntu 20.04 Judger stops working since 9a6f16c, this commit allows judger continue working. * fix(web): update faq.php
Added map visualizer and code pasting tools. Ref: https://github.com/UniversalOJ/UOJ-System/wiki/%E2%80%9C%E5%BC%80%E6%BA%90%E8%BD%AF%E4%BB%B6%E4%BE%9B%E5%BA%94%E9%93%BE%E7%82%B9%E4%BA%AE%E8%AE%A1%E5%88%92%E2%80%94%E2%80%94%E6%9A%91%E6%9C%9F2020%E2%80%9D%E9%A1%B9%E7%9B%AE%E6%8F%90%E6%A1%88#3-%E5%B0%8F%E5%B7%A5%E5%85%B7%E9%9B%86%E7%BC%96%E5%86%99
163: readable_file_name_set => writable_file_name_set
run_program_conf.h
print(sys.stderr) => print(file=sys.stderr)
Update judge_client
if the pid of mysqld after reboot equal to before it will need to delete the /run/mysqld/mysqld.sock
Merge master into develop
* fix(web/locale/problems/en): ac rate * fix(web/locale/problems): update source string of `AC Rate`
See #49 and bd74ed3 Co-authored-by: Piggy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
新功能
问题修复