background picture of the home page

Hi,Friend

Hi!

单调栈

单调栈_理论_求数左边或右边第一个比他大或小的数

thumbnail of the cover of the post

模拟栈

一. AcWing828_模拟栈 二. 理论 栈是 OI 中常用的一种线性数据结构,请注意,本文主要讲的是栈这种数据结构,而非程序运行时的系统栈/栈空间。 栈的修改是按照后进先出的原则进行的,因此栈通常被称为是后进先出(last in first out)表,简称 LIFO 表。 三. 代码 #in

thumbnail of the cover of the post

模拟队列

一. AcWing892_模拟队列 二. 理论 队列(queue)是一种具有「先进入队列的元素一定先出队列」性质的表。由于该性质,队列通常也被称为先进先出(first in first out)表,简称 FIFO 表。 三. 代码 #include<iostream> #include<cstdio

thumbnail of the cover of the post

使用docker+mysql+caddy部署halo

一. 环境准备 云服务器:乌班图 Docker已安装好 能够SSH远程访问云服务器(XShell等软件) 二. 创建网桥 docker network create -d bridge halo-net 三. 安装MySQL服务 1. 配置文件 [client] default-character

thumbnail of the cover of the post

Hello Halo

如果你看到了这一篇文章,那么证明你已经安装成功了,感谢使用 Halo 进行创作,希望能够使用愉快。

thumbnail of the cover of the post