John 中 的 技術 node
2013年8月28日 星期三
Mac 辨別 32it or 64bit
晚上7:59
mac
,
os
No comments
開terminal輸入uname -a, 出現i386事串就是32,x86_64就是64位元。
以電子郵件傳送這篇文章
BlogThis!
分享至 X
分享至 Facebook
分享到 Pinterest
較新的文章
較舊的文章
首頁
0 意見:
張貼留言
訂閱:
張貼留言 (Atom)
Social Profiles
Popular
Tags
Blog Archives
Android Parse call cloud code api
第一步 安裝parse 到android 第二步 import com.parse.FunctionCallback; import com.parse.Parse; import com.parse.ParseCloud; impor...
利用Foundation來設計適應的web app ui 版型
本文介紹的是位於美國加州Campbell,一家名叫"Zurb"的設計公司所製作的 Foundation框架 。Pixar(皮克斯動畫公司)和National Geographic(國家地理頻道)都有採用此框架製作網頁。 從Foundation專案的 F...
Core Data 將設計出來的資料庫轉成 .h 與 .m
step1. 點擊 .xcdatamodel檔案 => add Entity => 新增你的Attributes step2.點擊 Editor => Create NSManagedObject Subclass.... ...
ios UIImage URL 要讀取網路圖片
code範例: NSURL * imageURL = [ NSURL URLWithString :@ "http://example.com/demo.jpg" ]; NSData * imageData = [ NSData dataWithC...
ASP .NET C# MVC4 寫 Api 自定api說明文件 利用HelpPage套件
STEP1. ASP.NET Web API 的相關路由設定 App_Start\WebApiConfig.cs 檔案 讓我們的 ASP.NET Web API 永遠只回應 JSON 格式 setp2. 替 ASP.NET Web A...
UITextField 設定 游標的 顏色 set color
step1. 宣告一個 UITextField *bmiTextField; 加入 bmiTextField . delegate = self ; step2. 設定事件 - ( void )textFi...
Core Data 新增版本
step1.新增一個model文件(xcdatamodel) 確認命名版本 建議在後面加上你的版本數字 以後好維護 右邊在選擇你現在需要的版本
ASP.net 2012 api 要跨網域方法
假設我們今天開發了一個 ASP.NET Web API 的 Web Services ,這個 Service 的主機名稱為 www.web1.com (稱A),同時我們也開發另外一個網站主機名稱為 www.web2.com (稱B),然而假設 B 網站存取 A 網站的 Web A...
判別 NSNumber 正確寫法
step1. 錯誤的寫法 NSNumber * value = [ data objectForKey :@ "samount" ]; if ( value == 0 ) { NSLog (@ " OK...
parse 利用parse pointer query 所有 table
1.確定table 裡面有 pointer row 2. cloudcode 請這樣寫 var _UserTable = Parse.Object.extend("UserTable"); var _PurchaseTable = Pa...
關於我自己
張中
檢視我的完整簡介
技術提供:
Blogger
.
網誌存檔
►
2015
(5)
►
7月
(1)
►
5月
(1)
►
2月
(1)
►
1月
(2)
►
2014
(14)
►
10月
(2)
►
9月
(1)
►
3月
(1)
►
2月
(4)
►
1月
(6)
▼
2013
(38)
►
12月
(1)
►
11月
(4)
►
10月
(3)
►
9月
(6)
▼
8月
(7)
mac 開發 android 安裝 IDE
Mac 辨別 32it or 64bit
Phonegap LocalNotification 本地推播 Android
ios Observer Pattern 的 NSNotificationCenter 使用 用法
ios 6 and ios 7 處理 不能輸入未來時間的問題
ios objective c #ifdef #endif #define #if 用法
ios UILabel 在同一段文字上 做不同顏色的調整
►
7月
(17)
標籤
AFNetworking
(1)
android
(2)
Angular js
(2)
API
(3)
ASP API架構
(2)
ASP.NET
(3)
Bootsrap
(1)
Bower
(1)
C#
(3)
Canvas
(1)
CocoaPods
(2)
edmx
(1)
Foundation
(1)
git
(6)
HelpPage
(1)
html5
(3)
ios
(23)
Javascript
(1)
laravel
(1)
mac
(1)
model
(1)
MVC4
(1)
objective c
(24)
os
(1)
parse
(3)
phonegap
(1)
Polymer
(1)
React
(1)
Sublime Text
(2)
Sublime Text2
(1)
web app
(1)
webapp
(1)
網誌存檔
►
2015
(5)
►
7月
(1)
►
5月
(1)
►
2月
(1)
►
1月
(2)
►
2014
(14)
►
10月
(2)
►
9月
(1)
►
3月
(1)
►
2月
(4)
►
1月
(6)
▼
2013
(38)
►
12月
(1)
►
11月
(4)
►
10月
(3)
►
9月
(6)
▼
8月
(7)
mac 開發 android 安裝 IDE
Mac 辨別 32it or 64bit
Phonegap LocalNotification 本地推播 Android
ios Observer Pattern 的 NSNotificationCenter 使用 用法
ios 6 and ios 7 處理 不能輸入未來時間的問題
ios objective c #ifdef #endif #define #if 用法
ios UILabel 在同一段文字上 做不同顏色的調整
►
7月
(17)
Recent Posts
Sample Text
Download
0 意見:
張貼留言