Time of Update: 2015-10-24
標籤:今天做項目,發現需要顯示一張超大圖片,處理過後,還有561Kb 載入的時候,就crash --- OOM shortMsg:java.lang.OutOfMemoryError longMsg:java.lang.OutOfMemoryError: bitmap size exceeds VM
Time of Update: 2015-10-24
標籤:錯誤描述:App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app‘s Info.plist file.在iOS9 beta中,蘋果將原http協議改成了https協議,使用 TLS1.2 SSL加密請求資料。解決方案:
Time of Update: 2015-10-24
標籤:1.什麼能做plist儲存 1.writeToFile(必須有這個方法) 字典和數組可以; 字串: 雖然能夠做plist存數 但是plist本身不支援字串。 2.路徑必須展開 (搜尋路徑的時候 (第三個參數 一定是yes) 如果為no
Time of Update: 2015-10-23
標籤:XML1.定義指可延伸標記語言 (XML)()XML HTMLXML 傳輸資料,而非顯示資料XML XML 被設計為具有自我描述性。<?xml version="1.0" encoding="utf-8"?><Users> <User> <name id = "201502004">張三</name> <age>24</age> </User>
Time of Update: 2015-10-23
標籤:首先,要想獲得當前android裝置是否處於連網狀態,那麼android本身給我們提供了一個服務private ConnectivityManager connectivityManager;//用於判斷是否有網路connectivityManager = (ConnectivityManager) getActivity().getSystemService(Context.CONNECTIVITY_SERVICE);//擷取當前網路的串連服務
Time of Update: 2015-10-23
標籤:轉載(http://blog.csdn.net/jason0539/article/details/10049899)1、要弄清楚這個問題,首先需要弄明白什麼是implicit(隱藏) intent什麼是explicit(明確) intent。 Explicit Intent明確的指定了要啟動的Acitivity ,比如以下Java代碼:Intent intent= new Intent(this, B.class);
Time of Update: 2015-10-23
標籤:iOS-響應上下左右滑動手勢 分類: iPhone開發2012-03-17 14:42 25489人閱讀 評論(8) 收藏 舉報iosup-(void)viewDidLoad{ UISwipeGestureRecognizer *recognizer; recognizer =
Time of Update: 2015-10-23
標籤:網上對IOS的宏定義比較多,我總結了一些最常用的宏,後續還會繼續補上。 1.初次開機判斷: #define First_Launched @"firstLaunch"2.ios7系統判斷: #define IsIOS7 ([[[UIDevice currentDevice] systemVersion] floatValue] >=7.0 ? YES :
Time of Update: 2015-10-23
標籤:http://my.oschina.net/leejan97/blog/354904宏定義在很多方面都會使用,例如定義高度、判斷iOS系統、工具類,還有諸如檔案路徑、服務端api介面文檔。為了對宏能夠快速定位和瞭解其功能,我們最好在定義的時候將其放入特定的標頭檔中,下面我拋磚引玉,對一些常用的宏進行分類、分檔案定義,希望對大家有所協助。 定義尺寸類的宏 DimensMacros.h//狀態列高度#define STATUS_BAR_HEIGHT
Time of Update: 2015-10-23
標籤:彈幕現在很流行,特別是在視頻播放時,安卓上沒有簡單好用的彈幕控制項,於是自己寫了一個. 項目地址:https://github.com/linsea/OpenDanmaku 或者國內開源中國上的鏡像:http://git.oschina.net/dictfb/OpenDanmaku 使用方法 完整的使用方法請查看項目的Demo. 1. 在build.gradle檔案中加入依賴. dependencies { compile
Time of Update: 2015-10-23
標籤:關於Android架構,因為手機的限制,目前我覺得也確實沒什麼大談特談的,但是從開發的角度,看到整齊的代碼,優美的分層總是一種舒服的享受的。 從藝術的角度看,其實我們是在追求一種美。 本文先分析幾個當今比較流行的android軟體包,最後我們汲取其中覺得優秀的部分,搭建我們自己的通用android工程模板。 1. 微盤 微盤的架構比較簡單,我把最基本,最主乾的畫了出來: 第一層:com.sina.VDisk:com.sina(公司網域名稱)+app(應用程式名稱)
Time of Update: 2015-10-23
標籤: square/leakcanary udacity/Sunshine-Version-2添加LeakCanary依賴包在主模組app下的build.gradle下添加如下依賴:debugCompile ‘com.squareup.leakcanary:leakcanary-android:1.3.1‘ releaseCompile
Time of Update: 2015-10-23
標籤:在很多情況下當我們在xml中布局的方式並不能滿足我們的要求,而這時我們就需要通過在代碼中控制控制項的布局根據不同的條件來控制布局。首先來瞭解一下安卓中的一些單位dip: device independent pixels(裝置獨立像素). 不同裝置有不同的顯示效果,這個和裝置硬體有關,一般我們為了支援WVGA、HVGA和QVGA 推薦使用這個,不依賴像素。px: pixels(像素).
Time of Update: 2015-10-23
標籤:android studio opencv 配置及使用 Android
Time of Update: 2015-10-23
標籤: 一、Handler的定義: Handler主要接收子線程發送的資料,
Time of Update: 2015-10-23
標籤:驗證帳號是否合法驗證規則:字母、數字、底線組成,字母開頭,4-16位。function checkUser(str){ var re = /^[a-zA-z]\w{3,15}$/; if(re.test(str)){ alert("正確"); }else{ alert("錯誤"); }
Time of Update: 2015-10-24
標籤:電商650) this.width=650;" src="https://mmbiz.qlogo.cn/mmbiz/ruQiaPclr2R1wMO6fsyJOtazzAg8US8d33dnRo7OPLjnGqcfbpcfzrgW5PpCiaCOibsG31k0s0YLDtWmK0TktNksg/0?wx_fmt=jpeg" style="height:auto;" alt="0?wx_fmt=jpeg"
Time of Update: 2015-10-24
標籤:閑來無事,在寫一個多樣式Item的ListView的Demo時,遇到了一個以前沒遇過的問題;╮( ̄▽ ̄")╭ 我們知道,ListView裡可以有多種樣式的item,實現只需要重寫: 1 @Override 2 public int getItemViewType(int position) { 3 int type = Integer.parseInt(mData.get(position).get(KEY_TYPE)); 4
Time of Update: 2015-10-24
標籤:http://www.bubuko.com/infodetail-382485.html標籤:des class style 代碼 html 使用 問題 檔案 資料 這篇文章是我的【iOS
Time of Update: 2015-10-24
標籤:在社交類應用或掃描二維碼的場合都需要用到手機上的網路攝影機在程式中啟用這一硬體主要有兩類方法1.發送intent啟動系統內建的攝像應用此應用的AndroidManifest中的intent-filter如下<intent-filter> <action android:name="android.media.action.VIDEO_CAPTURE" /> <category