# 2015

* [博客文章和文档迁移到gitbook](/2015/1209.md)
* [给客户端写得LRU缓存](/2015/1206.md)
* [近期活动比较零散](/2015/1203.md)
* [关于BUS通信系统的一些思考（三）](/2015/1201.md)
* [针对Java JIT的优化(转表工具:xresloader)](/2015/1198.md)
* [libcopp更新 (merge boost 1.59 context)](/2015/1194.md)
* [小记最近踩得两个C++坑](/2015/1189.md)
* [Redis全异步(HA)Driver设计稿](/2015/1182.md)
* [Vim常用命令](/2015/1170.md)
* [关于firewalld和systemd的一些命令速记](/2015/1160.md)
* [Jenkins(hudson)插件记录](/2015/1157.md)
* [我们的Lua类绑定机制](/2015/1153.md)
* [LLVM+Clang+Libcxx+Libcxxabi（3.6）工具链编译（完成自举编译）](/2015/1149.md)
* [回顾2014](/2015/1142.md)
* [Android NDK undefined reference to \_\_\_tls\_get\_addr 错误](/2015/1140.md)
* [gitlab腾讯企业邮箱配置](/2015/1138.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/2015.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.
