自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (7)
  • 收藏
  • 关注

空空如也

左手鼠标指针(Left Hand Cursors)

网上搜集的左手鼠标指针,为了那些鼠标手疼痛的人们免费分享。感觉手疼就切换一下鼠标按钮,左手倒右手,总有一双适合的手。

2013-03-07

Objective-C Runtime Programming Guide

The Objective-C language defers as many decisions as it can from compile time and link time to runtime. Whenever possible, it does things dynamically. This means that the language requires not just a compiler, but also a runtime system to execute the compiled code. The runtime system acts as a kind of operating system for the Objective-C language; it’s what makes the language work. This document looks at the NSObject class and how Objective-C programs interact with the runtime system. In particular, it examines the paradigms for dynamically loading new classes at runtime, and forwarding messages to other objects. It also provides information about how you can find information about objects while your program is running. You should read this document to gain an understanding of how the Objective-C runtime system works and how you can take advantage of it. Typically, though, there should be little reason for you to need to know and understand this material to write a Cocoa application.

2012-02-21

The Objective-C Programming Language

The Objective-C language is a simple computer language designed to enable sophisticated object-oriented programming. Objective-C is defined as a small but powerful set of extensions to the standard ANSI C language. Its additions to C are mostly based on Smalltalk, one of the first object-oriented programming languages. Objective-C is designed to give C full object-oriented programming capabilities, and to do so in a simple and straightforward way. Most object-oriented development environments consist of several parts: ● An object-oriented programming language ● A library of objects ● A suite of development tools ● A runtime environment This document is about the first component of the development environment—the programming language. This document also provides a foundation for learning about the second component, the Objective-C application frameworks—collectively known as Cocoa. The runtime environment is described in a separate document, Objective-C Runtime Programming Guide .

2012-02-21

Android SDK r10(3)

无法上传大于15M的文件,分为3个,请一并下载。这是003 第一个包上传后发现标题有点误会,自己的资源却更改不了,不知道CSDN上传资源为什么这样做。 Android SDK r10.从http://d.android.com/sdk/index.html下载,国内无法直接访问,希望对大家有用。 上传日期 2011-04-11, 上传文件 installer_r10-windows.7z.003

2011-04-13

Android SDK r10(2)

Android SDK r10.从http://d.android.com/sdk/index.html下载,国内无法直接访问,希望对大家有用。 上传日期 2011-04-11, 上传文件 installer_r10-windows.7z.002

2011-04-13

Android SDK r10

Android SDK r10.从http://d.android.com/sdk/index.html下载,国内无法直接访问,希望对大家有用。 上传日期 2011-04-11, 上传文件 installer_r10-windows.exe

2011-04-13

Text Editor SAKURA (1.6.3.0)

1.Japanese MS Windows 95/98/NT/2000/XP/Vista is required. 2.Most double-byte characters are not shown properly on other language versions of MS Windows.

2009-10-19

空空如也

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

TA关注的人

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