# Introduction

<https://lxs-shmily.gitbook.io>

## citicbank

* [citicbank](https://lxs-shmily.gitbook.io/java-notes/citicbank/citic-summary)
* [exam1](https://lxs-shmily.gitbook.io/java-notes/citicbank/exam-summary/exam1)

## java学习笔记

* java并发
  * [乐观锁与悲观锁](https://lxs-shmily.gitbook.io/java-notes/java-bing-fa/le-guan-suo-yu-bei-guan-suo)
  * [CAS](https://lxs-shmily.gitbook.io/java-notes/java-bing-fa/cas)
  * [JUC](https://lxs-shmily.gitbook.io/java-notes/java-bing-fa/juc)
  * [AQS](https://lxs-shmily.gitbook.io/java-notes/java-bing-fa/aqs-yuan-li)
  * [锁](https://lxs-shmily.gitbook.io/java-notes/java-bing-fa/suo)
* 分布式
  * [分布式事务](https://lxs-shmily.gitbook.io/java-notes/fen-bu-shi/fen-bu-shi-shi-wu)
  * [网络编程](https://lxs-shmily.gitbook.io/java-notes/fen-bu-shi/wang-luo-bian-cheng)
* jvm
  * [类加载机制](https://lxs-shmily.gitbook.io/java-notes/jvm/lei-jia-zai-ji-zhi)
  * [垃圾回收](https://lxs-shmily.gitbook.io/java-notes/jvm/gc)
  * [JVM标准](https://lxs-shmily.gitbook.io/java-notes/jvm/jvm-biao-zhun)
  * [对象的创建与内存分配](https://lxs-shmily.gitbook.io/java-notes/jvm/dui-xiang-de-chuang-jian-yu-nei-cun-fen-pei)
  * [7种垃圾收集器](https://github.com/ldouble98/java-note/tree/a4b750ec62ce5a4fc950c177befbc1a7759e7c97/jvm/%E5%9E%83%E5%9C%BE%E6%94%B6%E9%9B%86%E5%99%A8.md)

## java 基础

* [java 基础](https://lxs-shmily.gitbook.io/java-notes/java-ji-chu/java-ji-chu)
* [HashMap](https://lxs-shmily.gitbook.io/java-notes/java-ji-chu/hashmap)
* [Set](https://lxs-shmily.gitbook.io/java-notes/java-ji-chu/set)
* [List](https://lxs-shmily.gitbook.io/java-notes/java-ji-chu/list)
* java 线程
  * [线程池](https://lxs-shmily.gitbook.io/java-notes/java-xian-cheng/java-duo-xian-cheng)
  * [Lock](https://lxs-shmily.gitbook.io/java-notes/java-xian-cheng/lock)
  * [ReentrantLock 实现原理](https://lxs-shmily.gitbook.io/java-notes/java-xian-cheng/reentrantlock)
* java 框架
  * [spring注入方式](https://lxs-shmily.gitbook.io/java-notes/java-kuang-jia/spring-zhu-ru-fang-shi)
  * [springbean生命周期](https://lxs-shmily.gitbook.io/java-notes/java-kuang-jia/springbean-sheng-ming-zhou-qi)
* [springmvc](https://lxs-shmily.gitbook.io/java-notes/java-kuang-jia/springmvc)
  * [AOP](https://lxs-shmily.gitbook.io/java-notes/java-kuang-jia/aop)
  * [IOC](https://lxs-shmily.gitbook.io/java-notes/java-kuang-jia/ioc)
  * [proxy](https://lxs-shmily.gitbook.io/java-notes/java-kuang-jia/proxy)
  * [hibernate](https://lxs-shmily.gitbook.io/java-notes/java-kuang-jia/hibernate)
  * [springboot](https://lxs-shmily.gitbook.io/java-notes/java-kuang-jia/springboot)
  * [springcloud](https://lxs-shmily.gitbook.io/java-notes/java-kuang-jia/springcloud)
* [java面试题](https://lxs-shmily.gitbook.io/java-notes/java-mian-shi/java-mian-shi-ti)

## 数据库

* [mysql索引](https://lxs-shmily.gitbook.io/java-notes/shu-ju-ku/mysql-suo-yin)
* [SQL 优化](https://lxs-shmily.gitbook.io/java-notes/shu-ju-ku/sql-you-hua)
* [幂等性](https://lxs-shmily.gitbook.io/java-notes/shu-ju-ku/mi-deng-xing)
* [数据库锁机制](https://lxs-shmily.gitbook.io/java-notes/shu-ju-ku/shu-ju-ku-suo-ji-zhi)

## git笔记

* [git笔记](https://lxs-shmily.gitbook.io/java-notes/git/gitnote)

  **network**
* [http请求](https://lxs-shmily.gitbook.io/java-notes/network/http)

## 面试经验

* [interview](https://lxs-shmily.gitbook.io/java-notes/mian-shi-jing-yan/interview)
* [alibaba面试题](https://lxs-shmily.gitbook.io/java-notes/mian-shi-jing-yan/a-li-da-lao-mian-shi-ti)

## 2019年总结

* [2019 TODO-LIST](https://lxs-shmily.gitbook.io/java-notes/introduction/2019-report)


---

# 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://lxs-shmily.gitbook.io/java-notes/master.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.
