爬坑记录
大多数文档都属于原创,自己的爬坑经验。
一些技术爬坑从2013年左右逐步积累的,没有在任何平法发表过,现在都转为 Markdown 线上浏览,方便自己查阅也方便读者。
领域:大数据、Hadoop、Spark、批流一体化、数据融合开发、数据湖、湖仓一体、目标检测、视频集成识别、人工智能算法、大模型

1. 元数据ServletApi转为RESTFulAPI设计
<h2 id="servletapi-调用方式" tabindex="-1">ServletAPI 调用方式 <a class="header-anchor" href="#servletapi-调用方式" aria-label="Permalink to "ServletAPI 调用方式"">​</a></h2>
<p>元数据7GA以及之前的模式:</p>
<div class="language-java line-numbers-mode"><butt... 阅读全文
<h2 id="_1-安装前准备" tabindex="-1">1. 安装前准备 <a class="header-anchor" href="#_1-安装前准备" aria-label="Permalink to "1. 安装前准备"">​</a></h2>
<ol>
<li>操作系统:centos7.2,centos7.5(推荐)</li>
<li>JDK: Oracle JDK 1.8.211及已上</li>
<li>MySQL:Mysql-5.7.3... 阅读全文
3. FastJSON和Jersey-AutoDiscoverable冲突解决
<blockquote>
<p>在测试 hugegraph 时,按照官方默认的Example Code 怎么都调用不通过,Debug 发现HTTPClient 发送的 PropertyKey 序列化 JSON 的时候无字段。</p>
</blockquote>
<p>我的工程是实际项目中的,有大量的依赖无法去除。经过查看 PropertyKey 代码发现,JSON 绑定了 jackson 实现,对于Builder模式,FastJSON生成JSON一直都是不太智能的,初步怀疑是 fastjson 引起冲突。... 阅读全文
<blockquote>
<p>Skywalking 各类程序配置</p>
</blockquote>
<h2 id="java-agent-配置" tabindex="-1">Java Agent 配置 <a class="header-anchor" href="#java-agent-配置" aria-label="Permalink to "Java Agent 配置"">​</a></h2>
<ol>
<li>在 Java Shell 启动环境变量... 阅读全文
5. Debian12编译ZLM开启webrtc实现GB28181语音对讲
<blockquote>
<p>本来想采用 CentOS7 编译,过程中各种ssl版本低,cmake版本低的错误。于是采用 Debian12 编译,实现了语音对讲。后续再尝试在 CentOS7 上进行编译。</p>
</blockquote>
<h2 id="系统情况" tabindex="-1">系统情况 <a class="header-anchor" href="#系统情况" aria-label="Permalink to "系统情况"">​</a>... 阅读全文
<h2 id="ffmpeg-转为-m3u8" tabindex="-1">FFMPEG 转为 m3u8 <a class="header-anchor" href="#ffmpeg-转为-m3u8" aria-label="Permalink to "FFMPEG 转为 m3u8"">​</a></h2>
<div class="language-shell line-numbers-mode"><button title="Copy Code" clas... 阅读全文
<div class="language-shell line-numbers-mode"><button title="Copy Code" class="copy"></button><span class="lang">shell</span><pre class="shiki github-light vp-code" tabindex="0" v-pre=""><code><span class="line"><span style="color:#6F42C1">sudo</span><span... 阅读全文
<p>1 进入StartUp</p>
<p>地址栏输入:
<code>C:\Users\你的账户名\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup</code>
或:
<code>C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp</code>
前者是针对某个账户的开机启动,账户默认是Administrator,后者是针对所有账户的启动</p>
<p>2 把需要自... 阅读全文
<p>如何删除文件的@扩展属性?</p>
<pre><code>ls -@l
-rwxr-xr-x@ 1 zhenqin staff INSTALL_HELP.md
com.apple.FinderInfo
-rwxr-xr-x@ 1 zhenqin staff NGINX_INSTALL_HELP.md
com.apple.FinderInfo
-rwxr-xr-x@ 1 zhenqin staff solr-8.6.3.tar.gz
com.apple.FinderInfo
com.apple.l... 阅读全文
<p>Mac 上 NTFS 文件系统支持:</p>
<div class="language-shell line-numbers-mode"><button title="Copy Code" class="copy"></button><span class="lang">shell</span><pre class="shiki github-light vp-code" tabindex="0" v-pre=""><code><span class="line"><span style="color... 阅读全文
<p>删除 ZIP 内文件,无需解压:</p>
<div class="language-shell line-numbers-mode"><button title="Copy Code" class="copy"></button><span class="lang">shell</span><pre class="shiki github-light vp-code" tabindex="0" v-pre=""><code><span class="line"><span style="color:#... 阅读全文
<h2 id="创建目录" tabindex="-1">创建目录 <a class="header-anchor" href="#创建目录" aria-label="Permalink to "创建目录"">​</a></h2>
<pre><code>mkdir yum
cd yum/
</code></pre>
<h2 id="下载依赖包" tabindex="-1">下载依赖包 <a class="header-anchor" href="#下载依赖包"... 阅读全文
<ol>
<li>下载 Python3</li>
</ol>
<p><a href="https://www.python.org/downloads/" target="_blank" rel="noreferrer">https://www.python.org/downloads/</a> 下载对应的 Python3 版本。下载地址:<a href="https://www.python.org/ftp/python/" target="_blank" rel="noreferrer">https:/... 阅读全文
14. Linux(CentOS7)-make-gcc-glibc升级
<div class="language-shell line-numbers-mode"><button title="Copy Code" class="copy"></button><span class="lang">shell</span><pre class="shiki github-light vp-code" tabindex="0" v-pre=""><code><span class="line"><span style="color:#6F42C1">1.</span><span s... 阅读全文
<h2 id="和-linux-共同点" tabindex="-1">和 Linux 共同点 <a class="header-anchor" href="#和-linux-共同点" aria-label="Permalink to "和 Linux 共同点"">​</a></h2>
<p>基本的时间格式的缩写是相同的,规则如下:</p>
<pre><code>%Y:四位数形式的年份,如2018
%y:两位数形式的年份,如18
%m:表示前导0的月份,如01... 阅读全文