web前端期末大作业——基于html+css+javascript学生宿舍管理系统网站

精彩专栏推荐 文末获取联系
✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
作者主页: 【主页——获取更多优质源码】
web前端期末大作业: 【毕设项目精品实战案例 (1000套) 】
程序员有趣的告白方式:【HTML七夕情人节表白网页制作 (110套) 】
超炫酷的Echarts大屏可视化源码:【 Echarts大屏展示大数据平台可视化(150套) 】
HTML+CSS+JS实例代码: 【️HTML+CSS+JS实例代码 (炫酷特效网页代码) 继续更新中…】
免费且实用的WEB前端学习指南: 【web前端零基础到高级学习视频教程 120G干货分享】
关于作者: 历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 坚持原创,热衷分享,初心未改,继往开来!


文章目录

  • 一、‍网站题目
  • 二、✍️网站描述
  • 三、网站介绍
  • 四、网站演示
  • 五、⚙️ 网站代码
    • HTML结构代码
  • 六、 如何让学习不再盲目
  • 七、更多干货


一、‍网站题目

‍ 学生管理系统网页设计 、OA管理系统、后台管理模板、智能停车系统、等网站的设计与制作。


二、✍️网站描述

️HTML网页设计,采用DIV+CSS布局,共有多个页面,排版整洁,内容丰富,主题鲜明,首页使用CSS排版比较丰富,色彩鲜明有活力,导航与正文字体分别设置不同字号大小。导航区域设置了背景图。子页面有纯文字页面和图文并茂页面。

一套优质的网页设计应该包含 (具体可根据个人要求而定)

  1. 页面分为页头、菜单导航栏(最好可下拉)、中间内容板块、页脚四大部分。
  2. 所有页面相互超链接,可到二三级页面,有多页面组成。
  3. 页面样式风格统一布局显示正常,不错乱,使用Div+Css技术。
  4. 菜单美观、醒目,二级菜单可正常弹出与跳转。
  5. 可选有JS特效,如定时切换和手动切换图片轮播。
  6. 页面中有多媒体元素,如gif、视频、音乐,表单技术的使用。
  7. 页面清爽、美观、大方,不雷同。 。
  8. 不仅要能够把用户要求的内容呈现出来,还要满足布局良好、界面美观、配色优雅、表现形式多样等要求。

三、网站介绍

网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。

网站程序方面:计划采用最新的网页编程语言HTML5+CSS3+JS程序语言完成网站的功能设计。并确保网站代码兼容目前市面上所有的主流浏览器,已达到打开后就能即时看到网站的效果。

网站素材方面:计划收集各大平台好看的图片素材,并精挑细选适合网页风格的图片,然后使用PS做出适合网页尺寸的图片。

网站文件方面:网站系统文件种类包含:html网页结构文件、css网页样式文件、js网页特效文件、images网页图片文件;

网页编辑方面:网页作品代码简单,可使用任意HTML编辑软件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++ 等任意html编辑软件进行运行及修改编辑等操作)。
其中:
(1)html文件包含:其中index.html是首页、其他html为二级页面;
(2) css文件包含:css全部页面样式,文字滚动, 图片放大等;
(3) js文件包含:js实现动态轮播特效, 表单提交, 点击事件等等(个别网页中运用到js代码)。


四、网站演示

web前端期末大作业——基于html+css+javascript学生宿舍管理系统网站_第1张图片
web前端期末大作业——基于html+css+javascript学生宿舍管理系统网站_第2张图片
web前端期末大作业——基于html+css+javascript学生宿舍管理系统网站_第3张图片
web前端期末大作业——基于html+css+javascript学生宿舍管理系统网站_第4张图片
web前端期末大作业——基于html+css+javascript学生宿舍管理系统网站_第5张图片
web前端期末大作业——基于html+css+javascript学生宿舍管理系统网站_第6张图片


五、⚙️ 网站代码

HTML结构代码

DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>房间信息管理title>

    <link rel="stylesheet" href="css/bootstrap.css">
    <link rel="stylesheet" href="css/bootstrap-datetimepicker.css">
    <link rel="stylesheet" href="css/bootstrap-table.css">
    <link rel="stylesheet" href="css/bootstrap-editable.css">
    <link href="css/hhzcss.css" rel="stylesheet">
    <script src="js/jquery-3.3.1.min.js">script>
    <script src="js/bootstrap.min.js">script>
    <script src="js/bootbox.min.js">script>
    <script src="js/bootstrap-datetimepicker.js">script>
    <script src="js/bootstrap-datetimepicker.zh-CN.js">script>
    <script src="js/bootstrap-table.js">script>
    <script src="js/bootstrap-table-zh-CN.js">script>
    <script src="js/bootstrap-editable.js">script>
    <script src="js/commons.js">script>
    <script src="js/t_home.js">script>
    <script src="js/med.js">script>


    <style>
        body{
            width:100%;
            min-height: 800px;
            height: 100%;
            background:url("images/3.jpg");
            background-size: cover;

        }       style>
    <link rel="stylesheet" href="css/bootstrap.css">
    <link rel="stylesheet" href="css/font-awesome.min.css">
head>
<body>

<div class="hs-Data">
    <div class="col-md-1">div>
    <div class="col-md-10">
        <div class="row" style="height: 80px;">
            <div class="col-md-4">div>
            <div class="col-md-4"><h2 style="text-align: center;font-size:30px ;color:black;">房间信息管理h2>div>
            <div class="col-md-4">div>


            <table class="table-responsive" id="t_outgoing_record" style="color:#000000;">
            table>

            <div  class="row">

                <div class="col-md-6">

                    <div class="row" ><br/>
                        <div class="col-md-3">div>
                        <div class="col-md-3"><br/><button class="Button" id="addButtons"><h5>添加房间h5>button>div>
                        <div class="col-md-3"><br/><button class="Button" id="stuout"><h5>删除房间h5>button>div><br>
                        <div class="col-md-3">div>
                    div>
                    <div class="row"  style="magging:20px "><br/>
                        <div class="col-md-3">div>
                        <div class="col-md-3"><br/><button class="Button" id="stuChange"><h5>查看房间信息h5>button>div>
                        <div class="col-md-3"><br/><button class="Button" id="stum"><h5>查看房间设施h5>button>div><br>
                        <div class="col-md-3">div>
                    div>

                div>


                <div class="col-md-6">
                    <div class="row">
                        
                        <div class="col-md-2">div>
                        <div class="col-md-10">
                            <form name="fromss">
                                <fieldset >
                                    <legend>查询房间信息legend>
                                    <div class="row">
                                        <div class="col-md-6">

                                    <table style="border-collapse:separate; border-spacing:0px 40px;">
                                        <tr>
                                            <td>房间地址td>
                                            <td><input type="text" id="getTime" name="getTime" style="width: 50%"/>td>
                                        tr>
                                        <tr>
                                            <td>可住房间td>
                                            <td><select  id="categordys " class="Select" name="drugInstrumentType">
                                                <option value=" ">---请选择---option>
                                                <option value="1">不限option>
                                                <option value="2">可住房间option>
                                            select>td>
                                        tr>
                                    table>

                                        div>
                                        <div class="col-md-6" style="margin-top: 10px">
                                            <table style="border-collapse:separate; border-spacing:0px 40px;">
                                                <tr>
                                                    <td>房间状态td>
                                                    <td><select  id="categordsys " class="Select" name="drugInstrumentType">
                                                        <option value=" ">---请选择---option>
                                                        <option value="1">不限option>
                                                        <option value="2">正常option>
                                                        <option value="3">设置设施坏option>
                                                    select>td>
                                                tr>
                                                <tr>
                                                    <td>房间类型td>
                                                    <td><select  id="casstegordys " class="Select" name="drugInstrumentType">
                                                        <option value=" ">---请选择---option>
                                                        <option value="1">不限option>
                                                        <option value="2">男生宿舍option>
                                                        <option value="3">女生宿舍option>
                                                    select>td>
                                                tr>
                                            table>


                                        div>

                                        div>
                                fieldset>
                            form>
                            <button class="Button" id="formbut" style="float: right;margin: 20px 55px 0px 0px">查找button>
                        div>

                    div>
                div>
            div>

        div>
        <div class="col-md-1">div>
    div>
div>




