Hello World

发布时间 2023-09-19 17:24:35作者: stmoonar

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.

Quick Start

Create a new post

hexo new "My New Post"

More info: Writing

Run server

hexo server

More info: Server

Generate static files

hexo generate

More info: Generating

Deploy to remote sites

hexo deploy

More info: Deployment

测试格式

我的博客网站默认的第一篇hello world一般都没有删掉,留着用来测试一些格式?,虽然没什么意义,但就是想留着它。

行内代码

这是行内代码int a = 10;测试

代码块

#include <stdio.h>
int main()
{
    printf("Hello World!\n");
    return 0;
}

公式

$\alpha \times \beta = 10$

当要判断一个函数依赖$X \rightarrow Y$是否成立时,就只要计算$X^+$,如果$Y \subseteq X_+$,那么函数依赖$X \rightarrow Y$就成立。

表格

1 2 3
4 5 6
7 8 9

图片

test

引用

这是一段引用
123
234

无序列表

  • 这是一个无序列表
  • 123
  • 234
  • 345

有序列表

  1. 这是一个有序列表
  2. 123
  3. 234

任务列表

删除线

这是一段删除线

脚注

这是一段脚注[1]

表情

?

HTML

这是一段红色的文字

超链接

这是一个超链接

水平分割线


上标

这是一个上标123

下标

这是一个下标123


  1. 这是一段脚注 ↩︎