无题

基本段落

摘抄段落
“书中自有黄金屋,书中自有颜如玉”

键盘文本

将进酒

李白〔唐代〕 参考[1]

君不见黄河之水天上来,奔流到海不复回。
君不见高堂明镜悲白发,朝如青丝暮成雪。
人生得意须尽欢,莫使金樽空对月。
天生我材必有用,千金散尽还复来。
烹羊宰牛且为乐,会须一饮三百杯。
岑夫子,丹丘生,将进酒,杯莫停。
与君歌一曲,请君为我倾耳听。
钟鼓馔玉不足贵,但愿长醉不愿醒。
古来圣贤皆寂寞,惟有饮者留其名。
陈王昔时宴平乐,斗酒十千恣欢谑。
主人何为言少钱,径须沽取对君酌。
五花马、千金裘,呼儿将出换美酒,与尔同销万古愁。

目录

白夜·Blog | 一个基于Notion搭建的博客

特殊段落

1.代码

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Bash 安装zsh
$ sudo apt install zsh

# 配置ohmyzsh
$ sh -c "$(curl -fsSL <https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh>)"

# 配置ohmyzsh插件
# zsh-autosuggestions
$ git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

# zsh-syntax-highlighting
$ git clone <https://github.com/zsh-users/zsh-syntax-highlighting.git> ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

// 启用插件
$ vim .zshrc
plugins=(git z zsh-autosuggestions zsh-syntax-highlighting)
  • 其他更多语言

    1
    ps -ef | grep java | awk '{print $2}' | xargs kill -9
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    @Test
    public void test11() {

    long start = System.currentTimeMillis();
    int a = 0;
    for(int i=0;i<1000000000;i++){
    try {
    a++;
    }catch (Exception e){
    e.printStackTrace();
    }
    }
    long useTime = System.currentTimeMillis()-start;
    System.out.println("useTime:"+useTime);
    }
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    #!/usr/bin/python3
    import json

    # Python 字典类型转换为 JSON 对象
    data = {
    'no' : 1,
    'name' : 'hello',
    'url' : 'http://tangly1024.com'
    }

    json_str = json.dumps(data)
    print ("Python 原始数据:", repr(data))
    print ("JSON 对象:", json_str)
    1
    2
    3
    4
    5
    6
    7
    # R 语言
    #file.edit(path.expand(file.path("~", ".Renviron")))
    library(telegram.bot)
    library(stringr)
    # Initiate the bot session using the token from the enviroment variable.
    bot = Bot(token = bot_token('your_bot'))
    usr_list <- c(12344566, 12345566)
    1
    2
    3
    html {
    background-color: red;
    }
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    #include <iostream>
    using namespace std;

    // main() 是程序开始执行的地方

    int main()
    {
    cout << "Hello World"; // 输出 Hello World
    return 0;
    }
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    using System;
    namespace HelloWorldApplication
    {
    class HelloWorld
    {
    static void Main(string[] args)
    {
    Console.WriteLine("Hello World");
    Console.ReadKey();
    }
    }
    }
    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
    .section __TEXT,__text,regular,pure_instructions
    .macosx_version_min 10, 13
    .globl _add_a_b
    .p2align 4, 0x90
    _add_a_b: ## @add_a_b
    .cfi_startproc
    ## BB#0:
    pushq %rbp
    Lcfi0:
    .cfi_def_cfa_offset 16
    Lcfi1:
    .cfi_offset %rbp, -16
    movq %rsp, %rbp
    Lcfi2:
    .cfi_def_cfa_register %rbp
    movl %edi, -4(%rbp)
    movl %esi, -8(%rbp)
    movl -4(%rbp), %esi
    addl -8(%rbp), %esi
    movl %esi, %eax
    popq %rbp
    retq
    .cfi_endproc

    .globl _main
    .p2align 4, 0x90
    _main: ## @main
    .cfi_startproc
    ## BB#0:
    pushq %rbp
    Lcfi3:
    .cfi_def_cfa_offset 16
    Lcfi4:
    .cfi_offset %rbp, -16
    movq %rsp, %rbp
    Lcfi5:
    .cfi_def_cfa_register %rbp
    subq $16, %rsp
    movl $1, %edi
    movl $2, %esi
    movl $0, -4(%rbp)
    callq _add_a_b
    addq $16, %rsp
    popq %rbp
    retq
    .cfi_endproc

