html代码: 1 2 密码: 3 4 密码强度: 5 6 7 弱 8 中 9 强10 11 12 js代码: 1 function pwdStre...
分类:
Web程序 时间:
2014-08-09 02:31:42
阅读次数:
310
Jedi 是个很棒的python的自动补全插件,可以显示docstring, function arguments and code location.安装步骤:一、安装python的虚拟环境sudo apt-get install python-virtualenv或sudo apt-get in...
分类:
其他好文 时间:
2014-08-08 23:56:46
阅读次数:
1234
1、我的捐书信息/** * @author Edwin * @description 显示捐书信息 */ public function donate() { $BookDB = D('Book'); //获取BOOK数据表对象,实例化 ...
分类:
其他好文 时间:
2014-08-08 23:53:46
阅读次数:
264
1$.extend($.fn.datagrid.defaults.filters,{2dateRange:{3init:function(container,options){4varc=$('').appendTo(container);5c.find('.d1,.d2').datebox();6...
分类:
其他好文 时间:
2014-08-08 23:51:37
阅读次数:
680
1$.extend($.fn.panel.methods,{2showMask:function(jq,msg){3returnjq.each(function(){4varpal=$(this).panel('panel');5if(pal.css('position').toLowerCase(...
分类:
其他好文 时间:
2014-08-08 23:46:16
阅读次数:
429
function closeMeAndReloadParent(){opener.location.reload();window.close();}一种在父窗口中得知window.open()出的子窗口关闭事件的方法
分类:
编程语言 时间:
2014-08-08 23:43:56
阅读次数:
358
Problem Description:
Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses.
For example, given n = 3, a solution set is:
"((()))", "(()())",...
分类:
其他好文 时间:
2014-08-08 21:20:46
阅读次数:
327
1、ContributeController.class.php 控制器display(); } /** * @description 添加/响应 捐书订单 */ public function addBill(){ if(!IS_GET){ //判断...
分类:
其他好文 时间:
2014-08-08 21:17:06
阅读次数:
330
1.animate,setInterval组合不断滚动;function Tscroll(){ $().animate(); }setInter("Tscroll()",1000); //注意里面的是 Tscroll(),而不是 TscrollclearInterval 用法:funct...
分类:
其他好文 时间:
2014-08-08 21:10:06
阅读次数:
232
// Property-less object console.time('zoop1');var zoop = (function (numObjects) { var pooz = Object.create(null); for(var i = 0; i>: 2时间总是最少的,其他三个有变.....
分类:
Web程序 时间:
2014-08-08 21:04:56
阅读次数:
297