上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页
摘要: #拉取成功 可以在images中查看到 切换到 containers 点击add container 这里我是根据提示自动写入的镜像名称 这里修改了 Working Dir ENV MARIADB_USER MARIADB_PASSWORD MARIADB_ROOT_PASSWORD 最后点击 de 阅读全文
posted @ 2022-08-12 09:51 simp00 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 这里以cmakecmake-3.21.2.tar.gz 为例 tar -cJvf cmake-3.21.2.tar.xz cmake-3.21.2 解压 tar -xvf *.xz 阅读全文
posted @ 2022-08-11 09:48 simp00 阅读(184) 评论(0) 推荐(0) 编辑
摘要: # yum 换国内镜像 sed -e 's|^mirrorlist=|#mirrorlist=|g' \ -e 's|^#baseurl=http://mirror.centos.org/centos|baseurl=https://mirrors.ustc.edu.cn/centos|g' \ - 阅读全文
posted @ 2022-07-29 17:56 simp00 阅读(133) 评论(0) 推荐(0) 编辑
摘要: #增加语句 [Time]下面增加NTP=192.168.1.70 sudo sed -i '/\[Time\]/a NTP=192.168.1.70' /etc/systemd/timesyncd.conf #查询语句 sed -n /NTP/p /etc/systemd/timesyncd.con 阅读全文
posted @ 2022-07-29 17:55 simp00 阅读(45) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/yanjieli/p/10725360.html 阅读全文
posted @ 2022-07-28 09:54 simp00 阅读(15) 评论(0) 推荐(0) 编辑
摘要: ^rtsp://(\w{2,20}):(\w{5,20})@(\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}):(\d{1,5})([^\s]*) 阅读全文
posted @ 2022-06-28 15:20 simp00 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 以下代码示例练习 Windows 防火墙配置文件; 显示当前配置文件、关闭防火墙、打开防火墙并添加应用程序。 /* Copyright (c) Microsoft Corporation SYNOPSIS Sample code for the Windows Firewall COM interf 阅读全文
posted @ 2022-06-27 17:33 simp00 阅读(633) 评论(0) 推荐(0) 编辑
摘要: numeric_limits 类模板提供了一种标准化的方式来查询算术类型的各种属性 比如 std::numeric_limits<int>::max() numeric_limits 提供了专有的信息 #include <limits> #include <iostream> int main() 阅读全文
posted @ 2022-06-10 10:33 simp00 阅读(450) 评论(0) 推荐(0) 编辑
摘要: alias cl="conda env list" alias cc="conda create -n" alias coa="conda activate" alias cod="conda deactivate" alias cr="conda remove --all -n" export D 阅读全文
posted @ 2022-06-10 09:36 simp00 阅读(171) 评论(0) 推荐(0) 编辑
摘要: ''' wget http://download.savannah.nongnu.org/releases/exosip/libexosip2-5.2.1.tar.gz wget http://ftp.gnu.org/gnu/osip/libosip2-5.2.1.tar.gz wget https 阅读全文
posted @ 2022-05-31 17:26 simp00 阅读(343) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页