自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (5)
  • 收藏
  • 关注

原创 iOS 开启后台运行

1、首先在AappDelegate 代理设置- (void)applicationDidEnterBackground:(UIApplication *)application { [application beginBackgroundTaskWithExpirationHandler:nil];}2、在info.plist文件添加Required background mod

2016-05-20 23:07:55 537

原创 hitTest

- (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event{ //把自己的点转成控件坐标系上的点 CGPoint currentPoint = [self convertPoint:point toView:self]; if ([_button pointInside:currentPoint w

2016-05-12 23:58:25 471

原创 Xcode 7 调试野指针利器 Address sanitizer

什么是Address Sanitizer?AddressSanitizer is a fast memory error detector. It consists of a compiler instrumentation module and a run-time library. The tool can detect the following types of bugs:Out-

2016-05-06 22:30:42 3115

Xversion 1.3.6_www.imacapp.cn.dmg

mac svn 最好的工具mac svn 最好的工具mac svn 最好的工具mac svn 最好的工具mac svn 最好的工具mac svn 最好的工具mac svn 最好的工具mac svn 最好的工具mac svn 最好的工具

2020-03-21

Reveal iOS 界面调试

Reveal iOS 界面调试利器

2017-02-09

ThinkPHP3.2.2完全开发手册

ThinkPHP PHP ThinkPHP3.2.2完全开发手册

2015-08-28

Zend_Framework_zh 中文手册

1. Zend Framework简介 1.1. 概述 1.2. 安装 2. Zend_Acl 2.1. 简介 2.1.1. 关于资源(Resource) 2.1.2. 关于角色(Role) 2.1.3. 创建访问控制列表(ACL) 2.1.4. 注册角色(Role) 2.1.5. 定义访问控制 2.1.6. 查询 ACL 2.2. 精细的访问控制 2.2.1. 精细的访问控制 2.2.2. 除去访问控制 2.3. 高级用法 2.3.1. 保存 ACL 数据确保持久性 2.3.2. 使用声明(Assert)来编写条件性的 ACL 规则

2015-05-08

ExtJS Web应用程序开发指南

Extjs4.0教程 与java结合开发

2013-01-20

空空如也

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

TA关注的人

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