自定义博客皮肤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)
  • 资源 (63)
  • 收藏
  • 关注

原创 Git教程2——Git基本操作

顾名思义,远程仓库就是有一台电脑充当服务器的角色,每天24小时开机,其他每个人都从这个“服务器”仓库克隆一份到自己的电脑上,并且各自把各自的提交推送到服务器仓库里,也从服务器仓库中拉取别人的提交。常用的有GitHub、Gitlab等,这类网站就是提供Git仓库托管服务的,我们在这里使用GitHub,注册一个GitHub账号,就可以免费获得Git远程仓库。由于你的本地Git仓库和github

2016-06-21 22:12:26 775

原创 Git教程1——Git起步

SVN与Git最主要的区别      SVN是集中式版本控制系统,版本库是集中放在中央服务器的,而工作的时候,用的都是自己的电脑,所以首先要从中央服务器上得到最新的版本,干完后,需要把自己做完的活推送到中央服务器。集中式版本控制系统是必须联网才能工作,如果在局域网还可以,带宽够大,速度够快,如果在互联网下,如果网速慢的话,就郁闷了。     Git是目前世界上最先进的分布式版本

2016-06-19 22:20:59 3201 1

原创 RecyclerView实现瀑布流效果

在上一节,我们已经简单说过StaggeredGridLayoutManager的使用,这一节给出个具体的例子,我们利用他做一个照片墙的功能,先看下效果首先是Item的布局item_recycler_layout.xmlhttp://schemas.android.com/apk/res/android"    android:layout_width="

2016-06-02 13:48:32 1571 1

原创 RecyclerView完全解析

RecyclerView已经出现有一段时间了,但网上找了很久,并没有过多的介绍,还是鸿洋大神写的博客比较详细,我这里就按我的思路又加工了下。使用时,必须有support-v7包才可以使用。相比ListView,GridView之类控件,它有很多的优点,例如:数据绑定、Item View创建,View的回收以及重用等机制。RecyclerView控件和ListView的原理有很多相似的地方,都是

2016-06-01 13:27:37 3304

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关注的人

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