# qwz-sample **Repository Path**: qinweizhao/qwz-sample ## Basic Information - **Project Name**: qwz-sample - **Description**: Code sample.(代码示例) - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-02-28 - **Last Updated**: 2025-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
 ## 1、简介 代码示例 ## 2、结构 ``` qwz-sample ├─basic 基础知识 │ ├─b-array Java8 │ ├─b-class 常用类 │ ├─b-container 容器 │ ├─b-data-structure 数据结构 │ ├─b-exception 异常 │ ├─b-features 新特性 │ ├─b-io 输入输出流 │ ├─b-reflect 反射 │ ├─b-socket 网络编程 │ ├─b-thread 多线程 │ ├─concurrent 并发编程 │ ├─distributed 分布式 │ ├─d-gateway 网关 │ ├─d-nacos 注册中心&配置中心 │ ├─dn-discovery 注册中心 │ ├─dn-config 配置中心 │ ├─dn-discovery-test 测试 │ │ ├─d-service 测试服务 │ ├─framework 应用框架 │ ├─f-spring Spring │ ├─fs-config 配置 │ ├─f-spring-boot SpringBoot │ ├─fsb-config 配置 │ ├─fsb-date-format 数据格式化 │ ├─fsb-logging 日志 │ ├─fsb-listener 事件监听 │ ├─middleware 中间件 ```