Time of Update: 2015-07-19
標籤:
Time of Update: 2015-07-19
標籤:1、定義一個用來裝載適合所有類的分頁結果類public class PageDataView<T>{ private int _TotalNum; public PageDataView(){this._Items = new List<T>();}public int TotalNum{get { return _TotalNum; }set { _TotalNum = value; }}private IList<T> _Items;public
Time of Update: 2015-07-19
標籤: 委託模式在Cocoa Touch架構和Cocoa架構中都有很多的應用。例如在應用啟動的時候需要的一個類:UIApplication。在程式的入口函數main函數裡面:int main(int argc, char * argv[]){ @autoreleasepool { return UIApplicationMain(argc, argv, nil,
Time of Update: 2015-07-19
標籤:1.首先匯入標頭檔#import <LocalAuthentication/LocalAuthentication.h>2.關鍵代碼- (void)validateTouchID { LAContext *context = [[LAContext alloc] init]; NSError *error; NSString *tip = @"通過Home鍵驗證已有手機指紋"; // 判斷手機是否有指紋 if ([context
Time of Update: 2015-07-19
標籤:問題:如何將一個Button放置在布局的中間,並設定其寬度parent的50%?分析:問題想要達到的效果應該是這樣:(原文地址:http://blog.csdn.net/vector_yi/article/details/24397733)這看起來不難,但非常多開發人員並不知道達到這樣效果的最佳方法。解決:在此我們將weightSum屬性與layout_weight屬性一起利用。<LinearLayout xmlns:android =
Time of Update: 2015-07-19
標籤: 單例模式是iOS設計模式中常用的一種設計模式,它的意圖是保證一個類僅有一個執行個體,並提供一個訪問它的全域訪問點。單例模式的作用就是為瞭解決“應用中只有一個執行個體”這一類問題。 單例模式一般會封裝一個靜態屬性,並提供靜態執行個體的建立方法。下面上代碼://// Singleton.h//
Time of Update: 2015-07-19
標籤: NSString* alertText = [NSString stringWithFormat:@" 以下%d節課程(總課酬¥%.02lf)家長們尚未結課並評價,請儘快聯絡家長,否則無法擷取課酬。",self.courseNum,self.totalPrice]; NSMutableAttributedString* alertString = [[NSMutableAttributedString
Time of Update: 2015-07-19
標籤:ios cllocation lbs oc 授權 蘋果在iOS8上更新了CoreLocation的授權擷取方式,在原來的基礎上,不僅需要調用授權函數,還需要對info.plist進行相應的配置。在iOS上擷取經緯度使用的是CoreLocationManager,它來自CoreLocation.framework架構,使用時
Time of Update: 2015-07-19
標籤:android 廣播 靜態註冊 動態註冊 android中的廣播用的太多了,今天稍微總結一下。 按註冊方式分為兩種:1.靜態註冊廣播:
Time of Update: 2015-07-19
標籤:studio android Android Studio 如何打JAR包在eclipse中我們知道如何將一個項目匯出為jar包,供其它項目使用。 在AS中可以通過修改gradle才處理。 我們建立一個項目MakeJar,在項目中建立一個modle-類型為library app為我們的主工程,librarydemo是我們要將其產生jar包的model. 在librarydemo中加入如下代碼:task
Time of Update: 2015-07-19
標籤:android apk 安裝 代碼 轉載請註明出處:http://blog.csdn.net/l1028386804/article/details/46955863不多說,直接上代碼:public void installApk(){Intent intent = new
Time of Update: 2015-07-19
標籤:hdu recursion backtrack c++ one recursive approach to solve hdu 1016, list all permutations, solve N-Queens puzzle. reference: the video of stanford cs106b lecture 10 by Julie
Time of Update: 2015-07-19
標籤:ios 蘋果 udid 轉載請註明出處:http://blog.csdn.net/l1028386804/article/details/46956449首先,我們需要開啟網頁
Time of Update: 2015-07-19
標籤:剛剛在string字串資源檔中,寫了一個單引號,報錯了,錯誤碼如下error: Apostrophe not preceded by \ (in OuyangPeng's blog )資源檔如下:<?xml version="1.0" encoding="utf-8"?><resources> <string name="ouyang">OuyangPeng's blog
Time of Update: 2015-07-19
標籤:android這兩個目錄都可以存放檔案,而在打包的時候被原樣保留。那用這兩個目錄能夠做什麼事呢?1、放一個apk,要用的時候調出來,免得去下載伺服器下載。2、放一個sql,當app資料庫很大的時候,這可以省事很多。3、放一段視頻、錄音等,作為開機啟動的介紹,是不是很炫。。。。。
Time of Update: 2015-07-19
標籤:不越獄的情況下簡訊不能直接同步處理到iphone手機,視頻、圖片、連絡人可以直接使用itools的手機搬家功能超方便從android到iphone中。簡訊得變通的處理才能匯入。 工具:安卓手機iPhone手機電腦itools軟體方法/步驟 使用itools將安卓手機的簡訊匯出,為XXX.CSV格式的檔案。 使用itunes建立一個本地的備份,使用itools開啟itunes備份管理 雙擊進入簡訊,雙擊開啟sms.db檔案4選擇匯入csv檔案,將上面匯
Time of Update: 2015-07-19
標籤:intent傳值 以及intent傳回值 上一節學習了利用Intent傳值。本節學習利用啟用新的Activity獲得其返回值。MainActivity的布局檔案如下: <TextView android:id="@+id/textView1" android:layout_width="wrap_content"
Time of Update: 2015-07-19
標籤:android 連接埠掃描 開源軟體 網路 概述:Android Scanner
Time of Update: 2015-07-19
標籤:開發 android ios objective 從Android到iOS開發——(1)、objective-c與java文法對比從6月開始,因為有iOS項目要做,就開始了iOS開發之旅,截止今天,已經做了2個項目,給我的感受是iOS開發整體要比Android簡單,但是開發細節上兩者卻又同樣的煩惱。那麼要想開發iOS,那麼到底選擇objective-c
Time of Update: 2015-07-19
標籤:【錯誤】開啟eclipse報錯:發現了以元素 ‘d:skin’ 開頭的無效內容。此處不應含有子項目。 【具體報錯資訊】 Error parsing D:\android-sdks\system-images\android-22\android-wear\armeabi-v7a\devices.xml cvc-complex-type.2.4.d: 發現了以元素 ‘d:skin’ 開頭的無效內容。此處不應含有子項目。 Error: Error parsing