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

原创 Git教程5——远程仓库

远程仓库远程仓库是指托管在因特网或其他网络中的你的项目的版本库。 你可以有好几个远程仓库,通常有些仓库对你只读,有些则可以读写。 与他人协作涉及管理远程仓库以及根据需要推送或拉取数据。 管理远程仓库包括了解如何添加远程仓库、移除无效的远程仓库、管理不同的远程分支并定义它们是否被跟踪等等。我们就以知名的GitHub网站为例,使用GitHub只要注册一个GitHub账号,就可以免费获得Git远程仓

2017-06-27 16:16:01 1414

原创 java读取resouces目录下文件

resources中存放一些个资源文件,比如properties文件等,编译好会自动将这里边的文件复制到target/classes里去。获取资源文件的方法说明:XXX.class.getResourceAsStream ()返回的是inputstreamXXX.class.getResource()返回:URLXXX.class.getResource("/") 返回的是classp

2017-06-15 15:21:57 12995

原创 Disruptor官方文档实现

获得DisruptorDisruptor是什么,我就不废话了,本文是对官方文档的实现,直接进入主题,要使用Disruptor可以通过Maven或者下载jar来安装Disruptor,只要把对应的jar放在Java classpath就可以了。1.定义事件首先声明一个Event来包含需要传递的数据public class LongEvent {private long valu

2017-06-09 15:01:11 6904 1

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

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