码迷,mamicode.com
首页 >  
搜索关键字:groups @interface    ( 15105个结果
Objc中2维指针作为输出参数时由ARC及@autoreleasepool引发的血案
先看下面一个例子#import #import "AppDelegate.h"@interface Something : NSObject- (void)doWithError:(NSError **)outError;@end@implementation Something- (void)do...
分类:其他好文   时间:2014-07-23 16:44:01    阅读次数:212
Effective Go -> Interface
1.接口实现及类型转换 1 type Sequence []int 2 3 // Methods required by sort.Interface. 4 func (s Sequence) Len() int { 5 return len(s) 6 } 7 func (s Sequen...
分类:其他好文   时间:2014-07-23 16:43:41    阅读次数:210
交换机一些简单配置
我是应用商店的小镜子metric Metric为路由指定所需跃点数的整数值(范围是 1 ~ 9999),它用来在路由表里的多个路由中选择与转发包中的目标地址最为匹配的路由。所选的路由具有最少的跃点数。跃点数能够反映跃点的数量、路径的速度、路径可靠性、路径吞吐量以及管理属性。if Interface指...
分类:其他好文   时间:2014-07-23 14:54:46    阅读次数:244
【leetcode刷题笔记】Anagrams
Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.题解:所谓的anagrams,只若干个词,它们包含的字母的个数和种类完全一...
分类:其他好文   时间:2014-07-23 12:55:06    阅读次数:167
动态代理的实现过程
定义被代理对象的接口和接口实现:1 package com.xl;2 public interface Book {3 4 public void addBooks();5 }View Code 1 package com.xl; 2 3 public class BookImpl...
分类:其他好文   时间:2014-07-23 12:47:06    阅读次数:167
puppet aix之自动化用户管理
一、 用户组的管理(一) Puppet组管理特性1. manages_aix_lam用来管理AIX的LAM(Loadable Authentication Module)系统。2. manages_members对于目录服务是组属性成员,而不是用户。3. system_groups用来允许你创建比较...
分类:其他好文   时间:2014-07-23 12:45:46    阅读次数:524
弹出菜单
#import @interface DPopoverView : UIView+ (void)showPopoverAtPoint:(CGPoint)point inView:(UIView *)view withContentView:(UIView *)cView;- (void)showPo...
分类:其他好文   时间:2014-07-23 12:42:36    阅读次数:264
iOS_1_加法器
BeyondViewController.h // // BeyondViewController.h // 01_calc // // Created by beyond on 14-7-20. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface BeyondViewCon...
分类:移动开发   时间:2014-07-22 23:50:27    阅读次数:349
iOS_2_按钮控制物体形变
BeyondViewController.h // // BeyondViewController.h // 02_按钮控制物体形变 // // Created by beyond on 14-7-21. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface BeyondViewC...
分类:移动开发   时间:2014-07-22 23:49:47    阅读次数:330
iOS_3_图片浏览
BeyondViewController.h // // BeyondViewController.h // 03_图片浏览 // // Created by beyond on 14-7-22. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface BeyondViewContr...
分类:移动开发   时间:2014-07-22 23:49:37    阅读次数:345
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!