> For the complete documentation index, see [llms.txt](https://tarscloud.gitbook.io/tarsdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tarscloud.gitbook.io/tarsdocs/zhi-bo-shi-pin/bilibili_tars.md).

# B 站 TARS 培训系列课程

## 2020年【TARS直播培训课程】

| 开播时间             | 课程                                                      | 讲师         |
| ---------------- | ------------------------------------------------------- | ---------- |
| 2020-01-16 20:00 | [TARS框架简介](https://www.bilibili.com/video/BV1MJ411E7Gb) | Jarod（阮曙东） |

## 2021年【TARS直播培训系列课程】

| 开播时间             | 课程                                                            | 讲师            | 课件(右键另存为)                                                                          |
| ---------------- | ------------------------------------------------------------- | ------------- | ---------------------------------------------------------------------------------- |
| 2021-03-06 20:00 | [TARS部署](https://www.bilibili.com/video/BV1Wz4y1178G)         | Jarod（阮曙东）    | [课件](https://github.com/TarsCloud/TarsDocs/blob/master/video/TARS部署.pptx)          |
| 2021-03-13 20:00 | [TarsJava入门实战](https://www.bilibili.com/video/BV145411K7eb)   | timmy（俞慧涛）    | [课件](https://github.com/TarsCloud/TarsDocs/blob/master/video/TarsJava入门实战.pdf)     |
| 2021-03-20 20:00 | [TarsNodejs入门实战](https://www.bilibili.com/video/BV1Tz4y127fK) | czzou（邹成卓）    | [课件](https://github.com/TarsCloud/TarsDocs/blob/master/video/TARS%20Nodejs入门.pptx) |
| 2021-03-27 20:00 | [TarsPHP入门实战](https://www.bilibili.com/video/BV1yb4y1Q7Su)    | 朝云（丁盼盼）       | [课件](https://github.com/TarsCloud/TarsDocs/blob/master/video/TarsPHP入门实战.pptx)     |
| 2021-04-10 20:00 | [TarsCPP入门实战](https://www.bilibili.com/video/BV1ZK4y1m7UE)    | Jarod（阮曙东）    | [课件](https://github.com/TarsCloud/TarsDocs/blob/master/video/TARSCPP入门实战.pptx)     |
| 2021-04-17 20:00 | [TarsGo入门实战](https://www.bilibili.com/video/BV13X4y137mt)     | defool（利开园）   | [课件](https://github.com/TarsCloud/TarsDocs/blob/master/video/TarsGo入门实战.pptx)      |
| 2021-04-24 20:00 | [Tars网关入门实战](https://www.bilibili.com/video/BV1AK411c73R)     | kivenchen（陈平） | [课件](https://github.com/TarsCloud/TarsDocs/blob/master/video/Tars网关入门实战.pptx)      |
| 2021-05-08 20:00 | [TarsK8S入门实战](https://www.bilibili.com/video/BV1rN411f7TX)    | defool（利开园）   | [课件](https://github.com/TarsCloud/TarsDocs/blob/master/video/Tars%20K8S部署.pptx)    |
| 2021-06-06 20:00 | [Tars压测入门实战](https://www.bilibili.com/video/BV1V64y1R7aJ)     | timmy（俞慧涛）    | [课件](https://github.com/TarsCloud/TarsDocs/blob/master/video/Tars压测入门实战.pptx)      |
| 2022-01-07 20:00 | [Tars-关键交互流程](https://www.ixigua.com/i7050381752505893412/)   | coder7（程序员柒叔） |                                                                                    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tarscloud.gitbook.io/tarsdocs/zhi-bo-shi-pin/bilibili_tars.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
