ssh-line design system source java web-based documents, papers and other papers online design Source

Documentation, test papers online design

It is a convenient, efficient and practical online design system, a JAVA WEB-based system.

The contents of design documents and other papers questionnaire design system

Demo Video

Link: https: //pan.baidu.com/s/15frfxcv2m8LfbZaVBg2ytQ
extraction code: w284

installation

Because the system is JAVA WEB achieve, so installation is no different from ordinary JAVA WEB program, configure the address of the database can be used normally based.

jdk1.7+ tomcat mysql5.x

ssh framework for developing spring struts2 hibernate maven

Development Tools: idea or eclipse

Installation Notes

服务器必须安装由 JAVA 1.7+、MySQL、Apache Tomcat 构成的环境

由于引用的外部jar在你本地maven仓库中可能没有,这时只要您本地有maven环境,执行下bin目录下面的文件就可以自动导入。

Configuration instructions, data initialization

先在您mysql导入.sql数据库脚本文件

Profile address

conf/application.properties

#database settings
jdbc.url=jdbc:mysql://localhost:3306/dwsurvey?useUnicode=true&characterEncoding=utf8
jdbc.username=root
jdbc.password=123456,.

分别修改```jdbc.url、jdbc.username、jdbc.password```

Start Access

After configuration, start the service in the browser as input localhost:8080/diaowenthe corresponding address see the login page, it said that it has installed successfully.

Source obtain:
https://www.huzhan.com/code/goods363925.html

Characteristic

With a new design experience, say goodbye to the tedious design process, through simple and fun way, easy to complete the questionnaire design, multiple choice questionnaire style templates, only to appear more attractive form questionnaire.

Rich Questions

Rich support questions, drag and drop the title to complete the selection, and you can easily drag its location, a beautiful questionnaire is that simple.

Static form questionnaire

For the questionnaire form system, because all the form fields are back-end database to maintain, so the answer to every request, if all options and to get each question from the backend database, it will definitely have caused no small impact on performance.

So the page will be static data published in the form of a questionnaire, to generate a real form archive.

Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
https://www.huzhan.com/code/goods363925.html
Here Insert Picture Description
Source obtain: https: //www.huzhan.com/code/goods363925.html
Here Insert Picture Description
Here Insert Picture Description

Published 167 original articles · won praise 182 · views 510 000 +

Guess you like

Origin blog.csdn.net/qq_22860341/article/details/101022022