自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(30)
  • 收藏
  • 关注

转载 关于 Java 中 finally 语句块的深度辨析

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

2014-07-17 16:26:59 587

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

Notification using RemoteViews, layout内容不居中。

2014-05-05 18:45:56 950

原创 [学习笔记] 哈希表

一. Hash table 数据结构    wikipedia

2014-04-18 18:02:34 616

转载 循序渐进Java Socket网络编程(多客户端、信息共享、文件传输)

循序渐进Java Socket网络编程(多客户端、信息共享、文件传输)http://my.oschina.net/leejun2005/blog/104955

2014-03-26 20:59:23 916

转载 Android应用程序发送广播(sendBroadcast)的过程分析

Android系统进程间通信(IPC)机制Binder中的Server启动过程源代码分析 http://disanji.net/2011/08/13/android%E7%B3%BB%E7%BB%9F%E8%BF%9B%E7%A8%8B%E9%97%B4%E9%80%9A%E4%BF%A1%EF%BC%88ipc%EF%BC%89%E6%9C%BA%E5%88%B6binder%E4%

2014-03-19 19:41:42 862

原创 sendBroadcast

frameworks/base/core/java/android/app/ContextImpl.java public void sendBroadcast(Intent intent) {     String resolvedType = intent.resolveTypeIfNeeded(getContentResolver());     try {       

2014-02-12 18:54:24 727

原创 Android混淆

example-2.0.jar是已混淆过的jar。将其导入工程A,工程A混淆编译时会报错,如下。[2014-01-22 18:32:29 - SpeedExample] Proguard returned with error code 1. See console[2014-01-22 18:32:29 - SpeedExample] java.io.IOExceptio

2014-01-22 18:36:56 1091

原创 git学习

Try Git - the basic concepts of Git version controlhttps://www.codeschool.com/paths/electives#git-basicsgit简易指南http://rogerdudler.github.io/git-guide/index.zh.htmlgit分支管理策略http

2014-01-20 15:55:38 651

转载 Http协议和HttpClient

HyperText Transfer Protocolhttp://zh.wikipedia.org/wiki/%E8%B6%85%E6%96%87%E6%9C%AC%E4%BC%A0%E8%BE%93%E5%8D%8F%E8%AE%AEHTTP协议理解与应用总结http://my.oschina.net/u/142836/blog/170179HttpClie

2014-01-15 18:47:31 691

原创 mount的作用

"mount -o remount, rw " + sustemDev + " /system \n""mount -o remount, rw /system \n"mount的用处是改变文件的读写权限么?wikipedia上mount(Unix)条目用户在UNIX的机器上打开一个文件以前,包含该文件的文件系统必须先进行挂载的动作,此时用户要对该文件系统下mo

2014-01-07 18:45:13 2850

转载 Blocking particular apps in Android (By modifying source code)

http://stackoverflow.com/questions/16222320/blocking-particular-apps-in-android-by-modifying-source-code1 down vote acceptedIn general, when an intent can be handled by an

2014-01-06 17:31:15 790

转载 Android动态加载jar、apk的实现

http://blog.csdn.net/bboyfeiyu/article/details/11710497

2013-12-20 19:02:35 532

转载 探索Android中的Parcel机制

http://www.oschina.net/question/163910_27951

2013-12-19 18:51:10 578

转载 Android的硬件加速及可能导致的问题

http://blog.chenming.info/blog/2012/09/18/android-hardware-accel/Android Drawing ModelsWhen hardware acceleration is enabled, the Android framework utilizes a new drawing model that utiliz

2013-12-09 19:28:08 838

转载 Java反射机制

http://www.cnblogs.com/keis/archive/2011/03/29/1998736.html虽然个人不太欣赏这种写文风格,但作者总结的APIs清晰。笔记:Java反射机制的核心就是允许在运行时通过Java Reflection APIs来取得已知名字的class类的相关信息,动态地生成此类,并调用其方法或修改其域(甚至是本身声明为priva

2013-11-18 19:02:27 735

转载 Bitwise Operation及用处

http://acm.nudt.edu.cn/~twcourse/BitwiseOperation.html

2013-11-13 15:58:56 745

转载 java /n /r /t

java /n /r /t - niguang09的专栏 - 博客频道 - CSDN.NET http://blog.csdn.net/niguang09/article/details/6275040

2013-11-06 15:25:53 491

转载 “单元测试要做多细?”

http://coolshell.cn/articles/8209.html

2013-10-24 17:32:15 553

转载 Android控件ListView

1.ListView默认,点击Item,Item有点击态颜色。   设置点击时无特别颜色,ListView属性,android:listSelector="@android:color/transparent"2.当ListView设置了android:background属性后,拖动ListView,ListView会是黑色或白色,不是当前设置的background。ListVi

2013-10-17 17:30:52 626

转载 How to get position of key/value in LinkedHashMap using its key

http://stackoverflow.com/questions/10387290/how-to-get-position-of-key-value-in-linkedhashmap-using-its-key

2013-10-09 17:58:37 708

转载 Dalvikvm GC

http://stackoverflow.com/questions/4976566/what-do-gc-for-malloc-gc-explicit-and-other-gc-mean-in-android-logcatAnother place where the Dalvik garbage collector messages are explained is in

2013-10-08 15:20:38 830

转载 APK编译反编译相关

http://blog.csdn.net/ithomer/article/details/6727581

2013-09-16 18:52:32 672

转载 Android项目export成jar file,调用资源

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

2013-08-21 19:43:28 528

转载 获取快捷方式在Launcher数据库中的信息 Failed to find provider info for com.android.launcher2.settings

http://stackoverflow.com/questions/8501306/android-shortcut-access-launcher-db

2013-08-14 19:19:19 2426

转载 Non-constant Fields in Case Labels

http://tools.android.com/tips/non-constant-fields

2013-08-12 17:48:52 784

转载 StartActivityForResult与启动模式singleTask,singleInstance研究

http://blog.sina.com.cn/s/blog_4a4f9fb50100tmqw.html

2013-08-06 15:02:44 713

转载 maven编译error:Could not find tool 'aapt'. Please provide a proper Android SDK directory path as confi

http://stackoverflow.com/questions/16585099/adt-22-missing-aapt-exe-after-upgrading

2013-08-05 14:30:27 1649

原创 VIM命令

跳到第一行 gg跳到最后一行 G(shift + g)向下翻页 ctrl + f向上翻页 ctrl + b跳到行首 0跳到行尾 $显示行号 :set number跳到第n行 n G(shift + g)

2013-08-02 11:33:13 528

转载 #Maven# Introduction to the Build Lifecycle

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

2013-06-25 16:21:35 593

转载 15条SQLite3语句

转自:http://www.thegeekstuff.com/2012/09/sqlite-command-examples/SQLite3 is very lightweight SQL database which focuses on simplicity more than anything else. This is a self-contained serverless d

2013-05-30 15:21:42 747

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除