原文链接:http://outofmemory.cn/code-snippet/2123/jquery-zhuce-event-method1.使用事件名来绑定,可用的事件名有change,click,dblclick,error,focus,focusin,focusout,keydown,key...
分类:
Web程序 时间:
2015-04-22 17:47:43
阅读次数:
207
shortcut:/**/********************************************************[DateTime]:$YEAR$.$MONTH$.$DAY$[Author ]:Mr.Huang[Email ]:hsq2013(at)foxmail(d...
分类:
其他好文 时间:
2015-04-20 16:21:47
阅读次数:
141
原文:http://www.oschina.net/code/snippet_1382328_37407#!/usr/bin/env python#coding:utf-8# Author: --# Purpose: MongoDB的使用# Created: 2014/4/14#32位的版本最多.....
分类:
其他好文 时间:
2015-04-20 01:48:03
阅读次数:
228
补充两个GCD代码,都是Xcode snippet里面提供的:1.Dispatch After主要用于延迟执行一些代码。例子:int64_t delayInSeconds = 1.0;dispatch_time_t popTime = dispatch_time(DISPATCH_TIME_NOW,...
分类:
编程语言 时间:
2015-04-16 19:30:27
阅读次数:
151
http://www.oschina.net/code/snippet_218887_25870好文章:http://codelife.me/blog/2013/04/23/developing-wechat-public-platform-with-nodejs/index.html微信公众号No...
分类:
Web程序 时间:
2015-04-15 08:23:09
阅读次数:
190
收藏备用。http://www.oschina.net/code/snippet_575610_22694/** * 获取现在时间 * * @return 返回时间类型 yyyy-MM-dd HH:mm:ss */public static Date getNowDate() { Dat...
分类:
移动开发 时间:
2015-04-14 16:25:03
阅读次数:
180
http://www.oschina.net/code/snippet_616487_15391原网址:12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535...
分类:
其他好文 时间:
2015-04-12 16:01:21
阅读次数:
237
1.菜单工具->代码段管理器2.选择语言3.使用工具Snippet Editor创建代码片段导入即可参考:http://blog.csdn.net/oyi319/article/details/5605502
分类:
其他好文 时间:
2015-04-09 17:11:32
阅读次数:
133
原文:http://blog.csdn.net/oyi319/article/details/5605502从Visual Studio 2005开始,IDE支持代码片段。代码片段以代码缩写和TAB自动切换输入点的方式,提高书写代码的开发效率,比较常用的代码,如下面演示中的:class、ctor、f...
分类:
其他好文 时间:
2015-04-09 16:57:15
阅读次数:
131
安卓流式布局,经常用在 历史搜索框、人物标签 等安卓功能中, 对于没有经验的同学来说,要自己写流式成册确实是一个难点,或者写出来的自定义布局的运行效率也不高,这里是我自己整理出的一个非常好的例子, 拿出来跟大家交流学习。
1、 FlowViewGroup 类的java代码如下
package com.snippet.worklearn;
import android.conte...
分类:
移动开发 时间:
2015-04-05 17:35:38
阅读次数:
184