# 2018

* [使用ELK辅助监控开发测试环境服务质量和问题定位](/2018/1812.md)
* [Webpack+vue+boostrap+ejs构建Web版GM工具](/2018/1811.md)
* [2018年的新通用伪随机数算法(xoshiro / xoroshiro)的C++(head only)实现](/2018/1810.md)
* [Rust的第二次接触-写个小服务器程序](/2018/1809.md)
* [理解和适配AEAD加密套件](/2018/1808.md)
* [atsf4g-co的进化：协程框架v2、对象路由系统和一些其他细节优化](/2018/1807.md)
* [协程框架(libcopp)v2优化、自适应栈池和同类库的Benchmark对比](/2018/1806.md)
* [可执行文件压缩](/2018/1805.md)
* [初识Rust](/2018/1804.md)
* [使用restructedtext编写xresloader文档](/2018/1803.md)
* [atframework的etcd模块化重构](/2018/1802.md)
* [C++的backtrace](/2018/1801.md)


---

# Agent Instructions: 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://blog.owent.net/2018.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.