<div class="modal fade" id="modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog" style="width: 1000px">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×button>
                <h4 class="modal-title" id="addTitle">添加房间h4>
            div>
            <div class="modal-body">
                
                <div style="height: 400px">
                    <form id="formData">
                        <div class="row">
                            <div class="col-md-6">
                                <div style="margin-left: 20%">
                                    <table style="border-collapse:separate; border-spacing:0px 20px;">
                                        <tr>
                                            <td ><label>房间地址:label>td>
                                            <td ><input name="drugInstrumentName" type="text" id="namess" class="form-control doc" />td>
                                        tr>
                                        <tr>
                                            <td>可容纳人数:td>
                                            <td >
                                                <input type="text"/>
                                            <td>
                                        tr>
                                        <tr>
                                            <td><label>房租:label>td>
                                            <td >
                                                <input type="text"/>
                                            td>
                                        tr>
                                        <tr>
                                            <td><label>房东:label>td>
                                            <td><input type="text"/>td>
                                        tr>
                                        <tr>
                                            <td><label>房间状态:label>td>
                                            <td> <select  id="categodrdsys " class="Select" name="drugInstrumentType">
                                            <option value=" ">---请选择---option>
                                            <option value="1">不限option>
                                            <option value="2">正常option>
                                            <option value="3">设置设施坏option>
                                        select>td>
                                        tr>
                                    table>
                                div>
                            div>
                            <div class="col-md-6">
                                <div>
                                    <table style="border-collapse:separate; border-spacing:0px 20px;">
                                        <tr>
                                            <td ><label>房间户型:label>td>
                                            <td ><input name="drugInstrumentName" type="text" id="nsamess" class="form-control doc" />td>
                                        tr>
                                        <tr>
                                            <td>房间类型:td>
                                            <td> <select  id="castegosdrdsys " class="Select" name="drugInstrumentType">
                                                <option value=" ">---请选择---option>
                                                <option value="1">男生宿舍option>
                                                <option value="2">女生宿舍option>
                                            select>td>
                                        tr>
                                        <tr>
                                            <td><label>支付方式:label>td>
                                            <td >
                                                <input type="text"/>
                                            td>
                                        tr>
                                        <tr>
                                            <td><label>房东电话:label>td>
                                            <td><input type="text"/>td>
                                        tr>
                                        <tr>
                                            <td >租房日期:td>
                                            <td > <input type="date" style="width:67%;hight:40px" name="syrq"/>td>
                                        tr>




                                    table>
                                div>
                            div>
                        div>
                        <div class="modal-footer">
                            <button class="Button" data-dismiss="modal">添加button>
                            <button class="Button" data-dismiss="modal"  style="margin: 0px 15px 0px 30px">取消button>
                        div>



                    form>
                div>
            div>
        div>
    div>
div>













<div class="modal fade" id="listmo" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×button>
                <h4 class="modal-title" >删除房间h4>
            div>
            <div class="modal-body">
                
                <div style="height: 400px;">
                    <div class="row">
                        <div class="col-md-2">div>
                        <div class="col-md-10" style="margin-top: 20%;font-size: 35px">
                            该房间还有人住,不能删除!
                        div>

                    div>
                div>
            div>
            <div class="modal-footer">
                <button class="Button" data-dismiss="modal">确定button>
            div>
        div>
    div>
div>





<div class="modal fade" id="listmodals" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog" style="width: 900px">
        <div class="modal-content" >
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×button>
                <h4 class="modal-title" >学生换房h4>
            div>
            <div class="modal-body">
                
                <div style="height: 600px;">
                    <form id="formDasta">
                        <div class="row">
                            <div class="col-md-6">
                                <div style="margin-left: 20%">
                                    <table style="border-collapse:separate; border-spacing:0px 20px;">
                                        <tr>
                                            <td ><label>房间地址:label>td>
                                            <td ><input name="drugInstrumentName" type="text" id="namess" class="form-control doc" />td>
                                        tr>
                                        <tr>
                                            <td>可容纳人数:td>
                                            <td >
                                                <input type="text"/>
                                            <td>
                                        tr>
                                        <tr>
                                            <td><label>房租:label>td>
                                            <td >
                                                <input type="text"/>
                                            td>
                                        tr>
                                        <tr>
                                            <td><label>房东:label>td>
                                            <td><input type="text"/>td>
                                        tr>
                                        <tr>
                                            <td><label>房间状态:label>td>
                                            <td> <select  id="categodrsdsys " class="Select" name="drugInstrumentType">
                                                <option value=" ">---请选择---option>
                                                <option value="1">不限option>
                                                <option value="2">正常option>
                                                <option value="3">设置设施坏option>
                                            select>td>
                                        tr>
                                        <tr>
                                            <td >租房日期:td>
                                            <td > <input type="date" style="width:67%;hight:40px" name="syrq"/>td>
                                        tr>
                                    table>
                                div>
                            div>
                            <div class="col-md-6">
                                <div>
                                    <table style="border-collapse:separate; border-spacing:0px 20px;">
                                        <tr>
                                            <td ><label>房间户型:label>td>
                                            <td ><input name="drugInstrumentName" type="text" id="nsamess" class="form-control doc" />td>
                                        tr>
                                        <tr>
                                            <td>已住人数:td>
                                            <td><input type="text"/>td>
                                        tr>
                                        <tr>
                                            <td><label>支付方式:label>td>
                                            <td >
                                                <input type="text"/>
                                            td>
                                        tr>
                                        <tr>
                                            <td><label>房东电话:label>td>
                                            <td><input type="text"/>td>
                                        tr>
                                        <tr>
                                            <td >房东类型:td>
                                            <td > <input type="text"/>td>
                                        tr>
                                    table>
                                div>
                            div>
                            <table class="table-responsive" id="t_hometo" style="color:#000000;">
                            table>
                        div>

                        <div class="modal-footer">
                            <button class="Button" data-dismiss="modal">确定button>
                            <button class="Button" data-dismiss="modal"  style="margin: 0px 15px 0px 30px">取消button>
                        div>
                    form>
                div>
            div>





        div>
    div>
