摘要: wget -r -p -n -k url地址 如: wget -r -p -n -k www.baidu.com/index.html 阅读全文
posted @ 2017-08-31 11:16 X_A_M 阅读(381) 评论(0) 推荐(0) 编辑
摘要: <?php header("Content-type:text/html;charset=utf-8"); $account = $_POST['account']; $password = $_POST['password']; echo ' <form action="Login.php" me 阅读全文
posted @ 2017-08-31 11:10 X_A_M 阅读(735) 评论(0) 推荐(0) 编辑
摘要: if (条件成立){ echo '<script language="javascript">location.href="跳转页面的绝对路径"</script>';}else{ echo '失败';} 阅读全文
posted @ 2017-08-31 11:06 X_A_M 阅读(2548) 评论(0) 推荐(0) 编辑
摘要: $conn = mysql_connect ( "链接地址" , "账号" , "密码" );$result = mysql_db_query ( "数据库" , "select * from <表名>;" , $conn );$row = mysql_fetch_row ( $result );e 阅读全文
posted @ 2017-08-31 11:03 X_A_M 阅读(212) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta charset="utf-8"> <title>demo01</title></head><body> <form> <h1>text文本框数据同步刷新</h1> <input type="text" onpropertychang 阅读全文
posted @ 2017-05-03 13:43 X_A_M 阅读(1955) 评论(1) 推荐(1) 编辑