[置顶] LUIS非主流个性签名 Post:2009-04-03 23:26
[置顶] 智思语录 Post:2009-04-03 23:26
[置顶] 智思语录(最新更新) Post:2009-04-03 23:26
-
-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
..
