自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Android屏幕中隐藏标题栏和状态栏

在android开发中时常会碰到要全屏显示程序的时候,有2个方法可以解决这个问题 一个是在Activity的setContextView()方法之前调用 [java] view plaincopy   //隐藏标题栏   this.requestWindowFeature(Window.FEATURE_NO_TITLE);      //隐藏状态栏   th...

2013-10-27 15:55:11 79

原创 对 Android 开发者有益的 40 条优化建议

http://www.oschina.net/translate/40-developer-tips-for-android-optimization?from=20130922 http://www.admin10000.com/document/2907.html http://opensignal.com/blog/2013/07/30/40-developer-tips-for-a...

2013-10-27 15:54:44 153

原创 Android TypedArray attrs.xml

自定义组件: http://marshal.easymorse.com/archives/3068   使用系统自带的属性 http://blog.csdn.net/flowingflying/article/details/6274208   <resources>    <declare-styleable name="HelloGallery">   ...

2013-10-27 15:53:05 91

原创 tomcat connector 配置

    http://space.itpub.net/14401924/viewspace-663748 http://www.cnblogs.com/baibaluo/archive/2011/08/23/2150305.html http://stackoverflow.com/questions/12928945/the-response-of-the-webapplicatio...

2013-10-27 15:52:54 106

原创 大卫谈学习

        http://davidzhang33.blog.51cto.com/3095817/1313940

2013-10-27 15:52:40 76

空空如也

空空如也

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

TA关注的人

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