rpcx 官方技术博客

rpcx 开发者官方博客开张了

2019.06.28

目录  [-]

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

![Web Image](https://i.loli.net/2019/04/13/5cb1d33cf0ee6.jpg)

Local Image

![Local Image](100.jpg)

Web Image

Web Image

Local 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
  1. First item
  2. Second item
  3. 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}=\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}.$$

$$ 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;