Time of Update: 2015-11-19
標籤:在使用appium過程中遇到了執行一個用例時有多個不同的acitivity的情況,以下為app內部切換acitivity的方法: 如果僅需要切換一次activity,可以通過設定desired_caps[‘appWaitActivity‘] = ‘xxxxxx‘來實現。 如果需要多次切換activity,則通過webdriver中的wait_activity()方法來實現。 wait_activity(): 1 def wait_activity(self,
Time of Update: 2015-11-19
標籤:activity_main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"
Time of Update: 2015-11-19
標籤:在終端上輸入如下命令即可完成安裝:curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh若要移除,輸入如下命令:rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin待其自動安裝完成後,重啟
Time of Update: 2015-11-19
標籤:https://github.com/jtyjty99999/mobileTech99移動端知識集合https://github.com/RubyLouvre/mobileTech司徒正美移動知識集合https://github.com/maxzhang/maxzhang.github.com/issues行動瀏覽器開發集合http://thx.github.io/mobile/debugging-in-mobile/js移動調試http://webix.com支援移動端的架構http:/
Time of Update: 2015-11-19
標籤:在iOS開發中很多時候我們會和UIWebView打交道,目前國內的很多應用都採用了UIWebView的混合編程技術,最常見的是公眾號的內容頁面。前段時間在做公眾平台相關的開發,發現很多應用情境都是利用HTML5和UIWebView來實現的。機制Objective-C語言調用JavaScript語言,是通過UIWebView的 - (NSString *)stringByEvaluatingJavaScriptFromString:(NSString
Time of Update: 2015-11-19
標籤:原文地址:http://blog.csdn.net/x_i_a_o_h_a_i/article/details/40449847其實網上的3D旋轉的例子很多,在這裡我只是想把其代碼做一個解釋。先:代碼:TurnAroundActivity /** * 圖片瀏覽器的主Activity。 * * @author guolin */public class TurnAroundActivity extends Activity {/** * 根布局 */private
Time of Update: 2015-11-19
標籤:Note You may notice that the familyNames property is declared using the copy keyword instead of strong. What’s up with that? Why should we be copying arrays willy-nilly? The reason is the potential existence of mutable arrays.Imagine if we
Time of Update: 2015-11-19
標籤:視頻 播放 韓俊強的部落格 mpmovieplayer ios開發 ios播放視頻檔案一般使用 MPMoviePlayerViewController 和 MPMoviePlayerController。前者是一個view,後者是個Controller。區別就是
Time of Update: 2015-11-19
標籤:1.簡介 synapse是一個對訊息進行處理的中介軟體。1.1 synapse的目錄結構-bin synapse.bat /*啟動synapse的批次檔*/-docs-lib-logs-repository -conf /*設定檔*/ -sample-resources-samples-work1.2 synapse的啟動 synapse.bat -sample
Time of Update: 2015-11-19
標籤:android activity fragment Activity中載入不同的fragment
Time of Update: 2015-11-19
標籤:什麼是BroadcastReceiver
Time of Update: 2015-11-19
標籤:App開發人員必備之簡單粗暴 1:真機測試:通過電腦的密鑰產生CSR-通過CSR註冊電腦裝置產生Cer檔案-通過App
Time of Update: 2015-11-19
標籤:來源:http://stackoverflow.com/questions/25197169/how-to-decode-a-h-264-frame-on-ios-by-hardware-decoding How to decode a H.264 frame on iOS by hardware decoding?up vote 8 down vote favorite4I have been used ffmpeg to decode every single frame
Time of Update: 2015-11-19
標籤: 什麼是記憶體管理? 記憶體管理的是堆空間,記憶體管理的任務:保證開闢的空間能夠被正確釋放。
Time of Update: 2015-11-19
標籤:iOS 新特性分列式 之 iOS 9.1 - 主要內容:蘋果筆 API 引入太陽火神的美麗人生 (http://blog.csdn.net/opengl_es)本文遵循“署名-非商業用途-保持一致”創作公用協議轉載請保留此句:太陽火神的美麗人生 - 本部落格專註於 敏捷開發及移動和物聯裝置研究:iOS、Android、Html5、Arduino、pcDuino,否則,出自本部落格的文章拒絕轉載或再轉載,謝謝合作。============================
Time of Update: 2015-11-19
標籤:Android開發環境的安裝1 IDEAndroid可以使用開發的IDE有Eclipse 或者 Android Studio。Android Studio還處於v 0.1.x版本,是early access preview。所以我還是選擇Eclipse + ADT的方法開發。其實沒有什麼複雜,官網已經為開發人員做了一個開發環境整合套件(ADT Bundle)。ADT是Android Develop Tools。這個整合套件包含了eclipse,SDK,SDK Manager。http://
Time of Update: 2015-11-19
標籤:關於UIView的Layer,IOS提供了三個方法:1、layoutSubviews在iOS5.1和之前的版本,此方法的預設實現不會做任何事情(實現為空白),iOS5.1之後(iOS6開始)的版本,此方法的預設實現是使用你設定在此view上面的constraints(Autolayout)去決定subviews的position和size。 UIView的子類如果需要對其subviews進行更精確的布局,則可以重寫此方法。只有在autoresizing和constraint-based
Time of Update: 2015-11-19
標籤:通過對android SDK Meneger的api及相關組件進行安裝和卸載通過對android AVD Meneger對虛擬設備進行管理如下是相關配置。變數名:android值:C:\Program Files (x86)\Android\sdk\platform-tools;C:\Program Files (x86)\Android\sdk\tools在path的最後加上:%android% 變數名:JAVA_HOME值:C:\Program Files
Time of Update: 2015-11-19
標籤: 使用ViewPager需要引入android.support.v4.View.ViewPager這樣的jar包,Google公司為解決目前的版本片段化的問題,提供的相容的包。主要目的就是解決向下相容問題。 1,載入顯示的頁卡 將layout布局轉換成view對象 (1)LayoutInflater if= getLayoutInflater().from(this); if.inflater(resource,root); (2)
Time of Update: 2015-11-19
標籤:來源:http://www.aichengxu.com/view/37145 在iOS平台使用ffmpeg解碼h264視頻流,有需要的朋友可以參考下。對於視頻檔案和rtsp之類的主流視頻傳輸協議,ffmpeg提供avformat_open_input介面,直接將檔案路徑或URL傳入即可開啟。讀取視頻資料、解碼器初始參數設定等,都可以通過調用API來完成。但是對於h264流,沒有任何封裝格式,也就無法使用libavformat。所以許多工作需要自己手工完成。這裡的h264流指Ann