# notebook

## notebook

- [coding](https://note.lonelylty.com/coding.md)
- [2016/11/03\_sql optimization principle](https://note.lonelylty.com/coding/sql_optimization_principle.md)
- [2017/08/19\_docker for gitlab install](https://note.lonelylty.com/coding/gitlab_docker.md)
- [2018/02/15\_dotnet core](https://note.lonelylty.com/coding/dotnetcore.md)
- [2018/06/16\_vs key](https://note.lonelylty.com/coding/vs_key.md)
- [2018/09/12\_network protocol](https://note.lonelylty.com/coding/net_protocol.md)
- [2018/10/23\_Distributed service framework](https://note.lonelylty.com/coding/distributed_service.md)
- [2018/10/24\_knowledge](https://note.lonelylty.com/coding/knowledge_summary.md)
- [2018/11/03\_environment deployment](https://note.lonelylty.com/coding/siteconfig.md)
- [2018/11/23\_release nuget package](https://note.lonelylty.com/coding/release_nuget_pack.md)
- [2018/12/04\_free https](https://note.lonelylty.com/coding/free_https.md)
- [2020/04/29\_EFmigrationCmdLine](https://note.lonelylty.com/coding/efmigrationcmdline.md)
- [2020/12/18\_push docker image to aws](https://note.lonelylty.com/coding/push_dockerimage_to_aws.md)
- [2022/12/16\_HttpClient-multipart](https://note.lonelylty.com/coding/httpclient-multipart.md)
- [2023/02/17\_postgresSql-function](https://note.lonelylty.com/coding/postgressql-function.md)
- [2023/03/09\_dockerImages\_deploy](https://note.lonelylty.com/coding/dockerimages_deploy.md)
- [2023/04/08\_word-helper](https://note.lonelylty.com/coding/word-helper.md)
- [2023/11/08\_tableAndRowLock](https://note.lonelylty.com/coding/tableandrowlock.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://note.lonelylty.com/coding.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.
