登錄源碼下載
㈠ 我弄了個QQ2011登錄源碼,在易語言中為什麼提示一個 易模塊文件「F:\存檔\QQ2011皮膚.ec」不存在!
你好,是因為你下載的源碼中,引用的模塊位置 "F:\存檔\QQ2011皮膚.ec"
你電腦上沒有,所以會提示不存在
解決方法:
你自己去下載個QQ2011皮膚.ec這個模塊,記住好路徑,然後打開源碼,不用管是否存在,打開源碼後,把引用的那個模塊刪掉,再引用你先前下載的那個同名模塊就OK了。
望採納!
知道 FTP 地址 和 帳戶密碼就可以下載 不過 PHP 都是MYSQL資料庫 需要備份數據哦。要不網站源碼不能用。
㈢ asp登錄界面源代碼
要是你要的話。我可以發一個文件給你。裡面的內容是一本書的所有例子。包括有
「留言板、注冊和登陸、Blog、小型論壇、新聞發布等等。」
都是ASP版的。只要你建好站點。復制相應的文件到你站點下就行了。
㈣ 求jsp登錄源碼 急急急急急急急急急急急
登陸頁面 index.jsp源碼:
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>login</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body>
<form action="LoginServlet" method="post">
用戶名:<input type="text" name="username" ><br>
密碼:<input type="password" name="userpass"><br>
<input type="submit" value="登陸"> <input type="reset" value="取消">
</form>
</body>
</html>
-------------
LoginServlet.java 源碼:
package servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class LoginServlet extends HttpServlet {
/**
* Constructor of the object.
*/
public LoginServlet() {
super();
}
/**
* Destruction of the servlet. <br>
*/
public void destroy() {
super.destroy(); // Just puts "destroy" string in log
// Put your code here
}
/**
* The doGet method of the servlet. <br>
*
* This method is called when a form has its tag value method equals to get.
*
* @param request the request send by the client to the server
* @param response the response send by the server to the client
* @throws ServletException if an error occurred
* @throws IOException if an error occurred
*/
public void doGet(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
//獲得jsp頁面傳輸的參數
String username=request.getParameter("username");
String userpass=request.getParameter("userpass");
//判斷
if(username.equals("user")&&userpass.equals("1234")){
response.sendRedirect("1.jsp");
}else if(username.equals("admin")&&userpass.equals("4321")){
response.sendRedirect("2.jsp");
}else{
response.sendRedirect("index.jsp");
}
}
/**
* The doPost method of the servlet. <br>
*
* This method is called when a form has its tag value method equals to post.
*
* @param request the request send by the client to the server
* @param response the response send by the server to the client
* @throws ServletException if an error occurred
* @throws IOException if an error occurred
*/
public void doPost(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
this.doGet(request, response);
}
/**
* Initialization of the servlet. <br>
*
* @throws ServletException if an error occurs
*/
public void init() throws ServletException {
// Put your code here
}
}
-------------
1.jsp:
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP '1.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body>
This is 1.jsp <br>
</body>
</html>
-------------
2.jsp
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP '1.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body>
This is 2.jsp <br>
</body>
</html>
㈤ 怎麼把阿里雲伺服器源碼下載到本地電腦
將源碼先上傳到網路雲,然後回家打開網路雲,下載即可。
㈥ 我知道那個網站的管理員密碼,如何下載源代碼
後台登錄的帳號登錄後,還是只能執行網頁程序,沒辦法下載原代碼的。不過你可以拿這個用戶名和密碼用FTP試試看,有的管理員會用統一的帳號,雖然這樣做可能性很小,但是總是個辦法嘍:)
㈦ 求asp.net C#的登錄注冊源碼,急~~~~謝謝~~~
建議你去 51aspx下載源碼 裡面都有登陸的功能。
你在看看登陸的代碼,很多都有注釋。很簡單的。
實在不會就設置斷點一步步調試~~!
㈧ 知道網站的伺服器IP 用戶名和密碼 如何下載網站的源代碼
使用ftp登錄該IP,然後將裡面的內容下載下來即可。記住使用ftp登錄,一般網站都是支持ftp登錄管理的。
㈨ 熱血江湖私服登錄器源碼 PUDN麻煩幫忙下載一下
熱血江湖登陸器源碼和源碼模塊,可以進行易語言編譯修改,源碼代碼已經完善大部分,只需稍有修改和編譯調試就可以用的咯!
Yulgang landers source and source code moles that can be easily modified language compiler, source code has been improved much, just slightly modified and compiled debugging can be used to argue!
https://share.weiyun.com/
㈩ 網上(http://down.chinaz.com/soft/32789.htm)下載的源碼,不知道怎麼登錄後台
在站長站下載的啊後台 一般是admin 進不去的話 就是 後台換了 用戶密碼 也都 是admin進不去就換一下密碼admin888