Coder Social home page Coder Social logo

whusnoopy / woj Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 11.63 MB

Online Judge System for ACM/ICPC Trainning and Hold Contest, developed by Wuhan Univ.

Makefile 0.61% C++ 58.69% Java 3.56% Shell 0.29% C 0.97% PHP 33.38% JavaScript 0.94% HTML 1.25% CSS 0.31%

woj's Introduction

I'm hiring for meideng.net

为杭州美登科技招聘研发工程师,详见 meideng.net/join

woj's People

Contributors

whusnoopy avatar

woj's Issues

Can't set notice info/see last notice in admin

What steps will reproduce the problem?
1. Set notice in admin won't change the notice info
2. Can't see the last notice info in admin

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Jun 2008 at 5:23

Need a submit button in admin problem details page

What steps will reproduce the problem?
1. We need a submit button

What is the expected output? What do you see instead?
Add a submit button, link to submit current problem in admin

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Jun 2008 at 6:24

Problem Statistics 里同用户的没去重

What steps will reproduce the problem?
1. 随机选一个题点 Status, 里面的结果没按照用户去重

What is the expected output? What do you see instead?
修复之, 是不是在题目描述页将此链接改成 Statistics 比较好? 
然后 Status 链接
到在 status 页搜本题目的结果

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Jun 2008 at 7:01

用户登录后被钉死在上次访问过的题目页

What steps will reproduce the problem?
1. 用户登录后进题目列表页, 选页无效, 
总在上次最后访问的页面

Please use labels and text to provide additional information.
php 端处理没问题
server 在接到后进行了一个对上次访问页面的取出, 
但是没写入新的, 问题在
/server/network/problemlistprocessimp.cc 的 94 到 117 行

建议在 php 端对用户直接点来未选页的进行 -1 页封装, 
这样在 server 端取出上次
访问页面, 否则直接用用户选择的, 
并将其写入用户上次访问页面字段

Original issue reported on code.google.com by [email protected] on 12 Sep 2008 at 1:32

Problem id link has add a more '}'

What steps will reproduce the problem?
1. the href value in tag <a> with a more '}' at last, so after click the
link, new page will show problem [id]} in title bar

What is the expected output? What do you see instead?
Remove the '}' in href value

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Jun 2008 at 5:30

搜索题目不能用

What steps will reproduce the problem?
1. 在 http://192.168.5.187/problem/problemList.php 里随便搜内容, 
都会出
Fatal error: Class 'TCPClient' not found in
/var/www/problem/classes/problem_list_t.php on line 84
的错误

What is the expected output? What do you see instead?
刘潜说会弄, 等待 ing

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Jun 2008 at 6:45

显示代码时 & 引起的转义

What steps will reproduce the problem?
1. 比如 scanf("%d", &amp;) 这样就会导致问题, 
不清楚是数据转换时出的问题还是
转换的问题, 576 
那个提交(http://192.168.5.187/source/source.php?cid=576) 可
以看到有这样的:
         b[i]=a[i][1]*1.0/a[i][0];
       scanf("%d",∑);
       while(sum>0) 
中间那行后面的那个符号...

What is the expected output? What do you see instead?
代码显示的时候用 <pre> 标签还是要过滤一遍 '&' 号?

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 18 Jun 2008 at 12:26

Unable to get origin user detail in admin module

What steps will reproduce the problem?
1. On the page,
http://192.168.5.187/admin/user/userinfo.php?use_id=whu06p00 from
http://192.168.5.187/admin/user/userList.php

What is the expected output? What do you see instead?
It may be the user's origin detail info in the input table.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 13 Jun 2008 at 8:11

Pictures in problems can't view

What steps will reproduce the problem?
1. No pictures now

What is the expected output? What do you see instead?
Fix this problem

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Jun 2008 at 6:43

Server-Judge, if there is spj.cc exsisted, when compile spj.cc failed, communicate protocol will broken

What steps will reproduce the problem?
1. If there is any spj.cc in data, and the judge cannot compile it, the
after communication will not match

What is the expected output? What do you see instead?
Add series communicate protocol into each side, move compile spj.cc into
data sync part in judge part

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 17 Jun 2008 at 8:40

Can't see private contest in /admin/

What steps will reproduce the problem?
1. Add a new contest or change an exsisted contest to be a private contest,
then the contest list in admin
(http://192.168.5.187/admin/contest/contestList.php) won't show this contest

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 13 Jun 2008 at 8:19

首页依然还是静态的, 需要动态更新

What steps will reproduce the problem?
1. 如题

What is the expected output? What do you see instead?
改成 php 动态生成, 同时要求能被 Cache, 
以免造成服务器压力过大

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Jun 2008 at 6:47

Status 页面搜索下拉框中 result 的顺序不对导致搜索结果有问题

What steps will reproduce the problem?
1. 在 status 页面按结果搜, 出来的结果不对, 
因为下拉框的顺序跟现有系统顺序不一致

What is the expected output? What do you see instead?
修正为一致的, 最好能直接读到现有的配置文件, 
这样以后改起来也方便

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Jun 2008 at 7:16

Can't click the user-id column in admin status

What steps will reproduce the problem?
1. As there is no userStatus page in admin, click the 'root' on admin
status page will cause a error page

What is the expected output? What do you see instead?
remove the link on 'root' in admin status page

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Jun 2008 at 5:27

The Page of Set Homepage is empty

What steps will reproduce the problem?
1. Need to fill it

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Jun 2008 at 5:24

教学管理系统

What steps will reproduce the problem?
1. 添加student


What is the expected output? What do you see instead?
MS批量添加学生时学生的密码没有进行MD5加密

Please use labels and text to provide additional information.
潜,你去看一下吧

Original issue reported on code.google.com by [email protected] on 23 Jun 2008 at 10:31

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.