目录 [-]
rpcx 开发者官方博客开张了!
本博客主要关注于rpcx的设计、开发、路线图、调优等关于rpcx的各个方面,也欢迎rpcx的使用公司和开发者投稿,稿件以markdown格式编写。
格式可以参考下面的格式:
Headings
1
2
3
4
5
6
# H1
## H2
### H3
#### H4
##### H5
###### H6
H1
H2
H3
H4
H5
H6
Paragraphs
1
2
3
4
This is a paragraph.
I am still part of the paragraph.
New paragraph.
This is a paragraph.
I am still part of the paragraph.
New paragraph.
Image
1
2
3
4
5
6
7
Web Image

Local Image

Web Image
Local Image
Block Quotes
1
> This is a block quote
This is a block quote
Hey, 鸟窝的博客 , 点击直接访问
Code Blocks
1
2
3
4
5
6
7
8
9
```javascript
// Fenced **with** highlighting
function doIt () {
for ( var i = 1 ; i <= slen ; i ^^ ) {
setTimeout ( "document.z.textdisplay.value = newMake()" , i * 300 );
setTimeout ( "window.status = newMake()" , i * 300 );
}
}
```
1
2
3
4
5
6
function doIt () {
for ( var i = 1 ; i <= slen ; i ^^ ) {
setTimeout ( "document.z.textdisplay.value = newMake()" , i * 300 );
setTimeout ( "window.status = newMake()" , i * 300 );
}
}
Tables
1
2
3
4
5
| Colors | Fruits | Vegetable |
| ------------- |:---------------:| -----------------:|
| Red | *Apple* | [Pepper ](#Tables ) |
| ~~Orange~~ | Oranges | **Carrot** |
| Green | ~~***Pears***~~ | Spinach |
Colors
Fruits
Vegetable
Red
Apple
Pepper
Orange
Oranges
Carrot
Green
Pears
Spinach
List Types
Ordered List
1
2
3
1. First item
2. Second item
3. Third item
First item
Second item
Third item
Unordered List
1
2
3
- First item
- Second item
- Third item
First item
Second item
Third item
Math
1
2
3
4
5
6
7
8
9
10
$$
evidence\_ { i}= \s um\_ { j} W\_ { ij} x\_ { j} +b\_ { i}
$$
$$
AveP = \i nt_0^1 p( r) dr
$$
When $a \n e 0$, there are two solutions to \( ax^2 + bx + c = 0\) and they are
$$x = { -b \p m \s qrt{ b^2-4ac} \o ver 2a} .$$
$$
evidence_{i}=\sum_{j}W_{ij}x_{j}+b_{i}
$$
$$
AveP = \int_0^1 p(r) dr
$$
When $a \ne 0$, there are two solutions to (ax^2 + bx + c = 0) and they are
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
Emoji
This is a test for emoji.
😄
🙈
😸
🍉
标签页
notice
mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;