码迷,mamicode.com
首页 >  
搜索关键字:groups @interface    ( 15105个结果
UVM基础之------uvm_port_base
Port Base Classes uvm_port_component_base This class defines an interface for obtaining a port’s connectivity lists after or during the end_of_elabora...
分类:其他好文   时间:2014-07-29 11:41:26    阅读次数:485
aop:declare-parents注解
http://www.blogjava.net/jackfrued/archive/2010/02/27/314060.html1 2 7 或者用委托代理1 2 7 8 9 目标是 types-matching的类,spring让它实现 implement-interface所指向的...
分类:其他好文   时间:2014-07-29 11:05:16    阅读次数:439
屏幕旋转与Transform
iTouch,iPhone,iPad设置都是支持旋转的,如果我们的程序能够根据不同的方向做出不同的布局,体验会更好。 如何设置程序支持旋转呢,通常我们会在程序的info.plist中进行设置Supported interface orientations,添加我们程序要支持的方向,而且程序里面每.....
分类:其他好文   时间:2014-07-29 10:44:56    阅读次数:254
三层交换机配置说明(华为S5700设置三个网段互通)
1.配置Switch# 创建VLAN system-view[HUAWEI] sysname Switch[Switch] vlan batch 10 20 30# 配置接口加入VLAN[Switch] interface gigabitethernet 0/0/1[Switch-GigabitEt...
分类:其他好文   时间:2014-07-29 10:23:18    阅读次数:432
MMORGP大型游戏设计与开发(客户端架构 part1 of vegine)
重写有些核心接口的时候,其实遇到了许多的问题,甚至一度的想过要放弃,但是最终还是坚持了下来。在客户端提供的这些接口中,可以清晰的看到客户端所依赖的各种模块的支持,以及各自之间的一些关联。下面只是介绍了vengine(微引擎)接口的基础模块框架,所谓的接口即对象设计中常见的Interface,为一个框...
分类:其他好文   时间:2014-07-28 23:37:14    阅读次数:262
iOS设备定位
一、iOS自带定位 1、SignInSignOutViewController.h @interface SignInSignOutViewController : UIViewController{ CLLocationManager *_locationManager; // 纬度 float _latitude; // 经度 float _long...
分类:移动开发   时间:2014-07-28 16:14:46    阅读次数:254
HDU 4883 TIANKENG’s restaurant
Problem Description TIANKENG manages a restaurant after graduating from ZCMU, and tens of thousands of customers come to have meal because of its delicious dishes. Today n groups of customers come to...
分类:其他好文   时间:2014-07-28 16:03:23    阅读次数:250
iOS_12_tableViewCell的删除更新_红楼梦
最终效果图: Girl.h // // Girl.h // 12_tableView的增删改 // // Created by beyond on 14-7-27. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface Girl : NSObject // U...
分类:移动开发   时间:2014-07-28 16:00:13    阅读次数:317
iOS_13_tableView的编辑模式_红楼梦
最终效果图: Girl.h // // Girl.h // 12_tableView的增删改 // // Created by beyond on 14-7-27. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface Girl : NSObject // UI控...
分类:移动开发   时间:2014-07-28 15:43:43    阅读次数:358
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!