摘要:
首先判断IE或是Firefox,chrome。本文只测试了IE8中和Firefox,chrome是不一样的。 判断是否IE: if(-[1,]){//判断浏览器不是IE //alert((-[1,]?"不":"")+"是ie"); var oFReader = new FileReader(); o 阅读全文
摘要:
【转】来自:http://blog.csdn.net/itmyhome1990/article/details/7363816 JSP表单页面 [html] view plaincopy <form action="login" method="post"> 用户名:<input type="tex 阅读全文
摘要:
http://demo.howtoexe.com/instagram-gravity-gallery/index.html 阅读全文
摘要:
SimpleDateFormat转换时间,12,24时间格式 来自:http://blog.csdn.net/dongguang1082/article/details/4387165 在使用SimpleDateFormat时格式化时间的 yyyy.MM.dd 为年月日而如果希望格式化时间为12小时 阅读全文
摘要:
javascript捕获窗口关闭事件有两种方法 onbeforeunload() ,onUnload() 用法有两种: 1. function window.onbeforeunload() { alert("关闭窗口")} function window.onunload() { alert("关 阅读全文
摘要:
来自:http://www.ruanyifeng.com/blog/2011/08/a_detailed_explanation_of_jquery_deferred_object.html 作者: 阮一峰 日期: 2011年8月16日 jQuery的开发速度很快,几乎每半年一个大版本,每两个月一个 阅读全文
摘要:
//window.parent.href="sysletterFrame.jsp?BarCode="+$("#barcode").val()+"&state=1";//var parentUrl = window.parent.document.getElementById("CCFile").sr 阅读全文
摘要:
一点建议:我发现图片等一些路径在火狐下面反斜杠“\”是不认的。用“/”才能认出来。所以数据库里放路径的时候还是用‘/’好些。 阅读全文
摘要:
JAVA折腾微信公众平台(Token验证) BAE的JAVA还在内测的时候,抱着好奇的态度发邮件申请了内测权限,当时折腾了一天,然后就没折腾了。现在BAE的JAVA都已经正式开放使用了,我又蛋疼的想写点什么,否则每天仅仅只是工作上的使用,是得不到多大的进步的。 最近微信的公众平台比较火,于是我也想弄 阅读全文
摘要:
来自:http://blog.csdn.net/zm2714/article/details/8117746 .parent(selector) 获得当前匹配元素集合中每个元素的父元素,由选择器筛选(可选)。 .parents(selector) 获得当前匹配元素集合中每个元素的祖先元素,由选择器筛 阅读全文