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
1.Create a new post
$ hexo new "My New Post"
执行命令会在/source/_posts下创建新文章,之后需要使用MarkDown语法编写该文章。
---
包括起来的内容称之为Front-matter
有很多配置选项可以添加。
更多的简单语法可以参考菜鸟教程
More info: Writing
2.清除旧数据
文章写好之后,首先清除掉旧的数据
hexo clean
这个命令会清除掉之前生成的网页,即站点根目录下的public文件夹
3.Generate static files
然后使用如下命令生成新的页面:More info: Generating
$ hexo generate 或者简写 hexo g
这个命令会将source文件夹下所有的md文件进行渲染,生成HTML页面,存放在public文件夹下
4.Run server
在本地开启服务器,预览一下文章是否满意
$ hexo server 'hexo s' for short
More info: Server
5.Deploy to remote sites
$ hexo deploy 'hexo d'
More info: Deployment
Blog Template
更高阶更详尽的Hexo Markdown教程参考夜法之书的博客
一些可以用到的LeTax数学公式编辑方式超详细 LaTex数学公式 || LaTeX数学公式-详细教程
图床就是用csdn了 😉 还有好多文章慢慢搬运过来,不急。
但是需要在每个csdn的图片的链接上加上https://images.weserv.nl/?url=真正的图片链接LRU,这个前缀。
![](https://images.weserv.nl/?url=)
{% raw %}
在这之间写LaTex或者其他造成的符号转义冲突之类的报错
{% endraw %}
toc: true
mathjax: true
hide: false
categories: Paper
tags:
- A
- Hybrid Memory Systems
img: https://images.weserv.nl/?url=
summary: 。
---
## 1. 论文信息
<div class="note primary">
- 文章来自IEEE International Symposium on High-Performance Computer Architecture, (HPCA), 2022
- 名字
</div>
### 所有作者及单位
- A, 佛罗里达国际大学(FIU)
## 2. Background
## 3. 解决了什么问题
## 4. 其他学者解决这个问题的思路和缺陷
## 5. 围绕该问题作者如何构建解决思路
## 6. 从结果看,作者如何有力证明他解决了问题
## 7. 缺陷和改进思路
## 8. 创新点
## 9. 积累
每个标签结束后必须空一行:
然后是行内标签,比加粗更能显示重点,Fulid移植的。
Label primary
Label default
Label info
Label success
Label warning
Label danger