置顶文章
Hello World
Welcome to Hexo! This is your very first post. Check documentation to learn how to use.
more...精选分类
文章列表
Elements
The purpose of this post is to help you make sure all of HTML elements can display properly. If you use CSS reset, don't forget to redefine the style by yourself. # Heading 1 # Heading 2 # Heading 3 # Heading 4 # Heading 5 # Heading 6 # Paragraph Lorem ipsum dolor sit amet, test link...
more...InnoDB的底层存储:Page Structure和B+Tree
吾日三省吾身:高否? 帅否? 富否? <center> 阿浪:否!否!否!</center> <center>o ( ̄ヘ ̄o#)</center> 所谓人丑就要多读书,阿浪一直对 MySQL 数据存储的底层结构比较模糊,经过几天几夜的奋发读书 (摸鱼),终于让我拨开了萦绕心头的困惑。 # 存储引擎 我们都知道 MySQL...
more...Markdown特殊功能
以下介绍可以使用的 markdown 或者标签代码。 功能大部分基于 hexo-renderer-multi-markdown-it 渲染器,尤其是代码块的显示,与默认渲染器不兼容。 # links 链接块 本功能参考 NexT,基于 Hexo Tag 功能,用来建立友链或其他网址链接功能。 文章中的使用格式: 使用 links 标签块,包围 yml 语法书写的内容,字段包括 site 站点名称 必填 owner 管理员名字 可选,默认为 site 的值 url 站点链接 必填 desc 站点描述 可选,默认为 url 的值 image 站点图片 可选,默认为...
more...