码迷,mamicode.com
首页 >  
搜索关键字:not find    ( 24186个结果
jqGrid Search
表格中所有的列都可以作为搜索条件。所用到的语言包文件·$.jgrid={·...·search:{·caption:"Search...",·Find:"Find",·Reset:"Reset",·odata:['equal','notequal','less','lessorequal','gre...
分类:其他好文   时间:2014-07-22 22:57:14    阅读次数:352
NGUI 笔记
1、动态加载Atlas,并用NGUITools添加Sprite1 UIAtlas MyAtlas = Resources.Load("MyAtlas", typeof(UIAtlas)) as UIAtlas;2 GameObject bagBox = GameObject.Find("BagBox...
分类:其他好文   时间:2014-07-19 20:04:52    阅读次数:195
UVA - 10410 Tree Reconstruction
Description   You have just finished a compiler design homework question where you had to find the parse tree of an expression. Unfortunately you left your assignment in the library, but lucki...
分类:其他好文   时间:2014-07-18 22:19:15    阅读次数:249
bootstrap checkbox
在使用bootstrap库中的checkboxlistrow时,我想要根据checkbox是否至少选中了一个选项来确定页面的跳转,即需要在js中操作checkbox。这样就存在一个问题,一般的checkbox对应的name等是一个数组,可以对其进行相应的操作:如 var checkText=$("#select_id").find("option:selected").text(); 或 $...
分类:其他好文   时间:2014-07-18 22:06:50    阅读次数:210
POJ 2251:Dungeon Master(三维BFS)
Dungeon Master Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 16178 Accepted: 6268 Description You are trapped in a 3D dungeon and need to find th...
分类:其他好文   时间:2014-07-17 10:16:30    阅读次数:235
二分lower_bound()与upper_bound()的运用
/* G - 二分 Time Limit:2000MS Memory Limit:32768KB 64bit IO Format:%lld & %llu Submit Status Description Given n points (1 dimensional) and q segments, you have to find the number of points th...
分类:其他好文   时间:2014-07-16 16:42:15    阅读次数:245
mongodb常用操作
1.finddb.bind_info.find({ "bd_type" : 1 })2.countdb.bind_info.find({ "bd_type" : 1 }).count();3.返回固定字段db.users.find({},{"name":1,"age":1})如:如果你想创建一个“m...
分类:数据库   时间:2014-07-16 15:19:49    阅读次数:308
HDU - 1845 Jimmy’s Assignment (二分匹配)
Description Jimmy is studying Advanced Graph Algorithms at his university. His most recent assignment is to find a maximum matching in a special kind of graph. This graph is undirected, has N verti...
分类:其他好文   时间:2014-07-16 14:34:42    阅读次数:239
Cocos2dx 3.0 过渡篇(三十一)ValueVector和Vector不得不说的故事
有这么一个纠结的选择题:有一天你遇到一个外星人,这时外星人很热情的邀请你到他们星球去玩,你如何选 1:去,但是你有可能永远不能在回来。 2:不去,但是外星人会消去你的记忆 这问题很刺激有木有?!看似简单的一个问题,不同的答案却隐藏着不同的含义。 鱼与熊掌不可兼得,类似这种例子生活中会经常碰到。同样的,如果你有去了解过Cocos2dx3.0,也会遇到这样一个令人纠结的情况: 那就是:Value 与 Vector(Map)。 为什么这么说呢?且听我慢慢道来。...
分类:其他好文   时间:2014-07-16 13:24:49    阅读次数:202
Find the smallest number whose digits multiply to a given number n
Given a number ‘n’, find the smallest number ‘p’ such that if we multiply all digits of ‘p’, we get ‘n’. The result ‘p’ should have minimum two digits...
分类:其他好文   时间:2014-07-16 08:55:04    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!