码迷,mamicode.com
首页 >  
搜索关键字:methods    ( 2828个结果
[ES6] 18. Map
ES6 provides Map, it is a set of k-v pair. Key can be number, string, object, function and even undefined.var m = new Map();Methods:1. set(k,v)m.set("...
分类:其他好文   时间:2015-01-02 06:29:26    阅读次数:167
[ES6] 17. Set
Es6 provides "Set", it likes array but the data inside should be unqiue."Set" is a construct function, you should call:var s = new Set();Methods:1.add...
分类:其他好文   时间:2015-01-02 06:26:51    阅读次数:223
Java Notes-6
- The  wait() and  notify() methods of the  Object class extend this capability by allowing us to explicitly coordinate the waiting and running threads.  -By executing  wait() from a synchronized b...
分类:编程语言   时间:2015-01-01 12:32:52    阅读次数:240
淘宝sdk - 类目对象
//----------查看对象成员----------------------------------//get_class(对象资源); get_class_methods(对象类名);$categorys = $shopCategoryManager->queryAll();$classObj...
分类:其他好文   时间:2014-12-31 12:43:30    阅读次数:263
Ruby学习-第二章
第二章类继承,属性,类变量1.如何声明一个子类class Treasure [:a] //只有aclass A def b puts 'b' endenda.public_methods(false)# => [:a, :b]//有a和b而不能修改的,是类继承了哪个类。比如class A...
分类:其他好文   时间:2014-12-30 13:13:36    阅读次数:192
easyUI的doCellTip 就是鼠标放到单元格上有个提示的功能
1:这个东西是我抄的(抄的哪儿的我就想不起来了- -)弹出的窗没有样式 不是很好看//扩展 $.extend($.fn.datagrid.methods, { /** * 开打提示功能 * @param {} jq * @param {} params 提示消息框...
分类:其他好文   时间:2014-12-19 11:36:50    阅读次数:193
SharePoint开发 - 自定义导航菜单(三)附其他代码
接上篇点击打开链接 LeftNavGroupTemplate.cs internal class LeftNavGroupTemplate : ITemplate { // Fields private int index; private string xml; // Methods public ...
分类:其他好文   时间:2014-12-18 15:12:32    阅读次数:121
ios 类似淘宝商品详情页面的效果
今天试着写ios 类似淘宝商品详情页面的效果 我用到的第三方库EGORefreshTableHeaderView下拉刷新的效果还有就是PWLoadMoreTableFooterView上拉加载更多 主要的思路在于UISCrollView两页,一页展示商品概况,另一页展示商品更多详情 首先,第一页的view包含一个UITableView,这个tableView实现PWLoadMoreTable...
分类:移动开发   时间:2014-12-17 20:57:12    阅读次数:362
【DateStructure】 Charnming usages of Map collection in Java
When learning the usage of map collection in java, I found serveral beneficial methods that was encountered in the daily life. Now I made a summary:[j...
分类:编程语言   时间:2014-12-17 20:48:46    阅读次数:203
[Android_cracker] AntiLVL下载与使用方法
AntiLVL - Android License Verification Library Subversion[ What is it? ]AntiLVL's purpose is to subvert standard license protection methods such as th...
分类:移动开发   时间:2014-12-17 09:04:24    阅读次数:1112
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!