Time of Update: 2015-10-11
標籤:Android開發的過程中,每次調用startService(Intent)的時候,都會調用該Service對象的onStartCommand(Intent,int,int)方法,然後在onStartCommand方法中做一些處理。從Android官方文檔中,我們知道onStartCommand有4種int傳回值,首先簡單地講講int傳回值的作用。一、onStartCommand有4種傳回值:START_STICKY:如果service進程被kill掉,保留service的狀態為開始狀態,
Time of Update: 2015-10-11
標籤:輸入和輸出映射通過parameterType完成輸入映射,通過resultType和resultMap完成輸出映射。1.1parameterType傳遞pojo封裝對象可以定義pojo封裝類型擴充mapper介面輸入參數的內容。需求:自訂查詢條件查詢使用者資訊,需要向statement輸入查詢條件,查詢條件可以有user資訊、商品資訊。。。。1.1.1封裝類型 1.1.1mapper.xml 1.1.1Mapper.java介面測試 異常如果parameter
Time of Update: 2015-10-11
標籤:1 SQLite31>
Time of Update: 2015-10-11
標籤:在他們的定義ContentProvider結合ContentObserver一起使用時,自己寫的ContentProvider,在運行完insert、delete和update後,要手動地調用getContentResolver().notifyChange()這種方法來通知修改的產生。直接上代碼:MainActivitypackage com.jackie.contentobserver;import java.util.ArrayList;import android.net.Uri;
Time of Update: 2015-10-11
標籤: 首先ActiveAndroid是依靠註解工作的。 @Table(name = "UserBean")public class UserBean extends Model { @Column(name = "uid") public String uid; @Column(name = "nick_name") public String nick_name; public String getUid() { return uid;
Time of Update: 2015-10-11
標籤:quart2D既可以用來繪製映像到pdf上,也可以從pdf上讀取映像並顯示出來。在使用這種方式之前,還有一種方式可以用來讀取顯示pdf上的映像,即使用UIWebView網頁視圖控制項-
Time of Update: 2015-10-11
標籤:1.1.1. If a crash happens thisconfiguration does not guarantee that the relay log info will be consistent【環境的敘述性說明】msyql5.6.14【報錯資訊】mysql的slave啟動時,error.log中出現Warning警告:[Warning] Slave SQL: If a crash happensthis configuration does not
Time of Update: 2015-10-11
標籤:今天升級Xcode 7.0 bata發現網路訪問失敗。輸出錯誤資訊The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.Google後查證,iOS9引入了新特性App Transport Security (ATS)。詳情:App Transport Security
Time of Update: 2015-10-11
標籤:quartz2D還可以在PDF檔案上繪製圖片,它有自己的PDF Graphics
Time of Update: 2015-10-11
標籤:天地圖移動API下載中心:http://api.tianditu.com/api-new/mobile/download.html建立android項目,將下載的資源解壓,可以看到協助文檔,類參考包,樣本,API開發包將API開發包解壓,並將jar包複製到工程中的libs中解壓後的檔案然後在main裡面建立檔案夾jniLibs,並將armeabi檔案夾複製到裡面在Manifist中添加許可權<uses-permission
Time of Update: 2015-10-11
標籤:我們建立一個工程後,會在Supporting
Time of Update: 2015-10-11
標籤:我們可以將視圖分為4個基本狀態:視圖建立、視圖可見、視圖不可見、系統低記憶體。1.其中當視圖正在建立時,會調用viewDidLoad方法,這個時候視圖並未出現,而是將視圖控制器初始化後剛載入到記憶體中,這個方法也常用來初始化視圖控制器所用,如初始化視圖中常用的控制項等。2.在視圖可見前和可見後分別會調用viewVillAppear和viewDidAppear方法。3.在視圖不可見前和不可見後分別會調用viewVillDisappear和viewDidAppear方法。4.在應用程式系統記憶
Time of Update: 2015-10-11
標籤:Android卷Ⅰ http://download.csdn.net/detail/shenzhq1980/9083837Android安全機制解析與應用實踐.(吳倩,趙晨嘯) http://download.csdn.net/detail/shenzhq1980/9083829Android編程權威指南http://download.csdn.net/detail/shenzhq1980/9083825OpenGL
Time of Update: 2015-10-11
標籤:總結apktool 反編譯過後可以獲得資源資訊dex2jar 和 jd-gui一起使用可以獲得源碼資訊,主要是使用dex2jar獲得jar檔案。 然後通過jd-gui查看jar檔案獲得源碼dex2jar:http://pan.baidu.com/s/1o6KkmKU
Time of Update: 2015-10-11
標籤:CLGeocoder *geoCoder = [[CLGeocoder alloc] init];// 通過地理編碼,得到位置, CLLocation *loc = [[CLLocation alloc] initWithLatitude:30.662221 longitude:104.041367]; [geoCoder reverseGeocodeLocation:loc completionHandler:^(NSArray
Time of Update: 2015-10-11
標籤:升級為iOS9後,預設請求類型為https,如何使用http進行請求會報錯The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.原因 iOS9引入了新特性App Transport Security
Time of Update: 2015-10-11
標籤:
Time of Update: 2015-10-11
標籤:在iOS7以及以後有效: // base64編碼- (NSString*)base64encode:(NSString*)str { // 1.把字串轉成位元據 NSData* data = [str dataUsingEncoding:NSUTF8StringEncoding]; // 2.將二進位進行base64加密(編碼) //
Time of Update: 2015-10-11
標籤:問題描寫敘述:在Eclipse中執行ant批量打包工具出錯,日誌資訊例如以下:D:\Android\android-sdk-windows\tools\ant\build.xml:601: The following error occurred while executing this line:D:\Android\android-sdk-windows\tools\ant\build.xml:720: The following error occurred while
Time of Update: 2015-10-11
標籤:android程式實現開機啟動的原理,簡單點說就是做一個廣播接收器,接收到開機廣播時就啟動activity或service或執行其它操作。Android系統在啟動的時候會發出一個開機廣播,內容為ACTION_BOOT_COMPLETED,我們寫一個接收器,每當接收到這個廣播的時候,就說明是剛開機,然後啟動需要開機啟動的程式就行了。具體步驟: