> 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/xiang-guan-wen-zhang/technical_articles.md).

# TARS 技术文章

[微服务开源框架TARS的RPC源码解析 之 初识TARS C++客户端](https://blog.csdn.net/TARSFoundation/article/details/107208534)

[微服务开源框架TARS的RPC源码解析 之 初识TARS C++服务端](https://blog.csdn.net/TARSFoundation/article/details/107384837)

[TarsGo 服务 Hello World——从 HTTP 开始](https://blog.csdn.net/TARSFoundation/article/details/107718623)

[TarsGo 服务 Hello World——RPC 通信](https://blog.csdn.net/TARSFoundation/article/details/107869989)

[TarsGo 服务获取自定义模版（配置）值](https://blog.csdn.net/TARSFoundation/article/details/107992492)

[微服务开源框架TARS 之 基础组件](https://blog.csdn.net/TARSFoundation/article/details/108342084)

[微服务开源框架TARS 之 框架服务解析](https://blog.csdn.net/TARSFoundation/article/details/108436988)

[CICD实战——服务自动构建与部署](https://blog.csdn.net/TARSFoundation/article/details/108820033)

[CICD实战——服务自动测试](https://blog.csdn.net/TARSFoundation/article/details/108820015)

[TarsCpp 组件 之 智能指针详解](https://blog.csdn.net/TARSFoundation/article/details/109456189)

[TarsCpp 组件之 MySQL 操作](https://blog.csdn.net/TARSFoundation/article/details/109456474)

[TARS 的服务自定义命令｜实现高效服务管理](https://blog.csdn.net/TARSFoundation/article/details/110654208)

[TARS 的服务鉴权功能｜避免数据泄露](https://blog.csdn.net/TARSFoundation/article/details/110819040)

[TARS 服务信息上报｜全方位服务监控](https://blog.csdn.net/TARSFoundation/article/details/111616680)

[TARS RPC 通信框架｜提供多种远程调用方式](https://blog.csdn.net/TARSFoundation/article/details/111621486)

[TarsBenchmark｜服务性能压测利器](https://blog.csdn.net/TARSFoundation/article/details/112872751)

[TARS 染色日志｜收集记录特定日志](https://blog.csdn.net/TARSFoundation/article/details/112956106)

[DCache 分布式存储系统｜安装部署与应用创建](https://blog.csdn.net/TARSFoundation/article/details/112989775)

[DCache 分布式存储系统｜Key-Value 缓存模块的创建与使用](https://blog.csdn.net/TARSFoundation/article/details/113591738)

[DCache 分布式存储系统｜K-K-Row 缓存模块的创建与使用](https://blog.csdn.net/TARSFoundation/article/details/114065750)

...


---

# 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, and the optional `goal` query parameter:

```
GET https://tarscloud.gitbook.io/tarsdocs/xiang-guan-wen-zhang/technical_articles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
