自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

持之以恒!

不积跬步无以至千里

  • 博客(3)
  • 资源 (63)
  • 收藏
  • 关注

原创 Fragment初学1——Fragment简介

Fragment是Android 3.0 引入的新API。Fragment代表了Activity的子模块,因此可以理解为Activity的片段。Fragment的初衷是为了适应大屏幕的平板电脑,由于大屏幕的平板电脑屏幕比较大,因此可以容纳更多的UI组件,而Fragment简化了大屏幕UI设计,它不需要开发者管理组件包含关系的复杂变化,开发者使用Fragment对UI组件进行分组、模块化管理,可以更

2015-09-23 10:55:38 591

原创 android实现弹出式对话框方法分析

利用Dialog,PopupWindow都可以实现对话框的功能。 Dialog实现比较方便,可以用系统自带的样式,也可以自定义一下,这里就不说了,不明白的可以看一下这篇() 但是它显示位置比较固定,有时不能满足我们的需求。 PopupWindow可以通过showAtLocation设置显示位置,也可以通过ShowAsDropDown以下拉方式显示在某个View的相对位置上,基本能

2015-09-14 15:18:05 1153

原创 Android系统自带样式(android:theme)解析

做Android开发时经常会修改系统默认的主题样式,下面说一些常用的主题样式,个人觉得能看看官方的api还是最好的 android:theme="@android:style/Theme.Dialog" : Activity显示为对话框模式 android:theme="@android:style/Theme.NoTitleBar" : 不显示应用程序标题栏 android:t

2015-09-14 10:43:41 1220

GreenDao.zip

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/52299729 如有不当之处,请多多指教

2016-08-30

CoordinatorLayoutDemo.zip

代码为博客实例代码:http://write.blog.csdn.net/postedit/52268977 如有不当之处,请多多指教

2016-08-22

RecyclerViewDemo1

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/51555185 如有不当之处,请多多指教

2016-06-01

android-support-v7-appcompat.jar

使用RecyclerView这个类需要用到这个jar包,我也找了半天,希望对大家有用

2016-05-29

CustomViewDemo9_1

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/51525517如有不当之处,请多多指教

2016-05-28

FragmentDemo-10

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/51151596 如有不当之处,请多多指教

2016-05-20

DrawableDemo3

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/51444960 如有不当之处,请多多指教

2016-05-18

DrawableDemo2

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/51383337 如有不当之处,请多多指教

2016-05-18

DrawableDemo1

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/51366935 如有不当之处,请多多指教

2016-05-18

DrawableDemo

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/51366935 如有不当之处,请多多指教

2016-05-11

CustomViewDemo7

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/51346605 如有不当之处,请多多指教

2016-05-08

ViewGroupDemo2

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/51334008 如有不当之处,请多多指教

2016-05-06

ViewGroupDemo1

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/51261287 如有不当之处,请多多指教

2016-04-27

CustomViewDemo6

代码为博客实例代码:http://write.blog.csdn.net/postedit/51218816 如有不当之处,请多多指教

2016-04-22

CustomThemeDemo

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/48436253 如有不当之处,请多多指教

2016-04-21

PopupDialogActivityDemo

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/48439547 如有不当之处,请多多指教

2016-04-21

CustomViewDemo5

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/51191453 如有不当之处,请多多指教

2016-04-19

CustomViewDemo4

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/51179794 如有不当之处,请多多指教

2016-04-18

FragmentDemo10

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/51151596 如有不当之处,请多多指教

2016-04-18

FragmentDemo9.zip

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/51141630 如有不当之处,请多多指教

2016-04-13

Rancher Labs介绍.pptx

Rancher 是一个企业级容器云平台,本资源是关于rancher的ppt,讲解的不错,欢迎大家下载学习,有好的东西也请大家共同分享

2020-05-11

OnlyOne.zip

代码为Springboot中使用过滤器、拦截器、监听器等的demo

2019-08-07

MailDemo.zip

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/78530594 如有不当之处,请多多指教

2017-11-14

300道c语言试题

c语言试题,帮助广大编程爱好者学习C语言,相信能够把这300道题都掌握了,编程能力一定达到了很高水平了,资源不错

2017-09-21

HibernateDemo5

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/77448245 如有不当之处,请多多指教

2017-08-21

FlashFXP54_5.4.0.395

FlashFXP是一款功能强大的FXP/FTP软件,集成了其它优秀的FTP软件的优点,如CuteFTP的目录比较,支持彩色文字显示;如BpFTP支持多目录选择文件,暂存目录;又如LeapFTP的界面设计。支持目录(和子目录)的文件传输,删除;支持上传,下载,以及第三方文件续传;可以跳过指定的文件类型,只传送需要的本件;可自定义不同文件类型的显示颜色;暂存远程目录列表,支持FTP代理及Socks 3&4;有避免闲置断线功能,防止被FTP平台踢出;可显示或隐藏具有“隐藏”属性的文档和目录;支持每个平台使用被动模式等。

2017-08-21

HibernateDemo2

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/77187150 如有不当之处,请多多指教

2017-08-15

HibernateDemo1

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/77161829 如有不当之处,请多多指教

2017-08-15

DisruptorDemo.zip

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/72957338 如有不当之处,请多多指教

2017-06-09

ThriftTest

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/60963538 如有不当之处,请多多指教,代码依赖的jar包需要自己导入下

2017-03-09

ThriftTest.zip

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/60876260 如有不当之处,请多多指教

2017-03-08

cglib-nodep-2.2.2.jar

用于在java代码中动态生成类的一个第三方开源库

2017-02-21

GsonFormat1.1.2.jar

这是一个根据JSONObject格式的字符串,自动生成实体类参数,用着很好,第一次是在android studio中用到,后来发现Intellij IDEA 工具也可以使用,我的版本是1.1.2,现在应该有更高的,这个也能用

2017-01-09

DrawerLayoutDemo

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/53081681,如有不当之处,请多多指教

2016-11-08

SlidingMenuDemo

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/52771806

2016-10-14

SlidingLayoutDemo

本项目为 自定义布局实现侧滑菜单的源代码,欢迎大家下载,如有不足,请不吝赐教

2016-10-09

RetrofitDemo

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/52627619 如有不当之处,请多多指教

2016-09-22

RecycleAndSwipeRefresh

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/52537756 如有不当之处,请多多指教

2016-09-15

SwipeRefreshLayoutDemo

代码为博客实例代码:http://blog.csdn.net/xuemengrui12/article/details/52514445 如有不当之处,请多多指教

2016-09-12

RecyclerViewDemo

代码为博客实例代码:http://write.blog.csdn.net/postedit/52399116 如有不当之处,请多多指教

2016-09-01

空空如也

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

TA关注的人

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