今天看到一个java类中定义了接口,写个备忘录,记录一下 1 package com.gxf.test; 2 3 public class Test_interface { 4 public interface show{ 5 public void show(); 6 ...
分类:
编程语言 时间:
2014-08-29 21:23:18
阅读次数:
318
#import "CJViewController.h"#import @interface CJViewController ()@property (nonatomic, strong)CLLocationManager *manager;@end@implementation CJViewCo...
分类:
其他好文 时间:
2014-08-29 21:13:58
阅读次数:
188
什么是Snap?S.N.A.P 是Simple NX Application Programming (简易NX应用编程)的简称。是一个应用程序编程接口Application Programming Interface (API),并且允许用户对NX进行扩充和定制。用他编写出来的应用程序会大大减轻单...
分类:
其他好文 时间:
2014-08-29 19:50:08
阅读次数:
182
1. 查看你的Eclipse中使用的是什么SVN Interface,位置在 windows > preference > Team > SVN2. 如果是用的JavaHL, 找到以下目录并删除目录下的文件. XP: C:\"Documents and Settings"\[YourUserNam....
分类:
系统相关 时间:
2014-08-29 19:44:58
阅读次数:
206
http://wiki.openwrt.org/toh/tp-link/tl-wr1043ndOEM mass flashingFlashing hundreds of devices using the web interface can be a real pain. You can use t...
分类:
其他好文 时间:
2014-08-29 17:42:58
阅读次数:
188
The Java platform has two components: The Java Virtual Machine The Java Application Programming Interface(API)The API are known as packages.
分类:
编程语言 时间:
2014-08-29 12:57:47
阅读次数:
201
一、配置环境centos 6.2系统。网卡1口和2口做链路聚合。 交换机网口 6口和7口。二、服务器操作步骤 1.创建一个channel bonding interface#vi /etc/sysconfig/network-scripts/ifcfg-bond0添加如下几行:GATEWAY=1.....
分类:
其他好文 时间:
2014-08-29 12:51:37
阅读次数:
573
属性 其实就是get/set 方法。我们可以使用 objc_setAssociatedObject/objc_getAssociatedObject 实现 动态向类中添加 方法@interface NSObject (CategoryWithProperty)@property (nonatomic...
分类:
其他好文 时间:
2014-08-29 10:53:37
阅读次数:
175
我们在写轮播图片时使用系统的控件往往无法满足项目需求,因此我们就开始自定义控件了。以下是UIPageControl的自定义:#import @interface UPage : UIPageControl{ UIImage *_activeImage;//(当前页面所表示图片) UIImage .....
分类:
其他好文 时间:
2014-08-29 10:34:17
阅读次数:
189