Compare commits

..

10 Commits

@ -1,32 +1,9 @@
# 在线问卷调查系统
## 项目网站IP访问地址106.53.160.141
### 该项目使用PHP搭配html语言进行前端管理使用PHP以及MySQL数据库5.7.14)进行后端数据管理,用户可在该系统中进行一系列操作;
### 例如管理员账户可以发布问卷、统计情况、导出数据、删改问卷、查看用户信息等等;
### 用户可以对管理员发布的问卷进行一系列的回答;
### 用户可以在网站主页进行注册登陆操作,管理员账户拥有另外的登陆页面,方便不同的区分管理。
> MySQL版本5.7.14+
>
> 服务器腾讯云轻量级应用服务器CPU-2核 内存-2核 系统盘-SSD云硬盘40GB
>
> 镜像宝塔linux面板
>
> 管理面板宝塔Linux面板9.6.0
>
> 面板地址http://106.53.160.141:8888/tencentcloud
>
> 服务器终端登录密钥OQS.pem
>
> Nginx版本1.26.3
>
> phpMyAdmin版本5.1
>
> PHP版本5.6.40
#### 目前版本已经基本完善唯一美中不足的是我们原本打算将用户自定义创建问卷的功能添加进入系统但是最后由于十分困难导致出现很多不知名的bug而放弃
<<<<<<< HEAD
# 网站地址106.53.160.141
代码进行本地测试通过后,与服务器进行连接
=======
# 网站地址106.53.160.141
代码进行本地测试通过后,与服务器进行连接
>>>>>>> ff77f0dd50b836b0182f8b3e54cb8edc65726ee4

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

@ -1,8 +1,8 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="23" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="23" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/survey-master.iml" filepath="$PROJECT_DIR$/.idea/survey-master.iml" />
</modules>
</component>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/survey-master.iml" filepath="$PROJECT_DIR$/.idea/survey-master.iml" />
</modules>
</component>
</project>

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MessDetectorOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCSFixerOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCodeSnifferOptionsConfiguration">
<option name="highlightLevel" value="WARNING" />
<option name="transferred" value="true" />
</component>
<component name="PhpProjectSharedConfiguration" php_language_level="5.4.0">
<option name="suggestChangeDefaultLanguageLevel" value="false" />
</component>
<component name="PhpStanOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PsalmOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MessDetectorOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCSFixerOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCodeSnifferOptionsConfiguration">
<option name="highlightLevel" value="WARNING" />
<option name="transferred" value="true" />
</component>
<component name="PhpProjectSharedConfiguration" php_language_level="5.4.0">
<option name="suggestChangeDefaultLanguageLevel" value="false" />
</component>
<component name="PhpStanOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PsalmOptionsConfiguration">
<option name="transferred" value="true" />
</component>
</project>

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save