# Java-Study

> Java基础学习笔记\
> 基于JDK 1.8\
> GitBook有页面缓存，如未看到最新笔记请刷新页面/更换浏览器访问

## 目录结构

```
MarkDown笔记
├─ docs
│  ├─ JAVA
│  │  ├─ Spring
│  │  │  ├─ SpringMVC.md
│  │  │  └─ Spring对事务的支持.md
│  │  └─ 基础
│  │     ├─ 10.10-字符串.md
│  │     ├─ 10.11-Java中的时间与日期.md
│  │     ├─ 10.12-包装类、大整形与集合框架.md
│  │     ├─ 10.13-队列、Collections工具类与内部类.md
│  │     ├─ 10.14-Set集合、散列表.md
│  │     ├─ 10.17-设计模式与异常.md
│  │     ├─ 10.18-文件的创建与写入.md
│  │     ├─ 10.19-IO流.md
│  │     ├─ 10.20-多线程.md
│  │     ├─ 10.21-计时器.md
│  │     ├─ 10.24-JDK1.8新特性md
│  │     ├─ 10.8-抽象类、接口与多态.md
│  │     ├─ 10.9-Object类.md
│  │     ├─ 9.19-Java基本介绍.md
│  │     ├─ 9.20-类、注释符、变量、数据类型.md
│  │     ├─ 9.21-运算符.md
│  │     ├─ 9.22-流程控制语句.md
│  │     ├─ 9.23-嵌套循环与方法.md
│  │     ├─ 9.26-数组.md
│  │     ├─ 9.27-排序与递归调用.md
│  │     ├─ 9.28-面向对象.md
│  │     ├─ 9.29-Static关键字与继承.md
│  │     └─ 9.30-对象在内存中的实例化过程与final关键字.md
│  ├─ JDBC_XML
│  │  ├─ 2.md
│  │  ├─ day04.md
│  │  ├─ JDBC增删改查.md
│  │  ├─ Untitled.md
│  │  └─ XML.md
│  ├─ JSP
│  │  ├─ AJAX.md
│  │  ├─ JSP.md
│  │  ├─ Servlet.md
│  │  ├─ Test.md
│  │  ├─ 会话(Session)与Cookie.md
│  │  └─ 异常处理.md
│  ├─ MySql
│  │  ├─ 10.26-MySQL基础.md
│  │  ├─ 10.27-基础查询与条件查询.md
│  │  ├─ 10.28-子查询.md
│  │  ├─ 10.31-组合查询.md
│  │  └─ 11.2-主键.md
│  ├─ README.md
│  └─ 网页基础
│     ├─ CSS.md
│     ├─ HTML.md
│     ├─ JavaScript.md
│     └─ Jq.md
├─ img
│  ├─ 202209281725542.png
│  ├─ 202209281726406.png
│  ├─ 202209281727949.png
│  ├─ 202209291749657.png
│  ├─ 202210271000851.png
│  └─ 202211090918377.png
├─ README.md
├─ SUMMARY.md
└─ test
   ├─ MySQL基础练习.md
   ├─ Mysql综合.md
   ├─ README.md
   ├─ Untitled.md
   ├─ 数据库练习三.md
   ├─ 每周练习.md
   ├─ 第一阶段重构案例.md
   ├─ 表间关联查询.md
   └─ 语法基础练习.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://note.im.ci/java-study-note/readme.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.
