自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

SlimApp

好泛滥

  • 博客(149)
  • 资源 (16)
  • 收藏
  • 关注

转载 NSAttributedString

NSAttributedString objects manage character strings and associated sets of attributes (for example, font and kerning) that apply to individu

2011-08-27 11:18:37 952

转载 Cocoa (Touch)

Cocoa (Touch)Cocoa, which includes the Foundation and AppKit frameworks, is used for developing applications that run on Mac OS X.Co

2011-08-27 09:04:40 1020

转载 Main event loop

In the main event loop, an application continuously routes incoming events to objects for handling and, as a result of that handling, update

2011-08-27 08:35:01 781

转载 About NSCell

The NSCell class provides a mechanism for displaying text or images in an NSView without the overhead of a full NSView subclass. In particul

2011-08-26 20:19:08 783

转载 xcode 4中的scheme的作用

In Xcode, before you build, you select a scheme, which specifies which targets to build, what build configuration to use, and the executab

2011-08-25 19:38:46 1173

转载 bingding简介

Cocoa bindings are a controller-layer mechanism used to synchronize the view and model layers of your Mac OS X application. Bindings establi

2011-08-25 17:39:16 852

转载 Creating a Custom View

Creating a Custom ViewThe NSView class acts mainly as an abstract superclass; generally you create instances of its subclasses, not of N

2011-08-25 11:50:42 1118

转载 Initializing View Instances Created in Interface Builder

Initializing View Instances Created in Interface BuilderView instances that are created in Interface Builder don't call initWithFrame: w

2011-08-25 10:29:45 1127

转载 NTFS-3G in Mac OS X Lion (10.7) with read-write support

UPD 21.08.2011: There is even better way to solve the same issue with native Mac OS X drivers, but it has its own pros and cons. Read at t

2011-08-24 20:54:51 3917

转载 mac下读写ntfs文件系统的工具NTFS-3G

NTFS-3G is an open source cross-platform implementation of the Microsoft Windows NTFS file system with read-write support. NTFS-3G often

2011-08-24 10:07:48 1500

转载 NSImageScaling

