Example Blog Post
Example blog post, nothing to see here.
•4 tháng 2, 2024

Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Paragraph
Did you come here for something in particular or just general Riker-bashing? And blowing into maximum warp speed, you appeared for an instant to be in two places at once. We have a saboteur aboard. We know you’re dealing in stolen ore. But I wanna talk about the assassination attempt on Lieutenant Worf. Could someone survive inside a transporter buffer for 75 years? Fate. It protects fools, little children, and ships.
Did you come here for something in particular or just general Riker-bashing? And blowing into maximum warp speed, you appeared for an instant to be in two places at once. We have a saboteur aboard. We know you’re dealing in stolen ore. But I wanna talk about the assassination attempt on Lieutenant Worf. Could someone survive inside a transporter buffer for 75 years? Fate. It protects fools, little children, and ships.
Emphasis
-
Did you come here for something in particular or just general
-
Did you come here for something in particular
-
Did you come here
-
Did you come here for something in particular
-
Did you come here for something in particular
-
Did you come here for something in particular
-
URLs and URLs in angle brackets will automatically get turned into links. http://www.example.com or
-
http://www.example.com and sometimes example.com (but not on Github, for example).
Link
I'm an inline-style link with title
I'm a relative reference to a repository file
You can use numbers for reference-style link definitions
Or leave it empty and use the link text itself.
example.com (but not on Github, for example).
Some text to show that the reference links can follow later.
Button
Primary SecondaryQuote
Did you come here for something in particular or just general Riker-bashing? And blowing into maximum warp speed, you appeared for an instant to be in two places at once.
Ordered List
- List item
- List item
- List item
- List item
- List item
Unordered List
- List item
- List item
- List item
- List item
- List item
Accordions
<Accordion title="Why should you need to do this?">
- This is a thing.
- This is a thing.
- This is a thing.
- This is a thing.
- This is a thing.
</Accordion>Admonitions
Tip
Info
Warning
Error
<Tip title="title">Tip</Tip>
<Info title="title">Info</Info>
<Warning title="title">Warning</Warning>
<Error title="title">Error</Error>Code and Syntax Highlighting
Highlight Lines
<div>Hello World</div>
<div>Hello World</div>
<div>Goodbye</div>
<div>Hello World</div>Highlight Words
const config = {
reactStrictMode: true,
}Title
#include <iostream>
int main() {
std::cout << "Hello World!\n";
return 0;
}Files
<Files>
<Folder name="app" defaultOpen>
<File name="layout.tsx" />
<File name="page.tsx" />
<File name="global.css" />
</Folder>
<Folder name="components">
<File name="button.tsx" />
<File name="tabs.tsx" />
<File name="dialog.tsx" />
</Folder>
<File name="package.json" />
</Files>Image

Zoom Image

Steps
Step 1
Step 2
Step 3
<Steps>
<Step>
Step 1
</Step>
<Step>
Step 2
</Step>
<Step>
Step 3
</Step>
</Steps>Tabs
<Tabs items={['Javascript', 'Rust']}>
<Tab value="Javascript">Javascript is weird</Tab>
<Tab value="Rust">Rust is fast</Tab>
</Tabs>
<Tabs id="language" items={['Javascript', 'Rust']}>
<Tab value="Javascript">Javascript is weird</Tab>
<Tab value="Rust">Rust is fast</Tab>
</Tabs>
<Tabs id="language" items={['Javascript', 'Rust']} persist>
<Tab value="Javascript">Javascript is weird</Tab>
<Tab value="Rust">Rust is fast</Tab>
</Tabs>Math
import 'katex/dist/katex.css'c = \pm\sqrt{a^2 + b^2}c = \pm\sqrt{a^2 + b^2}Long equations example
\displaystyle {\begin{aligned}T_{f}(z)&=\sum _{k=0}^{\infty }{\frac {(z-c)^{k}}{2\pi i}}\int _{\gamma }{\frac {f(w)}{(w-c)^{k+1}}}\,dw\\&={\frac {1}{2\pi i}}\int _{\gamma }{\frac {f(w)}{w-c}}\sum _{k=0}^{\infty }\left({\frac {z-c}{w-c}}\right)^{k}\,dw\\&={\frac {1}{2\pi i}}\int _{\gamma }{\frac {f(w)}{w-c}}\left({\frac {1}{1-{\frac {z-c}{w-c}}}}\right)\,dw\\&={\frac {1}{2\pi i}}\int _{\gamma }{\frac {f(w)}{w-z}}\,dw=f(z),\end{aligned}}Table
| # | First | Last | Handle |
|---|---|---|---|
| 1 | Row:1 Cell:1 | Row:1 Cell:2 | Row:1 Cell:3 |
| 2 | Row:2 Cell:1 | Row:2 Cell:2 | Row:2 Cell:3 |
| 3 | Row:3 Cell:1 | Row:3 Cell:2 | Row:3 Cell:3 |
Type Table
Prop
Type
Export function
Hello, World!
export function Name() {
return <>World!</>
}
Hello, <Name />Last updated on
Edit on GitHubGỡ lỗi với GDB trong lập trình C
Khám phá hướng dẫn toàn diện về việc gỡ lỗi sử dụng GDB cho các chương trình C. Học cách thiết lập breakpoint, kiểm tra biến và tận dụng các tính năng nâng cao của GDB để cải thiện hiệu suất lập trình của bạn.
Hướng dẫn cài đặt Wireless Debugging trên Android sử dụng ADB Command
Khám phá sức mạnh của Wireless Debugging trên Android. Hướng dẫn này cung cấp các bước để thiết lập kết nối không dây và gửi lệnh ADB, giúp cải thiện quy trình phát triển của bạn.