Time of Update: 2014-07-31
標籤:des style blog color 使用 os io 資料 Swift與C指標互動Objective-C和C API經常需要使用指標. 在設計上, Swift資料類型可以自然的與基於指標的Cocoa API一起工作,
Time of Update: 2014-07-30
標籤:android style blog http color java 使用 io ?UI介面:?Xml:<RelativeLayout
Time of Update: 2014-07-17
標籤:des style blog color os 資料 很多人的解釋都不一樣, 我碰到的問題是,開闢的記憶體空間小於操作的記憶體空間.也就是說,我free的記憶體越界了.這是我開闢鏈表結構體記憶體的代碼: 1 PNODE Create() { 2 int len;
Time of Update: 2014-07-13
標籤:android style blog http strong os 本文內容 環境 示範模仿QQ風格的介面 本文主要示範的是 UI,如何模仿 QQ 風格的介面。 下載 Demo 環境 Windows 2008 R2 64 位元
Time of Update: 2014-07-12
標籤:android style blog http java color Android源碼中預設的有三種IME:英文,中文,日文。對應的工程代碼路徑為:<android_root>/packages/inputmethods/LatinIME/<android_root&g
Time of Update: 2014-07-01
標籤:android des style blog http color Broadcast和Service都是Android四大組建之一的。這裡的廣播是動態,自己註冊的一個廣播。這種最典型的用法就是利用開機廣播,然後再起自己的服務,也就是在Android手機中做到開啟啟動。Service與Br
Time of Update: 2014-07-01
標籤:android des blog http java 使用 UI線程及Android的單執行緒模式原則 當應用啟動,系統會建立一個主線程(main
Time of Update: 2014-06-30
標籤:android des style blog http java 上一節乙醇帶大家瞭解了appium的定位策略。實際上appium的控制項定位方式是完全遵守webdriver的mobile擴充協議的。這一節將分享一下如何使用resource
Time of Update: 2014-06-29
標籤:android adb 1. 在IDE中查看Log資訊當程式運行記憶體回收的時候,會列印一條Log資訊,其格式如下:D/dalvikvm: <GC_Reason> <Amount_freed>, <Heap_stats>, <External_memory_stats>,
Time of Update: 2014-06-20
標籤:des android style class blog code Using self-defined Parcelable objects during an Android AIDL RPC / IPC callIn my previous post “Using
Time of Update: 2014-06-28
標籤:style blog http color 2014 os ios7的UITableView實現ios6的圓角效果iOS7
Time of Update: 2014-06-07
標籤:c style class blog code java Swift入門教程:http://www.cocoachina.com/applenews/devnews/2014/0604/8661.htmlSwift視頻教程:http://www.cocoachina.com/bbs/rea
Time of Update: 2014-05-07
標籤:style class color int strong art 可視化編程 : 5.0之前 xib 5.0之後 Storyboard注意事項:1.在AppDelegate中不用代碼初始化一個window 2.在general 設定
Time of Update: 2014-05-07
標籤:ios debug xcode release #ifdef 格式有點亂,整了幾次都整不過來,大家將就一下吧。這篇文章是本人(本人是菜鳥)在第一次接觸上線項目時遇到的一個讓我記憶深刻的問題。如果你是大神,那麼請繞過,這隻是很膚淺的知識點,寫給自己也分享給大家。相信大家對於下面的語句一定不陌生。#ifdef (
Time of Update: 2014-05-07
標籤:android以微博分享為例: 1.public void onClickShare(View view) { 2. 3. Intent intent=new Intent(Intent.ACTION_SEND); 4. intent.setType("image/*"); 5. intent.putExtra(Intent.EXTRA_SUBJECT,
Time of Update: 2014-05-07
標籤:style class int http 2014 com 正常購買IPhone4s手機的價格為2699元!正常辦理20M寬頻1年的費用為2000元!話費暫不計算!購買溫州電信189套餐後溫州電信IPhone4s 2699元,贈送1600元話費,話費一次性返還到您賬戶中!可抵扣每
Time of Update: 2014-05-08
標籤:style blog class code tar color 今天搞了個unity3d遊戲,準備部署到自己的lumia
Time of Update: 2014-05-07
標籤:style blog class ext width http 在RP口對ppp過程進行研究PPP協商過程,如所示:在建立ppp過程中pdsn需要與FAAA.HAAA互動。同時在分組資料業務進行過程中這種互動更加頻繁,介紹如下,分為兩種情況,簡單ip,移動iP:簡單ip類似於撥接,每次給M
Time of Update: 2014-05-07
標籤:android開發1、匯入某個現有工程檔案夾後,出現R資源不能resolve的錯誤,導致程式無法編譯運行,此時右鍵->properties->android,看最上面的taget又沒有選擇對,勾選當前可選的最高那個版本(即你本機已經安裝的最高版本的SDK),點擊apply,錯誤解決。2、style.xml裡出現樣式無法識別:error: Error retrieving parent for item: No resource found that matches the
Time of Update: 2014-05-07
標籤:bcdinline static NSData* encodeBCD(NSString *value){//NSString *value = @"123456";NSMutableData *vdata = [[NSMutableData alloc] init];__uint8_t bytes[1] = {6};[vdata appendBytes:&bytes length:1];NSRange range;range.location =