ZIP基于PHP的水质管理系统(用户端、管理员端) 72.87KB

2302_79553009

资源文件列表:

php水质管理系统源码.zip 大约有34个文件
  1. php水质管理系统源码/add_reports.php 5.19KB
  2. php水质管理系统源码/add_reportsPost.php 1.18KB
  3. php水质管理系统源码/case.php 16.9KB
  4. php水质管理系统源码/contact.php 14.64KB
  5. php水质管理系统源码/datashow.php 15.61KB
  6. php水质管理系统源码/del.php 864B
  7. php水质管理系统源码/del_reports.php 813B
  8. php水质管理系统源码/del_waters.php 845B
  9. php水质管理系统源码/home.php 31.47KB
  10. php水质管理系统源码/login.php 5.23KB
  11. php水质管理系统源码/Logincsdn.php 4.92KB
  12. php水质管理系统源码/LogincsdnPost.php 1.66KB
  13. php水质管理系统源码/m_home.php 124B
  14. php水质管理系统源码/manager.php 13.35KB
  15. php水质管理系统源码/news.php 12.87KB
  16. php水质管理系统源码/page.php 2.24KB
  17. php水质管理系统源码/platform.php 12.5KB
  18. php水质管理系统源码/post.php 1.7KB
  19. php水质管理系统源码/postLogin.php 1.66KB
  20. php水质管理系统源码/register.php 5.22KB
  21. php水质管理系统源码/registerPost.php 1.7KB
  22. php水质管理系统源码/reports.php 16.2KB
  23. php水质管理系统源码/setAdmin.php 1.01KB
  24. php水质管理系统源码/signup.php 5.78KB
  25. php水质管理系统源码/test.php 8.04KB
  26. php水质管理系统源码/update.php 4.83KB
  27. php水质管理系统源码/update_reports.php 6.17KB
  28. php水质管理系统源码/update_reportsPost.php 1.33KB
  29. php水质管理系统源码/update_waters.php 4.77KB
  30. php水质管理系统源码/update_watersPost.php 1.16KB
  31. php水质管理系统源码/updatePost.php 1.7KB
  32. php水质管理系统源码/user.php 13.13KB
  33. php水质管理系统源码/waters.php 12.34KB
  34. 数据库/member.sql 27.87KB

资源介绍:

