原创 Dalvikvm GC

http://stackoverflow.com/questions/4976566/what-do-gc-for-malloc-gc-explicit-and-other-gc-mean-in-android-logcat Ano

原创 15條SQLite3語句

轉自:http://www.thegeekstuff.com/2012/09/sqlite-command-examples/ SQLite3 is very lightweight SQL database which focuse

原创 Android項目export成jar file,調用資源

http://stackoverflow.com/questions/13816596/accessing-declare-styleable-re

原创 APK編譯反編譯相關

APK反編譯 http://blog.csdn.net/ithomer/article/details/6727581 http://my.eoe.cn/sandking/archive/19772.html 一.反編譯源代碼 $ mv

原创 #Maven# Introduction to the Build Lifecycle

http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.

原创 VIM命令

跳到第一行 gg 跳到最後一行 G(shift + g) 向下翻頁 ctrl + f 向上翻頁 ctrl + b 跳到行首 0 跳到行尾 $ 顯示行號 :set number 跳到第n行 n G(shift + g)或 : n 搜索當前單

原创 關於 Java 中 finally 語句塊的深度辨析

http://www.ibm.com/developerworks/cn/java/j-lo-finally/

原创 sendBroadcast

frameworks/base/core/java/android/app/ContextImpl.java  public void sendBroadcast(Intent intent) {      String resolve

原创 Java反射機制

http://www.cnblogs.com/keis/archive/2011/03/29/1998736.html 雖然個人不太欣賞這種寫文風格,但作者總結的APIs清晰。 筆記: Java反射機制的核心就是允許在運行時通過Ja

原创 Notification using RemoteViews, layout內容不居中。

Notification using RemoteViews, layout內容不居中。

原创 git學習

Try Git - the basic concepts of Git version control https://www.codeschool.com/paths/electives#git-basics git簡易指南 htt

原创 [學習筆記] 哈希表

一. Hash table 數據結構      http://zh.wikipedia.org/zh-cn/%E5%93%88%E5%B8%8C%E8%A1%A8     從頭到尾徹底解析Hash表算法  http://blog.csdn

原创 循序漸進Java Socket網絡編程(多客戶端、信息共享、文件傳輸)

循序漸進Java Socket網絡編程(多客戶端、信息共享、文件傳輸) http://my.oschina.net/leejun2005/blog/104955

原创 Android應用程序發送廣播(sendBroadcast)的過程分析

Android系統進程間通信(IPC)機制Binder中的Server啓動過程源代碼分析 http://disanji.net/2011/08/13/android%E7%B3%BB%E7%BB%9F%E8%BF%9B%E7%A8%8

原创 Blocking particular apps in Android (By modifying source code)

http://stackoverflow.com/questions/16222320/blocking-particular-apps-in-android-by-modifying-source-code 1 down vot