[置顶] LUIS非主流个性签名 Post:2009-04-03 23:26
[置顶] 智思语录 Post:2009-04-03 23:26
[置顶] 智思语录(最新更新) Post:2009-04-03 23:26
-
-11 29
- 晚上想起来以前玩过一种手法,叫做“模拟关键词”,下面我详细给大家讲解一下:
1、思路与目的:在百度或其他搜索引擎上输入关键词跳转到指定的地址。
打开百度,输入关键词比如“淘壶人”或者“紫砂壶”,出来搜索结果,不用理会,在地址栏贴入:
...javascript:void(0);document.write("<a href='http://www.taohuren.com' target='_blank'>点此打开页面</a>");
-
-4 28
- 运行Android SDK and AVD Manager(安卓模拟器)时,出现:
Win7用户的解决方法:emulator: ERROR: unknown virtual device name: ‘test’
emulator: could not find virtual device named ‘test’
...
-
-4 24
- 网上就流传利用SQL注入Access导出数据库内容到文本文件(可导出txt、htm、html等格式)的方法:
执行上述语句,在d:\web目录下就会生成test.txt文件,其内容就是表admin的内容。但是导出asp格SELECT * into [test.txt] in 'd:\web\' 'text;' from admin
...
-
-4 8
- 先来个简单的,ASP代码:
"" Then StopInjection(Request.Form)
'判断get参数
If Request.QueryString<>"" Then StopInjection(Request.QueryString)
'判断cookies参数
If Request.Cookies<>"" Then StopInjection
..
-
-3 11
- 网上的代码,大家可以试试哦:
<%
@enablesessionstate=false
@LANGUAGE="VBSCRIPT" CODEPAGE="65001"
%>
<!--#include file="conn.asp"-->
<%
response.buffer=true
response.expires=-1
response.contenttype="text/xml"
response.write"<?xml version='1.0' encoding='gb2312'?><aa>"
...
-
-1 28
- Microsoft提供了一个管理IIS的小工具MetaEdit,MetaEdit工作在WindowsNT4.0、Windows2000上,我发现它在WindowsXP上也能正常工作,另外,MetaEdit只能管理II4.0、IIS5.0或更高版本的IIS。
