-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome_data.json
More file actions
75 lines (75 loc) · 3.36 KB
/
home_data.json
File metadata and controls
75 lines (75 loc) · 3.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[
{
"title": "c自查表",
"tag": "null",
"time": "Sun Jan 22 2023 21:59:02",
"summary": "看c++ std::string 的源码,发现有#pragma GCC system_header这个,不知道什么意思,去google了一下,发现意思如下,以后自己代码中还是不要用这个.",
"url": "./htmls/c自查表.html"
},
{
"title": "Linux命令行",
"tag": "null",
"time": "Sun Jan 22 2023 21:59:02",
"summary": "shell是运行在终端中的文本互动程序,bash(GNU Bourne-Again Shell)是最常用的一种shell。是当前大多数Linux发行版的默认Shell。",
"url": "./htmls/Linux命令行.html"
},
{
"title": "marked造轮子",
"tag": "null",
"time": "Mon Jan 23 2023 16:17:35",
"summary": "hexo固然好用,但是在使用的过程总还是有一些问题,比如",
"url": "./htmls/marked造轮子.html"
},
{
"title": "MySQL自查表",
"tag": "null",
"time": "Sun Jan 22 2023 21:59:03",
"summary": "目录",
"url": "./htmls/MySQL自查表.html"
},
{
"title": "test",
"tag": "null",
"time": "Mon Jan 23 2023 15:18:25",
"summary": "photo test",
"url": "./htmls/test.html",
"imgsrc": "./images/gd.jpg"
},
{
"title": "vi、vim",
"tag": "null",
"time": "Sun Jan 22 2023 21:59:03",
"summary": "vi和vim都是Linux中的编辑器,不同的是vim比较高级,可以视为vi的升级版本。vi使用于文本编辑,但是vim更适用于coding",
"url": "./htmls/vi、vim.html"
},
{
"title": "what did you learn from your heartbreak",
"tag": "null",
"time": "Tue Sep 26 2023 10:32:13",
"summary": " -Rindo:",
"url": "./htmls/what did you learn from your heartbreak.html"
},
{
"title": "《白色相簿2》[通关推荐顺序]和[官方剧情资源全整理]",
"tag": "null",
"time": "Sun Jan 22 2023 21:59:03",
"summary": "我这篇通关推荐顺序的宗旨是让玩家的体验更好。对于《白色相簿2》,不看剧透玩起来的感觉要比看剧透好非常多!所以在不透剧的前提下,通过这篇文章科普一些信息,并且提高游戏体验",
"url": "./htmls/《白色相簿2》[通关推荐顺序]和[官方剧情资源全整理].html",
"imgsrc": "./images/冬馬かずさ.jpg"
},
{
"title": "关于Git使用",
"tag": "null",
"time": "Mon Jan 23 2023 16:17:36",
"summary": "Git是分布式版本控制系统,那么它就没有中央服务器的,每个人的电脑就是一个完整的版本库,这样,工作的时候就不需要联网了,因为版本都是在自己的电脑上。既然每个人的电脑都有一个完整的版本库,那多个人如何协作呢?比如说自己在电脑上改了文件A,其他人也在电脑上改了文件A,这时,你们两之间只需把各自的修改推送给对方,就可以互相看到对方的修改了。",
"url": "./htmls/关于Git使用.html",
"imgsrc": ".\\images\\git\\work.png"
},
{
"title": "静态博客框架之Hexo & Jekyll",
"tag": "null",
"time": "Sun Jan 22 2023 21:59:03",
"summary": "之所以接触到Hexo以及Jekyll框架是因为之前一直有在写些博客,比如通过<strong>Github Pages</strong>直接写的HTML静态博客,但这种博客维护起来相当麻烦,有如下一些问题:",
"url": "./htmls/静态博客框架之Hexo & Jekyll.html"
}
]