# my_examsystemv2 **Repository Path**: wang_huimeng/my_examsystemv2 ## Basic Information - **Project Name**: my_examsystemv2 - **Description**: 《我的php在线考试系统》简洁版,先写逻辑,再写页面样式 - **Primary Language**: PHP - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-23 - **Last Updated**: 2023-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my_examsystemv2 #### 介绍 php实现简单的考试系统 #### 软件架构 软件架构说明 Phpstudy+phpstorm 80端口 #### 使用说明 1. git clone 此项目代码 2. 新建一个名为“my_dbexamsystemv1”的数据库,字符集为utf8,排序规则是utf8_general_ci,然后将项目中的sql文件转储到此数据库中 3. 打开Phpstudy,开启Apache,端口为80 4. 打开phpstorm编译器,根据此网址 https://www.jb51.net/article/195840.htm 配置环境和服务,上传项目代码到www文件夹中,最后在浏览器中打开index.html即可。