备忘录模式是一种行为设计模式,在不破坏封装性的前提下,允许在不暴露对象实现细节的情况下保存和恢复对象之前的状态。
Memento is a behavior design pattern. Without compromising encapsulation,
it can reserve and restore of the previous stat…
一、系统初始化进程
systemd与System V init的区别以及作用:
System V init运行级别systemd目标名称systemd目标作用0poweroff.target关机1rescue.target单用户模式2multi-user.target多用户的文本界面3multi-user.target多用户的文本界面4multi-user.target多用户…
cat /etc/redhat-release看到操作系统是CentOS Linux release 7.6.1810,uname -r看到内核版本是3.10.0-957.el7.x86_64,sed --version可以看到sed版本是4.2.2。
echo a : 1 : good : g >> sed_daicpnrwq.txt
echo b : 2 : well : w >> sed…