原创 google map flex

本地測試:覓食  ABQIAAAA1t10A2Ntjl2q7TTxy8S5ORRi_j0U6kJrkFvY4-OX2XYmEAa76BS2ll9tnDIWdN7kUZSNVrrCAB_Chg   學習網站 http://www.ibm.c

原创 Object-C使用NSLog打印日誌

  * %@ 對象   * %d, %i 整數   * %u   無符整形   * %f 浮點/雙字   * %x, %X 二進制整數   * %o

原创 IOS綁定資源到BitmapData

   [Embed(source="image.png")]public var MyEmbed:Class;private function g

原创 Objectove-c單例模式

單例模式主要用來全局共享對象,在Objective-c中通過定義靜態全局變量來實現   @interface MyManager:NSObject   +(id)instance   @end   static MyManager *sh

原创 AIR文件上傳與文件斷點續傳方式下載

  <?xml version="1.0" encoding="utf-8"?> <s:WindowedApplication xmlns:fx=

原创 用GDB調試程序

  用GDB調試程序 Home Academic Computing GNU Notes DSEC Server Wild Journal P

原创 深入理解iPhone數據持久化(手把手教你iphone開發 - 基礎篇)

作者:孫東風 2009-11-11(請尊重作者勞動成果,轉載務必註明出處) 在所有的移動開發平臺數據持久化都是很重要的部分:在j2me中是rms或保存在應用程序的目錄中,在symbian中可以保存在相應的磁盤目錄中和數據庫中。symbia

原创 Xcode 4.2 中的Automatic Reference Counting (ARC)

    Automatic Reference Counting (ARC), 自動引用計數,是開發Cocoa程序時的一個編譯級別的特性,用於自動

原创 Loading Images Asynchronously on iPhone using NSInvocationOperation

  The iPhone SDK often makes doing things very easy, as long as you know w

原创 使用xcode4做ios的國際化

xcode4和xcode3上面關於製作國際化文件的操作步驟不太一樣。網上關於xcode3中國際化的文件很多,xcode4的不多。根據自己製作的過程來記錄下來 1)在項目的“supporting files”目錄中右鍵“new file

原创 Running a Method After A Delay on iPhone or Mac

  In nearly every programming language there is a way to delay a method ca

原创 ios簡單sqlite使用

  使用sqlite前的準備 使用sqlite是很多做ios開發中第一次面對c的情況,包括我。因爲sqlite是c寫的,objc可以直接使用c代碼。

原创 Developing native extensions for Adobe AIR

  Before you begin To make the most of this tutorial, be sure you ha

原创 iphone啓動頁面,Default.png .

  轉載:  http://yeyan40605.blog.163.com/blog/static/2045888620107255424999/

原创 使用 RandomStringUtils 類來生成隨機碼/隨機數

  RandomStringUtils.random(5);//產生5位長度的隨機字符串 02    03 //使用指定的字符生成5位長度的