﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>JSP编程</title>
    <link>https://www.herecours.com//www.herecours.com/list-42-0.html</link>
    <description>Latest 50 infos of JSP编程</description>
    <copyright>Copyright(C) Empire CMS</copyright>
    <generator>Empire CMS by Empire Studio.</generator>
    <lastBuildDate>Mon, 03 Aug 2026 00:19:43 +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[MySql8.0对应驱动包匹配注意点+SpringBoot连接MySQL+多数据源配置教程]]></title>
      <description><![CDATA[ MySql 8.0及对应驱动包匹配注意点使用jdbcTemplate集成Mybatis多数据源配置总结MySql 8.0及对应驱动包匹配注意点MySql 数据库更新为8.0及以上后，对应的应用程序数据库链接驱动包也要更新为8.0版本。否则会报驱动异常。需要注意以下几点：1.最新驱动包Maven下载配置如下：    mysql     ]]></description>
      <link>https://www.herecours.com/program/2026/03-30/155180.html</link>
      <guid>https://www.herecours.com/program/2026/03-30/155180.html</guid>
      <category>JSP编程</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 30 Mar 2026 01:13:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[MySQL EXPLAIN排查问题指南(附详细示例)]]></title>
      <description><![CDATA[ 概述示例详解示例 1: 全表扫描（未使用索引）示例 2: 低效连接顺序（大表驱动小表）示例 3: 子查询未优化（多次执行子查询）示例 4: 文件排序问题（缺少排序索引）示例 5: 使用临时表（GROUP BY 低效）示例 6: 回表查询（非覆盖索引）总结概述MySQL 的 EXPLAIN 命令用于分析 SQL 查询的执行计划（Execution Plan），它可以输出查询如何被优化器处理，包括表 ]]></description>
      <link>https://www.herecours.com/program/2026/03-28/154790.html</link>
      <guid>https://www.herecours.com/program/2026/03-28/154790.html</guid>
      <category>JSP编程</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Mar 2026 11:16:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Redis缓存更新策略详解]]></title>
      <description><![CDATA[ 1. 主动更新-4种核心缓存更新策略1.1. Cache-Aside（旁路缓存）1.2. Write-Through（写穿透）1.3. Write-Behind（写回）1.4. 刷新过期（Refresh-Ahead）2. 3种补充策略2.1. Read-Through（读穿透）2.2. 最终一致性（Eventual Consistency）2.3. 过期淘汰（被动更新）2.3.1. 惰性删除（La ]]></description>
      <link>https://www.herecours.com/program/2026/03-25/151849.html</link>
      <guid>https://www.herecours.com/program/2026/03-25/151849.html</guid>
      <category>JSP编程</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 25 Mar 2026 04:12:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[MYSQL中锁的分类与加锁方式小结]]></title>
      <description><![CDATA[ 一、表级锁（Table Lock）1 显式表锁（LOCK TABLES）1.1 READ 锁（读锁）1.2 WRITE 锁（写锁）2 元数据锁（MDL Lock）3 意向锁（Intention Lock）3.1 意向锁分类3.2 为什么需要意向锁？二、行级锁（Row Lock）1 记录锁（Record Lock）2 间隙锁（Gap Lock）3 临键锁（Next-Key Lock）在数据库并发环境 ]]></description>
      <link>https://www.herecours.com/program/2026/03-17/150099.html</link>
      <guid>https://www.herecours.com/program/2026/03-17/150099.html</guid>
      <category>JSP编程</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Mar 2026 04:12:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Redis数据存储原理和结构解读]]></title>
      <description><![CDATA[ 1.1 KV结构1.2 字典（dict）字典数据结构组成1.dictEntry哈希表节点2.dictht哈希表3.dict字典顶层结构哈希运算与索引映射哈希冲突的处理渐进式重哈希（扩容 / 缩容）scan1.3 Expire 机制1. 惰性删除（Lazy Expiration）2. 定时删除（Active Expiration）1.4 大Key大 Key 的危害大Key 的检测解决方案1.5 跳表 ]]></description>
      <link>https://www.herecours.com/program/2026/03-03/129354.html</link>
      <guid>https://www.herecours.com/program/2026/03-03/129354.html</guid>
      <category>JSP编程</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 03 Mar 2026 02:21:42 +0000</pubDate>
    </item>
  </channel>
</rss>