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 find the answer in troubleshooting or you can ask me on GitHub.

文章头部元数据设置

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
title: "[信息编码] LZW 压缩算法"  			 # 文章标题
top: 1 # 是否置顶,1 表示置顶
toc: true # 是否启用目录(Table of Contents)
recommend: 1 # 是否推荐
keywords: # SEO关键词
- categories
- github
- 密码学
date: 2025-05-14 15:10:43 # 文章发布日期
thumbnail: https://cdn.jsdelivr.net/...png # 缩略图
tags: 密码学 # 标签
categories: [信息编码,密码学] # 分类,支持多个


(以 - 加换行实现独立分类)

- 信息编码
- 密码学

(数组表示层级关系)
信息编码
└── 密码学
作者

DSTBP

发布于

2025-06-07

更新于

2025-06-07

许可协议

CC BY 4.0

评论

微信二维码