HTML代码: 1 全选 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 JS代码:1 window.onload=function(){2 var oBtn=document.getElementById('btn');3 var oInpu...
分类:
其他好文 时间:
2014-08-26 19:04:16
阅读次数:
213
源码如下:[javascript]view plaincopyprint?$.fn.pager=function(pagerInfo){varrecordCount=this.size();if(recordCount一共'+this.size()+'条记录,一共'+pageCount+'页,当前第...
分类:
Web程序 时间:
2014-08-26 18:58:16
阅读次数:
210
在functions.php文件里面添加下面的代码就行了。if(is_admin()){ function hcsem_cdn_callback($buffer) {return str_replace('googleapis.com', 'useso.com', $buffer);} ...
HTML代码:1 2 3 JS代码:1 window.onload=function(){2 var oBtn=document.getElementsByTagName('input');3 var i=0;4 for(i=0;i<oBtn.length;i++){5 oB...
分类:
其他好文 时间:
2014-08-26 18:56:16
阅读次数:
208
1前台响应 onExcelBtnClick:?function(button,?e,?eOpts)?{
????????var?gridpanel?=?this.getRunGrid();
????????var?cm=gridpanel.columns;
????????var?data=[];
?????...
分类:
Web程序 时间:
2014-08-26 17:52:46
阅读次数:
261
永久自定义hive函数 1:做这件事的原因: 有一些函数是比较基础的,公用的,每次都要create?temporary?function麻烦了,这样的基础函数需要直接集成到hive中去,避免每次都要创建。 2:步骤 本人拥有一个账户z...
分类:
其他好文 时间:
2014-08-26 17:50:56
阅读次数:
281
前端UI分享
;(function ($) {
$.fn.DrowDowEditor = function (opts) {
opts = jQuery.extend({
panel:$(this),
data: null }, opts || {});
return this.each(function()...
分类:
其他好文 时间:
2014-08-26 17:27:17
阅读次数:
163
Follow up for "Search in Rotated Sorted Array":
What if duplicates are allowed?
Would this affect the run-time complexity? How and why?
Write a function to determine if a given target is in the...
分类:
其他好文 时间:
2014-08-26 17:19:16
阅读次数:
191
1.页面:(1)js传参数:location.href="${ctx }/forum/changeCtm.html?ctmId="+id;(2)将内容写在form表单里面,然后用表单提交提交如果需要验证表单,可以在js里面验证之后,然后用 "表单名".submit();来提交function sub...
分类:
编程语言 时间:
2014-08-26 17:17:36
阅读次数:
193