//
// ViewController.m
// XIBForiPad
//
// Created by Lu_Ca on 15/8/12.
// Copyright (c) 2015年 Lu_Ca. All rights reserved.
//
//
//点击tableview的头视图按钮来达到收放tableview的列表
//
...
分类:
其他好文 时间:
2015-08-12 19:37:48
阅读次数:
125
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. UITextField *text...
分类:
其他好文 时间:
2015-08-11 23:10:46
阅读次数:
129
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
UITextField *textField=[[UITextField alloc]initWithFrame:CGRec...
分类:
移动开发 时间:
2015-08-11 18:42:03
阅读次数:
132
之前代码中,我经常会去使用Thread去处理耗时操作,再用Handler去返回到主线程,后面涉及到内存泄露,才知道这里面存在了很大的隐患–内存泄露。之前,一直以为Context发生内存泄露的几率很小,就不以为意。奈何当Android Lint给出下面的警告时,我收起小觑之心。In Android, Handler classes should be static or leaks might occ...
分类:
其他好文 时间:
2015-08-07 00:24:33
阅读次数:
140
收起 $(function() { $('.toggle').click(function() { $('.headerwrap').slideToggle(function() { var res = $(this).is(':visible'); if (res) { ...
分类:
其他好文 时间:
2015-08-02 14:55:37
阅读次数:
102
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{方法1 [self.view endEditing:YES];2 [[UIApplication sharedApplication]sendAction:@select....
分类:
其他好文 时间:
2015-07-25 22:47:33
阅读次数:
132
网页顶部定时收起广告jQuery特效 - HoverTree网页顶部定时收起广告jQuery特效jQuery网站顶部定时折叠收起广告代码,五秒钟后自动收起,适合活动或通知在网站顶部满屏展示,兼容主流浏览器。可以点击箭头展开或者收起广告。首页 特效 原文使用方法:1、在head区域引入样式表文件2、在...
分类:
Web程序 时间:
2015-07-22 20:41:22
阅读次数:
161
本文目录 [-点此收起]一、来源二、观后感2.1 概要2.2 优化总结2.3 Hadoop的配置对象2.4 中间结果的压缩2.5 对记录的序列化和反序列,会成为Hadoop Job中开销最高的操作!2.6 对记录的序列化是CPU敏感的,相对比之下,I/O都不算什么了!2.7 如何消除或者减小序列化/...
分类:
其他好文 时间:
2015-07-19 21:27:06
阅读次数:
134
iOS点击空白处或点击背景收起键盘
在viewDidLoad中添加手势
- (void)viewDidLoad{
[super viewDidLoad];
//添加手势
UITapGestureRecognizer *tap1 = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(viewTa...
分类:
移动开发 时间:
2015-07-13 14:06:39
阅读次数:
276