Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1545406
  • 博文数量: 289
  • 博客积分: 11086
  • 博客等级: 上将
  • 技术积分: 3291
  • 用 户 组: 普通用户
  • 注册时间: 2006-06-22 17:06
个人简介

徐小玉的博客。

文章分类

全部博文(289)

文章存档

2023年(6)

2022年(1)

2021年(2)

2020年(9)

2019年(9)

2018年(6)

2017年(10)

2016年(10)

2014年(3)

2013年(4)

2011年(12)

2010年(16)

2009年(14)

2008年(119)

2007年(48)

2006年(20)

我的朋友

发布时间:2018-01-26 09:34:29

Git中从远程的分支获取最新的版本到本地有这样2个命令:1. git fetch:相当于是从远程获取最新版本到本地,不会自动merge    git fetchorigin mastergit log -p master..origin/mastergit mergeorigin/master    以上命令的含义:   首先从远程的o.........【阅读全文】

阅读(1820) | 评论(0) | 转发(0)

发布时间:2018-01-22 15:51:02

2018-01-22:To get the file change lists , the difference between your work area and the remote master.  since the remote master is the latest verson of laest deploy, it is the file change list for this patch.git diff origin/master HEAD --name-status......【阅读全文】

阅读(636) | 评论(0) | 转发(0)

发布时间:2018-01-22 15:34:32

2018-01-221: 怎么在wiki上上传文件?点link, link type 选 internal media. browse server-> select file-> upload......【阅读全文】

阅读(758) | 评论(0) | 转发(0)

发布时间:2017-09-08 12:14:36

a111b2222c33333d44f555555g6666h7777i8888j999x0000把每行的第一个字符移到最后。awkawk '{print substr($0,2,length($0)) substr($0,0,1)}' file5 >> txttest1   $0 的第二个字符开始,长度为length($0)   $0 的第0个字符开始,长度为1sed '/^.\(1\)s/$/1/' file5\(..........【阅读全文】

阅读(826) | 评论(0) | 转发(0)

发布时间:2017-09-06 17:57:33

aaa          35-38fffff        68-71,2-75,76-80fffff        101-105        fffff        106-110  &nb.........【阅读全文】

阅读(1196) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册