BBC-word
[TOC] # 1 # Tesla investors back $56bn Musk pay deal visit firm’s legal headquarters to Texas 法律总部 Hot damn 好极了 fiercely 激烈 top-earning boss managing partner go forward if another court is willing to credit a vote taken after the trial court’s 审判法庭 decision share price board 董事会 in the...
more...java-spring
# java spring # hello world jdk 22 不能用,换成 17 能用 MainApp.java import org.springframework.context.ApplicationContext;import org.springframework.context.support.ClassPathXmlApplicationContext;public class MainApp { public static void main(String[] args) { ApplicationContext context =...
more...typora-markdown-use
[TOC] # Markdown 语法 # 区域元素(区块元素、块级元素) # 段落和断行 在 Markdown 中,一个段落用 2 个以上的空行 来划分。而在 Typora 中,只需要一个空行(按下一次 Return)就可以开始新的一段。 按下 Shift+Return 可以创建一个单行打断 。大多数编译器(语法解析器)可能会忽略单行打断,为了避免这种情况,可以添加 2 个空格在单行末尾再进行单行打断;或者,插入。 注:单行打断是另起一行,而不是另起一段。 # 标题 在行的开头使用 1-6 个 #号作为标题的标记,对应着 1-6 级标题。例如: # 这是一级标题##...
more...python-class
# 常用数据结构 字符串'' s1 = 'hello, world!'s2 = "hello, world!# 以三个双引号或单引号开头的字符串可以折行s3 = """hello, world!""" s1 = 'hello ' * 3print(s1) # hello hello hello s2 = 'world's1 += s2print(s1) # hello hello hello worldprint('ll' in s1) #...
more...programming-elective
# Bootstrap graph LR A[开始] --> B[中间步骤] B --> C[结束] sequenceDiagram loop Daily query Alice->>Bob: Hello Bob, how are you? alt is sick Bob->>Alice: Not so good :( else is well Bob->>Alice: Feeling fresh like a daisy end opt Extra response Bob->>Alice: Thanks for...
more...auto-add-images
twemoji 黃明志 & 三上悠亞 💕 🫦🪆🪆🔞 ❤️🔥 🧇 🥵 ⚕️ 🤣 🀄️ # This is a Markdown Heading This is a paragraph written in HTML. You can use HTML tags within your Markdown files. Item 1 Item 2 Item 3 Here is an image using HTML: And here is the same image using...
more...