基于php、html、mysql、bootstrap、layui进行全栈式开发。项目完成了前端用户平台、后端管理员平台,以乡村水质检测为主题设立。项目用户页面包括“用户首页”、“关于我们”、“水质新闻”、“水质检测报告”四个模块。水质检测宣传、项目产品、项目服务、未来计划、项目团队、指导团队、成就展示、水质新闻展示、水质报告增删改查的各项功能。项目管理员页面包括“数据展示”、“用户管理”、“水域管理”三个模块。实现了后台数据库数据可视化展示、数据库全用户管理以及权限分配、水域分配以及管理的各项功能。项目登录登出与注册页面实现了用户和管理员权限区分,登录后进入不同平台的功能。 语言:php、html、css、javascript 工具:Wampserver、Mysql、Dreamever。 框架与样式库:bootstrap、echarts、jquery、layui、popper。
<!doctype html> <html> <head> <meta charset="utf-8"> <title>河湖智库</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css"> <link rel="stylesheet" href="bootstrap-4.6.2-dist/css/bootstrap.min.css"> <style> h2{font-size: 20px;margin: auto;margin-right: 50px;} h2 a{color: black;text-decoration: none;margin-right: 15px} .logged .all{ margin-right: auto; margin-left: auto; } .head{ width: 1050; height: 150px; display: flex; } .logo{ width: 120px; height: 120px; margin-left: 50px; margin-top: 15px; margin-bottom: 10px; } .title{ width: 250px; height: 101px; margin-top: 30px; } .stitle{ width: 20%; height: 35%; margin-top: 80px; } /*走马灯*/ #slideshow { width: 100%; height:100%; /* background-color: #ccc;*/ } #slideshow img { width: 100%; height: 500px; display: none; } /* 关于我们*/ .us{ display: flex; margin-left: 60px; } .us img{ width: 32%; height: 32%; } .us_text{ text-align: center; margin-top: -30px; } .us_text p{ font-size: 24px; } .skill{ margin:auto; background-color: #e2e4e1; width: 90%; height: 250px; text-align: center; padding-left: 100px; margin-top: 50px; } .skill button{ width: 150px; height: 150px; margin-right: 100px; margin-top: 20px; } .mid{ display: flex; width: 100%; height: 700px; background-color:rgba(6,109,187,0.74); /* background:url();*/ margin-top: 100px; } .footer{ width: 100%; height: 250px; background-color: black; color: white; display: flex; } .product{ display: flex; margin-left: 110px; text-align: center; margin-top: 50px; } .product1{ display: flex; margin-left: 110px; text-align: center; margin-top: 50px; } .solution{ background: url("图片素材/back.jpg"); opacity: 0.9; } .c-tail-center{ margin-left: 10px; margin-top: 40px; } .c-solution{ margin-left: 80px; } .c-solution li{ list-style: none; } .c-solution li a{ color: white; } </style> </head> <body> <div class="all"> <div class="head" style=" background:#bce0fb;"> <!-- 登录与注销--> <img class="logo" src="图片素材/logo_river.png"> <img class="title" src="图片素材/title_new.png" style="height: 50%;margin-top: 65px;"> <img class="stitle" src="图片素材/title1.png" style="width: 20%;height: 60%;"> <h2> <a href="home.php">首页</a> <a href="us.php">关于我们</a> <a href="news.php">水质新闻</a> <a href="reports.php">水质监测报告</a> <a href="case.php">客户案例</a> <a href="platform">水质监测平台</a> <a href="contact">联系我们</a> </h2> <div class="dropdown" style="margin-top: 35px;margin-right: 50px;"> <a class="btn btn-secondary dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-expanded="false"> <div class="logged"> <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-person-circle" viewBox="0 0 16 16"> <path d="M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/> <path fill-rule="evenodd" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z"/> </svg> </div> </a> <div class="dropdown-menu"> <a class="dropdown-item" href="login.php">退出登录</a> <a class="dropdown-item" href="signup.php">用户注册</a> </div> </div> </div> <!-- 走马灯--> <div id="slideshow"> <?php $conn=mysqli_connect("localhost","root","")or die("连接服务器失败"); mysqli_select_db($conn,"member")or die("选择数据库错误"); mysqli_query($conn,"set names utf8"); $sql="select * from pics"; $result=mysqli_query($conn,$sql); $info=mysqli_fetch_array($result); $images = array($info['address'], $info['addresss'], $info['addressss']); foreach ($images as $image) { echo '<img src="' . $image . '" alt="Slideshow Image">'; } ?> </div> <div style="text-align: center;margin-top: 50px;"> <h1 style="color: #d6dad9">ABOUT US</h1> <h1 style="color: #555647">关于我们</h1> </div> <div style="text-align: center;background: rgba(57,139,241,1.00);width: 1200px;margin: auto;margin-top: 20px;margin-bottom: 10px;"> <b > <p style="font-size: 24px;color: white">“数智赋能”乡村水质全生命周期系统服务于乡村水利 暨囊括“采集-处理-汇总-反馈”的一条龙水质健康监测</b></p></b> </div> <div class="us"> <img style="margin-top: -8px" src="图片素材/us1.png" > <img style="margin-top: -8px;margin-left: 15px;" src="图片素材/us2.png" > <img style="margin-top: -8px;margin-left: 15px;" src="图片素材/us3.png" > </div> <div style="text-align: center;background: rgba(57,139,241,1.00);width: 1300px;margin: auto;margin-top: 20px;margin-bottom: 10px;"> <b > <p style="font-size: 24px;color: white">"数智赋能"致力于将“农村水体” “河湖长制度” “水利数据库”三者联合在一起 构建数字孪生流域为核心的智慧水利系统</b></p></b> </div> <div class="skill"> <button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title="水质报告推送"> <svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" fill="currentColor" class="bi bi-envelope-at-fill" viewBox="0 0 16 16"> <path d="M2 2A2 2 0 0 0 .05 3.555L8 8.414l7.95-4.859A2 2 0 0 0 14 2H2Zm-2 9.8V4.698l5.803 3.546L0 11.801Zm6.761-2.97-6.57 4.026A2 2 0 0 0 2 14h6.256A4.493 4.493 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586l-1.239-.757ZM16 9.671V4.697l-5.803 3.546.338.208A4.482 4.482 0 0 1 12.5 8c1.414 0 2.675.652 3.5 1.671Z"/> <path d="M15.834 12.244c0 1.168-.577 2.025-1.587 2.025-.503 0-1.002-.228-1.12-.648h-.043c-.118.416-.543.643-1.015.643-.77 0-1.259-.542-1.259-1.434v-.529c0-.844.481-1.4 1.26-1.4.585 0 .87.333.953.63h.03v-.568h.905v2.19c0 .272.18.42.411.42.315 0 .639-.415.639-1.39v-.118c0-1.277-.95-2.326-2.484-2.326h-.04c-1.582 0-2.64 1.067-2.64 2.724v.157c0 1.867 1.237 2.654 2.57 2.654h.045c.507 0 .935-.07 1.18-.18v.731c-.219.1-.643.175-1.237.175h-.044C1
100+评论
captcha
    类型标题大小时间
    ZIP中标麒麟7.6版本,离线安装nginx所需的所有依赖包和nignx压缩包94.74MB8月前
    ZIP运维云计算-CentOS-阿里云yum镜像源配置文件906B8月前
    ZIP通用时、儒略日、GPS时转换算法和大地坐标与空间直角坐标转换算法174.8KB8月前
    ZIPjar0818081829.4MB8月前
    ZIP数学(天津专用)-2025届新高三开学摸底考试卷.zip1.48MB8月前
    ZIP二、前后端分离通用权限系统(2)gansu-auth-parent(2).zip84.07KB8月前
    ZIPRANSAC 和最小二乘法实现雷达自我速度估计5.77MB8月前
    ZIPnovelreaderls.zip961.19KB8月前