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 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
- 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
//----------查看对象成员----------------------------------//get_class(对象资源); get_class_methods(对象类名);$categorys = $shopCategoryManager->queryAll();$classObj...
分类:
其他好文 时间:
2014-12-31 12:43:30
阅读次数:
263
第二章类继承,属性,类变量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
1:这个东西是我抄的(抄的哪儿的我就想不起来了- -)弹出的窗没有样式 不是很好看//扩展 $.extend($.fn.datagrid.methods, { /** * 开打提示功能 * @param {} jq * @param {} params 提示消息框...
分类:
其他好文 时间:
2014-12-19 11:36:50
阅读次数:
193
接上篇点击打开链接
LeftNavGroupTemplate.cs
internal class LeftNavGroupTemplate : ITemplate
{
// Fields
private int index;
private string xml;
// Methods
public ...
分类:
其他好文 时间:
2014-12-18 15:12:32
阅读次数:
121
今天试着写ios 类似淘宝商品详情页面的效果
我用到的第三方库EGORefreshTableHeaderView下拉刷新的效果还有就是PWLoadMoreTableFooterView上拉加载更多
主要的思路在于UISCrollView两页,一页展示商品概况,另一页展示商品更多详情
首先,第一页的view包含一个UITableView,这个tableView实现PWLoadMoreTable...
分类:
移动开发 时间:
2014-12-17 20:57:12
阅读次数:
362
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
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