原创 iphone開發NSString字符串常用方法

//一、 NSString     //1 、創建常量字符串。 NSString *astring = @"This is a String!"; //2 、創建空字符串,給予賦值。 NSString *as

原创 轉載:移動互聯網服務客戶端開發技巧 ( Webview及正則)

轉載自:http://www.cnblogs.com/pengyingh/articles/2341067.html   隨着微博、LBS 等移動互聯網服務的火爆普及,越來越多的蘋果開發者希望製作各網絡服務的 iPhone 客戶端。C

原创 Fixing the Eclipse PermGen Space

Fixing the Eclipse PermGen Space (Out of Memory) Error When Using JDK 1.6.0_21 Eclipse has a very serious bug where it

原创 Servlet Versions

Servlet Versions A Servlet is the part of the Java Servlet API . This API has protocol according to which a Java class

原创 How to create static library

原文地址: http://www.amateurinmotion.com/articles/2009/02/08/creating-a-static-library-for-iphone.html   Apple iPhone Devel

原创 IOS 開發資料參考

1:本地和推送通知編程指南 原文:http://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/RemoteNotificati

原创 Objective-C消息機制的原理(轉)

轉自:http://my.oschina.net/amoyai/blog/94561 在Objective-C中,message與方法的真正實現是在執行階段綁定的,而非編譯階段。編譯器會將消息發送轉換成對objc_msgSend方法的調用

原创 eclipse maven plugin 插件 安裝 和 配置

環境準備: eclipse(Helios) 3.6maven 3.0.4   maven3 安裝:     安裝 Maven 之前要求先確定你的 JDK 已經安裝配置完成。Maven是 Apache 下的一個項目,目前最新版本是 3

原创 ios資源概述

http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/LoadingResources/Introduction/Introduction.html

原创 Servlet and JSP History

Source from : http://www.pearsonitcertification.com/articles/article.aspx?p=29786&seqNum=3   The Internet's original p

原创 類似Mac 登錄不成功的shake效果

-(void) shake {     // "Shakes" similar to OS X login screen     CGAffineTransform moveRight = CGAffineTransformTransla

原创 常用的幾個提高iOS開發效率的開源類庫及工具

常用的幾個提高iOS開發效率的開源類庫及工具 iOS開發者 : 開發幾個常用的開源類庫及下載地址: 算上這個連接:http://wenku.baidu.com/view/bbeb0091dd88d0d233d46a00.html 1.

原创 初步認識XMLHttpRequest

首先,我們先來看看XMLHttpRequest這個對象的屬性。 它的屬性有: onreadystatechange 每次狀態改變所觸發事件的事件處理程序。 responseText     從服務器進程返回數據的字符串形式。 respo

原创 IOS Content Modes

Content Modes: View 通過 content mode 來控制在 view 幾何變化時如何 recyle view 的內容,或者 是否 recyle view 的內容。當一個 view 首次展示,view 會被抓取一個

原创 UITableViewCell的幾種樣式設置預覽總結

iOS defines four table-cell styles that implement the most common layouts for table rows in both plain and grouped ta