13k 12 分钟

# 指令 select student_ID,student_Name from student; where student_Name = 'Mary Lamb'; select distinct student_Name,student_Address//查找可以有重复的,比如同一个人但是住在不同的地方或者同名的人;不能查找unique的元素。 from student; select * from student where student_Mobile >111 and student_Age <18; not in(’ ‘,’...
6k 5 分钟

This post is originated from here and is used for testing markdown style. This post contains nearly every markdown usage. Make sure all the markdown elements below show up correctly.

213 1 分钟

This is a image test post. 测试发现 markdown 只能使用本地文件或者图床,而标签抬头设置可以使用链接 gallery-post 测试一下 gif <center><img src="/assets/1234545667.gif" width = "" height = ""></center> 测试失败,测试直接使用 markdown:
49 1 分钟

This post doesn’t have a title. Make sure it’s accessible.
1k 1 分钟

The following contents should be invisible in home/archive page.

1.1k 1 分钟

The test say i can just use google image address copy This post contains 8 photos: All photos should be displayed properly. async function fetchRandomImage() { try { const response = await fetch('/api/wallhaven-proxy'); const data = await response.json(); const images = data.data; if...
2.9k 3 分钟

This post is used for testing tag plugins. See docs for more info. # Block Quote # Normal blockquote Praesent diam elit, interdum ut pulvinar placerat, imperdiet at magna. # Quote from a book Do not just seek happiness for yourself. Seek happiness for all. Through kindness. Through mercy. David...
125 1 分钟

This is a link post without a title. The title should be the link with or without protocol. Clicking on the link should open Google in a new tab or window.