自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

转载 大型网站架构系列:负载均衡详解(1)

转:http://toutiao.com/i6227967085096468993/?tt_from=mobile_qq&utm_campaign=client_share&app=news_article&utm_source=mobile_qq&iid=3341341529&utm_medium=toutiao_android面对大量用户访问、高并发请求,海量数据,可以使用

2015-12-15 16:44:29 580

转载 JNI Local Reference Changes in ICS

转:http://android-developers.blogspot.com/2011/11/jni-local-reference-changes-in-ics.htmlJNI Local Reference Changes in ICS[This post is by Elliott Hughes, a Software Engineer on th

2015-12-02 10:09:43 415

转载 Debugging Android JNI with CheckJNI

转:http://android-developers.blogspot.com/2011/07/debugging-android-jni-with-checkjni.htmlDebugging Android JNI with CheckJNI[This post is by Elliott Hughes, a Software Engineer on

2015-12-02 10:08:43 554

转载 static_cast, dynamic_cast, reinterpret_cast, const_cast区别比较

转:http://www.cnblogs.com/jerry19880126/ 隐式转换(implicit conversion)short a=2000;int b;b=a;short是两字节,int是四字节,由short型转成int型是宽化转换(bit位数增多),编译器没有warning,如下图所示。宽化转换(如char到int,int到long

2015-12-01 17:52:26 384

Android 线程池

Android 线程池

2014-10-19

空空如也

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

TA关注的人

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