自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (1)
  • 收藏
  • 关注

原创 git log --stat

git log --stat显示每个log的commit 标题,并且显示哪几个文件被修改了,各个文件增加和删除了多少行。

2018-07-18 19:01:46 1161

原创 perl: warning: Falling back to a fallback locale ("en_US.UTF-8").

$ git push --mirror git@192.168.5.55:xxx.git perl: warning: Setting locale failed.perl: warning: Please check that your locale settings:        LANGUAGE = "en_US:",        LC_ALL = (unset),      ...

2018-07-16 17:35:03 2889 1

原创 gitolite修复authorized_keys丢失以及仓库损坏

gitolite  修复$ gitolite setup -pk git.pub     Initialized empty Git repository in /home/git/repositories/xxx.git/WARNING: /home/git/.ssh/authorized_keys missing; creating a new one    (this is normal o...

2018-07-14 12:51:03 871

原创 HID增加按键

common/drivers/hid/hid-input.cstatic const unsigned char hid_keyboard[256] = {     0, 0, 0, 0, 30, 48, 46, 32, 18, 33, 34, 35, 23, 36, 37, 38,     50, 49, 24, 25, 16, 19, 31, 20, 22, 47, 17, 45, 2...

2018-07-10 10:02:52 1087

原创 git status -uno 不显示未跟踪文件

git status -uno   不显示未跟踪文件-u[<mode>], --untracked-files[=<mode>]           Show untracked files.           The mode parameter is used to specify the handling of untracked files. It is opti...

2018-07-08 17:47:11 4211

原创 git config

git config --global core.whitespace  cr-at-eol               cr-at-eol treats a carriage-return at the end of line as part of the line terminator, i.e. with it, trailing-space does not            ...

2018-07-07 16:13:27 563

深入理解linux内核 英文版

深入理解linux内核 understand linux kernel

2011-03-23

空空如也

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

TA关注的人

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