JSP+MYSQL简单登录验证界面 您所在的位置:网站首页 jquery连接mysql实现登录 JSP+MYSQL简单登录验证界面

JSP+MYSQL简单登录验证界面

2024-06-25 13:32| 来源: 网络整理| 查看: 265

环境配置tomcat9、jdk1.8(1.8以上版本会有报错,所以尽量1.8以下)jdbc驱动(我的是8.**),ecplise编译器 我直接在代码中注释吧! 新手上路,有说的不清楚的或者不正确的还请指出。 这里我只放了登录界面连接数据库并验证的代码,样式内的图片之类的我没放,成功跳转页面也没放出来

用户登录 body{ margin:0px; padding:0px; overflow:hidden; } #wrapper{ position:absolute; width:100%; height:100%; min-width:1280px; min-height:680px; overflow-x:hidden; overflow-y:hidden; background-image: -moz-linear-gradient(top,#77D1F6, #2F368F); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #77D1F6),color-stop(1, #2F368F)); } #header{ height:100px; width:100%; } #logo{ position:absolute; float:left; margin-left:5%; margin-top:30px; height:40px; width:160px; text-align:center; } #heading{ position:relative; float:left; margin-left:20%; margin-top:-18px; height:110px; width:60%; border-radius: 18px; background-color:#1C75BC; opacity:0.6; } #heading #title{ margin-top:40px; text-align:center; font-family:微软雅黑; font-size:24px; font-weight:bold; } #heading #subTit


【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有