﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>云计算</title>
    <link>https://www.herecours.com//www.herecours.com/list-13-0.html</link>
    <description>Latest 50 infos of 云计算</description>
    <copyright>Copyright(C) Empire CMS</copyright>
    <generator>Empire CMS by Empire Studio.</generator>
    <lastBuildDate>Mon, 03 Aug 2026 03:15:24 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.herecours.com//www.herecours.com/e/data/images/rss.gif</url>
      <title>帝国网站管理系统</title>
      <link>https://www.herecours.com//www.herecours.com/</link>
    </image>
    <item>
      <title><![CDATA[Redis分布式锁中8个常见面试题小结]]></title>
      <description><![CDATA[ ???? 1. 为什么需要分布式锁？???? 2. 最简单的分布式锁怎么写？（错误示范）⚠️ 问题在哪里？???? 3. 怎么设置过期时间？（还是不对）⚠️ 问题：两步不是原子的！???? 4. 正确写法是怎样的？✅ 关键点：???? 5. 锁的value为什么不能用&amp;quot;1&amp;quot;？场景演示：???? 6. 业务没执行完，锁过期了怎么办？方案1：设置合理的过期时间方案2：自动续期（看门狗）???? 7. Redis主从切 ]]></description>
      <link>https://www.herecours.com/news/2026/03-09/145755.html</link>
      <guid>https://www.herecours.com/news/2026/03-09/145755.html</guid>
      <category>云计算</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Mar 2026 03:11:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[PbootCMS的SQLite数据库转换为MySQL数据库几种方法步骤]]></title>
      <description><![CDATA[ 方法一：使用第三方工具转换（推荐）1. 准备工作2. 使用数据库管理工具3. 使用在线转换工具方法二：手动转换步骤1. 导出 SQLite 结构2. 修改 SQL 语句适应 MySQL3. 导出数据4. 导入 MySQL方法三：使用 PHP 脚本转换方法四：使用 Python 脚本重要注意事项总结将 PbootCMS 的 SQLite 数据库转换为 MySQL 数据库，可以按照以下步骤操作：方法一 ]]></description>
      <link>https://www.herecours.com/news/2026/02-13/10790.html</link>
      <guid>https://www.herecours.com/news/2026/02-13/10790.html</guid>
      <category>云计算</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 13 Feb 2026 11:18:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[RuoYi从MySQL迁移到PostgreSQL数据库的踩坑实录]]></title>
      <description><![CDATA[ 写在前面第一个坑：Druid连不上数据迁移工具的选择SQL语法的各种不兼容反引号问题ifnull函数sysdate函数类型严格性的坑find_in_set的替代方案date_format的转换database函数TRUNCATE TABLE语法序列同步的大坑PageHelper的配置几个要注意的地方1. 其他可能遇到的问题2. 批量修改时注意编码3. 先Git提交再批量修改4. Nacos配置 ]]></description>
      <link>https://www.herecours.com/news/2026/02-13/10786.html</link>
      <guid>https://www.herecours.com/news/2026/02-13/10786.html</guid>
      <category>云计算</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 13 Feb 2026 11:12:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[MySQL检查和清理不可见字符的实现步骤]]></title>
      <description><![CDATA[ 故事背景检查清理故事背景今天四大运营商其中一个交给我们一个 Excel 表格，我们没有做任何数据清理就导入 MySQL 了，导致 a 字段出现了大量不可见字符。检查检查时，我们要知道不可见字符都有哪些。通常是空格、制表符、换行符、BOM头。这里我们主要清理BOM头，也就是 UTF-8 BOM 头：SELECT   a AS 原始数据,  -- 核心处理逻辑：先删BO ]]></description>
      <link>https://www.herecours.com/news/2026/02-12/9947.html</link>
      <guid>https://www.herecours.com/news/2026/02-12/9947.html</guid>
      <category>云计算</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 12 Feb 2026 03:13:04 +0000</pubDate>
    </item>
  </channel>
</rss>