自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

xn_28的专栏

越闲越没空

  • 博客(6)
  • 收藏
  • 关注

原创 【css】flex展示一排图片

Album:    pic1 pic2 pic3 pic4 pic5 .pics{ font: 1.4rem helvetica, sans-serif; margin: 3rem; height: 100%; /*background: dimgrey

2014-12-24 10:39:39 2592

原创 【git】git add忽略某些文件的方法

1  对于未入库的文件:http://blog.csdn.net/wirelessqa/article/details/19548289命令:touch .gitignore             创建.gitignore文件在文件中写入需要忽略的文件(如:*.diff  ……具体见链接),或者不遵循忽略原则的特例(文件前加“!”)(注:只对untracked files有效)

2014-12-22 15:55:01 33888

转载 【css】flex可伸缩

截取部分,不完全,取值自己改:.container{ align-items: center; justify-content: center; display: flex; background: white url(image/baby.jpg) no-repeat center; background-size: auto 100%;}.text{ display:

2014-12-19 17:35:56 655

转载 【java】common-configuration读取xml,properties文件&问题解决

导入包&问题解决:http://stackoverflow.com/questions/7651799/proper-usage-of-apache-commons-configuration/7651867#7651867代码样例:http://javamy.iteye.com/blog/252619

2014-12-15 14:18:15 668

转载 【Java】文件相对路径表示

原文链接:http://lavasoft.blog.51cto.com/62575/265821/项目的文件夹结构:repathtest ├─src │    └─com │            └─lavasoft │                    ├─test │                    └─res ├─doc

2014-12-15 14:14:23 3094

转载 JZMQ

原理:http://backend.blog.163.com/blog/static/202294126201251884238488/http://blog.csdn.net/whuqin/article/details/8442919代码:http://outofmemory.cn/wr/?u=http%3A%2F%2Fwww.coderli.com%2Fzerom

2014-12-09 17:09:30 680

空空如也

空空如也

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

TA关注的人

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