Time of Update: 2014-07-13
標籤:android 初次開啟 引導頁 第二次開啟 sharedpreferences 思路:1.基於SharedPreferences,每次開啟時,根據上次開啟時記錄的版本即可區分此次開啟的情形。StoredData.java:1.Application.onCreate中調用StoredData.getThis().mark
Time of Update: 2014-07-13
標籤:android studio 開發工具 快速鍵 智能提示 自動提示 這段時間一直在用Android
Time of Update: 2014-07-13
標籤:ios 照相 閃光燈 電筒 引入#import <AVFoundation/AVFoundation.h>開啟閃光燈AVCaptureDevice *device = [AVCaptureDevice defaultDeviceWithMediaType:AVMediaTypeVideo]; if (![device
Time of Update: 2014-07-13
標籤:android bluetooth bluetoothadapter bluetoothdevice (1)要想使用android 手機的Bluetooth,需要在androidmanifest檔案中加入使用藍芽的許可權。 <uses-permission
Time of Update: 2014-07-13
標籤:android scrollview scrollview回彈 android回彈 仿ios回彈 Android仿IOS回彈效果 ScrollView回彈 總結應項目中的需求 需要仿IOS 下拉回彈的效果 , 我在網上搜了很多 大多數都是拿scrollview 改吧改吧試了一些
Time of Update: 2014-07-13
標籤:android des style blog color 使用 大家在安卓開發的過程中使用Bitmap,尤其是當程式中包含大量圖片的時候或多或少會遇到OOM(Bitmap: Out Of
Time of Update: 2014-07-13
標籤:style blog color 使用 strong 資料 一:block基礎知識block基礎知識基本概念:block是用來儲存一段代碼的;^:是block得標誌 好比*:是指標的標誌 特點:1:儲存一段代碼; 2:可以有參數和傳回值;
Time of Update: 2014-07-13
標籤:android style blog http java color 【喵"的Android之路】【番外篇】關於==和equals 在實際的編程當中,經常會使用==和equals來判斷變數是否相同。但是這兩種比較方式也常常讓人搞得雲裡霧裡摸不著頭腦。下面是我個人做的總結,希望能起
Time of Update: 2014-07-13
標籤:開源架構 android studio android otto 事件匯流排 今天要介紹的是一個Android中使用得比較多的android 事件匯流排 EventBus模式的一個架構Otto。Otto 官網:http://square.github.io/otto/一、Android Studio中配置Otto
Time of Update: 2014-07-13
標籤:blog http strong 資料 2014 問題 簡單列一下不同協議,序列化方式等的考慮。http還是私人協議?http協議優/缺點:在伺服器端只需要提供一份介面,瀏覽器和app共用。在app中嵌入web view也很容易。http協議的相關工具非常多。開發人員很方便
Time of Update: 2014-07-13
標籤:android 可穿戴應用 gradle 建立自訂布局(Creating Custom Layouts)本文將介紹如何建立自訂通知以及使用可穿戴UI庫來建立自訂布局你同時還需要瞭解可穿戴設計準則(Wear Design Principles)除了螢幕尺寸和瞬讀能力(Glance ability)外,為可穿戴應用建立布局大體和普通手機一樣。建立自訂通知(Custom
Time of Update: 2014-07-13
標籤:style blog http color strong 檔案 前言:nagios介面上,看到監控mysql服務報錯如下:Warning:NRPE: Unable to read
Time of Update: 2014-07-13
標籤:android 百度地圖 sdk 轉載請標明出處:http://blog.csdn.net/lmj623565791/article/details/37729091最近公司要把百度地圖整合的項目中,於是我就研究了一天百度地圖的SDK,當前的版本:Android SDK v3.0.0 。
Time of Update: 2014-07-13
標籤:java 資料 html javascript 工作 管理 1.APPCAN學習筆記---app快速開發AppCan.cn平台概述1. 平台概述技術qq交流群:JavaDream:251572072AppCan.cn開發平台是基於HTML5技術的跨平台行動裝置
Time of Update: 2014-07-13
標籤:struts2 spring hibernate 1、錯誤描述2014-7-13 2:38:54 org.apache.jasper.compiler.TldLocationsCache tldScanJar資訊: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for
Time of Update: 2014-07-13
標籤:日曆 尊重作者勞動成果,轉載請註明出處:http://blog.csdn.net/baiyuliang2013/article/details/37732149
Time of Update: 2014-07-13
標籤:11gr2 move datafile from file system to asm diskgroup 使用asmcmd cp命令 把datafile從檔案系統移動(move)到asm磁碟組中--針對11gR2參考原文:How to Move a Datafile from Filesystem to ASM Using ASMCMD CP
Time of Update: 2014-07-13
標籤:uitableview cell uitableviewcell ios列表 ios 根據不同需要,需要使用tableview的結構,但是裡面每一個cell,又需要自己的樣式,所以學習了一下怎樣把自己定義的cell加到tableview裡面首先要自己建立一個類,繼承UITableViewCell,然後建立一個空的xib檔案
Time of Update: 2014-07-13
標籤:android http art for cti io 1. get class name:adb shell[email protected]:/mnt/sdcard/books $ dumpsys window windows >dump.txtgrep
Time of Update: 2014-07-13
標籤:android style java color 檔案 資料 不管怎麼著,瞭解一點android的基本知識還是有必要的,就當開闊一些自己的眼界吧。。。。android的四大功能組件是_activity_,_service_,_BroadcastReceive廣播接收器_,_C