- 博客(11)
- 资源 (14)
- 收藏
- 关注
转载 Content-Encoding与Content-Type的区别
RFC 2616 for HTTP 1.1 specifies how web servers must indicate encoding transformations using the Content-Encoding header. Although on the surface, Content-Encoding (e.g., gzip, deflate, compress)
2016-07-06 00:30:57 2760
转载 Android分包原理
来自:http://www.open-open.com/lib/view/open1456787208484.htmlhttp://www.tuicool.com/articles/rEBVNfYhttp://blog.csdn.net/t12x3456/article/details/40837287
2016-04-11 14:08:08 421
转载 Android应用方法数65536的限制问题
随着应用程序功能不断的丰富,总有一天你会遇到一个异常:Conversion to Dalvik format failed:Unable toexecute dex: method ID not in [0, 0xffff]: 65536那么让我们看一下为什么会引起这种错误: 在Android系统中,一个App的所有代码都在一个Dex文件里面。
2016-04-11 11:03:55 1916
原创 继承Handler还是实现Handler.Callback?
Android的Handler提供了多种创建方式:package com.chanryma.demo; import android.os.Handler;import android.os.Message; public class HandlerDemo { private Handler myHandler1 = new Handler(new MyHandlerCal
2015-11-06 18:41:53 3382 1
原创 android知乎小圆圈刷新效果
很多应用都使用到了一种小圆圈划动刷新的效果,仔细查了一下,原来是android v7包里面最新的刷新效果。使用起来也是十分简单的。开始准备:<android.support.v4.widget.SwipeRefreshLayout android:id="@+id/sr" android:layout_width="match_parent"
2015-10-22 13:32:31 935
原创 Android Adapter深入理解与优化
1. Adapter.getView() public View getView(int position, View convertView, ViewGroup parent){...} 这个方法就是用来获得指定位置要显示的View。官网解释如下:Get a View that displays the data at the specified positi
2015-10-22 13:09:59 703
原创 Android开发Builder模式
什么是Builder模式:将一个复杂对象的构建与它的表示分离,使得同样的构建过程可以创建不同的表示。我们通过一个例子来引出Builder模式。public class Person { private String name; private int age; private double height; private double weight;
2015-10-18 12:13:26 518
原创 Android使用UncaughtExceptionHandler捕获全局异常
Android系统的“程序异常退出”,给应用的用户体验造成不良影响。为了捕获应用运行时异常并给出友好提示,便可继承UncaughtExceptionHandler类来处理。通过Thread.setDefaultUncaughtExceptionHandler()方法将异常处理类设置到线程上即可。import java.lang.Thread.UncaughtExceptionHandler;
2015-10-18 11:09:03 442
转载 Android中Parcel的分析以及使用
出处:http://www.linuxidc.com/Linux/2012-02/53066.htm简单点来说:Parcel就是一个存放读取数据的容器, Android系统中的binder进程间通信(IPC)就使用了Parcel类来进行客户端与服务端数据的交互,而且AIDL的数据也是通过Parcel来交互的。在Java空间和C++都实现了Parcel,由于它在C/C++中,直接使用了内存来读取
2015-10-17 19:31:49 405
原创 Ethernet guarder V1.1.exe 下载
guarder V1.1下载" src="http://static2.photo.sina.com.cn/middle/4dacfb01t73befec93a71&690" alt="Ethernet guarder V1.1下载" width="291" height="341" />Ethernet guarder V1.1.exe 下载地址 http://download.csdn.ne
2010-05-01 00:06:00 1763
基于TCP/IP socket的局域网聊天系统
2011-04-30
Ethernet guarder V1.1 For winxp/win7
2010-04-30
(2004-2009)数据库系统工程师考试历年试题及答案
2010-04-12
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人