# u2-note **Repository Path**: ken-xue/java-code ## Basic Information - **Project Name**: u2-note - **Description**: Java学习和实战笔记 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-09-03 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Java学习和实战笔记 ## 介绍 Java基础和相关技术栈笔记 ### 目录 #### 并发编程 ###### [CountDownLatch](https://gitee.com/steakliu/java-code/blob/master/documents/thread/CountDownLatch.md) ###### [CyclicBarrier](https://gitee.com/steakliu/java-code/blob/master/documents/thread/CyclicBarrier.md) ###### [Semaphore信号量机制](https://gitee.com/steakliu/java-code/blob/master/documents/thread/Semaphore.md) ###### [Future](https://gitee.com/steakliu/java-code/blob/master/documents/concurrent/Future/Future.md) ###### [CompletableFuture](https://gitee.com/steakliu/java-code/blob/master/documents/concurrent/CompletableFuture/CompletableFuture.md) ###### [ThreadLocal](https://gitee.com/steakliu/java-code/blob/master/documents/thread/ThreadLocal.md) ###### [定时线程池ScheduledExecutorService,ScheduledThreadPoolExecutor](https://gitee.com/steakliu/java-code/blob/master/documents/thread/threadpool/ScheduleThreadPool.md) ###### [线程池拒绝策略RejectedExecutionHandler](https://gitee.com/steakliu/java-code/blob/master/documents/thread/customthreadpool/reject/custom-threadpool-reject.md) ###### [线程池任务队列workQueue](https://gitee.com/steakliu/java-code/blob/master/documents/thread/customthreadpool/custom-threadpool-taskQueue.md) ###### [线程工厂ThreadFactory](https://gitee.com/steakliu/java-code/blob/master/documents/thread/customthreadpool/threadFactory/thread-factory.md) #### 软件架构和模式 ###### [一文说清IaaS,PaaS,Saas](https://gitee.com/steakliu/java-code/blob/master/documents/%E8%BD%AF%E4%BB%B6%E6%9E%B6%E6%9E%84/IaSS-PaaS-SaaS.md) #### 编码解码 ###### [一文读懂Base64编码](https://gitee.com/steakliu/java-code/blob/master/documents/%E7%BC%96%E7%A0%81%E5%92%8C%E8%A7%A3%E7%A0%81/Base64.md) #### Rpc(远程过程调用) #### XML ###### [xml解析](https://gitee.com/steakliu/java-code/blob/master/documents/xml/XmlParse.md) #### Mq消息队列 ###### [rabbitmq](https://gitee.com/steakliu/basic_rabbitmq/blob/master/src/main/java/com/rab/mq.md)