摘要: 一、注释 单行注释 #打印“hello world” print("hello.world!") 另外一种单行注释 print("hello,world!") #打印hello,world 多行注释 ''' print("l love u") print("china") ''' 二、算术运算符 操 阅读全文
posted @ 2019-10-21 14:43 一尾 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 一、yum常用命令 #yum -y install [软件包名] //安装 #yum erase [软件包名] //卸载 #yum clean all //清除缓存 #yum makecache //加载缓存 二、本地yum配置 (1)本机创建yum仓库 #mkdir -p /root/test # 阅读全文
posted @ 2019-10-21 10:44 一尾 阅读(313) 评论(0) 推荐(0) 编辑