<?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>Fri, 17 Apr 2026 00:37:34 +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>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>