Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Latest commit

 

History

History
47 lines (24 loc) · 932 Bytes

README.md

File metadata and controls

47 lines (24 loc) · 932 Bytes

CQID

业余无线电台操作技术能力模拟考试平台

1.技术相关

前端基于Bootstrap v4.3.1

后端:PHP

数据库:MySQL

用户密码使用RSA算法加密,前端加密工具:JSEncrypt v3.0.0-rc.1

前端分页:jQuery Bootstrap Pagination v1.4.2

2.目录结构

api--------前端与后端交互接口

bin--------后端依赖文件

css--------CSS样式文件

images----图片资源

inc--------前端公共文件

js---------JS脚本文件

source----考试题库

3..env配置文件说明

priv_keyRSA私钥

pub_keyRSA公钥

mysql_host数据库地址,默认localhost

mysql_port数据库端口号,默认3306

mysql_database数据库名

mysql_user数据库登录用户名

mysql_password数据库登录密码