摘要:
介绍 shell是一个命令行解释器 解释型语言 发现screen也是一种shell 最早的/bin/sh 连接到dash 第一个脚本 多写注释 运行方法 第一种指定bash 第二种文件加执行权限 第三种成为系统变量 调试 调试工具 bashdb #!/bin/bash for((i = 0; i < 阅读全文
posted @ 2022-04-02 20:57
starc的miao
阅读(33)
评论(0)
推荐(0)
摘要:
gzip/gunzip 单个文件压缩、解压缩 tar ## 打包 tar -cvf img.tar acc.jpg ## 打包,不压缩 tar -zcvf img.tar.gz acc.jpg ## 打包,gzip压缩 tar -jcvf img.tar.bz2 acc.jpg ## 解压 tar 阅读全文
posted @ 2022-04-02 20:09
starc的miao
阅读(34)
评论(0)
推荐(0)
摘要:
镜像 (1)阿里云 https://mirrors.aliyun.com/pypi/simple/ (2)豆瓣 https://pypi.douban.com/simple/ (3)清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ (4)中国科学技术大学 阅读全文
posted @ 2022-04-02 17:08
starc的miao
阅读(74)
评论(0)
推荐(0)
摘要:
互斥量 原因 解决方法 过程 使用 初始化 加锁&解锁 二次加锁 解锁时的错误 条件变量 阅读全文
posted @ 2022-04-02 10:10
starc的miao
阅读(25)
评论(0)
推荐(0)

浙公网安备 33010602011771号