<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title>星辰大海</title><link>https://www.junpzx.cn/</link><atom:link href="https://www.junpzx.cn/feed.xml" rel="self" type="application/rss+xml"/><description>记录日常学习中，问题的解决方案和学习笔记</description><generator>Halo v2.25.4</generator><language>zh-cn</language><image><url>https://junpzx-picture.oss-cn-beijing.aliyuncs.com/starrySea/logo.png</url><title>星辰大海</title><link>https://www.junpzx.cn/</link></image><lastBuildDate>Fri, 31 Jul 2026 20:35:37 GMT</lastBuildDate><item><title><![CDATA[Kafka3.8-Kraft模式开启ACL访问慢问题]]></title><link>https://www.junpzx.cn/archives/kafka3.8-connection-timeout</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=Kafka3.8-Kraft%E6%A8%A1%E5%BC%8F%E5%BC%80%E5%90%AFACL%E8%AE%BF%E9%97%AE%E6%85%A2%E9%97%AE%E9%A2%98&amp;url=/archives/kafka3.8-connection-timeout" width="1" height="1" alt="" style="opacity:0;">文章分析 Kafka 3.8 在 KRaft 模式启用 StandardAuthorizer ACL 后，客户端连接耗时约 60 秒且频繁断开的生产问题。结合 Docker 部署、SASL/SCRAM 认证及 ACL 配置，排查发现问题与 KRaft Controller 的认证、监听器及授权配置不匹配有关；需正确配置 Controller 的 SASL 机制、JAAS 用户信息和监听协议，确保 Broker、Controller 与客户端认证链路一致。]]></description><guid isPermaLink="false">/archives/kafka3.8-connection-timeout</guid><dc:creator>Secret丶君</dc:creator><enclosure url="https://www.junpzx.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fjunpzx-picture.oss-cn-beijing.aliyuncs.com%2FstarrySea%2Fa-yellow-duck-floating-in-a-pool-of-water.jpg&amp;size=m" type="image/jpeg" length="2678551"/><category>中间件</category><category>运维部署</category><pubDate>Wed, 30 Oct 2024 02:50:00 GMT</pubDate></item><item><title><![CDATA[国密算法]]></title><link>https://www.junpzx.cn/archives/guo-mi-suan-fa</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=%E5%9B%BD%E5%AF%86%E7%AE%97%E6%B3%95&amp;url=/archives/guo-mi-suan-fa" width="1" height="1" alt="" style="opacity:0;">国密算法是国家密码管理局发布的自主密码标准体系，包括对称算法SM1、SM4、ZUC，非对称算法SM2、SM9及杂凑算法SM3等。文章介绍其自主可控、安全高效、适用广泛等特点，并重点说明SM1小数据加密、SM2的加密、密钥协商与数字签名，以及SM3、SM4在政务、金融、物联网等领域的信息安全应用。]]></description><guid isPermaLink="false">/archives/guo-mi-suan-fa</guid><dc:creator>Secret丶君</dc:creator><enclosure url="https://www.junpzx.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fimages.unsplash.com%2Fphoto-1726065809961-bbfd67737399%3Fixid%3DM3w0OTc0MjN8MHwxfHRvcGljfHxibzhqUUtUYUUwWXx8fHx8Mnx8MTcyNjI5MjM4NXw%26ixlib%3Drb-4.0.3&amp;size=m" type="image/jpeg" length="2955295"/><category>基础知识</category><pubDate>Sat, 14 Sep 2024 05:39:00 GMT</pubDate></item><item><title><![CDATA[Ubuntu20.04配置静态IP]]></title><link>https://www.junpzx.cn/archives/ubuntu20.04pei-zhi-jing-tai-ip</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=Ubuntu20.04%E9%85%8D%E7%BD%AE%E9%9D%99%E6%80%81IP&amp;url=/archives/ubuntu20.04pei-zhi-jing-tai-ip" width="1" height="1" alt="" style="opacity:0;">文章介绍 Ubuntu 20.04 配置静态 IP 的流程：先用 ifconfig 查找处于 RUNNING 状态的网卡，进入 /etc/netplan/ 定位并编辑 YAML 配置文件，按实际网络填写静态 IP、网关和 DNS，保存后应用 Netplan 配置使设置生效。]]></description><guid isPermaLink="false">/archives/ubuntu20.04pei-zhi-jing-tai-ip</guid><dc:creator>Secret丶君</dc:creator><enclosure url="https://www.junpzx.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fjunpzx-picture.oss-cn-beijing.aliyuncs.com%2FstarrySea%2F%25E6%25B5%25B7%25E5%25BA%2595%25E9%25B2%25B8.jpg&amp;size=m" type="image/jpeg" length="870644"/><category>运维部署</category><pubDate>Thu, 27 Jun 2024 09:08:00 GMT</pubDate></item><item><title><![CDATA[Java调用OnnxRuntime推理(纯代码)]]></title><link>https://www.junpzx.cn/archives/javadiao-yong-onnxruntimetui-li</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=Java%E8%B0%83%E7%94%A8OnnxRuntime%E6%8E%A8%E7%90%86%28%E7%BA%AF%E4%BB%A3%E7%A0%81%29&amp;url=/archives/javadiao-yong-onnxruntimetui-li" width="1" height="1" alt="" style="opacity:0;">文章介绍使用 Java 结合 OnnxRuntime 进行 ONNX 模型纯代码推理的方法，给出 Maven 依赖、OpenCV/Javacv 环境配置及 GPU 版 OnnxRuntime 示例。强调运行前需确认模型输入输出结构一致，并说明图片预处理、张量构建、推理执行和结果解析等关键流程；涉密模型与测试图片未提供。]]></description><guid isPermaLink="false">/archives/javadiao-yong-onnxruntimetui-li</guid><dc:creator>Secret丶君</dc:creator><enclosure url="https://www.junpzx.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fjunpzx-picture.oss-cn-beijing.aliyuncs.com%2FstarrySea%2FONNX%2520Runtime.png&amp;size=m" type="image/jpeg" length="7144"/><category>程序语言</category><pubDate>Sat, 11 May 2024 02:27:00 GMT</pubDate></item><item><title><![CDATA[搭建opencv和JavaOnnxRuntime环境]]></title><link>https://www.junpzx.cn/archives/da-jian-opencvhe-javaonnxruntimehuan-jing</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=%E6%90%AD%E5%BB%BAopencv%E5%92%8CJavaOnnxRuntime%E7%8E%AF%E5%A2%83&amp;url=/archives/da-jian-opencvhe-javaonnxruntimehuan-jing" width="1" height="1" alt="" style="opacity:0;">介绍 Windows 10 下搭建 OpenCV 与 Java OnnxRuntime GPU 环境：配置 CUDA 11.8、cuDNN 8.5、OpenCV 4.7，并通过 Maven 引入 onnxruntime_gpu 1.17.3。强调 CUDA/cuDNN 须匹配 OnnxRuntime；OpenCV 4.7 需 JDK11，JDK8 项目可借助 JavaCV 使用较新版 OpenCV。]]></description><guid isPermaLink="false">/archives/da-jian-opencvhe-javaonnxruntimehuan-jing</guid><dc:creator>Secret丶君</dc:creator><enclosure url="https://www.junpzx.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fjunpzx-picture.oss-cn-beijing.aliyuncs.com%2FstarrySea%2FONNX%2520Runtime.png&amp;size=m" type="image/jpeg" length="7144"/><category>程序工具</category><category>中间件</category><category>运维部署</category><pubDate>Fri, 10 May 2024 09:37:00 GMT</pubDate></item><item><title><![CDATA[Promtail配置文件详解]]></title><link>https://www.junpzx.cn/archives/promtailpei-zhi-wen-jian-xiang-jie</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=Promtail%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6%E8%AF%A6%E8%A7%A3&amp;url=/archives/promtailpei-zhi-wen-jian-xiang-jie" width="1" height="1" alt="" style="opacity:0;">文章详解 Promtail 的 config.yaml 配置：通过命令行指定配置文件并支持环境变量替换；介绍根节点结构，包括全局文件监听、HTTP/GRPC 服务、Loki 客户端、日志读取位置、抓取规则、限制、目标监控、扩展选项及链路追踪等。重点说明文件轮询频率与服务监听参数的配置方式。]]></description><guid isPermaLink="false">/archives/promtailpei-zhi-wen-jian-xiang-jie</guid><dc:creator>Secret丶君</dc:creator><enclosure url="https://www.junpzx.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fjunpzx-picture.oss-cn-beijing.aliyuncs.com%2FstarrySea%2F20210616111927915.png&amp;size=m" type="image/jpeg" length="2523282"/><category>运维部署</category><pubDate>Fri, 19 Apr 2024 07:47:00 GMT</pubDate></item><item><title><![CDATA[Promtail Pipeline日志处理配置]]></title><link>https://www.junpzx.cn/archives/prontail-pipeline-log-config</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=Promtail%20Pipeline%E6%97%A5%E5%BF%97%E5%A4%84%E7%90%86%E9%85%8D%E7%BD%AE&amp;url=/archives/prontail-pipeline-log-config" width="1" height="1" alt="" style="opacity:0;">本文介绍 Promtail Pipeline 日志处理配置：Pipeline 由解析、转换、处理和过滤四类 stage 组成，可通过 regex、json 提取字段，再添加标签、转换时间戳、修改日志内容或生成指标。结合 match 条件，可针对不同 Kubernetes Pod 和日志内容执行差异化处理，并说明了标签联动 Grafana、日志提取指标及重复日志处理注意事项。]]></description><guid isPermaLink="false">/archives/prontail-pipeline-log-config</guid><dc:creator>Secret丶君</dc:creator><enclosure url="https://www.junpzx.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fjunpzx-picture.oss-cn-beijing.aliyuncs.com%2FstarrySea%2F20210616111923581.png&amp;size=m" type="image/jpeg" length="1921638"/><category>运维部署</category><pubDate>Thu, 18 Apr 2024 09:47:00 GMT</pubDate></item><item><title><![CDATA[Docker限制日志大小]]></title><link>https://www.junpzx.cn/archives/docker-xian-zhi-ri-zhi-da-xiao</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=Docker%E9%99%90%E5%88%B6%E6%97%A5%E5%BF%97%E5%A4%A7%E5%B0%8F&amp;url=/archives/docker-xian-zhi-ri-zhi-da-xiao" width="1" height="1" alt="" style="opacity:0;">Docker是一个流行的容器化平台，可以在容器中运行应用程序。对于Docker的日志，我们通常会希望它们被保存在文件中，以便于分析和排除问题。然而，日志文件很容易变得非常大，这可能会占用大量磁盘空间并影响性能。因此，我们需要配置Docker以限制日志文件的大小。Docker使用日志驱动程序来记录容器]]></description><guid isPermaLink="false">/archives/docker-xian-zhi-ri-zhi-da-xiao</guid><dc:creator>Secret丶君</dc:creator><enclosure url="https://www.junpzx.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fjunpzx-picture.oss-cn-beijing.aliyuncs.com%2FstarrySea%2Fwallhaven-odr58l_1920x1080.png&amp;size=m" type="image/jpeg" length="3196513"/><category>中间件</category><category>运维部署</category><pubDate>Wed, 22 Mar 2023 02:04:29 GMT</pubDate></item><item><title><![CDATA[SpringBoot集成fastdfs实现文件上传和下载]]></title><link>https://www.junpzx.cn/archives/springboot-fastdfs-upload-download</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=SpringBoot%E9%9B%86%E6%88%90fastdfs%E5%AE%9E%E7%8E%B0%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0%E5%92%8C%E4%B8%8B%E8%BD%BD&amp;url=/archives/springboot-fastdfs-upload-download" width="1" height="1" alt="" style="opacity:0;">FastDFS是一个开源的轻量级分布式文件系统，它对文件进行管理，功能包括：文件存储、文件同步、文件访问（文件上传、文件下载）等，解决了大容量存储和负载均衡的问题。该文章主要介绍如何使用springboot集成fastdfs实现文件上传和下载。]]></description><guid isPermaLink="false">/archives/springboot-fastdfs-upload-download</guid><dc:creator>Secret丶君</dc:creator><enclosure url="https://www.junpzx.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fjunpzx-picture.oss-cn-beijing.aliyuncs.com%2FstarrySea%2F20210616114241503.png&amp;size=m" type="image/jpeg" length="5726800"/><category>程序工具</category><category>框架技术</category><pubDate>Thu, 29 Dec 2022 09:33:00 GMT</pubDate></item><item><title><![CDATA[docker-compose安装fastdfs]]></title><link>https://www.junpzx.cn/archives/docker-bu-shu-fastdfs</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=docker-compose%E5%AE%89%E8%A3%85fastdfs&amp;url=/archives/docker-bu-shu-fastdfs" width="1" height="1" alt="" style="opacity:0;">使用docker-compose安装fastdfs]]></description><guid isPermaLink="false">/archives/docker-bu-shu-fastdfs</guid><dc:creator>Secret丶君</dc:creator><enclosure url="https://www.junpzx.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fimg.paulzzh.com%2Ftouhou%2Frandom%3F3216405&amp;size=m" type="image/jpeg" length="0"/><category>程序工具</category><category>运维部署</category><pubDate>Thu, 29 Dec 2022 09:17:00 GMT</pubDate></item><item><title><![CDATA[使用pipeline在docker容器中部署SpringBoot项目]]></title><link>https://www.junpzx.cn/archives/shi-yong-pipeline-zai-docker-rong-qi-zhong-bu-shu-springboot-xiang-mu</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=%E4%BD%BF%E7%94%A8pipeline%E5%9C%A8docker%E5%AE%B9%E5%99%A8%E4%B8%AD%E9%83%A8%E7%BD%B2SpringBoot%E9%A1%B9%E7%9B%AE&amp;url=/archives/shi-yong-pipeline-zai-docker-rong-qi-zhong-bu-shu-springboot-xiang-mu" width="1" height="1" alt="" style="opacity:0;">使用pipeline在docker容器中部署SpringBoot项目]]></description><guid isPermaLink="false">/archives/shi-yong-pipeline-zai-docker-rong-qi-zhong-bu-shu-springboot-xiang-mu</guid><dc:creator>Secret丶君</dc:creator><enclosure url="https://www.junpzx.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fjunpzx-picture.oss-cn-beijing.aliyuncs.com%2FstarrySea%2Fdownload-1669790218647.png&amp;size=m" type="image/jpeg" length="5975"/><category>程序工具</category><category>运维部署</category><pubDate>Wed, 30 Nov 2022 09:52:00 GMT</pubDate></item><item><title><![CDATA[Jenkins安装和基本配置]]></title><link>https://www.junpzx.cn/archives/jenkins-install-config</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=Jenkins%E5%AE%89%E8%A3%85%E5%92%8C%E5%9F%BA%E6%9C%AC%E9%85%8D%E7%BD%AE&amp;url=/archives/jenkins-install-config" width="1" height="1" alt="" style="opacity:0;">使用docker安装jenkins，并准备jenkins使用docker部署springboot项目的前置工作。]]></description><guid isPermaLink="false">/archives/jenkins-install-config</guid><dc:creator>Secret丶君</dc:creator><enclosure url="https://www.junpzx.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fjunpzx-picture.oss-cn-beijing.aliyuncs.com%2FstarrySea%2Fdownload-1669790218647.png&amp;size=m" type="image/jpeg" length="5975"/><category>程序工具</category><category>运维部署</category><pubDate>Wed, 30 Nov 2022 00:55:04 GMT</pubDate></item><item><title><![CDATA[Hbase环境下备份opentsdb数据库表]]></title><link>https://www.junpzx.cn/archives/hbase-huan-jing-xia-bei-fen-opentsdb-shu-ju-ku-biao</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=Hbase%E7%8E%AF%E5%A2%83%E4%B8%8B%E5%A4%87%E4%BB%BDopentsdb%E6%95%B0%E6%8D%AE%E5%BA%93%E8%A1%A8&amp;url=/archives/hbase-huan-jing-xia-bei-fen-opentsdb-shu-ju-ku-biao" width="1" height="1" alt="" style="opacity:0;">Hbase环境下备份opentsdb数据库表]]></description><guid isPermaLink="false">/archives/hbase-huan-jing-xia-bei-fen-opentsdb-shu-ju-ku-biao</guid><dc:creator>Secret丶君</dc:creator><enclosure url="https://www.junpzx.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fjunpzx-picture.oss-cn-beijing.aliyuncs.com%2FstarrySea%2Fopentsdb.png&amp;size=m" type="image/jpeg" length="14003"/><category>中间件</category><category>运维部署</category><pubDate>Thu, 10 Nov 2022 06:59:01 GMT</pubDate></item><item><title><![CDATA[代码之丑（二）]]></title><link>https://www.junpzx.cn/archives/dai-ma-zhi-chou-2</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=%E4%BB%A3%E7%A0%81%E4%B9%8B%E4%B8%91%EF%BC%88%E4%BA%8C%EF%BC%89&amp;url=/archives/dai-ma-zhi-chou-2" width="1" height="1" alt="" style="opacity:0;">学习代码之丑整理的笔记]]></description><guid isPermaLink="false">/archives/dai-ma-zhi-chou-2</guid><dc:creator>Secret丶君</dc:creator><category>程序设计</category><pubDate>Wed, 2 Nov 2022 03:15:00 GMT</pubDate></item><item><title><![CDATA[docker-compose安装Koel]]></title><link>https://www.junpzx.cn/archives/docker-compose-an-zhuang-koel</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=docker-compose%E5%AE%89%E8%A3%85Koel&amp;url=/archives/docker-compose-an-zhuang-koel" width="1" height="1" alt="" style="opacity:0;">通过docker-compose安装自己的音乐网站koel]]></description><guid isPermaLink="false">/archives/docker-compose-an-zhuang-koel</guid><dc:creator>Secret丶君</dc:creator><category>程序工具</category><category>运维部署</category><pubDate>Wed, 2 Nov 2022 02:49:00 GMT</pubDate></item><item><title><![CDATA[代码之丑（一）]]></title><link>https://www.junpzx.cn/archives/dai-ma-zhi-chou-1</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=%E4%BB%A3%E7%A0%81%E4%B9%8B%E4%B8%91%EF%BC%88%E4%B8%80%EF%BC%89&amp;url=/archives/dai-ma-zhi-chou-1" width="1" height="1" alt="" style="opacity:0;">学习代码之丑整理的笔记]]></description><guid isPermaLink="false">/archives/dai-ma-zhi-chou-1</guid><dc:creator>Secret丶君</dc:creator><category>程序设计</category><pubDate>Fri, 28 Oct 2022 06:08:00 GMT</pubDate></item><item><title><![CDATA[Linux硬盘挂载]]></title><link>https://www.junpzx.cn/archives/linux-mount-disk</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=Linux%E7%A1%AC%E7%9B%98%E6%8C%82%E8%BD%BD&amp;url=/archives/linux-mount-disk" width="1" height="1" alt="" style="opacity:0;">硬盘挂载]]></description><guid isPermaLink="false">/archives/linux-mount-disk</guid><dc:creator>Secret丶君</dc:creator><category>运维部署</category><pubDate>Fri, 30 Sep 2022 02:53:00 GMT</pubDate></item><item><title><![CDATA[Kafka学习笔记]]></title><link>https://www.junpzx.cn/archives/kafka-learning-notes</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=Kafka%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0&amp;url=/archives/kafka-learning-notes" width="1" height="1" alt="" style="opacity:0;">文章介绍了 MQ 的本质是通过生产者/消费者模型简化分布式通信，并比较了 Kafka、RabbitMQ、ZeroMQ 三类消息队列的架构与适用场景。重点说明 Kafka 是基于分区、副本和 ZooKeeper 协调的高性能分布式消息系统，适合海量日志收集、消息解耦、用户行为追踪、实时监控及流式/离线数据处理。]]></description><guid isPermaLink="false">/archives/kafka-learning-notes</guid><dc:creator>Secret丶君</dc:creator><category>中间件</category><category>运维部署</category><pubDate>Wed, 28 Sep 2022 09:16:00 GMT</pubDate></item><item><title><![CDATA[nvm学习笔记]]></title><link>https://www.junpzx.cn/archives/nvm-learning-notes</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=nvm%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0&amp;url=/archives/nvm-learning-notes" width="1" height="1" alt="" style="opacity:0;">文章介绍了使用 nvm 统一管理多项目所需不同 Node.js 版本的方法，建议先卸载本机 Node.js。内容涵盖 Linux 下在线、离线安装及配置步骤，以及 install、uninstall、use 等常用命令；同时说明 Windows 需使用独立的 nvm-windows，并介绍版本查看、安装、切换及架构设置等操作。]]></description><guid isPermaLink="false">/archives/nvm-learning-notes</guid><dc:creator>Secret丶君</dc:creator><category>程序工具</category><category>运维部署</category><pubDate>Wed, 28 Sep 2022 05:50:00 GMT</pubDate></item><item><title><![CDATA[SonarQube学习笔记]]></title><link>https://www.junpzx.cn/archives/sonarqube-learning-notes</link><description><![CDATA[<img src="https://www.junpzx.cn/plugins/feed/assets/telemetry.gif?title=SonarQube%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0&amp;url=/archives/sonarqube-learning-notes" width="1" height="1" alt="" style="opacity:0;">文章介绍 SonarQube 的功能、版本及 Windows 安装配置。SonarQube 可分析多语言代码质量、技术债务和测试覆盖率，并集成 CI、IDE 与外部工具。文中以 8.9.9 社区版为例，说明 JDK11 配置、PostgreSQL 数据源设置、服务启动及项目扫描使用方法。]]></description><guid isPermaLink="false">/archives/sonarqube-learning-notes</guid><dc:creator>Secret丶君</dc:creator><enclosure url="https://www.junpzx.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fjunpzx-picture.oss-cn-beijing.aliyuncs.com%2FstarrySea%2Fdownload.png&amp;size=m" type="image/jpeg" length="4411"/><category>程序工具</category><category>运维部署</category><pubDate>Mon, 26 Sep 2022 07:36:09 GMT</pubDate></item></channel></rss>