摘要: ##修改系统启动模式 1.获取当前模式。systemctl get-default。 如图所示,本机的启动模式为命令行模式。 2.查看centos的启动模式。vi /etc/inittab。 centos中存在两种启动模式: multi-user.target: analogous to runle 阅读全文
posted @ 2021-09-02 17:04 张宵 阅读(2119) 评论(0) 推荐(0) 编辑
摘要: 题目链接:https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/ 题目描述: 题解: 非状态机的DP讲解题解 class Solution { public: int maxProfit(vect 阅读全文
posted @ 2021-09-02 15:31 张宵 阅读(35) 评论(0) 推荐(0) 编辑