Site updated: 2025-10-04 23:06:08
This commit is contained in:
54
atom.xml
54
atom.xml
@@ -8,7 +8,7 @@
|
||||
<author>
|
||||
<name>Hito Li</name>
|
||||
</author>
|
||||
<updated>2025-02-16T14:32:00.000Z</updated>
|
||||
<updated>2025-10-04T14:55:00.000Z</updated>
|
||||
<category term="hito" />
|
||||
<category term="無言" />
|
||||
<category term="博客" />
|
||||
@@ -17,6 +17,24 @@
|
||||
<category term="心得体会" />
|
||||
<category term="技术分享" />
|
||||
<category term="踩坑" />
|
||||
<entry>
|
||||
<id>https://hitoli.com/2025/10/04/%E8%87%AA%E5%BB%BA%E7%A7%81%E6%9C%8D/</id>
|
||||
<title>自建私服</title>
|
||||
<link rel="alternate" href="https://hitoli.com/2025/10/04/%E8%87%AA%E5%BB%BA%E7%A7%81%E6%9C%8D/"/>
|
||||
<content type="html"><h1 id="前言"><a class="anchor" href="#前言">#</a> 前言</h1>
|
||||
<p>国庆闲的无聊,就自己搭建了两个私服。儿时的回忆,青春的记忆!有感兴趣的朋友可以一起玩一玩。</p>
|
||||
<h4 id="客户端下载"><a class="anchor" href="#客户端下载">#</a> 客户端下载</h4>
|
||||
<p><span class="exturl" data-url="aHR0cHM6Ly9wYW4uYmFpZHUuY29tL3MvMVdjZko0UmVwZnE1MlBVVHNEWWcwbFE/cHdkPWhpdG8=">客户端</span></p>
|
||||
<h4 id="魔兽世界注册"><a class="anchor" href="#魔兽世界注册">#</a> 魔兽世界注册</h4>
|
||||
<p><span class="exturl" data-url="aHR0cHM6Ly93b3cuaGl0b2xpLmNvbTo4NDQzLw==">注册账号</span></p>
|
||||
</content>
|
||||
<category term="生活" scheme="https://hitoli.com/categories/%E7%94%9F%E6%B4%BB/" />
|
||||
<category term="游戏" scheme="https://hitoli.com/categories/%E7%94%9F%E6%B4%BB/%E6%B8%B8%E6%88%8F/" />
|
||||
<category term="游戏" scheme="https://hitoli.com/tags/%E6%B8%B8%E6%88%8F/" />
|
||||
<category term="传奇" scheme="https://hitoli.com/tags/%E4%BC%A0%E5%A5%87/" />
|
||||
<category term="魔兽世界" scheme="https://hitoli.com/tags/%E9%AD%94%E5%85%BD%E4%B8%96%E7%95%8C/" />
|
||||
<updated>2025-10-04T14:55:00.000Z</updated>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://hitoli.com/2025/02/16/%E6%9E%81%E7%A9%BA%E9%97%B4%E9%83%A8%E7%BD%B2Deepseek%EF%BC%88API%E8%B0%83%E7%94%A8%EF%BC%89/</id>
|
||||
<title>极空间部署DeepSeek(API调用)</title>
|
||||
@@ -701,38 +719,4 @@ sudo passwd proxy<br />
|
||||
<category term="Windows 11" scheme="https://hitoli.com/tags/Windows-11/" />
|
||||
<updated>2023-09-09T08:38:00.000Z</updated>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://hitoli.com/2023/07/08/%E8%A7%A3%E5%86%B3Lombok%E6%8A%A5%E9%94%99/</id>
|
||||
<title>解决Lombok报错</title>
|
||||
<link rel="alternate" href="https://hitoli.com/2023/07/08/%E8%A7%A3%E5%86%B3Lombok%E6%8A%A5%E9%94%99/"/>
|
||||
<content type="html"><h4 id="问题描述"><a class="anchor" href="#问题描述">#</a> 问题描述</h4>
|
||||
<ol>
|
||||
<li>报错详情</li>
|
||||
</ol>
|
||||
<div class="note info">
|
||||
<p>java: You aren’t using a compiler supported by lombok, so lombok will not work and has been disabled.<br />
|
||||
Your processor is: com.sun.proxy.$Proxy26<br />
|
||||
Lombok supports: OpenJDK javac, ECJ</p>
|
||||
</div>
|
||||
<p><img data-src="https://npic.hitoli.com:8443/images/2023/07/08/393a238856e4.png" alt="" /></p>
|
||||
<ol start="2">
|
||||
<li>
|
||||
<p>问题分析<br />
|
||||
属于 lombok 编译不通过,原因可能是因为依赖没有更到最新版本</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>解决办法<br />
|
||||
在 IntelliJ IDEA 的全局配置 Compiler 中添加如下配置:<br />
|
||||
<figure class="highlight yaml"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="string">-Djps.track.ap.dependencies=false</span></span><br></pre></td></tr></table></figure><br />
|
||||
<img data-src="https://npic.hitoli.com:8443/images/2023/07/08/34bac08a5d10.png" alt="" /></p>
|
||||
</li>
|
||||
</ol>
|
||||
</content>
|
||||
<category term="工作" scheme="https://hitoli.com/categories/%E5%B7%A5%E4%BD%9C/" />
|
||||
<category term="解决问题" scheme="https://hitoli.com/categories/%E5%B7%A5%E4%BD%9C/%E8%A7%A3%E5%86%B3%E9%97%AE%E9%A2%98/" />
|
||||
<category term="Lombok" scheme="https://hitoli.com/tags/Lombok/" />
|
||||
<category term="IntelliJ" scheme="https://hitoli.com/tags/IntelliJ/" />
|
||||
<category term="IDEA" scheme="https://hitoli.com/tags/IDEA/" />
|
||||
<updated>2023-07-08T02:51:00.000Z</updated>
|
||||
</entry>
|
||||
</feed>
|
||||
|
||||
Reference in New Issue
Block a user