div>






<div class="modal fade" id="stumas" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog" style="width: 600px">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×button>
                <h4 class="modal-title" id="addTitles">房间设施维护h4>
            div>
            <div class="modal-body">
                
                <div style="height: 400px">
                    <table class="table-responsive" id="t_homethree" style="color:#000000;">
                    table>
                    <form id="formDatass">

                        <div class="row">
                            <div class="col-md-1">div>
                            <div class="col-md-11">

                                <div style="margin-left: 20%">
                                    <table style="border-collapse:separate; border-spacing:0px 40px;">
                                        <tr>
                                            <td ><label>报损日期:label>td>
                                            <td > <input type="date" style="width:67%;hight:40px" name="syrq"/>td>
                                        tr>
                                        <tr>
                                            <td>损坏描述:td>
                                            <td >
                                                <input type="text" style="height: 80px"/>
                                            <td>
                                        tr>
                                    table>
                                div>
                            div>


                        div>
                        <div class="modal-footer">
                            <button class="Button" data-dismiss="modal">确定button>
                        div>



                    form>
                div>
            div>
        div>
    div>


div>
body>
html>




六、 如何让学习不再盲目

21年程序员总结给编程菜鸟的16条忠告

  1. 入门期间不要盲目看太多书,找一本网上或身边有经验程序员推荐的教材,先系统的学习。
  2. 多看帮助文档,帮助文档就像一个游戏的玩法说明通关秘籍,该看就看别太自信。
  3. 菜鸟容易被对象、属性、方法等词汇迷惑?那是你连最基础知识都还没掌握。
  4. 不要忽视没一个看起来不起眼的问题,经常总结做到举一反三。
  5. 没积累足够知识和经验前,你是开发不出一个完整项目的。
  6. 把最新技术挂在嘴边,还不如把过时技术牢记心中。
  7. 活到老学到老,只有一招半式是闯不了江湖的。
  8. 看得懂的书,仔细看;看不懂的书,硬着头皮也要看完。
  9. 书读百遍其义自见,别指望读一遍就能掌握。
  10. 请把教程里的例子亲手实践下,即使案例中有完整源码。
  11. 把在教程中看到的有意义的例子扩充;并将其切实的运用到自己的工作中。
  12. 不要漏掉教程中任何一个习题——请全部做完并做好笔记。
  13. 水平是在不断的实践中完善和发展的,你与大牛差的只是经验的积累。
  14. 每学到一个难点的时候,尝试对朋友或网上分享你的心得,让别人都能看得懂说明你真的掌握。
  15. 做好保存源文件的习惯,这些都是你的知识积累。
  16. 遇到问题不要张口就问,要学会自己找答案,比如google、百度和w3cschool上都有很多编程相关资料,你只要输入关键字就能找到你的答案。

七、更多干货

1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “点赞” “✍️评论” “收藏” 一键三连哦!

2.【关注我| 获取更多源码 | 优质文章】 带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!

3.

以上内容技术相关问题欢迎一起交流学习

你可能感兴趣的:(web前端,html网页模版,html网页期末作业,javascript,web课程设计与制作,web期末大作业)