2016年11月10日
摘要: https://ubuntuforums.org/showthread.php?t=1772894 Hi, I faced the same problem when I tried to recover my Ubuntu password following the tutorial on: h 阅读全文
posted @ 2016-11-10 10:11 莫水千流 阅读(283) 评论(0) 推荐(0)
摘要: 1.作用Linux系统中grep命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹 配的行打印出来。grep全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所有用户。 2.格式grep [options] 3.主要参数[opt 阅读全文
posted @ 2016-11-10 10:05 莫水千流 阅读(1021) 评论(0) 推荐(0)
摘要: 生成字符串变量str='python String function' 字符串长度获取:len(str)例:print '%s length=%d' % (str,len(str))连接字符串sStr1 = 'strcat'sStr2 = 'append'sStr1 += sStr2print sS 阅读全文
posted @ 2016-11-10 09:16 莫水千流 阅读(633) 评论(0) 推荐(0)