<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <title>Herong's Tutorial Examples</title>
  <link>https://www.herongyang.com/</link>
  <description>Free tutorial books on programming, information technology, Chinese language, and other topics by Herong Yang</description>
  <pubDate>Sat, 09 May 2026 19:29:30 +0200</pubDate>
  <image>
   <url>https://www.herongyang.com/_logo.png</url>
   <title>Herong's Tutorial Examples</title>
   <link>https://www.herongyang.com/</link>
  </image>
  <atom:link href="https://www.herongyang.com/rss_xml.php" rel="self" type="application/rss+xml" />
  <copyright>Copyright (c) Herong Yang</copyright> <item>
  <title>Lucky Wedding Dates: 2096 - Year of the Dragon</title>
  <link>https://www.herongyang.com/1000413_Lucky_Wedding_Dates_2096-Year_of_the_Dragon.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com//Chinese/Wedding/_icon_Wedding.png' />Where to find lucky wedding dates for year 2096? Lucky Wedding Dates: 2096 - Year of the Dragon   ⇒ Lucky Wedding Dates: 2097 - Year of the Snake ⇐ Lucky Wedding Dates: 2095 - Year of the Rabbit ⇑ Lucky Wedding Dates: 2091 - 2100 ⇑⇑ Wedding Date - The Most Important Date of Your Life  - Rank: 723; Updated: 2026-05-07 14:28:58 -> &lt;a href='https://www.herongyang.com/1000413_Lucky_Wedding_Dates_2096-Year_of_the_Dragon.html'>Source&lt;/a></description>
  <pubDate>Thu, 07 May 2026 14:28:58 +0200</pubDate>
  <category>Chinese</category>
  <guid>https://www.herongyang.com/1000413_Lucky_Wedding_Dates_2096-Year_of_the_Dragon.html</guid>
  <author>info@herongyang.com (HerongYang.com)</author>
 </item> <item>
  <title>Lucky Wedding Dates: 2095 - Year of the Rabbit</title>
  <link>https://www.herongyang.com/1000412_Lucky_Wedding_Dates_2095-Year_of_the_Rabbit.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com//Chinese/Wedding/_icon_Wedding.png' />Where to find lucky wedding dates for year 2095? Lucky Wedding Dates: 2095 - Year of the Rabbit   ⇒ Lucky Wedding Dates: 2096 - Year of the Dragon ⇐ Lucky Wedding Dates: 2094 - Year of the Tiger ⇑ Lucky Wedding Dates: 2091 - 2100 ⇑⇑ Wedding Date - The Most Important Date of Your Life  - Rank: 611; Updated: 2026-05-07 14:28:58 -> &lt;a href='https://www.herongyang.com/1000412_Lucky_Wedding_Dates_2095-Year_of_the_Rabbit.html'>Source&lt;/a></description>
  <pubDate>Thu, 07 May 2026 14:28:58 +0200</pubDate>
  <category>Chinese</category>
  <guid>https://www.herongyang.com/1000412_Lucky_Wedding_Dates_2095-Year_of_the_Rabbit.html</guid>
  <author>info@herongyang.com (HerongYang.com)</author>
 </item> <item>
  <title>Generating EC Keys in Python</title>
  <link>https://www.herongyang.com/EC-Cryptography/Python-Generate-EC-Keys.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_Cryptography.png' />This chapter provides tutorial notes on generating EC (Elliptic Curve) keys with Python scripts. Topics covered include using the cryptography and PyCryptodome libraries to generate EC private-public key pairs; selecting different elliptic curves; exporting and importing EC keys.  - Rank: 134; Updated: 2026-05-07 00:00:00 -> &lt;a href='https://www.herongyang.com/EC-Cryptography/Python-Generate-EC-Keys.html'>Source&lt;/a></description>
  <pubDate>Thu, 07 May 2026 00:00:00 +0200</pubDate>
  <category>Cryptography</category>
  <guid>https://www.herongyang.com/EC-Cryptography/Python-Generate-EC-Keys.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>"Crypto.PublicKey.ECC" - Generate EC Keys</title>
  <link>https://www.herongyang.com/EC-Cryptography/Python-Module-Crypto-PublicKey-ECC.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_Cryptography.png' />This section provides a tutorial example on how to use 'Crypto.PublicKey.ECC' module to generate EC private-public key pairs in Python scripts.  - Rank: 123; Updated: 2026-05-07 00:00:00 -> &lt;a href='https://www.herongyang.com/EC-Cryptography/Python-Module-Crypto-PublicKey-ECC.html'>Source&lt;/a></description>
  <pubDate>Thu, 07 May 2026 00:00:00 +0200</pubDate>
  <category>Cryptography</category>
  <guid>https://www.herongyang.com/EC-Cryptography/Python-Module-Crypto-PublicKey-ECC.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>"cryptography.hazmat.primitives.asymmetric.ec" - Generate EC Keys</title>
  <link>https://www.herongyang.com/EC-Cryptography/Python-Module-cryptography-hazmat-primitives-asymmetric-ec.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_Cryptography.png' />This section provides a tutorial example on how to use 'cryptography.hazmat.primitive s.asymmetric'module to generate EC private-public key pairs in Python scripts.  - Rank: 112; Updated: 2026-05-07 00:00:00 -> &lt;a href='https://www.herongyang.com/EC-Cryptography/Python-Module-cryptography-hazmat-primitives-asymmetric-ec.html'>Source&lt;/a></description>
  <pubDate>Thu, 07 May 2026 00:00:00 +0200</pubDate>
  <category>Cryptography</category>
  <guid>https://www.herongyang.com/EC-Cryptography/Python-Module-cryptography-hazmat-primitives-asymmetric-ec.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>"serialization.load_pem_private_key()" - Load EC Private Key</title>
  <link>https://www.herongyang.com/EC-Cryptography/Python-Method-serialization-load_pem_private_key.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_Cryptography.png' />This section provides a tutorial example on how to use 'cryptography.hazmat.primitive s.serialization.load_pem_priva te_key'method to load an EC private key in PEM format in Python scripts.  - Rank: 109; Updated: 2026-05-07 00:00:00 -> &lt;a href='https://www.herongyang.com/EC-Cryptography/Python-Method-serialization-load_pem_private_key.html'>Source&lt;/a></description>
  <pubDate>Thu, 07 May 2026 00:00:00 +0200</pubDate>
  <category>Cryptography</category>
  <guid>https://www.herongyang.com/EC-Cryptography/Python-Method-serialization-load_pem_private_key.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>PKI Tutorials - Herong's Tutorial Examples</title>
  <link>https://www.herongyang.com/PKI/index.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_PKI.png' />This tutorial book is a collection of notes and sample codes written by the author while he was learning PKI (Public Key Infrastructure) technologies himself. Topics include Root CA (Certificate Authorities); SSL, TLS, and HTTPS; Server and client authentication processes; Communication data encrypt...  - Rank: 13739; Updated: 2026-05-06 13:54:19 -> &lt;a href='https://www.herongyang.com/PKI/index.html'>Source&lt;/a></description>
  <pubDate>Wed, 06 May 2026 13:54:19 +0200</pubDate>
  <category>PKI</category>
  <guid>https://www.herongyang.com/PKI/index.html</guid>
  <author>info@herongyang.com (Herong*)</author>
 </item> <item>
  <title>Free Chinese Calendar 2026 - Year of the Horse</title>
  <link>https://www.herongyang.com/1000091_Free_Chinese_Calendar_2026-Year_of_the_Horse.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com//Chinese/Festivals/new_year.jpg' />Want to know when is the 2026 Chinese New Year day? Look for free Chinese calendars for 2026? Chinese New Year Date for Year 2026   ⇒ Free Chinese Calendar 2027 - Year of the Goat ⇐ Free Chinese Calendar 2025 - Year of the Snake ⇑ Chinese New Year Dates in 2021 to 2030 ⇑⇑ Free Chinese Calendars  - Rank: 160601; Updated: 2026-05-06 13:53:55 -> &lt;a href='https://www.herongyang.com/1000091_Free_Chinese_Calendar_2026-Year_of_the_Horse.html'>Source&lt;/a></description>
  <pubDate>Wed, 06 May 2026 13:53:55 +0200</pubDate>
  <category>Chinese</category>
  <guid>https://www.herongyang.com/1000091_Free_Chinese_Calendar_2026-Year_of_the_Horse.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>Site Map</title>
  <link>https://www.herongyang.com/4_Site_Map.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_General.png' />Tutorial Books on Software Programming Android Tutorials - Herong's Tutorial Examples ASP Tutorials - Herong's Tutorial Examples C# Tutorials - Herong's Tutorial Examples Data Encodings - Herong's Tutorial Examples Flash Tutorials - Herong's Tutorial Examples Free Web Services - Herong's Tutorial Ex...  - Rank: 39662; Updated: 2026-05-06 13:20:32 -> &lt;a href='https://www.herongyang.com/4_Site_Map.html'>Source&lt;/a></description>
  <pubDate>Wed, 06 May 2026 13:20:32 +0200</pubDate>
  <category>General</category>
  <guid>https://www.herongyang.com/4_Site_Map.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>"certtool" Command for Certificates on macOS</title>
  <link>https://www.herongyang.com/PKI/macOS-certtool-Command-for-Certificates.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_PKI.png' />This section provides a tutorial example on how to use the 'certtool' command to manage certificates on macOS computers.  - Rank: 126; Updated: 2026-05-06 07:38:27 -> &lt;a href='https://www.herongyang.com/PKI/macOS-certtool-Command-for-Certificates.html'>Source&lt;/a></description>
  <pubDate>Wed, 06 May 2026 07:38:27 +0200</pubDate>
  <category>PKI</category>
  <guid>https://www.herongyang.com/PKI/macOS-certtool-Command-for-Certificates.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>"security" Command for Keychains on macOS</title>
  <link>https://www.herongyang.com/PKI/macOS-security-Command-for-Keychains.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_PKI.png' />This section provides a tutorial example on how to use the 'security' command to manage keychains on macOS computers.  - Rank: 121; Updated: 2026-05-06 07:38:26 -> &lt;a href='https://www.herongyang.com/PKI/macOS-security-Command-for-Keychains.html'>Source&lt;/a></description>
  <pubDate>Wed, 06 May 2026 07:38:26 +0200</pubDate>
  <category>PKI</category>
  <guid>https://www.herongyang.com/PKI/macOS-security-Command-for-Keychains.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>Using pyOpenSSL for HTTPS Connection</title>
  <link>https://www.herongyang.com/PKI/HTTPS-Python-Use-pyOpenSSL-Connection.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_PKI.png' />This section provides a tutorial example on using the OpenSSL.SSL module to create an HTTPS connection.  - Rank: 128; Updated: 2026-05-06 04:19:14 -> &lt;a href='https://www.herongyang.com/PKI/HTTPS-Python-Use-pyOpenSSL-Connection.html'>Source&lt;/a></description>
  <pubDate>Wed, 06 May 2026 04:19:14 +0200</pubDate>
  <category>PKI</category>
  <guid>https://www.herongyang.com/PKI/HTTPS-Python-Use-pyOpenSSL-Connection.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>"certutil" for NSS Certificate Databases on Linux</title>
  <link>https://www.herongyang.com/PKI/Linux-certutil-NSS-Certificate-Database.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_PKI.png' />This section describes how to use the 'certutil' Command to manage NSS certificate databases on Linux computers.  - Rank: 125; Updated: 2026-05-06 04:19:08 -> &lt;a href='https://www.herongyang.com/PKI/Linux-certutil-NSS-Certificate-Database.html'>Source&lt;/a></description>
  <pubDate>Wed, 06 May 2026 04:19:08 +0200</pubDate>
  <category>PKI</category>
  <guid>https://www.herongyang.com/PKI/Linux-certutil-NSS-Certificate-Database.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>Root CA Certificate Location on Linux</title>
  <link>https://www.herongyang.com/PKI/Linux-Root-CA-Certificate-Location.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_PKI.png' />This section provides a quick introduction of root CA certificate location on Linux computer.  - Rank: 114; Updated: 2026-05-06 04:18:51 -> &lt;a href='https://www.herongyang.com/PKI/Linux-Root-CA-Certificate-Location.html'>Source&lt;/a></description>
  <pubDate>Wed, 06 May 2026 04:18:51 +0200</pubDate>
  <category>PKI</category>
  <guid>https://www.herongyang.com/PKI/Linux-Root-CA-Certificate-Location.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>update-ca-certificates Command on Ubuntu</title>
  <link>https://www.herongyang.com/PKI/Linux-Ubuntu-update-ca-certificates-Command.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_PKI.png' />This section describes how to use the update-ca-certificates Command to manage trusted root CA certificates on Ubuntu computers.  - Rank: 115; Updated: 2026-05-06 04:18:33 -> &lt;a href='https://www.herongyang.com/PKI/Linux-Ubuntu-update-ca-certificates-Command.html'>Source&lt;/a></description>
  <pubDate>Wed, 06 May 2026 04:18:33 +0200</pubDate>
  <category>PKI</category>
  <guid>https://www.herongyang.com/PKI/Linux-Ubuntu-update-ca-certificates-Command.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>update-ca-trust Command on CentOS</title>
  <link>https://www.herongyang.com/PKI/Linux-CentOS-update-ca-trust-Command.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_PKI.png' />This section describes how to use the update-ca-trust Command to manage trusted root CA certificates on CentOS computers.  - Rank: 110; Updated: 2026-05-06 04:18:27 -> &lt;a href='https://www.herongyang.com/PKI/Linux-CentOS-update-ca-trust-Command.html'>Source&lt;/a></description>
  <pubDate>Wed, 06 May 2026 04:18:27 +0200</pubDate>
  <category>PKI</category>
  <guid>https://www.herongyang.com/PKI/Linux-CentOS-update-ca-trust-Command.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>Linux Certificate Stores and Tools</title>
  <link>https://www.herongyang.com/PKI/Linux-Certificate-Stores-and-Tools.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_PKI.png' />This chapter provides tutorial notes and example codes on Linux Certificate stores and tools. Topics include root CA certificate location; 'update-ca-certificates' and 'update-ca-trust' commands to main trusted root CA certificates; 'certutil' command to manage NSS certificate database for Firefox a...  - Rank: 128; Updated: 2026-05-06 04:17:26 -> &lt;a href='https://www.herongyang.com/PKI/Linux-Certificate-Stores-and-Tools.html'>Source&lt;/a></description>
  <pubDate>Wed, 06 May 2026 04:17:26 +0200</pubDate>
  <category>PKI</category>
  <guid>https://www.herongyang.com/PKI/Linux-Certificate-Stores-and-Tools.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>Lucky Wedding Dates: 2091 - 2100</title>
  <link>https://www.herongyang.com/1000407_Lucky_Wedding_Dates_2091-2100.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com//Chinese/Wedding/_icon_Wedding.png' />Where to find lucky wedding dates for year 2091 to 2100? Lucky wedding dates for year 2091 to 2100: Lucky Wedding Dates: 2091 - Year of the Boar Lucky Wedding Dates: 2092 - Year of the Rat Lucky Wedding Dates: 2093 - Year of the Ox Lucky Wedding Dates: 2094 - Year of the Tiger Lucky Wedding Dates: 2...  - Rank: 1192; Updated: 2026-04-13 03:45:27 -> &lt;a href='https://www.herongyang.com/1000407_Lucky_Wedding_Dates_2091-2100.html'>Source&lt;/a></description>
  <pubDate>Mon, 13 Apr 2026 03:45:27 +0200</pubDate>
  <category>Chinese</category>
  <guid>https://www.herongyang.com/1000407_Lucky_Wedding_Dates_2091-2100.html</guid>
  <author>info@herongyang.com (HerongYang.com)</author>
 </item> <item>
  <title>Lucky Wedding Dates: 2091 - Year of the Boar</title>
  <link>https://www.herongyang.com/1000408_Lucky_Wedding_Dates_2091-Year_of_the_Boar.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com//Chinese/Wedding/_icon_Wedding.png' />Where to find lucky wedding dates for year 2091? Lucky Wedding Dates: 2091 - Year of the Boar   ⇒ Lucky Wedding Dates: 2092 - Year of the Rat ⇐ Lucky Wedding Dates: 2091 - 2100 ⇑ Lucky Wedding Dates: 2091 - 2100 ⇑⇑ Wedding Date - The Most Important Date of Your Life  - Rank: 1133; Updated: 2026-04-13 03:45:27 -> &lt;a href='https://www.herongyang.com/1000408_Lucky_Wedding_Dates_2091-Year_of_the_Boar.html'>Source&lt;/a></description>
  <pubDate>Mon, 13 Apr 2026 03:45:27 +0200</pubDate>
  <category>Chinese</category>
  <guid>https://www.herongyang.com/1000408_Lucky_Wedding_Dates_2091-Year_of_the_Boar.html</guid>
  <author>info@herongyang.com (HerongYang.com)</author>
 </item> <item>
  <title>"g++ -l..." to Link with Library Files</title>
  <link>https://www.herongyang.com/Linux-Apps/GCC-l-to-Link-with-Library-Files.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_Linux.png' />This section provides a tutorial example on how to use 'g++ -static' and 'g++ -l...' options to link your program with static or dynamic library files.  - Rank: 4245; Updated: 2026-04-11 23:48:42 -> &lt;a href='https://www.herongyang.com/Linux-Apps/GCC-l-to-Link-with-Library-Files.html'>Source&lt;/a></description>
  <pubDate>Sat, 11 Apr 2026 23:48:42 +0200</pubDate>
  <category>Linux</category>
  <guid>https://www.herongyang.com/Linux-Apps/GCC-l-to-Link-with-Library-Files.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>Archived: Downloading/Installing JDK 1.7.0 on Windows</title>
  <link>https://www.herongyang.com/JDK/Archived-JDK-170-Windows-Download-Installation.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_Java.png' />This section provides a tutorial example on how to download and install JDK 1.7.0 (Java SE 7) on a Windows XP system. A simple Java program was entered, compiled, and executed with the new JDK installation.  - Rank: 5085; Updated: 2026-04-06 12:05:04 -> &lt;a href='https://www.herongyang.com/JDK/Archived-JDK-170-Windows-Download-Installation.html'>Source&lt;/a></description>
  <pubDate>Mon, 06 Apr 2026 12:05:04 +0200</pubDate>
  <category>Java</category>
  <guid>https://www.herongyang.com/JDK/Archived-JDK-170-Windows-Download-Installation.html</guid>
  <author>info@herongyang.com ()</author>
 </item> <item>
  <title>2500: Box Drawing</title>
  <link>https://www.herongyang.com/Unicode-Blocks/Block-U2500-Box-Drawing.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com/z/_icon_Unicode.png' />This section provides a quick summary of the Unicode code point block: 'Box Drawing', which contains 128 code points to represent pictures to draw boxes.  - Rank: 1288; Updated: 2026-04-04 01:57:17 -> &lt;a href='https://www.herongyang.com/Unicode-Blocks/Block-U2500-Box-Drawing.html'>Source&lt;/a></description>
  <pubDate>Sat, 04 Apr 2026 01:57:17 +0200</pubDate>
  <category>Unicode</category>
  <guid>https://www.herongyang.com/Unicode-Blocks/Block-U2500-Box-Drawing.html</guid>
  <author>info@herongyang.com (Herong)</author>
 </item> <item>
  <title>Lucky Wedding Dates: 2098 - Year of the Horse</title>
  <link>https://www.herongyang.com/1000415_Lucky_Wedding_Dates_2098-Year_of_the_Horse.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com//Chinese/Wedding/_icon_Wedding.png' />Where to find lucky wedding dates for year 2098? Lucky Wedding Dates: 2098 - Year of the Horse   ⇒ Lucky Wedding Dates: 2099 - Year of the Goat ⇐ Lucky Wedding Dates: 2097 - Year of the Snake ⇑ Lucky Wedding Dates: 2091 - 2100 ⇑⇑ Wedding Date - The Most Important Date of Your Life  - Rank: 1568; Updated: 2026-03-22 14:05:54 -> &lt;a href='https://www.herongyang.com/1000415_Lucky_Wedding_Dates_2098-Year_of_the_Horse.html'>Source&lt;/a></description>
  <pubDate>Sun, 22 Mar 2026 14:05:54 +0100</pubDate>
  <category>Chinese</category>
  <guid>https://www.herongyang.com/1000415_Lucky_Wedding_Dates_2098-Year_of_the_Horse.html</guid>
  <author>info@herongyang.com (HerongYang.com)</author>
 </item> <item>
  <title>Lucky Wedding Dates: 2097 - Year of the Snake</title>
  <link>https://www.herongyang.com/1000414_Lucky_Wedding_Dates_2097-Year_of_the_Snake.html</link>
  <description>&lt;img align='left' width='64' height='64' src='https://www.herongyang.com//Chinese/Wedding/_icon_Wedding.png' />Where to find lucky wedding dates for year 2097? Lucky Wedding Dates: 2097 - Year of the Snake   ⇒ Lucky Wedding Dates: 2098 - Year of the Horse ⇐ Lucky Wedding Dates: 2096 - Year of the Dragon ⇑ Lucky Wedding Dates: 2091 - 2100 ⇑⇑ Wedding Date - The Most Important Date of Your Life  - Rank: 1494; Updated: 2026-03-22 14:05:54 -> &lt;a href='https://www.herongyang.com/1000414_Lucky_Wedding_Dates_2097-Year_of_the_Snake.html'>Source&lt;/a></description>
  <pubDate>Sun, 22 Mar 2026 14:05:54 +0100</pubDate>
  <category>Chinese</category>
  <guid>https://www.herongyang.com/1000414_Lucky_Wedding_Dates_2097-Year_of_the_Snake.html</guid>
  <author>info@herongyang.com (HerongYang.com)</author>
 </item> </channel>
</rss>   