欢迎来到【tv版直播平台源码】【git如何保护源码】【彩云指标源码大全】源码登录提示-皮皮网网站!!!

皮皮网

【tv版直播平台源码】【git如何保护源码】【彩云指标源码大全】源码登录提示-皮皮网 扫描左侧二维码访问本站手机端

【tv版直播平台源码】【git如何保护源码】【彩云指标源码大全】源码登录提示

2024-11-30 02:30:39 来源:{typename type="name"/} 分类:{typename type="name"/}

1.我了网站源码但不会用里面有个说明:admin/login.asp是源码登陆介面 admin admin 数据库在data文件夹 。
2.jsp登陆界面源代码

源码登录提示

我了网站源码但不会用里面有个说明:admin/login.asp是登录tv版直播平台源码登陆介面 admin admin 数据库在data文件夹 。

       你明不明白 网站的提示git如何保护源码原理

       程序是一部分

       但是网站要运行 要有数据库的支持才行 对吧

       data里面就是数据库

       如果是 access 那就简单

       直接用即可

       admin/login.asp 就是 网站的后台登录地址

       如您的网站 是 .microsoft.sqlserver.jdbc.SQLServerDriver");

       }catch(ClassNotFoundException e)

       {

       e.printStackTrace();

       }

       String user="***";

       String password="***";

       String url="jdbc:sqlserver://.0.0.1:;DatabaseName=***";

       Connection con=null;

       try{

       con=DriverManager.getConnection(url,user,password);

       }catch(SQLException e)

       {

       e.printStackTrace();

       }

       return con;

       }

       public  String selectPassword(String username)

       {

       Connection connection=getConnection();

       String sql="select *from login where username=?";

       PreparedStatement preparedStatement=null;

       ResultSet result=null;

       String password=null;

       try{

       preparedStatement=connection.prepareStatement(sql);

       preparedStatement.setString(1,username);

       result=preparedStatement.executeQuery();//可执行的     查询

       if(result.next())

       password=result.getString("password");

       }catch(SQLException e){

       e.printStackTrace();

       }finally

       {

       close(preparedStatement);

       close(result);

       close(connection);

       }

       System.out.println("找到的数据库密码为:"+password);

       return password;    

       }

       public  void close (Connection con)

       {

       try{

       if(con!=null)

       {

       con.close();

       }

       }catch(SQLException e)

       {

       e.printStackTrace();

       }

       }

       public  void close (PreparedStatement preparedStatement)

       {

       try{

       if(preparedStatement!=null)

       {

       preparedStatement.close();

       }

       }catch(SQLException e)

       {

       e.printStackTrace();

       }

       }

       public  void close(ResultSet resultSet)

       {

       try{

       if(resultSet!=null)

       {

       resultSet.close();

       }

       }catch(SQLException e)

       {

       e.printStackTrace();

       }

       }

       }

       2、login_check.jsp:文件

       <%@ page language="java" contentType="text/html; charset=utf-8"

       pageEncoding="utf-8"%>

       <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4. Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

       <html>

       <head>

       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

       <title>验证用户密码</title>

       </head>

       <body>

       <jsp:useBean id="util" class="util.Data_uil" scope="page" />

       <%

       String username=(String)request.getParameter("username");

       String password=(String)request.getParameter("password");

       if(username==null||"".equals(username))

       {

       out.print("<script language='javaScript'> alert('用户名不能为空');</script>");

       response.setHeader("refresh",源码彩云指标源码大全 "0;url=user_login.jsp");

       }

       else

       {

       System.out.println("输入的用户名:"+username);

       String passwordInDataBase=util.selectPassword(username);

       System.out.println("密码:"+passwordInDataBase);

       if(passwordInDataBase==null||"".equals(passwordInDataBase))

       {

       out.print("<script language='javaScript'> alert('用户名不存在');</script>");

       response.setHeader("refresh", "0;url=user_login.jsp");

       }

       else if(passwordInDataBase.equals(password))

       {

       out.print("<script language='javaScript'> alert('登录成功');</script>");

       response.setHeader("refresh", "0;url=loginSucces.jsp");

       }

       else

       {

       out.print("<script language='javaScript'> alert('密码错误');</script>");

       response.setHeader("refresh", "0;url=user_login.jsp");

       }

       }

       %>

       </body>

       </html>

       3、loginSucces.jsp文件

       <%@ page language="java" contentType="text/html; charset=utf-8"

       pageEncoding="utf-8"%>

       <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4. Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

       <html>

       <head>

       <meta http-equiv="Content-Type" content="text/html; charset=ISO--1">

       <title>Insert title here</title>

       </head>

       <body>

       <hr size="" width="%" align="left" color="green">

       <font size="6" color="red" >登录成功 </font>

       <hr size="" width="%" align="left" color="green">

       </body>

       </html>

       4、登录spring事件源码分析user_login.jsp文件

提示量化炒币源码

       <%@ page language="java" contentType="text/html; charset=utf-8"

提示量化炒币源码

       pageEncoding="utf-8"%>

提示量化炒币源码

       <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4. Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

提示量化炒币源码

       <html>

提示量化炒币源码

       <head>

提示量化炒币源码

       <meta http-equiv="Content-Type" content="text/html; charset=ISO--1">

提示量化炒币源码

       <title>登录界面</title>

提示量化炒币源码

       </head>

提示量化炒币源码

       <body  background="C:\Users\win8\workspace\Login\image\9dcbdceab5cfbc_.jpg" >

提示量化炒币源码

       <center>

提示量化炒币源码

       <br><br><br><br><br><br>

提示量化炒币源码

       <h1 style="color:yellow">Login</h1>

提示量化炒币源码

       <br>

提示量化炒币源码

       <form name="loginForm" action="login_check.jsp" method="post">   

提示量化炒币源码

       <table Border="0" >

提示量化炒币源码

       <tr >

提示量化炒币源码

       <td>账号</td>

提示量化炒币源码

       <td><input type="text" name="username"></td>

提示量化炒币源码

       </tr>

提示量化炒币源码

       <tr>

提示量化炒币源码

       <td>密码</td>

提示量化炒币源码

       <td><input type="password" name="password">

提示量化炒币源码

       </td>

提示量化炒币源码

       </tr>

提示量化炒币源码

       </table>

提示量化炒币源码

       <br>

提示量化炒币源码

       <input type="submit" value="登录" style="color:#BC8F8F">

提示量化炒币源码

       </form>

提示量化炒币源码

       </center>

提示量化炒币源码

       </body>

提示量化炒币源码

       </html>

提示量化炒币源码

提示量化炒币源码