基于Javaweb的问卷调查系统(附带数据库)

本项目是基于Javaweb的调查问卷系统,里面包含了数据库,只要把项目跟数据库导入即可。以下是调查问卷的需求,整个项目是围绕着以下项目来做的,以下的功能也全都可以实现。

如果你喜欢请关注我,会让你意外收获!

需求:

1、普通用户登录和管理员登录;

2、发布调查问卷以及填写调查问卷;

3、对调查问卷进行分析,比如 A 选项被选中占本题的百分之几;

4、要求后台可以对数据进行一个分析以及控制;

5、用户登录密码保存到数据库要求加密。

以下是这个系统部分效果图:

(1)首页(部分)

----------------------------------------------------------------------------------------------------------------------------------

(2)发布调查问卷

----------------------------------------------------------------------------------------------------------------------------------

(3)填写调查问卷

----------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------------------------------

(4)分析调查问卷

----------------------------------------------------------------------------------------------------------------------------------

(5)后台页面

<!DOCTYPE-HTML>
<html>
<head>
 <title>程序员写照</title>
</head>
<body>
 <h1>一款游戏一包烟,一台电脑一下午。</h1>
 <h2>一盒泡面一壶水,一顿能管一整天。</h2>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport"
          content="width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
    <meta name="renderer" content="webkit|ie-comp|ie-stand">
    <meta name="keywords" content="scclui框架">
    <meta name="description" content="scclui为轻量级的网站后台管理系统模版。">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta http-equiv="Cache-Control" content="no-siteapp"/>
    <title>更多实例请关注我的CSDN</title>
    <link rel="stylesheet" href="css/bootstrap.min.css">
</head>
<body>
<div class="gtco-section border-bottom">
            <div class="gtco-container">
                <div class="row">
                    <div class="col-md-8 col-md-offset-2 text-center gtco-heading">
                        <p>在线问卷调查既复杂又简单,我们把最好的用户体验交给您。</p>
                    </div>
                </div>
                <div class="row">
                    <div class="col-lg-4 col-md-4 col-sm-6">
                        <a href="stay.jsp" class="fh5co-project-item">
                            <figure>
                                <div class="overlay">
                                    <i class="ti-plus"></i>
                                </div>
                                <img src="img/h11.png" alt="Image" class="img-responsive">
                            </figure>
                            <div class="fh5co-text">
                                <h2>企业员工满意度调查问卷</h2>
                                <p>20道题&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;100份答卷</p>
                            </div>
                        </a>
                    </div>
                    <div class="col-lg-4 col-md-4 col-sm-6">
                        <a href="stay.jsp" class="fh5co-project-item">
                            <figure>
                                <div class="overlay">
                                    <i class="ti-plus"></i>
                                </div>
                                <img src="img/h2.png" alt="Image" class="img-responsive">
                            </figure>
                            <div class="fh5co-text">
                                <h2>手机市场需求调查问卷</h2>
                                <p>18道题&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;80份答卷</p>
                            </div>
                        </a>
                    </div>
                    <div class="col-lg-4 col-md-4 col-sm-6">
                        <a href="stay.jsp" class="fh5co-project-item">
                            <figure>
                                <div class="overlay">
                                    <i class="ti-plus"></i>
                                </div>
                                <img src="img/h3.png" alt="Image" class="img-responsive">
                            </figure>
                            <div class="fh5co-text">
                                <h2>房地产行业学术论文调查问卷</h2>
                                <p>26道题&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;70份答卷</p>
                            </div>
                        </a>
                    </div>
                    <div class="col-lg-4 col-md-4 col-sm-6">
                        <a href="stay.jsp" class="fh5co-project-item">
                            <figure>
                                <div class="overlay">
                                    <i class="ti-plus"></i>
                                </div>
                                <img src="img/h4.png" alt="Image" class="img-responsive">
                            </figure>
                            <div class="fh5co-text">
                                <h2>关于大学生恋爱价值观的调查问卷</h2>
                                <p>14道题&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;120份答卷</p>
                            </div>
                        </a>
                    </div>
                    <div class="col-lg-4 col-md-4 col-sm-6">
                        <a href="stay.jsp" class="fh5co-project-item">
                            <figure>
                                <div class="overlay">
                                    <i class="ti-plus"></i>
                                </div>
                                <img src="img/h5.png" alt="Image" class="img-responsive">
                            </figure>
                            <div class="fh5co-text">
                                <h2>婴儿用品市场调查问卷</h2>
                                <p>16道题&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;90份答卷</p>
                            </div>
                        </a>
                    </div>
                    <div class="col-lg-4 col-md-4 col-sm-6">
                        <a href="stay.jsp" class="fh5co-project-item">
                            <figure>
                                <div class="overlay">
                                    <i class="ti-plus"></i>
                                </div>
                                <img src="img/h6.png" alt="Image" class="img-responsive">
                            </figure>
                            <div class="fh5co-text">
                                <h2>关于网上购买家居的调查问卷</h2>
                                <p>18道题&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;60份答卷</p>
                            </div>
                        </a>
                    </div>

                </div>
            </div>
        </div>
        <footer id="gtco-footer" role="contentinfo">
            <div class="gtco-container">
                <div class="row row-p	b-md">

                    <div class="col-md-4">
                        <div class="gtco-widget">
                            <h3>关于<span class="footer-logo">本网站</span>
                            </h3>
                            <p>问卷调查系统主要功能是创建、发布、填写以及分析!</p>
                        </div>
                    </div>
                    <div class="col-md-4 col-md-push-1">
                        <div class="gtco-widget">
                            <h3>链接</h3>
                            <ul class="gtco-footer-links">
                                <li><a href="#">知识库</a></li>
                                <li><a href="#">职业生涯</a></li>
                                <li><a href="#">新闻</a></li>
                                <li><a href="#">服务条款</a></li>
                                <li><a href="#">隐私政策</a></li>
                            </ul>
                        </div>
                    </div>
                    <div class="col-md-4">
                        <div class="gtco-widget">
                            <h3>取得联系</h3>
                            <ul class="gtco-quick-contact">
                                <li><a href="#"><i class="icon-phone"></i> +Q:1159928833 </a></li>
                                <li><a href="#"><i class="icon-mail2"></i> info@</a></li>
                                <li><a href="#"><i class="icon-chat"></i> 即时聊天</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="row copyright">
                    <div class="col-md-12">
                        <p class="pull-left">
                            <small class="block">Jayce&copy; +Q:1159928833 <a
                                    target="_blank" href="http://sc.chinaz.com/moban/"></a></small>
                        </p>
                        <p class="pull-right">
                        <ul class="gtco-social-icons pull-right">
                            <li><a href="https://blog.csdn.net/weixin_42148410/article/details/101288026"><i class="icon-twitter"></i></a></li>
                            <li><a href="https://blog.csdn.net/weixin_42148410/article/details/101288026"><i class="icon-facebook"></i></a></li>
                            <li><a href="https://blog.csdn.net/weixin_42148410/article/details/101288026"><i class="icon-linkedin"></i></a></li>
                            <li><a href="https://blog.csdn.net/weixin_42148410/article/details/101288026"><i class="icon-dribbble"></i></a></li>
                        </ul>
                        </p>
                    </div>
                </div>

            </div>
        </footer>
</body>
</html>
发布了9 篇原创文章 · 获赞 20 · 访问量 4万+

猜你喜欢

转载自blog.csdn.net/weixin_42148410/article/details/80443893