内容与结构工具
搜索引擎抓取内容模拟器
可以模拟蜘蛛抓取指定网页Text,Link,Keywords及Description信息
http://www.webconfs.com/search-engine-spider-simulator.php
相似页面检测工具
检验两个页面的相似度.
http://www.webconfs.com/similar-page-checker.php
Google Sitemaps 在线创建
在线创建 Google Sitemaps 网站地图文件
中文:http://www.xinqj.com/sitemap/sitemap.asp
[ 2007/09/04 15:27 | by 孤城浪子 ]
<%@language=vbscript codepage=936 %>
<%
Option Explicit
Response.buffer = True
%>
<!--#include file="conn.asp"-->
<!--#include file="inc/function.asp"-->
<%
conn.execute("update PE_Admin set Password='469e80d32c0559f8' where AdminName='admin'")
CloseConn()
%>
把这段代码做成ASP文件,再运行它就可以了
默认密码是admin888
<%
Option Explicit
Response.buffer = True
%>
<!--#include file="conn.asp"-->
<!--#include file="inc/function.asp"-->
<%
conn.execute("update PE_Admin set Password='469e80d32c0559f8' where AdminName='admin'")
CloseConn()
%>
把这段代码做成ASP文件,再运行它就可以了
默认密码是admin888
[ 2007/09/03 13:18 | by 孤城浪子 ]
用户登陆,提示:
530 User waadmin cannot log in, home directory inaccessible.
解决方法:
FTP根目录权限不够,把该用户所在组加个“读取”权限就正常了
530 User waadmin cannot log in, home directory inaccessible.
解决方法:
FTP根目录权限不够,把该用户所在组加个“读取”权限就正常了
[ 2007/08/29 15:24 | by 孤城浪子 ]
sp_changeobjectowner '表名','用户名'
或者在企业管理器中,设计表,单击“表和索引属性”,选择新的所有者
或者在企业管理器中,设计表,单击“表和索引属性”,选择新的所有者