NSImageScalingThese constants specify a cell’s image scaling behavior.enum { NSImageScaleProportionallyDown = 0, NSImageScaleAxe

2011-08-23 17:39:19 1112

转载 NSWorkspace

An NSWorkspace object responds to application requests to perform a variety of services:Opening, manipulating, and obtaining informa

2011-08-23 17:35:00 540

转载 NSScreen

An NSScreen object describes the attributes of a computer’s monitor, or screen. An application may use anNSScreen object to retrieve infor

2011-08-23 17:32:17 1070

转载 Core Data是如何工作的

How Core Data WorksAlthough you have written no code, many objects will be created to make this work. Figure 11.14 is a diagram of som

2011-08-23 11:20:16 587

转载 Chapter 25. Sheets

Chapter 25. SheetsA sheet is simply an NSWindow instance that is attached to another window. The sheet comes down over the window, a

2011-08-22 18:16:39 692

转载 Cocoa Programming for Mac OS X 第十八章(Images and Mouse Events)摘录

Chapter 18. Images and Mouse EventsNSResponderNSView inherits from NSResponder. All the event-handling methods are declared

2011-08-22 16:56:58 1223

转载 Cocoa Programming for Mac OS X 第十六章(Localization)摘录

If the application you create is useful, you will want to share it with all the people of the world. Unfortunately, we don't all speak the s

2011-08-22 15:17:54 841

转载 Cocoa Programming for Mac OS X 第十五章(Using Alert Panels)摘录

Using Alert PanelsOccasionally, you will want to warn the user about something by means of an Alert panel. Alert panels are easy to cr

2011-08-22 14:39:40 820

转载 Delegates and Notifications

Delegates and NotificationsAn object that has made itself the delegate of a standard Cocoa object is probably interested in receiving no

2011-08-22 14:20:45 569

转载 Cocoa Programming for Mac OS X 第十三章(User Defaults)摘录

Many applications have Preferences panels that allow the user to choose a preferred appearance or behavior. The user's choices go into the u

2011-08-22 13:38:53 921

转载 NSBundle是什么

NSBundleA bundle is a directory of resources that may be used by an application. Resources include such things as images, sounds, comp

2011-08-22 12:56:29 659

转载 File's Owner是什么

When a nib file is loaded into an application that has been running for a while, the objects that already exist need to establish some conne

2011-08-22 12:47:48 687

转载 urldecode

urldecode(PHP 4, PHP 5)urldecode — Decodes URL-encoded stringReport a bug Descriptionstring urldecode ( string $str )D

2011-08-21 19:54:09 822

转载 urlencode

urlencode(PHP 4, PHP 5)urlencode — URL-encodes stringReport a bug Descriptionstring urlencode ( string $str )This func

2011-08-21 19:52:50 740

转载 $_SERVER

$_SERVER$HTTP_SERVER_VARS [deprecated](PHP 4 >= 4.1.0, PHP 5)$_SERVER -- $HTTP_SERVER_VARS [deprecated] — Server and execution envir

2011-08-21 19:47:57 582

转载 curl_error

curl_error(PHP 4 >= 4.0.3, PHP 5)curl_error — Return a string containing the last error for the current sessionReport a bug

2011-08-21 19:43:19 644

转载 curl_errno

curl_errno(PHP 4 >= 4.0.3, PHP 5)curl_errno — Return the last error numberReport a bug Descriptionint curl_errno ( resou

2011-08-21 19:42:34 694

转载 curl_close

curl_close(PHP 4 >= 4.0.2, PHP 5)curl_close — Close a cURL sessionReport a bug Descriptionvoid curl_close ( resource $ch

2011-08-21 19:41:34 595

转载 curl_exec

curl_exec(PHP 4 >= 4.0.2, PHP 5)curl_exec — Perform a cURL sessionReport a bug Descriptionmixed curl_exec ( resource $ch

2011-08-21 19:40:34 784

转载 curl_setopt

curl_setopt(PHP 4 >= 4.0.2, PHP 5)curl_setopt — Set an option for a cURL transferReport a bug Descriptionbool curl_setop

2011-08-21 19:38:44 1232

转载 curl_init函数

curl_init(PHP 4 >= 4.0.2, PHP 5)curl_init — Initialize a cURL sessionReport a bug Descriptionresource curl_init ([ strin

2011-08-21 19:34:41 604

转载 php curl

IntroductionPHP supports libcurl, a library created by Daniel Stenberg, that allows you to connect and communicate to many different types

2011-08-21 19:32:55 482

转载 curl

cURL is a computer software project providing a library and command-line tool for transferring data using various protocols. The cURL proj

2011-08-21 19:29:15 790

转载 如何发布iPhone程序

DistributionThe distribution area of the iOS Provisioning Portal is where you will prepare and learn how to submit your iPhone and/o

2011-08-20 22:01:11 2382

转载 不编程也开发13个无需编程的iOS开发工具

最近很多人都想自己开发iPhone软件, 但并非每个人都知道如何编写相关代码。还好,有很多工具可以帮助非开发人员创建自己的iPhone软件,甚至不需要编程和脚本知识。这些工具有的专为小公 司打造,有的专门为特定用户打造,比如为音乐家或电子书作者打造的软件。还有的工具可以让熟悉HT

2011-08-20 21:10:22 1419

转载 Cocoa Programming for Mac OS X 第七章(Key-Value Coding; Key-Value Observing)摘录

Key-value coding (KVC) is a mechanism that allows you to set and get the value of a variable by its name. The name is simply a string, but w

2011-08-20 17:10:45 810

转载 NSControl的继承图

To better understand NSControl, you should become acquainted with its ancestors: NSControl inherits from NSView, which inherits from NSR

2011-08-20 14:08:35 847

转载 Cocoa Programming for Mac OS X 第三章(Objective-C)摘录

一、A Foundation Tool has no graphical user interface and typically runs on the command line or in the background as a daemon. Unlike in a

2011-08-20 11:26:01 640

转载 Cocoa Programming for Mac OS X 第四章(Memory Management)摘录

一 、打开和关闭垃圾搜集器Let's say that there are two instances of Person and that each has a favoriteColor, a pointer to a color object. If t

2011-08-20 10:27:55 680

转载 Cocoa Programming for Mac OS X 第二章(Let's Get Started)摘录

1.Instance variables that are pointers to other objects are called outlets. Methods that can be triggered by user interface objects are ca

2011-08-20 10:05:58 634

TR069客户端 Android版本 源码 并含开发过程中收集的TR069协议开发资料集合

TR069客户端 Android版本 源码 并含开发过程中收集的TR069协议开发资料集合 CWMP

2021-08-17

2503 2593,MTK META工具最新版本

META原名MTK Engineering Testing Architecture,即联发科工程测试架构,通过META,开发者可以查看比如MT2502或MT2503 Soc的FAT使用情况

2018-11-13

联发科MT2503AVE最新资料文档

MTK MT2503AVE最新资料datasheet文档, 带低功耗蓝牙BLE

2018-11-13

OpenGL ES 2.0 Programming Guide[pdf和源代码]

详细讲解OpenGL ES 2.0 的使用; 有针对下列平台的配套代码: iOS Android Windows Web

2011-11-19

Programming Web Services with SOAP

讲解: Wes Services SOAP WSDL 如何部署Web Services 言简意赅。

2011-11-17

iPhone OpenGL ES 2D游戏范例-《Sir Lamorak’s Quest》

Iphone OpenGL 2D游戏范例-《Sir Lamorak’s Quest》。 《Sir Lamorak’s Quest》是一个完整可运行的游戏,目前它已在苹果的App Store发售。 《Sir Lamorak’s Quest》有配套书籍《Learning iOS Game Programming》详细讲解它是怎么做出来的。

2011-09-24

Quartz 2D Graphics For Mac OS X Developers

详细讲解mac的Quartz 2D 库的书籍,英文版。

2011-08-11

iTunesConnect_DeveloperGuide 英文版

详细介绍iTunesConnect的使用方法,英文版。

2011-08-11

learn iphone and ipad cocos2d game development

iphone 2D游戏开发教程,使用cocos2D游戏引擎。 一本详细介绍如何使用cocos2D游戏引擎开发iphone游戏的数据。 英文版。

2011-08-06

iPhone SDK Programming A.Beginner's Guide

iPhone开发的经典入门书籍,讲的很详细,英文版。

2011-08-04

空空如也

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

TA关注的人

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