function Box(){}var box = new
Box();alert(box.prototype); //使用对象实例无法访问到prototypealert(box._proto_);
//输出[object][object] 使用对象实例可以访问prototype的指针alert.....
分类:
其他好文 时间:
2014-05-12 10:09:33
阅读次数:
255
.box{overflow:auto;zoom:1;}.box-in{display:inline-block;vertical-align:top;}.border-box{-webkit-box-sizing:
border-box;-moz-box-sizing: border-box;box...
分类:
Web程序 时间:
2014-05-12 06:14:48
阅读次数:
460
上传验证绕过2011-08-06 07:37:10 我来说两句 收藏我要投稿Bypass
Upload Validation Framework V0.9CasperKid[S.Y.C]2011.7.29目录0x01
客户端验证绕过(javascript 扩展名检测)0x02 服务端验证绕过(htt...
分类:
其他好文 时间:
2014-05-12 06:01:24
阅读次数:
657
Windows界面编程第一篇 位图背景与位图画刷
可以通过WM_CTLCOLORDLG消息来设置对话框的背景,MSDN上对这个消息的说明如下:TheWM_CTLCOLORDLGmessage is sent
to a dialog box before the system draws the di...
分类:
Windows程序 时间:
2014-05-12 00:56:39
阅读次数:
1748
CSS3 box-shadow
如下所示:查看更多:http://www.w3cplus.com/content/css3-box-shadow
分类:
Web程序 时间:
2014-05-10 20:35:12
阅读次数:
538
工作中遇到的一些css知识!记录下来就是宝贵的财富。1, box-shadow :
向框添加一个或多个阴影 box-shadow: h-shadow(必需)水平阴影的位置,允许负值 v-shadow(必需)垂直阴影的位置
blur(可选)模糊距离 spread(可选)阴影的尺寸 color(可选)....
分类:
Web程序 时间:
2014-05-10 06:37:47
阅读次数:
360
题目:
Description
People in Silverland use coins.They have coins of value A1,A2,A3...An Silverland dollar.One day Tony opened his money-box and found there were some coins.He decided to buy a very n...
分类:
其他好文 时间:
2014-05-09 15:00:55
阅读次数:
345
原文:http://blog.sina.com.cn/s/blog_608475eb0100h3h1.htmljQuery校验官网地址:http://bassistance.de/jquery-plugins/jquery-plugin-validation一导入js库1
2 二、默认校验规则(1)...
分类:
Web程序 时间:
2014-05-09 13:07:16
阅读次数:
465
选中报错的js文件,右键选择 MyEclipse-->Exclude From
Validation ;然后继续右键执行MyEclipse-->Run Validation 即可
分类:
Web程序 时间:
2014-05-09 10:04:13
阅读次数:
376