一:框架挂马二:js文件挂马首先将以下代码document.write("");保存为xxx.js,则JS挂马代码为三:js变形加密muma.txt可改成任意后缀四:body挂马五:隐蔽挂马top.document.body.innerHTML
= top.document.body.innerHT...
分类:
Web程序 时间:
2014-05-08 14:21:55
阅读次数:
362
5.6休假回来在园子里看到一道比较火的面试题:(链接地址),js解法代码:function
test(a, b, c) { var s = [false, "Fizz", "Buzz", "FizzBuzz", "Whizz",
"FizzWhizz", "BuzzWhizz", "FizzB...
分类:
Web程序 时间:
2014-05-08 14:18:27
阅读次数:
399
2014年5月7号下午1点半进行的vmware笔试。笔试内容包括不定项选择题20个,问答题5个,编程2选1一个。编程题:1.
前序遍历一颗二叉树 2. 判断一个字符串中是否存在回文,存在则输出;问答题:1. js的标准模式和quire模式 2. 链接web、邮件、图片的区别 3....
分类:
其他好文 时间:
2014-05-08 14:04:53
阅读次数:
274
使用CSS控制XML的显示book.cssbookname{
display:block;color:Red}author{ display:block;font-style:italic}price{
display:block;colobook.xml java与模式 白艳 ...
分类:
Web程序 时间:
2014-05-07 17:04:59
阅读次数:
531
if(navigator.userAgent.indexOf("MSIE")>0){return"MSIE";}if(isFirefox=navigator.userAgent.indexOf("Firefox")>0){return"Firefox";}if(isSafari=navigator....
分类:
Web程序 时间:
2014-05-07 17:03:46
阅读次数:
288
.closest( selector )
Description: For
each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tre...
分类:
Web程序 时间:
2014-05-07 15:07:34
阅读次数:
380
体验地址:
http://www.renyugang.cn/html/h5/
http://www.renyugang.cn/html/h5/oop/...
分类:
其他好文 时间:
2014-05-07 13:20:25
阅读次数:
438
#xml
api:http://www.cnblogs.com/lhj588/archive/2011/11/09/2242483.html#dictionary
operations: key in dict....from xml.dom import minidom, Nodedoc = mi...
分类:
编程语言 时间:
2014-05-07 11:01:12
阅读次数:
602
在线测试地址http://lisperator.net/uglifyjs/下面都是基于linux系统的安装使用.UglifyJS是遵循了CommonJS规范写成的,可以在支持CommonJS模块系统的javascript环境中运行。当然,这是官方的说法,通俗的说,就是可以在浏览器里和node.js的...
分类:
编程语言 时间:
2014-05-07 10:41:13
阅读次数:
546