摘要: 步骤: 1、用 import re 导入正则表达式模块; 2、用 re.compile() 函数创建一个 Regex 对象(记得使用原始字符串); 3、向 Regex 对象的 search()方法传入想查找的字符串。它返回一个 Match 对象; 4、调用 Match 对象的 group() 方法, 阅读全文
posted @ 2017-05-24 16:20 Philly008 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1、进入VMware》VM》Install VMware tools; 2、解压 VMware tools: tar -zxvf VMware...; (默认的 /media 无法写入,需先移到其他文件夹下) mv /media/VM... /usr/local/ 3、执行安装: ./vmware- 阅读全文
posted @ 2017-05-24 15:30 Philly008 阅读(547) 评论(0) 推荐(0) 编辑