本月博客排行
-
第1名
龙儿筝 -
第2名
flashsing123 -
第3名
xiaoxinye - e_e
- java_doom
- johnsmith9th
- gaochunhu
- sichunli_030
- zw7534313
- 深蓝传说
年度博客排行
-
第1名
宏天软件 -
第2名
龙儿筝 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- zysnba
- e_e
- javashop
- sam123456gz
- tanling8334
- arpenker
- kaizi1992
- xpenxpen
- lemonhandsome
- xiangjie88
- ganxueyun
- xyuma
- sichunli_030
- wangchen.ily
- jh108020
- Xeden
- johnsmith9th
- zxq_2017
- zhanjia
- jbosscn
- forestqqqq
- luxurioust
- lzyfn123
- ajinn
- daizj
- wjianwei666
- ranbuijj
- 喧嚣求静
- silverend
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
- yeluowuhen
- lerf
- lstcyzj
- flashsing123
- lyndon.lin
最新文章列表
ios5新特性部分整理
本文整理一下ios5对HTML5的支持情况:
亲自试验了一下,确实原生展示ui很赞。
支持type="date"
支持type="datetime"
支持type="time"
支持type="month"
支持type="range"
支 ...
[试译]iOS 5 Programming Pushing the Limits前言一章
四个月前为
iOS 5 Programming Pushing the Limits: Developing Extraordinary Mobile Apps for Apple iPhone, iPad, and iPod Touch
一书试译的前言部分内容:
前言
Apple过往的做法是轮番进行用户关注的和开发者关注的发布,iOS 5带来的好消息全 ...
iphone ios5 数据持久化
NSArray 对象保存
NSString *strOne = @"Persistent data1"; NSString *strTwo = @"Persistent data 2"; NSMutableArray *persistentArray = [[NSMutableArray alloc] init]; [persist ...