码迷,mamicode.com
首页 >  
搜索关键字:function    ( 54714个结果
js判断密码强度
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
Emacs 安装 jedi
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
公益图书馆-UserController-代码学习
1、我的捐书信息/** * @author Edwin * @description 显示捐书信息 */ public function donate() { $BookDB = D('Book'); //获取BOOK数据表对象,实例化 ...
分类:其他好文   时间:2014-08-08 23:53:46    阅读次数:264
easyui filter 过滤时间段
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
easyui dialog 扩展load
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
自己收藏-javascript用window.open的子窗口关闭自己并且刷新父窗口
function closeMeAndReloadParent(){opener.location.reload();window.close();}一种在父窗口中得知window.open()出的子窗口关闭事件的方法
分类:编程语言   时间:2014-08-08 23:43:56    阅读次数:358
Leetcode--Generate Parentheses
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
公益图书馆-Contribute捐赠-代码学习
1、ContributeController.class.php 控制器display(); } /** * @description 添加/响应 捐书订单 */ public function addBill(){ if(!IS_GET){ //判断...
分类:其他好文   时间:2014-08-08 21:17:06    阅读次数:330
animate实例介绍
1.animate,setInterval组合不断滚动;function Tscroll(){ $().animate(); }setInter("Tscroll()",1000); //注意里面的是 Tscroll(),而不是 TscrollclearInterval 用法:funct...
分类:其他好文   时间:2014-08-08 21:10:06    阅读次数:232
js创建对象的四种方式以及消耗时间比较
// 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!