这里的协议是独立的,不再类里面,所以每个类的头文件都要引入#import"MarryProtoco.h"头文件。。首先新建一个协议Protocol:MarryProtoco里面写代理人要执行的方法,或者可选方法#import<Foundation/Foundation.h>
@protocolMarryProtoco<NSObject>
//代理人中必..
分类:
其他好文 时间:
2014-08-24 04:10:22
阅读次数:
154
.h文件。。。。。。。@interfacebook:NSObject
/*{
NSString*_bookName;//书名
CGFloat_bookThickness;//厚度
NSString*_bookType;//书类型
NSInteger_bookPrice;//书价格
NSString*_publishingHouse;//出版社
NSString*_publishintTime;//出版时间
}*///在@property里面,其..
分类:
其他好文 时间:
2014-08-23 19:11:51
阅读次数:
150
在IOS编程中,很多人没有理解实例变量与属性的区别,我根据自己的经验,这这里与大家分享下这里面的区别,下面我写一个简单的例子:.h@interface MyController :UIViewController{ UILabel *_myLabel;//这里是实例变量声明}@property (....
分类:
移动开发 时间:
2014-08-23 16:32:11
阅读次数:
210
// MHTAppDelegate.h
// HomeworkNeonLamp
// Copyright (c) 2014年 Summer. All rights reserved.
#import
@interface MHTAppDelegate :
UIResponder UIApplicationDelegate>
@property (retain,
no...
分类:
其他好文 时间:
2014-08-23 14:02:02
阅读次数:
242
// MHTAppDelegate.h
// TestCa
// Copyright (c) 2014年 Summer. All rights reserved.
#import
@interface MHTAppDelegate :
UIResponder UIApplicationDelegate,UITextFieldDelegate>
@property (r...
分类:
其他好文 时间:
2014-08-23 11:26:10
阅读次数:
290
UVA 10526 - Intellectual Property
题目链接
题意:给定两个问题,要求找出第二个文本抄袭第一个文本的所有位置和长度,输出前k个,按长度从大到小先排,长度一样的按位置从小到大
思路:后缀数组,把两个文本拼接起来,记录下拼接位置为tdp,这样如果sa[i] = tdp就是后面的文本开头,拼接起来的求出height数组,利用该数组的性质,从前往后扫一遍,...
分类:
其他好文 时间:
2014-08-23 11:24:11
阅读次数:
228
transition语法:1 transition : [ || ||2 || [, [ ||3 || || ]]*transition主要包含四个属性值:执行变换的属性:transition-property;变换延续的时间:transition- duration;在延续时间段,变换的...
分类:
Web程序 时间:
2014-08-22 17:42:19
阅读次数:
234
今天coding的时候碰到一个异常:ERROR: I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property.查了下资料:大部分都是将ntlmauth.dll.....
分类:
数据库 时间:
2014-08-22 16:06:28
阅读次数:
362
iphone应用之间调用步骤: 1)在plist文件中,注册对外接口 在xcode group&files 里面,展开 resources选择info.plist 鼠标右击information property list ,然后从列表中选择URL types 右击 add row 添加一个对象(....
分类:
移动开发 时间:
2014-08-22 15:47:58
阅读次数:
205
两种方式查看: 一.SQL_VARIANT_PROPERTY (expression , property )property : 1.BaseType SQL Server 数据类型 2.Precision 数值基本数据类型的位数 ...
分类:
数据库 时间:
2014-08-22 14:15:28
阅读次数:
668