E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
NSRange
Foundation Kit快速教程
一、一些有用的数据类型
NSRange
范围typedefstruct _
NSRange
{ unsignedintlocation; unsignedintlength;}
dp1234
·
2011-10-19 17:00
cocoa
struct
String
存储
float
Dictionary
[置顶] object-c get开头的函数名是什么意思
例如:buffer range:(
NSRange
)aRangebuffer就
cjopengler
·
2011-10-18 14:00
《30天精通iPhone手机编程》-Day9-密码生成器
这一章的密码生成器涉及到宏定义,随机数random、srandom,
NSRange
,StringWithRange.
mmc7621
·
2011-09-28 18:00
编程
null
iPhone
Random
手机
UITextField限制字数的方法
在输入东西的时候,如果想限制最大字数,可以用下面方法-(BOOL)textField:(UITextField*)textFieldshouldChangeCharactersInRange:(
NSRange
favormm
·
2011-09-26 15:00
String
Objective-C中判断字符串是否包含其他字符串
BOOL) hasSuffix:(NSString *) astring;检查字符串是否以astring结尾; 如果想知道字符串内的某处是否包含其他的字符串,使用rangeOfString: -(
NSRange
linwwwei
·
2011-09-25 11:00
rangeofstring
hasprefix
hassuffix
Object-C学习笔记七-----Foundation Kit快速教程NSString and NSMutableString
范围的作用,
NSRange
表示相关事物的范围。通常是字符串里的字符范围或者数组里的元素范围。typedef_
NSRange
//表示相关事物的范围{ unsignedintlocatio
lutaotony
·
2011-09-13 22:00
iPhone入门学习——Objective-C学习文档
iPhone入门学习——Objective-C学习文档一.数据类型1.NSRangetypedefstruct_
NSRange
{NSUIntegerlocation;NSUIntegerlength;}
kepoon
·
2011-08-31 18:00
截取字符串 之
NSRange
的应用
NSRange
的定义typedefstruct_
NSRange
{ unsignedintlocation; unsignedintlength;}
NSRange
;NSMakeRange函数-
houchangxi
·
2011-08-23 10:00
【引用】限制UITextField输入长度的方法
- (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(
NSRange
)range replacementString
jiangm520
·
2011-08-16 14:00
UITextField
转
NSRange
的用法
NSRange
的定义typedef struct _
NSRange
{ NSUIntegerlocation; NSUIntegerlength;}
NSRange
;
NSRange
是一个结构体,其中location
我的笔记本
·
2011-08-08 14:25
职场
C语言
常用
休闲
描述起点
播放器解析源代码(2)
//处理: 歌曲名中如果包含歌词 NSMutableString *tmp=[NSMutableString stringWithString:SongsName];
NSRange
命苦
·
2011-07-15 15:54
代码
职场
iPhone
休闲
xcode UILabel分页计算(转来收藏)
getPagesOfString:(NSString*)cache withFont:(UIFont*)font inRect:(CGRect)r{ //返回一个数组, 包含每一页的字符串开始点和长度(
NSRange
慎道
·
2011-07-14 10:00
xcode UILabel分页计算
getPagesOfString:(NSString*)cache withFont:(UIFont*)font inRect:(CGRect)r{ //返回一个数组, 包含每一页的字符串开始点和长度(
NSRange
lifaming15
·
2011-06-16 15:00
UILabel
NSDate,NSCalendar, NSDateComponents 获得时间之差总结
-(
NSRange
)maximumRangeOfUnit:(NSCalendarUnit)unit; 返回单元的最大范围。
wangccddaa
·
2011-05-20 15:22
职场
休闲
NSCalendar
TextView里限制输入字数的方法
:来进行判断://键入Done时,插入换行符,然后执行addBookmark-(BOOL)textView:(UITextView*)textViewshouldChangeTextInRange:(
NSRange
gavinming
·
2011-05-12 10:00
联想
超长字符串分页
NSArray*)getPagesOfString:(NSString*)cachewithFont:(UIFont*)fontinRect:(CGRect)r{//返回一个数组,包含每一页的字符串开始点和长度(
NSRange
ToddFox
·
2010-05-21 08:00
cache
objective-C笔记(六)
1.两种常用的结构体: 范围: typedef struct _
NSRange
{ NSUInteger location; NSUInteger
qzww5324
·
2009-10-20 16:00
数据结构
C++
c
Objective-C
C#
objective-C笔记(六)
阅读更多1.两种常用的结构体:范围:typedefstruct_
NSRange
{NSUIntegerlocation;NSUIntegerlength;}
NSRange
;用来表示字符串中字符的位置和数组中的元素范围
qzww5324
·
2009-10-20 16:00
Objective-C
C
C++
C#
数据结构
objective-C笔记(六)
阅读更多1.两种常用的结构体:范围:typedefstruct_
NSRange
{NSUIntegerlocation;NSUIntegerlength;}
NSRange
;用来表示字符串中字符的位置和数组中的元素范围
qzww5324
·
2009-10-20 16:00
Objective-C
C
C++
C#
数据结构
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他