11 2015 档案

摘要:应用举例:1. usermod -g newuser newuser force use GROUP as new primary group. 一般时候是默认的,也是必须的(不能更改)。2. 指定用户所属的附加组list(用逗号分隔): 使newuser额外从属于staff.#usermod-G... 阅读全文
posted @ 2015-11-30 18:15 道以万计 阅读(392) 评论(0) 推荐(0)
摘要:定义:[1, 2, 3] # An array that holds three Fixnum objects[-10...0, 0..10,] # An array of two ranges; trailing commas are allowed[[1,2],[3,4],[5]] # An a... 阅读全文
posted @ 2015-11-27 17:20 道以万计 阅读(601) 评论(0) 推荐(0)
摘要:# definefrench_string = "il \xc3\xa9tait une fois"long_string = "1 and a 2 and a 3 and a "puts data.join(' and a ')# numbernumber = 5puts "The number... 阅读全文
posted @ 2015-11-26 17:50 道以万计 阅读(495) 评论(0) 推荐(0)
摘要:转载:http://www.scmeye.com/thread-1665-1-1.html入门Gerrit简介Gerrit是一个建立在Git版本控制系统之上,基于Web的代码审查工具,但如果你已经阅读过该指南,那么你可能已经知道了。介绍的目的就是然你回答这个问题,Gerrit是适合我的工具吗?它是否... 阅读全文
posted @ 2015-11-26 17:48 道以万计 阅读(20154) 评论(1) 推荐(0)