在使用Jquery包装集的知识之前首先要注意三个概念(当前包装集、新包装集、包装集内部元素)的区别。 1 2 3 4 5 包装集size(),length,index 6 7 23 24 25 26 27 28 ...
分类:
Web程序 时间:
2014-12-20 16:48:33
阅读次数:
297
试用Nginx + PHP FastCGI 做WEB服务器,运行了几个月的时间,烦恼的是经常碰到Nginx 502 Bad Gateway 这个问题。参考了很多修改办法,这个502的问题一直存在,今天打算重装PHP FastCGI到PHP的安装目录里一看,发现PHP的日志文件已经有几十M的大小,打开...
分类:
其他好文 时间:
2014-12-20 15:30:38
阅读次数:
312
PuzzleA children's puzzle that was popular 30 years ago consisted of a 5x5 frame which contained 24 small squares of equal size. A unique letter of th...
分类:
其他好文 时间:
2014-12-19 01:49:46
阅读次数:
283
1.input提示 html:1 2 3 4 用户名 5 6 js: 1 $(".input_tips").click(function(){ 2 $(this).children("div").css("display","none...
分类:
其他好文 时间:
2014-12-17 12:16:55
阅读次数:
198
树(Tree)可以在一个空的<ul>元素中定义,可使用javascript加载数据。在body中添加ul标签<ulid="tt"></ul>然后在使用javascript代码加载数据使用JSON加载数据$(‘#tt‘).tree({url:‘treedata.json‘});树的数据格式(TreeDataFormat)每个节点可以包括下列属性..
分类:
Web程序 时间:
2014-12-15 06:35:43
阅读次数:
298
xml结构: 解析方法:$(xml).find("RightMenuItems").each(function () { this.data = Traversal($(this).children());});var Traversal = function (nodes) { v...
分类:
Web程序 时间:
2014-12-12 10:12:15
阅读次数:
106
There are N children standing in a line. Each child is assigned a rating value.You are giving candies to these children subjected to the following req...
分类:
其他好文 时间:
2014-12-12 06:43:14
阅读次数:
234
callback:{ beforeCheck:zTreeBeforeClick, onCheck:zTreeOnCheck } }; //模糊查询代码 functionzTreeBeforeClick(treeId,treeNode){ if(treeNode.level==0){ returnfalse; }elseif(treeNode.level==1){ if(treeNode.children!=null&&treeNode.children...
分类:
其他好文 时间:
2014-12-11 19:25:18
阅读次数:
158
RelativeLayout布局本文地址:http://blog.csdn.net/caroline_wendyRelativeLayout是一种相对布局方式,是根据属性进行对齐;A Layout where the positions of the children can be described in relation to each other or to the parent.在布局中,...
分类:
移动开发 时间:
2014-12-10 09:18:22
阅读次数:
246
UVA - 10905
Children's Game
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
4thIIUCInter-Universi...
分类:
编程语言 时间:
2014-12-09 21:31:16
阅读次数:
458