Skip to content

Commit

Permalink
update:
Browse files Browse the repository at this point in the history
1. use yaml instead of toml as metadata
2. enable `LaTeX`
3. remove unnecessary folders
  • Loading branch information
anemele committed May 11, 2024
1 parent d4dfae3 commit 6100ec7
Show file tree
Hide file tree
Showing 74 changed files with 333 additions and 333 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
+++
title = '中文乱码分析'
date = 2023-09-24T11:53:49+08:00
tags = ['encoding']
categories = 'computer'
+++
---
title: 中文乱码分析
date: 2023-09-24
tags:
- encoding
- Chinese
categories: computer
---

由于世界各地文字多样,计算机世界产生了很多编码。
编码就是以一种规则解释二进制机器码,不同文字的机器码是一样的,都是 `0101` 序列。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
+++
title = 'Julia 编程语言安装教程'
date = 2023-12-26T14:36:44+08:00
tags = ['Julia']
categories = 'computer'
+++
---
title: Julia 编程语言安装教程
date: 2023-12-26
tags:
- Julia
- installation
categories: computer
---

[Julia](https://julialang.org/) 是一门新生的科学计算编程语言,拥有动态语言的方便与静态语言的性能。

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
+++
title = 'Rust 编程语言安装教程'
date = 2024-01-20T22:49:16+08:00
tags = ['Rust']
categories = 'computer'
+++
---
title: Rust 编程语言安装教程
date: 2024-01-20
tags:
- Rust
- installation
categories: computer
---

[Rust](https://www.rust-lang.org/) 是一门可靠而高效的编程语言,其安装也很简便。

Expand Down
2 changes: 1 addition & 1 deletion content/post/algorithm/Catalan-number.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = '卡特兰数'
date = 2023-11-05T19:01:44+08:00
tags = ['stack']
categories = 'algorithm'
enableLaTeX = true
math = true
+++

卡特兰数 Catalan number 是一个数列,可以用在计算 n 个元素进出栈的情况数目。例如一个序列以 `1 2 3 4` 的顺序入栈,有多少种出栈情况?
Expand Down
2 changes: 1 addition & 1 deletion content/post/algorithm/Fibonacci.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = '斐波那契数'
date = 2023-11-05T19:06:01+08:00
tags = ['']
categories = 'algorithm'
enableLaTeX = true
math = true
+++


Expand Down
Empty file removed content/post/algorithm/_index.md
Empty file.
2 changes: 1 addition & 1 deletion content/post/algorithm/compute-PI.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = '计算圆周率'
date = 2023-11-05T19:05:14+08:00
tags = ['series']
categories = 'algorithm'
enableLaTeX = true
math = true
+++

圆周率的计算更多的是数学问题,但计算机的算力很大程度上推进了圆周率算法的研究。
Expand Down
14 changes: 8 additions & 6 deletions content/post/encoding/base64.md → content/post/base64.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
+++
title = 'base64 编码原理'
date = 2023-11-23T12:37:03+08:00
tags = ['encoding', 'base64']
categories = 'computer'
+++
---
title: base64 编码原理
date: 2023-11-23
tags:
- encoding
- base64
categories: computer
---

先前一直有听说 base64 编码应用很广泛,日常也曾调包使用,
但是从未深究其原理,只大概了解它是用 6 bit 表示 8 bit 的信息。
Expand Down
13 changes: 7 additions & 6 deletions content/post/biology/snake.md → content/post/bio-snake.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
+++
title = '🐍'
date = 2023-04-11T19:10:28+08:00
tags = []
categories = 'biology'
+++
---
title: 🐍
date: 2023-04-11
tags:
- snake
categories: biology
---

*在哔哩哔哩看到了解说蛇的视频,很感兴趣,遂查资料、作笔记。*

Expand Down
Empty file removed content/post/biology/_index.md
Empty file.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
+++
title = 'Visual Studio 修改别名'
date = 2023-05-03T15:13:56+08:00
tags = ['Visual Studio', 'rename']
categories = 'computer'
+++
---
title: Visual Studio 修改别名
date: 2023-05-03
tags:
- Visual Studio
- rename
categories: computer
---


Edit files in two places[^1]:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
+++
title = 'Windows 命令行编码'
date = 2022-02-21T15:21:29+08:00
tags = ['encoding', 'cmd']
categories = 'computer'
+++
---
title: Windows 命令行编码
date: 2022-02-21
tags:
- encoding
- Windows
- cmd
categories: computer
---

<!--more-->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
+++
title = '编译器自举'
date = 2023-12-26T13:43:22+08:00
tags = ['compiler','bootstrap']
categories = 'computer'
+++
---
title: 编译器自举
date: 2023-12-26
tags:
- compiler
categories: computer
---

有一种特殊的编译技术被称为自举(bootstrap),其原理很简单,实现稍复杂。

Expand Down
Empty file removed content/post/computer/_index.md
Empty file.
33 changes: 0 additions & 33 deletions content/post/computer/computer-system.md

This file was deleted.

16 changes: 0 additions & 16 deletions content/post/computer/file-system.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
+++
title = 'CTF - 零散坑 QQ 号获取'
date = 2023-10-25T17:53:42+08:00
tags = ['ctf', '03k']
categories = 'ctf'
+++
---
title: CTF - 零散坑 QQ 号获取
date: 2023-10-25
tags:
- ctf
- 03k
categories: ctf
---

# 前言

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
+++
title = 'Windows 动态链接库找寻顺序'
date = 2023-12-26T13:34:44+08:00
tags = ['dll', 'Windows']
categories = 'computer'
+++
---
title: Windows 动态链接库找寻顺序
date: 2023-12-26
tags:
- dll
- Windows
categories: computer
---

动态链接库是一种共享程序文件,Windows 下后缀名为 .dll (dynamic link library) ,Linux 下为 .so (shared object) 。

Expand Down
Empty file removed content/post/editor/_index.md
Empty file.
Empty file removed content/post/encoding/_index.md
Empty file.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
+++
title = '可执行文件'
date = 2023-12-26T13:39:17+08:00
tags = ['exe','PE']
categories = 'computer'
+++
---
title: 可执行文件
date: 2023-12-26
tags:
- exe
- PE
categories: computer
---

# 可执行文件格式

Expand Down
Empty file removed content/post/experience/_index.md
Empty file.
9 changes: 0 additions & 9 deletions content/post/experience/rust-analyzer-fetching-metadata.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
+++
title = 'fedora 踩坑'
date = 2024-04-11T19:38:34+08:00
draft = true
tags = ['fedora','nvim']
categories = 'os'
+++
---
title: fedora 踩坑
date: 2024-04-11
tags:
- fedora
- nvim
- libluv
categories: os
---

# neovim

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
+++
title = '移动和调整 linux 分区'
date = 2024-04-11T17:50:30+08:00
draft = true
tags = ['linux','partition', 'gparted']
categories = 'os'
+++
---
title: 移动和调整 linux 分区
date: 2024-04-11
tags:
- linux
- fedora
- ubuntu
- partition
- gparted
categories: os
---

我的 PC 最初只有一块 475 GiB 的固态硬盘,下载的文件和媒体资料占用了大量磁盘空间,但又不经常使用,
于是我购入一块 1TB 的西数移动机械硬盘作为这些“冷”文件的存储介质。
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
+++
title = '收藏电影方法'
date = 2023-06-20T14:27:01+08:00
tags = ['film', 'collection']
categories = 'film'
+++
---
title: 收藏电影
date: 2023-06-20
tags:
- film
categories: experience
---


起初是看了几部很棒的电影,时时回味,就把它们下载下来了。一直放在“下载”文件夹,与其它文件混作一团。

Expand Down
File renamed without changes
File renamed without changes
Empty file removed content/post/git/_index.md
Empty file.
15 changes: 9 additions & 6 deletions content/post/git/gitee-ssh.md → content/post/gitee-ssh.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
+++
title = 'Gitee 添加 ssh 公钥'
date = 2023-11-22T21:39:07+08:00
tags = ['ssh', 'git', 'gitee']
categories = 'computer'
+++
---
title: Gitee 添加 ssh 公钥
date: 2023-11-22
tags:
- ssh
- git
- gitee
categories: computer
---

先前一直使用 GitHub ,已经添加了两个 ssh 密钥,在
`~/.ssh` 目录下有 6 个文件:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
+++
title = 'ipynb 导出 PDF'
date = 2023-06-22T22:08:02+08:00
tags = ['jupyter', 'PDF']
categories = 'computer'
+++

---
title: ipynb 导出 PDF
date: 2023-06-22
tags:
- jupyter
- ipynb
- PDF
categories: computer
---

Jupyter Notebook 是很好的编辑器,甚至可以用来写文章。

Expand Down
Loading

0 comments on commit 6100ec7

Please sign in to comment.