Giter Club home page Giter Club logo

blumiaoj's People

Contributors

blumia avatar chirs241097 avatar fossabot avatar jxpxxzj avatar liuchch avatar vincentyq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blumiaoj's Issues

problemset 题目编号出错,似乎应该在读数据库那里加个order?

(换了个账号)
今天遇到一个问题,题目列表顺序变乱,1023题跑到了1006题后面。
原因不明,我对数据库不太懂。
尝试着把ajax_problemset.php 76-80行加了两个ORDER BY problem_id

if (!$isProblemManager) {
		$sql=$pdo->prepare("SELECT `problem_id`,`title`,`source`,`submit`,`accepted`,`defunct`,`difficulty` FROM `problem` WHERE `defunct`='N' AND {$common_filter} AND `problem_id` NOT IN({$any_running_contest}) ORDER BY problem_id");
	} else {
		$sql=$pdo->prepare("SELECT `problem_id`,`title`,`source`,`submit`,`accepted`,`defunct`,`difficulty` FROM `problem` WHERE {$common_filter} ORDER BY problem_id");// limit $front,$PAGE_ITEMS
	}

题目顺序就正常了。
对数据库不是特别懂,不知道我这么加,加的是否有问题?
这是一个小bug吗?

依旧是讨论版一个小问题

使用BBCode时
[code]

[/code]
之间的逗号会自动变为空格,<>号也有些问题(这个我倒是会解决,但是变成了空格我就解决不好了)
Thanks

按照说明部署BLumiaOJ未起作用

你好,我现在装的是最新的hustoj.按照说明部署BLOJ不能用。提示无法连接数据库。请帮忙。能否留个联系方式,向你请教

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.