<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>昊虹AI笔记网 - 其它技术笔记</title>
    <link>https://www.hhai.cc/forum-36-1.html</link>
    <description>Latest 20 threads of 其它技术笔记</description>
    <copyright>Copyright(C) 昊虹AI笔记网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 16 May 2026 23:27:13 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.hhai.cc/static/image/common/logo_88_31.gif</url>
      <title>昊虹AI笔记网</title>
      <link>https://www.hhai.cc/</link>
    </image>
    <item>
      <title>想体验ChatGPT,注册OpenAI时却提示 OpenAI’s services are not available in your country,怎么办?</title>
      <link>https://www.hhai.cc/thread-199-1-1.html</link>
      <description><![CDATA[想尝试与ChatGPT聊天对话,但是注册OpenAI时却提示“OpenAI’s services are not available in your country”，怎么破？

昊虹君2023-02-27 09:39:37注：近来chatgpt不再提示“OpenAI’s services are not available in your country”，而是直接提示“Access denied ...]]></description>
      <category>其它技术笔记</category>
      <author>昊虹君</author>
      <pubDate>Thu, 29 Dec 2022 10:57:51 +0000</pubDate>
    </item>
    <item>
      <title>Python之父Guido推荐的编程命名规范</title>
      <link>https://www.hhai.cc/thread-131-1-1.html</link>
      <description><![CDATA[Python之父Guido推荐的编程命名规范

命名规范的具体内容如下图所示：

总结一下：
1 只有全局常量或者类常量才全是大写。

2 只有类名和异常名用驼峰法使名。

3 除了全局常量、类常量、类名、异常名其它的命名规则都是小写字母加下划线。

4 类的成员属性 ...]]></description>
      <category>其它技术笔记</category>
      <author>昊虹君</author>
      <pubDate>Sun, 13 Nov 2022 13:35:05 +0000</pubDate>
    </item>
    <item>
      <title>类定义中的关键字public、protected、private究竟是什么意思?</title>
      <link>https://www.hhai.cc/thread-130-1-1.html</link>
      <description><![CDATA[类定义中的关键字public、protected、private究竟是什么意思?

这三个关键字用来修饰类中成员的有效域，即成员在哪个域内是可被调用的。

域分为内部域和外部域。

所谓内部域是指类自身。

所谓外部域是指这个类的实例化对象、其继承类和其它与之没有关系的类 ...]]></description>
      <category>其它技术笔记</category>
      <author>昊虹君</author>
      <pubDate>Sun, 13 Nov 2022 12:16:36 +0000</pubDate>
    </item>
    <item>
      <title>相对路径的当前目录、上级目录、下级目录怎么表示？</title>
      <link>https://www.hhai.cc/thread-24-1-1.html</link>
      <description><![CDATA[相对路径的当前目录、上级目录、下级目录怎么表示？

相对路径的当前目录表示方法：./

相对路径的上级目录表示方法：../

相对路径的下级目录表示方法：./下级目录名/

举例说明如下：

在路径：F:/pic/A/views 下有一幅图和一个文件，名字分别为“view_01.j ...]]></description>
      <category>其它技术笔记</category>
      <author>昊虹君</author>
      <pubDate>Thu, 22 Sep 2022 08:37:14 +0000</pubDate>
    </item>
    <item>
      <title>版本号Alpha、Beta、RC、Candidate、Stable分别代表什么含义？</title>
      <link>https://www.hhai.cc/thread-5-1-1.html</link>
      <description><![CDATA[版本号Alpha、Beta、RC、Candidate、Stable分别代表什么含义？

我们经常看见开源项目或某软件的版本号为Alpha、Beta、RC、Candidate、Stable。
那么这些版本号代表什么含义呢？

国际上通常对各版本号的含义约定俗成如下：

[*]Alpha版：内部测试版。α是希腊字 ...]]></description>
      <category>其它技术笔记</category>
      <author>昊虹君</author>
      <pubDate>Sat, 17 Sep 2022 14:28:25 +0000</pubDate>
    </item>
  </channel>
</rss>