Merged
Conversation
zhblue
added a commit
that referenced
this pull request
Mar 23, 2013
正打算修复第一个问题,一直没抽出时间。 第二个问题我根本没发现。 多谢修复
zhblue
added a commit
that referenced
this pull request
Jul 15, 2017
Merge pull request #1 from zhblue/master
zhblue
pushed a commit
that referenced
this pull request
Oct 24, 2018
zhblue
pushed a commit
that referenced
this pull request
Feb 26, 2019
zhblue
pushed a commit
that referenced
this pull request
Jan 25, 2020
zhblue
pushed a commit
that referenced
this pull request
Jan 19, 2021
Multilingualization reinfo.php ceinfo.php
Open
Closed
This was referenced Jan 24, 2026
Merged
zhblue
pushed a commit
that referenced
this pull request
Jan 25, 2026
修复题目编辑 (problem_edit.php):
- 优雅处理写测试样例文件 (sample.in/sample.out) 时的权限错误。
- 在 `fopen` 调用前添加 `@` 抑制符并增加 `if($fp)` 检查,防止因 Web 服务器缺少数据目录写入权限而导致页面致命错误。
- 修复 `htmlentities()` 中 "Passing null to parameter #1" 的废弃警告。
- 在将 `remote_oj` 和 `remote_id` 传递给 `htmlentities` 之前,强制转换为 `(string)` 类型,确保不传入 null 值。
- 恢复数据库更新功能(移除了临时的调试打印代码)。
This file contains hidden or 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
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.
http://hustoj.sinaapp.com/conteststatistics.php?cid=1154
修复该页面最右一列以及最下一行根本没有表格的问题。