自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Code Heaven

Choose what we love, and love it!

  • 博客(6)
  • 资源 (19)
  • 收藏
  • 关注

原创 iOS开发之*.a静态库注意事项

以*.a静态库的形式引入工程的(比如:libUploadLib.a),*.a里面的class有category形式实现时,除了在工程Target的 Build Phases里面的 Link Binary With Libraries里面添加依赖外,还需要在Target的 Build Settings的 Linking -> Other Linker Flags (Debug or Release)里面添加:-force_load

2015-07-27 20:46:53 3697

原创 关于weak

#define DECLARE_WEAK_SELF __typeof(&*self) __weak weakSelf = self#define DECLARE_STRONG_SELF __typeof(&*self) __strong strongSelf = weakSelf

2015-07-24 09:44:52 1773

原创 返回present的根

//返回四大tab页面+ (void)gobackToTabarController{ UINavigationController* selectedTabNavController = (UINavigationController *)[QZoneUIAppDelegate shareInstance].qqTabbarController.selectedViewControl

2015-07-23 11:04:14 1704

原创 通过一个color创建一个image

使用的地方:[_addButton setBackgroundImage:[UIImage imageWithColor:[[UIColor whiteColor] colorWithAlphaComponent:0.f]] forState:UIControlStateDisabled];UIImage+Theme.m==============================+ (UIImag

2015-07-21 10:45:34 1584

原创 UILabel设定行间距方法

NSString *textStr = @"iPhone规定:任何应用想访问麦克风,必须被授权麦克风服务。请进入“设置”->“隐私”->“麦克风”中打开QQ空间的麦克风服务。"; UIFont *textFont = [UIFont systemFontOfSize:14]; CGSize textSize = [textStr sizeWithFont:textF

2015-07-09 22:09:29 36211

原创 Mac下hosts文件配置

工作中总会因为莫名其妙的原因,比如Mac下面打不开某网站,但是在windows 7下面却可以,此时只需两步即可完成在Mac下面上网。在Windows下面Win+R,输入cmd,进入命令行,将在windows下面能打开,但是在Mac下面不能打开的网址,贴到命令行ping一下,然后把ip对应的填到mac下的hosts文件当中去即可。1. windows 命令行下面ping在Mac下面打不开但是在win

2015-07-03 10:53:23 8089

IMG_2900.HEIC.zip

heif文件

2019-10-25

Procedure Call Standard for the ARM 64-bit Architecture (AArch64)

Procedure Call Standard for the ARM 64-bit Architecture (AArch64)

2015-09-19

Procedure Call Standard for the ARM® Architecture

Procedure Call Standard for the ARM® Architecture

2015-09-19

scriptDownloadAppleOpenSourceCode

AppleOpenSource Download shell 脚本

2015-06-23

XZ Utils 5.0.3

Mac OS X、Linux下面*.tar.xz文档解压缩命令行工具~!

2013-08-27

Xib设计UITableViewCell然后动态加载

Xib设计UITableViewCell然后动态加载例子,对应博客贴子地址: http://blog.csdn.net/duanyipeng/article/details/7259108

2012-02-14

android-2.3-src.zip

android-2.3-src.zip对应导入到Eclipse中的android.jar的源码

2011-10-28

android-2.3.3-gingerbread-src.zip

android-2.3.3-gingerbread-src.zip

2011-10-28

android-2.3.1-gingerbread-src.zip

android-2.3.1-gingerbread-src.zip

2011-10-28

android-2.2-src.zip

android-2.2-src.zip对应导入Eclipse的andorid.jar源码

2011-10-28

android-2.2-froyo-src.zip

android-2.2-froyo-src.zip

2011-10-28

android-2.1-src.zip

android-2.1-src.zip 对应导入到Eclipse的android.jar的源码。

2011-10-28

android-2.1_r2-sources.jar

android-2.1_r2-sources.jar

2011-10-28

android-1.6_r1-donut-src.zip

android-1.6_r1-donut-src.zip

2011-10-28

android-1.5-cupcake-src.zip

android-1.5-cupcake-src.zip用于导入到Eclipse中的对应android.jar的java源码。

2011-10-28

iPhone开发秘籍(第2版) 英文原版

Contents at a Glance Preface xix 1 Introducing the iPhone SDK 1 2 Building Your First Project 37 3 Objective-C Boot Camp 91 4 Designing Interfaces 143 5 Working with View Controllers 187 6 Assembling Views and Animations 211 7 Working with Images 257 8 Gestures and Touches 301 9 Building and Using Controls 341 10 Alerting Users 391 11 Creating and Managing Table Views 423 12 Making Connections with GameKit and Bonjour 495 13 Networking 545

2011-10-21

腾讯2011求职大礼包

腾讯2011求职大礼包.pdf 腾讯2011年各部门面试题相关!

2010-12-12

联发科技2011求职大礼包-应届生求职网

联发科技2011求职大礼包-应届生求职网.pdf

2010-12-12

空空如也

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

TA关注的人

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