上一页 1 2 3 4 5 6 7 8 ··· 14 下一页
摘要: Template Method 模式 动机(Motivation) 在软件构建过程中,对于某一项任务,它常常有稳定的整体操作结构,但各个子步骤却有很多改变的需求,或者由于固有的原因 (比如框架与应用之间的关系)而无法和任务的整体结构同时实现。 如何在确定稳定操作结构的前提下,来灵活应对各个子步骤的变 阅读全文
posted @ 2020-08-13 18:41 刘大侠GG_B 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 设计模式--设计原则 重新认识面向对象 理解隔离变化 从宏观层面来看,面向对象的构建方式更能适应软件的变化,能将变化所带来的影响减为最小 各司其职 从微观层面来看,面向对象的方式更强调各个类的“责任” 由于需求变化导致的新增类型不应该影响原来类型的实现—— 是所谓各负其责 对象是什么? 从语言实现层 阅读全文
posted @ 2020-08-05 18:56 刘大侠GG_B 阅读(121) 评论(0) 推荐(0) 编辑
摘要: centos7关机自动进行远程服务器备份 编写关机及其重启后执行的脚本 注:实验发现关机及其重启后执行的脚本的脚本中不能嵌套调用其它脚本。 该脚本需要应该与服务程序中ExecStart项相对应。及该脚本名为/home/lhx/reboot.sh 且需要安装expectyum install expe 阅读全文
posted @ 2020-07-21 18:20 刘大侠GG_B 阅读(281) 评论(0) 推荐(0) 编辑
摘要: wget使用 wget下载带递归时出现错误,顶层不让你递归! wget url //下载该网页将其保存为index.html文件 wget -i index.html -F -B url //解析index.html文件将其的链接加上url进行下载 wget下载src_link网站中所有的rpm格式 阅读全文
posted @ 2020-07-12 12:46 刘大侠GG_B 阅读(143) 评论(0) 推荐(0) 编辑
摘要: Using a separate service Tip: These steps can be automated by installing the systemd-numlockonttyAUR package and enabling the numLockOnTty service. Fi 阅读全文
posted @ 2020-06-29 10:13 刘大侠GG_B 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 系统安装无法找到引导 按下F12,使用一个带有系统的u盘进入救援模式。 进入救援模式 确认引导目录的所在的分区。 挂载引导目录将引导目录名修改为大厂的名字如centos 阅读全文
posted @ 2020-06-24 17:25 刘大侠GG_B 阅读(932) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1859245/202006/1859245-20200624163740040-1713546292.png) 阅读全文
posted @ 2020-06-24 16:38 刘大侠GG_B 阅读(136) 评论(0) 推荐(0) 编辑
摘要: D-Bus 1.13.14 Main Page Related Pages Modules Data Structures Files Data Structures | Typedefs | Functions Error reporting D-Bus low-level public API 阅读全文
posted @ 2020-06-11 13:49 刘大侠GG_B 阅读(169) 评论(0) 推荐(0) 编辑
摘要: dbus的C API D-Bus 1.13.10 Main Page Related Pages Modules **+**Data Structures **+**Files Data Structures | Typedefs | Enumerations | Functions DBusCon 阅读全文
posted @ 2020-06-11 13:47 刘大侠GG_B 阅读(1905) 评论(0) 推荐(0) 编辑
摘要: D-Bus 1.13.14 Main Page Related Pages Modules Data Structures Files Typedefs | Functions Address parsing D-Bus low-level public API Parsing addresses 阅读全文
posted @ 2020-06-11 13:45 刘大侠GG_B 阅读(382) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 14 下一页