<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>贝海拾珠者</title>
    
    
    
    <link>https://jemhunter.com/</link>
    <description>Recent content on 贝海拾珠者</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh</language>
    <copyright>Dinovich</copyright>
    <lastBuildDate>Tue, 11 Mar 2025 12:46:02 +0800</lastBuildDate>
    
	<atom:link href="https://jemhunter.com/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>ReentrantLock详解</title>
      <link>https://jemhunter.com/posts/reentrantlock%E8%AF%A6%E8%A7%A3/</link>
      <pubDate>Tue, 11 Mar 2025 12:46:02 +0800</pubDate>
      
      <guid>https://jemhunter.com/posts/reentrantlock%E8%AF%A6%E8%A7%A3/</guid>
      <description>
        
          
          
          
        
        
        
          1. 基本概念 # ReentrantLock 是 Java 并发包 (java.util.concurrent.locks) 中提供的一个可重入锁实现，是 Lock 接口的一个实现类。&amp;ldquo;可重入&amp;quot;意味着同一个线程可以多次获取同一把
          
        
        </description>
    </item>
    
    <item>
      <title>ReadWriteLock详解</title>
      <link>https://jemhunter.com/posts/readwritelock%E8%AF%A6%E8%A7%A3/</link>
      <pubDate>Tue, 11 Mar 2025 12:45:30 +0800</pubDate>
      
      <guid>https://jemhunter.com/posts/readwritelock%E8%AF%A6%E8%A7%A3/</guid>
      <description>
        
          
          
          
        
        
        
          1. 基本概念 # ReadWriteLock（读写锁）是 Java 并发包中提供的一种高级锁机制，它允许多个线程同时读取共享资源，但只允许一个线程写入共享资
          
        
        </description>
    </item>
    
    <item>
      <title>Final详解</title>
      <link>https://jemhunter.com/posts/final%E8%AF%A6%E8%A7%A3/</link>
      <pubDate>Tue, 11 Mar 2025 12:44:03 +0800</pubDate>
      
      <guid>https://jemhunter.com/posts/final%E8%AF%A6%E8%A7%A3/</guid>
      <description>
        
          
          
          
        
        
        
          一、基础篇：final 的三种用法（像给变量上锁） # 1. final 变量（一次性密码锁） # // 声明时赋值（像设置初始密码） final int MAX_RETRY = 3; // 构造函数赋值（像首次使
          
        
        </description>
    </item>
    
    <item>
      <title>ConcurrentHashMap详解</title>
      <link>https://jemhunter.com/posts/concurrenthashmap%E8%AF%A6%E8%A7%A3/</link>
      <pubDate>Tue, 11 Mar 2025 12:17:29 +0800</pubDate>
      
      <guid>https://jemhunter.com/posts/concurrenthashmap%E8%AF%A6%E8%A7%A3/</guid>
      <description>
        
          
          
          
        
        
        
          1. 简介 # ConcurrentHashMap 是 Java 中的线程安全的哈希表实现,专门用于解决多线程环境下的并发访问问题。它在 JDK 1.5 中首次引入,用来替代同步的 HashMap 和 HashTable。相
          
        
        </description>
    </item>
    
    <item>
      <title>关于我</title>
      <link>https://jemhunter.com/about/</link>
      <pubDate>Thu, 01 Aug 2024 20:41:46 +0800</pubDate>
      
      <guid>https://jemhunter.com/about/</guid>
      <description>
        
          
          
          
        
        
        
          
          
        
        </description>
    </item>
    
    <item>
      <title>如何使用hugo&#43;cloudflare</title>
      <link>https://jemhunter.com/posts/240801/</link>
      <pubDate>Thu, 01 Aug 2024 14:06:44 +0800</pubDate>
      
      <guid>https://jemhunter.com/posts/240801/</guid>
      <description>
        
          
          
          
        
        
        
          如何使用hugo+cloudflare一键部署博客
          
        
        </description>
    </item>
    
  </channel>
</rss>