2.4k 2 分钟

# Periodic Table Tabular Atomic Mass Data Atomic Number Symbol Name Atomic Mass...
13k 12 分钟

[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...
15k 14 分钟

# 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 =...
167 1 分钟

# 代码相关 # mybatis-plus MyBatis-Plus 以及一些 示例项目 # 素材相关 # ppt # 觅知网 我冲了钱的一个还可以的 ppt 素材网站 记得登微信,是永久用户 # 免费相关 # 会用上的相关 # 教程相关 # spingboot 台湾大哥写的巨详细 # 收集博客相关 # boss 设计 boss 设计感觉设计相关的网站收集,都是些高质量的很有意思的没事可以多看看
20k 18 分钟

[TOC] # Markdown 语法 # 区域元素(区块元素、块级元素) # 段落和断行 在 Markdown 中,一个段落用 2 个以上的空行 来划分。而在 Typora 中,只需要一个空行(按下一次 Return)就可以开始新的一段。 按下 Shift+Return 可以创建一个单行打断 。大多数编译器(语法解析器)可能会忽略单行打断,为了避免这种情况,可以添加 2 个空格在单行末尾再进行单行打断;或者,插入。 注:单行打断是另起一行,而不是另起一段。 # 标题 在行的开头使用 1-6 个 #号作为标题的标记,对应着 1-6 级标题。例如: # 这是一级标题##...
13k 12 分钟

# 常用数据结构 字符串'' 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) #...
1.4k 1 分钟

# 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...
419 1 分钟

# 课程 第一课 第二课 第四课 第五课 第六课 # 一些基本知识 # 动词 # 4...
4.5k 4 分钟

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...