2.公式

  • 数学公式类似LaTeX显示效果

    f([1+{x,y}(xy+yx)(u+1)+a]3/2)(1)f\left(\left[\frac{1+\{x, y\}}{\left(\frac{x}{y}+\frac{y}{x}\right)(u+1)}+a\right]^{3 / 2}\right)\tag{1}

    τxy=τyxτxz=τzxτyz=τzy(2)\tau_{xy}=-\tau_{yx}\tau_{xz}=-\tau_{zx}\tau_{yz}=-\tau{zy}\tag{2}

  • 化学方程

    \ce{2H2O->2H2 + O2}

  • 其他更多公式

    AACDAAAD=13AACDAACD=13+16=12AACDAACC=16\begin{aligned} AACD \Rightarrow AAAD &= \frac 1 3\\ AACD \Rightarrow AACD &= \frac 1 3 + \frac 1 6 = \frac 1 2 \\ AACD \Rightarrow AACC &= \frac 1 6 \end{aligned}

    [c0cn1cn2c1c1c0cn1c2c2c1c0c3cn1cn2cn3c0]\begin{bmatrix} c_{0}&c_{n-1}&c_{n-2}&\cdots &c_{1}\\ c_{1}&c_{0}&c_{n-1} & \cdots &c_{2}\\ c_{2}&c_{1}&c_{0}&\cdots &c_3 \\ \vdots &\vdots& \vdots&\ddots &\vdots \\ c_{n-1}&c_{n-2}&c_{n-3}&\dots &c_{0} \end{bmatrix}

    sin2θ=2sinθcosθ=2tanθ1+tan2θ\begin{aligned} \sin 2\theta & = 2\sin \theta \cos \theta \\ & = \cfrac{2 \tan \theta}{1+\tan^2 \theta} \end{aligned}

    AACD{1次取值2次取值概率最终状态AC,D=12×23=13AAADAA=12×13=16AACDC,DA=2×14×23=13CCADC,DC,D=2×14×13=16CCAA AACD\Rightarrow \left\{\begin{matrix} 第1次取值 & 第2次取值 & 概率 & 最终状态\\ A & C,D &= \frac 1 2 \times \frac 2 3= \frac 1 3 &\Rightarrow AAAD \\ A & A &= \frac 1 2 \times \frac 1 3= \frac 1 6 &\Rightarrow AACD \\ C,D & A &= 2 \times \frac 1 4 \times \frac 2 3= \frac 1 3 &\Rightarrow CCAD \\ C,D & C,D &= 2 \times \frac 1 4 \times \frac 1 3= \frac 1 6 &\Rightarrow CCAA \end{matrix}\right. 

3. 图表-人鱼图

1
2
3
4
5
6
7
graph LR;
公司架构-->商务-->用户
公司架构-->运营-->用户
公司架构-->产品
公司架构-->研发-->设计
公司架构-->设计

4. PDF嵌入

tailwindcss.pdf

5.下载附件

下载PDF附件.pdf

6. 照片集

WX20201027-101530@2x.png

照片集

7. 内嵌网页

https://m.baidu.com/

8.代办

家庭

  • [ ] 洗衣
  • [ ] 做饭

事业

  • [ ] 开会
  • [ ] 加班

9.折叠列表

  • 点击展开
    • 点击展开
      • 点击展开

        内容可以多级嵌套


10. 同步块

Notion支持将不同页面的块进行同步,即 SyncBlock,以下是来自另一个页面的块:

【sync-block】这是一段来自示例文章-1的段落 ,通过 SyncBlock同步。

11.多级目录

heading标题在博客中自动转为目录

二级目录1

二级内容 1

二级目录2

二级内容2

二级目录3

三级目录3.1

不同级别的heading代表不同级别的目录

三级目录3.2

高一级目录嵌套低一级目录

分隔符:


多级列表

  • 事物的必然性
  1. 事物按规律变化,也有一种不可避免的性质.这种性质就叫做必然性
    1. 事物的必然性,是事物本身的性质(我们反对宿命论的是其认为这一切是受神明的支配,而不是反对事物发展中存在的不可避免的性质的事实)
      1. 第三级别列表
      2. 第三级别列表
    2. 其决定于它自己本身发展的情况和周围的条件
      1. 第三级别列表
        1. 第三级别列

https://pic.ziyuan.wang/2023/11/18/guest_e669484628f68.jpg

12表格:

属性 必填 说明 备注
title 文章标题
status 发布状态 (仅当状态为Published 时会被 展示)
type 页面类型 (博文Post / 单页(Page) 单页不会在博文列表显示 。
summary 内容摘要 搜索和简略显示会用到

引用文献

1. 关于李白

引用另一篇文章→博客模板说明