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