2020年2月2日
摘要: 命令行 import sys sys.path得到: import syssys.path['C:\\Program Files\\JetBrains\\PyCharm Community Edition 2019.3\\plugins\\python-ce\\helpers\\pydev', 'C 阅读全文
posted @ 2020-02-02 16:37 shi_jie_huang 阅读(987) 评论(0) 推荐(0)
  2020年1月26日
摘要: 阿里云大学教学https://edu.aliyun.com/course/155/ 运行 chmod +x xx.sh ./xx.sh 基本语法:echo 输出 $赋值 特殊变量: $* 变量的使用 read命令 读入键盘输入 expr 运算 expr 3 + 5要有空格 反斜杠取消 特殊符号含义 阅读全文
posted @ 2020-01-26 17:25 shi_jie_huang 阅读(217) 评论(0) 推荐(0)