Mac安装Reids并配置
title: Mac安装Reids并配置 date: 2022-02-04 21:43:24 categories: 开发 tags: [Redis,数据库] 安装 使用Homebrew安装 安装命令: brew install redis ```shell ==> Downloading htt
title: Mac安装Reids并配置 date: 2022-02-04 21:43:24 categories: 开发 tags: [Redis,数据库] 安装 使用Homebrew安装 安装命令: brew install redis ```shell ==> Downloading htt
title: Flask跨域方案 date: 2022-02-08 16:28:55 categories: 开发 tags: [Flask,跨域] 很容易搜索到多种解决方法,暂先记录几种最简单的。 为response添加headers 使用make_response先创建响应,再给响应添加head
title: Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can
title: mac OS快捷键 date: 2022-02-14 16:16:03 categories: 学习笔记 tags: [Mac OS,快捷键] 🍀持续更新中~ 文稿快捷键 ⌘ + ↑:文稿开头 ⌘ + ↓:文稿末尾 ⌘ + → :行首(Home) ⌘ + ← :行尾(End) ⌥ +
在 Linux 系统中,系统初始化和服务管理是确保系统正常运行的核心组件。传统上,Linux 使用 sysvinit 或 Upstart 作为初始化系统,但随着系统复杂性的增加,这些系统逐渐显得力不从心。systemd 作为一种全新的系统和服务管理器,凭借其高效、灵活的特点,已成为现代 Linux