网上很多设置~/.bashrc或者/etc/profile的帖子,但是当我们使用ENTRYPOINT会失效,使用CMD格式的话有导致丢失启动参数。 这里"Using an entrypoint script"来实现该功能。 实现alias ll='ls -al' 编写ll命令文件: ll #!/bi ...
分类:
其他好文 时间:
2021-06-02 11:58:17
阅读次数:
0
# 2. 新建 CentOS-aliyun.repo 文件cd /etc/yum.repos.dcp CentOS-Base.repo CentOS-aliyun.repo # 3. 在CentOS-ucloud.repo文件末尾添加如下代码vim CentOS-aliyun.repo [kerne ...
分类:
系统相关 时间:
2021-06-02 11:43:20
阅读次数:
0
1、docker安装wget -P /etc/yum.repos.d/ https://download.docker.com/linux/centos/docker-ce.repoyum list docker-ce --showduplicates | sort -r #查看可以安装的版本yum ...
分类:
其他好文 时间:
2021-06-02 11:38:46
阅读次数:
0
安装的centos7 无法上网解决方案:一、安装的centos7 无法上网解决方案1、选择VMWare的NAT模式。 导航栏“编辑”->“虚拟网络编辑器” ->NAT模式->NAT设置2、编辑网络配置文件 vi /etc/sysconfig/network-scripts/ifcfg-ens33文件 ...
分类:
系统相关 时间:
2021-06-02 11:17:57
阅读次数:
0
考场上爆搜的每个点到达的概率,$TLE$理所当然,由于搜概率不太好记忆化,所以这个方法可能也只能到这了 code #include <cstdio> #include <cstring> #include <algorithm> #define printf Ruusupuu=printf #def ...
分类:
其他好文 时间:
2021-06-02 11:14:15
阅读次数:
0
通过查看/etc/resolv.conf文件可以知道当前使用的DNS /etc/systemd/resolvd.conf中的DNS设置 /etc/systemd/network/中各网卡的.network文件中的DNS配置 DHCP服务提供的DNS /etc/systemd/resolvd.conf ...
分类:
其他好文 时间:
2021-06-02 11:11:36
阅读次数:
0
要你支持一些操作。
插入数,删除数,查询数排名,查询某个排名的数,查询数的前驱后继。
但是它要求可以可持久化,即每次会在给定的历史版本上改动。 ...
分类:
其他好文 时间:
2021-06-02 11:01:10
阅读次数:
0
简介 使用BFS算法 不知道莫名超时了 code class Solution { public: struct point{ int i; int j; point(int i_, int j_){ i = i_; j = j_; } }; void bfs(int i, int j, vecto ...
分类:
其他好文 时间:
2021-05-25 18:29:12
阅读次数:
0
部署# 服务端# 安装 NFS 服务 #执行以下命令安装 NFS 服务, #apt 会自动安装 nfs-common、rpcbind 等软件包 sudo apt install nfs-kernel-server 创建共享目录 在服务器端创建 /nfs 目录。 编写配置文件 vim /etc/exp ...
分类:
其他好文 时间:
2021-05-25 18:14:09
阅读次数:
0
Algorithm。主要是为了编程训练和学习实现 strStr() https://leetcode-cn.com/probl...直接用indexof(),不讲伍德吗,反正第一反应就是这样做。哈哈,先摸下鱼,把上周的任务完成先。Review:主要是为了学习英文,如果你的英文不行,你基本上无缘技术高 ...
分类:
其他好文 时间:
2021-05-25 18:07:57
阅读次数:
0