<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Work Record on Daily Record</title>
    <link>https://2d992714.xianglin2020-github-io.pages.dev/categories/work-record/</link>
    <description>Recent content in Work Record on Daily Record</description>
    <image>
      <title>Daily Record</title>
      <url>https://2d992714.xianglin2020-github-io.pages.dev/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <lastBuildDate>Fri, 06 Feb 2026 00:00:00 +0800</lastBuildDate>
    <atom:link href="https://2d992714.xianglin2020-github-io.pages.dev/categories/work-record/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>测试环境 Bakong 订单通知任务不执行问题排查</title>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/posts/2026/bakong-order-notification-task-troubleshooting/</link>
      <pubDate>Thu, 05 Feb 2026 00:00:00 +0800</pubDate>
      <guid>https://2d992714.xianglin2020-github-io.pages.dev/posts/2026/bakong-order-notification-task-troubleshooting/</guid>
      <description>通过日志与 JStack 定位 Bakong 订单通知任务因 PostgreSQL 网络读取无限等待而假死的问题，并用连接超时参数完成修复验证。</description>
    </item>
    <item>
      <title>微信支付退款通知解密失败排查</title>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/posts/2025/wechat-pay-refund-notification-decryption/</link>
      <pubDate>Fri, 19 Dec 2025 00:00:00 +0800</pubDate>
      <guid>https://2d992714.xianglin2020-github-io.pages.dev/posts/2025/wechat-pay-refund-notification-decryption/</guid>
      <description>定位微信支付 API v2 退款通知在旧版 JDK 中因 JCE 密钥长度限制而解密失败的问题。</description>
    </item>
    <item>
      <title>使用 Webhook.site 调试回调通知</title>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/posts/2025/webhook-site-testing/</link>
      <pubDate>Mon, 15 Dec 2025 00:00:00 +0800</pubDate>
      <guid>https://2d992714.xianglin2020-github-io.pages.dev/posts/2025/webhook-site-testing/</guid>
      <description>使用 Webhook.site 临时接收和检查 HTTP 回调，验证请求方法、请求头及通知内容。</description>
    </item>
    <item>
      <title>Dubbo 实践：配置优先级与消费者直连</title>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/posts/2025/dubbo-config-priority-and-direct-connection/</link>
      <pubDate>Thu, 30 Oct 2025 00:00:00 +0800</pubDate>
      <guid>https://2d992714.xianglin2020-github-io.pages.dev/posts/2025/dubbo-config-priority-and-direct-connection/</guid>
      <description>记录 Dubbo 2.6 消费者注册中心配置被 JVM 参数覆盖的排查过程，以及本地开发时按接口直连提供者的方法。</description>
    </item>
    <item>
      <title>渠道服务 fundchannel-core-service 定时任务优化</title>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/posts/2025/fundchannel-core-service-scheduled-task-optimization/</link>
      <pubDate>Thu, 21 Aug 2025 00:00:00 +0800</pubDate>
      <guid>https://2d992714.xianglin2020-github-io.pages.dev/posts/2025/fundchannel-core-service-scheduled-task-optimization/</guid>
      <description>分析 fundchannel-core-service 定时任务的性能问题，并比较定时任务优化与延迟队列两类改造方案。</description>
    </item>
    <item>
      <title>使用 Super CSV 导出大批量 CSV 文件</title>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/posts/2025/super-csv-export/</link>
      <pubDate>Wed, 06 Aug 2025 00:00:00 +0800</pubDate>
      <guid>https://2d992714.xianglin2020-github-io.pages.dev/posts/2025/super-csv-export/</guid>
      <description>在 Spring Web 接口中使用 Super CSV 分页导出数据，处理字段映射、国际化表头、UTF-8 BOM 和响应流。</description>
    </item>
    <item>
      <title>Oracle 实用手册：诊断查询与用户初始化</title>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/posts/2025/oracle-practical-queries-and-user-setup/</link>
      <pubDate>Sun, 03 Aug 2025 00:00:00 +0800</pubDate>
      <guid>https://2d992714.xianglin2020-github-io.pages.dev/posts/2025/oracle-practical-queries-and-user-setup/</guid>
      <description>整理 Oracle 索引、SQL 性能和字符集查询，并记录创建表空间、用户及基础权限的完整流程。</description>
    </item>
    <item>
      <title>CAS 集成、认证流程和模拟登录</title>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/posts/2021/cas-integration/</link>
      <pubDate>Sat, 03 Jul 2021 15:48:55 +0000</pubDate>
      <guid>https://2d992714.xianglin2020-github-io.pages.dev/posts/2021/cas-integration/</guid>
      <description>CAS 集成、认证流程和模拟登录分享。</description>
    </item>
    <item>
      <title>接口打包、安装到本地、上传至仓库</title>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/posts/2021/java-interface-install/</link>
      <pubDate>Fri, 23 Apr 2021 09:48:19 +0000</pubDate>
      <guid>https://2d992714.xianglin2020-github-io.pages.dev/posts/2021/java-interface-install/</guid>
      <description>接口打包、安装到本地、上传至仓库。</description>
    </item>
  </channel>
</rss>
