Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justxuewei/ujn-top10-counsellor
十佳辅导员在线打分系统
https://github.com/justxuewei/ujn-top10-counsellor
Last synced: 21 days ago
JSON representation
十佳辅导员在线打分系统
- Host: GitHub
- URL: https://github.com/justxuewei/ujn-top10-counsellor
- Owner: justxuewei
- License: other
- Created: 2019-01-22T09:15:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T07:35:35.000Z (over 5 years ago)
- Last Synced: 2024-11-09T05:33:31.787Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 539 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 济南大学十佳辅导员在线打分系统
## 使用注意事项
- 在部署服务器中将`./application/config.php.tmp`和`./application/database.php.tmp`的后缀`.tmp`去除,并根据实际需要自行修改参数。其中需要注意的是:
- 在数据库配置文件中检查数据库配置和数据库前缀
- 在总配置文件中需要将`default_return_type`设置为`json`
- 在总配置文件中配置系统开启时间(start_at)和截止时间(end_at)
- 需要自行创建:- 邀请码配置文件,目录`application/code/config.php`
- 统计配置文件,目录`application/statistics/config.php`
```
/** 邀请码配置文件 **/
'SJExcVMNbauTzDRx', // 生成二维码密码
'upload_path' => "upload", // 二维码保存目录,为ROOT_PATH/public/upload
'qr_code_image_url_path' => "be/public/upload", // 二维码url访问目录
'qr_code_entrance' => 'http://sj.ujnxgzx.com/fe', // 二维码扫描入口,后端自动加入邀请码http://sj.ujnxgzx.com/fe?code=xxxxxx
'code_length' => 6, // 二维码长度
'role_check' => 'in:0,1,2,3,4' // 权限控制 仅允许生成type为0、1、2、3、4的二维码
];/** 统计配置文件 **/
[
'0' => 0.2,
'1' => 0.2,
'2' => 0.3,
'3' => 0.3
],
// 移除最高分和最低分比率
'removal_ratio' => 0.1
];
```## 数据库
![数据库ER图](http://res.niuxuewei.com/2018-05-09-104717.png)
数据库结构sql文件请[点击这里下载](https://gitee.com/ujnxgzx/sj/attach_files/download?i=135498&u=http%3A%2F%2Ffiles.git.oschina.net%2Fgroup1%2FM00%2F03%2F9E%2FPaAvDFry4CSAazJUAAAKxgb94ZU400.sql%3Ftoken%3Dc4a564b7402e2cb389d2b905f0301a88%26ts%3D1525866532%26attname%3Dujnxgzxsj.sql),推荐使用PHPMyAdmin导入,并检查是否开启了InnoDB引擎。
---
作者: Xavier Niu
邮箱: [email protected]
主页: http://www.nxw.name