自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (18)
  • 收藏
  • 关注

转载 学习笔记

Coordinate system orientation in UIKit 1 UITableView 行分割线到头if ([self.tableViewrespondsToSelector:@selector(setSeparatorInset:)]) {    [self.tableViewsetSeparatorInset:UIEdgeInsetsZero];}

2014-10-24 10:25:16 256

原创 学习笔记

If youaccess self.view.frame in a view controller, you're accessing theview's position with respect to it's parent's coordinate system. Thatmeans that the values you retrieve (or, more dangerously, as

2014-10-21 10:24:40 246

原创 学习笔记

另外dispatch_async和dispatch_sync的区别是:dispatch_async将block代码交到queue中后,就会立即执行后面的代码,block中的代码不一定会立即执行。dispatch_sync将block代码交到queue中后,会等待block中的代码执行完毕,才执行后面的代码。 例如,下面代码,执行job1的的时候,block1中的代码可能还未执行

2014-10-17 16:00:45 338

原创 iOS学习笔记

Grand Central Dispatch (GCD) Grand Central Dispatch (GCD)comprises language features, runtime libraries, and system enhancements thatprovide systemic, comprehensive improvements to the support for c

2014-10-17 10:05:22 304

原创 iOS学习笔记

Grand Central Dispatch (GCD) Grand Central Dispatch (GCD)comprises language features, runtime libraries, and system enhancements thatprovide systemic, comprehensive improvements to the support for c

2014-10-17 10:00:14 289

原创 学习笔记3

UIImageimageNamed 的接口nameThe name of the file. If this is the first time the image is being loaded, the method looks for an image with the specified name in the application’s main bu

2014-10-14 15:24:01 347

原创 A View Controller Instantiation

A View Controller Instantiates Its ViewHierarchy When Its View is AccessedWhenever somepart of your app asks the view controller for its view object and that objectis not currently in memory, the vi

2014-10-13 18:26:04 328

原创 IOS 开发 View Controller 综述

View Controller classes in UIKit It arranges content of other view controllers. A containerview controller contains content owned by other view controllers. These otherview controllers are exp

2014-10-13 10:45:28 393

Computer Architecture 5th edition Hennessy

最新版,计算机体系结构国外经典原版教科书,非常有用

2013-01-23

opensim moodle sloodle

opensim moodle sloodle 创建三维虚拟学习平台

2012-05-13

Thinking in C++ C++ 编程思想

Thinking in C++ C++ 编程思想

2011-11-21

大学计算机基础 课后题答案 中英

大学计算机基础 详细课后题答案 详细中英文对比

2011-11-21

图像的傅立叶变换 详细代码

数字图像处理的实验,自己编写代码实现二维离散傅立叶变换

2011-11-12

快速精通CSS层叠样式表 网页布局

CSS从基础开始详尽的教程,按本教程,包你三天完全掌握CSS不再为网页布局烦恼

2011-07-28

Window32 API大全 接口函数

WIN32 API分类,供WIN SDK程序开发,分类详细,十分全面

2011-07-28

matlab编写单纯形法及灵敏度分析

matlab编写单纯形法及灵敏度分析 对matlab初学者和运筹学学者很有用

2011-07-28

360安全浏览器 最新版

360安全浏览器 方便 简单 IE内核 2011/6/24日的最新版

2011-06-24

MFC 下 speech sdk 实现简单的语音朗读

多媒体的实验,在vc++上的MFC下利用Microsoft speech SDK 实现简单的语音朗读

2011-05-22

用MFC实现的图片视频捕捉

在vc的MFC下,利用Windows API,编程实现简单的视频捕捉功能,实现连续捕捉静止图像。

2011-05-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除