上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: # encoding: utf-8 # module builtins # from (built-in) # by generator 1.147 """ Built-in functions, exceptions, and other objects. Noteworthy: None is 阅读全文
posted @ 2020-11-05 20:28 Alice只敲代码不秃头 阅读(171) 评论(0) 推荐(0) 编辑
摘要: # encoding: utf-8 # module builtins # from (built-in) # by generator 1.147 """ Built-in functions, exceptions, and other objects. Noteworthy: None is 阅读全文
posted @ 2020-11-05 20:27 Alice只敲代码不秃头 阅读(153) 评论(0) 推荐(0) 编辑
摘要: # encoding: utf-8 # module builtins # from (built-in) # by generator 1.147 """ Built-in functions, exceptions, and other objects. Noteworthy: None is 阅读全文
posted @ 2020-11-05 20:26 Alice只敲代码不秃头 阅读(277) 评论(0) 推荐(0) 编辑
摘要: # encoding: utf-8 # module builtins # from (built-in) # by generator 1.147 """ Built-in functions, exceptions, and other objects. Noteworthy: None is 阅读全文
posted @ 2020-11-05 20:25 Alice只敲代码不秃头 阅读(139) 评论(0) 推荐(0) 编辑
摘要: # encoding: utf-8 # module builtins # from (built-in) # by generator 1.147 """ Built-in functions, exceptions, and other objects. Noteworthy: None is 阅读全文
posted @ 2020-11-05 20:11 Alice只敲代码不秃头 阅读(156) 评论(0) 推荐(0) 编辑
摘要: # encoding: utf-8 # module builtins # from (built-in) # by generator 1.147 """ Built-in functions, exceptions, and other objects. Noteworthy: None is 阅读全文
posted @ 2020-11-05 20:05 Alice只敲代码不秃头 阅读(168) 评论(0) 推荐(0) 编辑
摘要: ##运算符 算数运算符: > 赋值运算符 >>>返回结果为值 + # 加 - # 减 * # 乘 / # 除以 ** # 幂运算 % # 取余数 // # 取商 #################### 赋值运算符: > 算数运算符 >>>返回结果为值 a = a + b == a += b a = 阅读全文
posted @ 2020-11-04 23:32 Alice只敲代码不秃头 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1. 打印 : print() # 打印,输出 2. 变量 : var = 'hello' # 变量var , 把'hello' 赋值给变量 var 3. if 函数 : # 代码块 4个空格或者一个tab 用法1 : if 如果条件成立 ,执行if下的代码块 , 否则 条件不成立 执行 else 阅读全文
posted @ 2020-11-04 22:21 Alice只敲代码不秃头 阅读(104) 评论(0) 推荐(0) 编辑
摘要: python基础 --基础: 1, 第一句python - 用cmd 调用--python (路径)+(文件名)) 扩展名是任意的 - 导入模块是,如果不是.py文件,可能导入不成功 - python --> 扩展名必须是.py 2, 2种执行方式 python解释器 python (路径)+(文件 阅读全文
posted @ 2020-11-04 22:18 Alice只敲代码不秃头 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 主要步骤:将磁盘设置为LVM类型,并在这四个分区上创建物理卷、卷组和逻辑卷,最后将逻辑卷挂载。电脑使用Windows10 企业版 LTSC 操作系统。虚拟机使用VMware15.5 pro 。 1、安装好我们的虚拟环境VMware(选择VMware15.5.0 pro) 2、选择Linux镜像文件( 阅读全文
posted @ 2020-11-04 20:01 Alice只敲代码不秃头 阅读(891) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页