<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>蓝盘影视 - Python初探</title>
    <link>https://www.bdiso.org/forum.php?mod=forumdisplay&amp;fid=55</link>
    <description>Latest 20 threads of Python初探</description>
    <copyright>Copyright(C) 蓝盘影视</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 27 Sep 2026 21:27:21 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.bdiso.org/static/image/common/logo_88_31.gif</url>
      <title>蓝盘影视</title>
      <link>https://www.bdiso.org/</link>
    </image>
    <item>
      <title>20260621 填词《有谁造成》 调寄--张国荣《有谁共鸣》</title>
      <link>https://www.bdiso.org/forum.php?mod=viewthread&amp;tid=552</link>
      <description><![CDATA[有谁造成

抬头望花牌都算劲
这繁荣 是你造成
无言是中文不确定
这钦敬 相当软性
高级黑震惊
似曲似直或无定
愿鸣谢你 一切已造成

感叹号
这重音可算尊敬
明白也未明 是你造成
功太多 罄竹不够难去书
反讽声 问有谁造成


从前望香港都算劲
有自由 是你造成
如弦外之音 ...]]></description>
      <category>Python初探</category>
      <author>霍去病</author>
      <pubDate>Tue, 22 Sep 2026 14:02:15 +0000</pubDate>
    </item>
    <item>
      <title>20260523 删除阿里云盾</title>
      <link>https://www.bdiso.org/forum.php?mod=viewthread&amp;tid=551</link>
      <description><![CDATA[要彻底卸载阿里云轻量应用服务器上的阿里云盾（安骑士/Aegis），单靠手动 systemctl stop 或直接删除文件很容易因为其自我保护机制和守护进程而失败（正如你在文章评论中看到的 wait AliYunDun process exit fail）。最稳妥、有效的方法是使用阿里云官方提供的卸载脚本 ...]]></description>
      <category>Python初探</category>
      <author>霍去病</author>
      <pubDate>Sat, 23 May 2026 00:52:19 +0000</pubDate>
    </item>
    <item>
      <title>20250417Chrome, Firefox(火狐), Edge 官方离线安装包下载</title>
      <link>https://www.bdiso.org/forum.php?mod=viewthread&amp;tid=534</link>
      <description><![CDATA[Google Chrome 离线安装包
正式版  
https://www.google.cn/chrome/?hl=zh-CN&amp;standalone=1
测试版
https://www.google.cn/intl/zh-CN/chrome/beta/?hl=zh-CN&amp;standalone=1
开发者版：
https://www.google.cn/intl/zh-CN/chrome/dev/?hl=zh-CN&amp;standalone=1
参数说明：
 ...]]></description>
      <category>Python初探</category>
      <author>霍去病</author>
      <pubDate>Thu, 17 Apr 2025 03:32:02 +0000</pubDate>
    </item>
    <item>
      <title>20240313 PT常见名词解释</title>
      <link>https://www.bdiso.org/forum.php?mod=viewthread&amp;tid=532</link>
      <description><![CDATA[PT发展了这么多年，一些固有名词和网友们天马行空的想象力创造的名词还是挺丰富的，对于新手来说，初听完全就是一脸懵。为了照顾这些新手朋友，汇总了一些常见的PT相关名词解释，老鸟可以略过，有不对或者需要补充的，欢迎下方留言评论。
一、基本概念篇
1、PT
PT相关名 ...]]></description>
      <category>Python初探</category>
      <author>霍去病</author>
      <pubDate>Wed, 13 Mar 2024 05:41:08 +0000</pubDate>
    </item>
    <item>
      <title>20231216 Ubuntu设置mysql远程访问</title>
      <link>https://www.bdiso.org/forum.php?mod=viewthread&amp;tid=529</link>
      <description><![CDATA[# 创建mysql 远程账号
use mysql
grant all privileges on *.* to \'root\'@\'%\' identified by \'root\' with grant option;
flush privileges;

# 开启远程权限
sudo vim /etc/mysql/mysql.conf.d/mysqld.cnf
# bind-address 127.0.0.1

# 重启mysql服务
sudo service mysq ...]]></description>
      <category>Python初探</category>
      <author>霍去病</author>
      <pubDate>Sat, 16 Dec 2023 00:26:35 +0000</pubDate>
    </item>
    <item>
      <title>20230218 Pip源设置--使用清华源</title>
      <link>https://www.bdiso.org/forum.php?mod=viewthread&amp;tid=524</link>
      <description><![CDATA[1、临时使用1 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
2、永久更改pip源升级 pip 到最新的版本 (&gt;=10.0.0) 后进行配置：1 pip install pip -U2 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

如果您到 pi ...]]></description>
      <category>Python初探</category>
      <author>霍去病</author>
      <pubDate>Sat, 18 Feb 2023 01:11:08 +0000</pubDate>
    </item>
  </channel>
</rss>