# LearningNotes **Repository Path**: yyang4069/docs ## Basic Information - **Project Name**: LearningNotes - **Description**: 个人学习笔记,主要记录平时一些学习和项目中遇到的问题。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-18 - **Last Updated**: 2022-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 学习笔记 ## Docker - [Docker入门学习](https://gitee.com/yyang4069/docs/blob/master/Docker) ## Golang - [Golang基础入门(附学习路线)](https://gitee.com/yyang4069/docs/tree/master/Golang/Golang基础入门) - [Golang进阶学习](https://gitee.com/yyang4069/docs/tree/master/Golang/Golang进阶学习) - [Golang-Demo示例](https://gitee.com/yyang4069/docs/tree/master/Golang/Golang-Demo示例) ## Java - [定时任务的几种实现方式](https://gitee.com/yyang4069/docs/blob/master/Java/定时任务的几种实现方式) - [监听器设计模式](https://gitee.com/yyang4069/docs/tree/master/Java/监听器设计模式) - [文件监控WatchService使用](https://gitee.com/yyang4069/docs/tree/master/Java/%E6%96%87%E4%BB%B6%E7%9B%91%E6%8E%A7WatchService%E4%BD%BF%E7%94%A8) - [AES算法实现加解密](https://gitee.com/yyang4069/docs/tree/master/Java/AES%E7%AE%97%E6%B3%95%E5%AE%9E%E7%8E%B0%E5%8A%A0%E8%A7%A3%E5%AF%86) - [equals()和HashCode()](https://gitee.com/yyang4069/docs/tree/master/Java/equals()%E5%92%8CHashCode()) - [Java8新特性](https://gitee.com/yyang4069/docs/tree/master/Java/Java8新特性) - [Java并发编程-线程池](https://gitee.com/yyang4069/docs/tree/master/Java/Java并发编程-线程池) - [JSON数据转Java实体类](https://gitee.com/yyang4069/docs/blob/master/Java/JSON数据转Java实体类) - [String/SttingBuffer/StringBuild详解](https://gitee.com/yyang4069/docs/tree/master/Java/String、StringBuffer与StringBuilder之间区别) ## Jenkins - [Jenkins持续集成部署](https://gitee.com/yyang4069/docs/blob/master/Jenkins) ## Linux - [Linux常用指令](https://gitee.com/yyang4069/docs/tree/master/Linux) - Linux下工具安装教程(CentOS) ## Postgresql - [Postgresql基础学习](https://gitee.com/yyang4069/docs/tree/master/PostgreSQL/LearnPostgreSql) - [Postgresql学习资料汇总](https://gitee.com/yyang4069/docs/tree/master/PostgreSQL/PG学习资料) ## Spring - [ApplicationEvent事件机制](https://gitee.com/yyang4069/docs/tree/master/Spring/ApplicationEvent事件机制) - [SpringBoot 配置文件说明](https://gitee.com/yyang4069/docs/tree/master/Spring/SpringBoot%20配置文件说明) ## SpringBoot 集成 - [Liquibase](https://gitee.com/yyang4069/docs/blob/master/SpringBoot集成/Liquibase) - [Quartz框架](https://gitee.com/yyang4069/docs/blob/master/SpringBoot集成/Quartz框架) - [WebSocket详解](https://gitee.com/yyang4069/docs/blob/master/SpringBoot集成/WebSocket%20详解) ## 杂记 - [REST API开发规范](https://gitee.com/yyang4069/docs/blob/master/杂记/REST%20API开发规范) - hahah