<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>小白教程 - python问答求助</title>
    <link>https://www.xiaobai27.com/forum-59-1.html</link>
    <description>Latest 20 threads of python问答求助</description>
    <copyright>Copyright(C) 小白教程</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 11 Aug 2026 10:19:24 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.xiaobai27.com/static/image/common/logo_88_31.gif</url>
      <title>小白教程</title>
      <link>https://www.xiaobai27.com/</link>
    </image>
    <item>
      <title>测试悬赏</title>
      <link>https://www.xiaobai27.com/thread-193-1-1.html</link>
      <description><![CDATA[你这个爬的这个网页源代码可读性太差了。。。看代码的话就是打印源代码下面一个名为ul的主标签下面的li标签的内容。但网页源代码没有按层进来安排，所以我也懒得找那是个什么东西。。
 ...]]></description>
      <category>python问答求助</category>
      <author>小白自学网</author>
      <pubDate>Tue, 18 May 2021 17:17:26 +0000</pubDate>
    </item>
    <item>
      <title>python 制作一个翻译软</title>
      <link>https://www.xiaobai27.com/thread-191-1-1.html</link>
      <description><![CDATA[python 制作一个翻译软]]></description>
      <category>python问答求助</category>
      <author>远方的树</author>
      <pubDate>Mon, 17 May 2021 21:47:04 +0000</pubDate>
    </item>
    <item>
      <title>任务并在任何给定时间内渲染/使用任务的结果</title>
      <link>https://www.xiaobai27.com/thread-190-1-1.html</link>
      <description><![CDATA[我想计划一个任务，并在计划运行时使用任务的结果。
例如，我想每分钟获取一次当前时间，并将其分配给变量调用“ now4”。因此，“ now4”值应每分钟更新一次。
然后从“ now4”中，我要扣除先前分配的日期时间变量“ custom_date_time”。用户将通过自己运行代码的这一 ...]]></description>
      <category>python问答求助</category>
      <author>李美林</author>
      <pubDate>Mon, 17 May 2021 18:07:46 +0000</pubDate>
    </item>
    <item>
      <title>为QWidget和QGroupBox添加了几个功能</title>
      <link>https://www.xiaobai27.com/thread-189-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>python问答求助</category>
      <author>枫尘于往逝</author>
      <pubDate>Mon, 17 May 2021 18:00:09 +0000</pubDate>
    </item>
    <item>
      <title>Python C ++模板</title>
      <link>https://www.xiaobai27.com/thread-188-1-1.html</link>
      <description><![CDATA[我有以下代码，为QWidget和QGroupBox添加了几个功能。
代码是相同的。我想制作一个实现常见行为的超类，但是openEvent（），closeEvent（）和self.children（）都是新行为的一部分，并且这些方法是从QWidget继承的。
在C ++中，我将创建一个模板。您将如何在Python中做 ...]]></description>
      <category>python问答求助</category>
      <author>小白教程</author>
      <pubDate>Mon, 17 May 2021 16:28:10 +0000</pubDate>
    </item>
    <item>
      <title>处理大型/复杂XML /模式的最佳方法？</title>
      <link>https://www.xiaobai27.com/thread-187-1-1.html</link>
      <description><![CDATA[我想找出一种处理大型复杂XML并将XML数据推送到平面文件或数据库的方法。我们知道Python是解释器语言。
Pyhton是执行上述操作的正确人选吗？]]></description>
      <category>python问答求助</category>
      <author>小白教程</author>
      <pubDate>Mon, 17 May 2021 16:25:36 +0000</pubDate>
    </item>
    <item>
      <title>子字典路径为变量</title>
      <link>https://www.xiaobai27.com/thread-186-1-1.html</link>
      <description><![CDATA[我正在使用不同级别的子词典来对数据类型进行排序（在目录和子目录的相同概念下）；它工作正常。要更新或添加新的结构，我需要明确提供以下结构
在前面的示例中，所有内容都是可变的；我想知道这是否是一种通过变量替换我在这里所说的“路径”的方法，即用“ path = [su ...]]></description>
      <category>python问答求助</category>
      <author>李美林</author>
      <pubDate>Mon, 17 May 2021 16:19:12 +0000</pubDate>
    </item>
    <item>
      <title>连续表格-选定记录的开放表格</title>
      <link>https://www.xiaobai27.com/thread-184-1-1.html</link>
      <description><![CDATA[我在Access中有连续表格。使用每个记录的详细信息中的按钮来设置详细信息。该按钮具有单击代码，以启动一个弹出式窗体，其中包含有关该记录的详细信息。我有显示的记录选择器，这些显示的是当我单击命令按钮时，将选择当前记录的记录选择器。打开表单并且条件正确显示当 ...]]></description>
      <category>python问答求助</category>
      <author>小白教程</author>
      <pubDate>Sun, 16 May 2021 22:14:54 +0000</pubDate>
    </item>
    <item>
      <title>如何从python脚本中杀死以root身份运行的bash脚本？</title>
      <link>https://www.xiaobai27.com/thread-183-1-1.html</link>
      <description><![CDATA[不知道这是否是问这个问题的最佳地点，但是过去一周来我一直在Stack Exchange和其他论坛上查找，但仍然没有找到可行的解决方案。
我需要从python脚本中优雅地杀死bash脚本，到目前为止，我无法使其正常工作。
我在运行最新版本的RasPiOS和Python3的Raspberry Pi Zero W ...]]></description>
      <category>python问答求助</category>
      <author>小白教程</author>
      <pubDate>Sun, 16 May 2021 22:01:09 +0000</pubDate>
    </item>
    <item>
      <title>在Python脚本中运行CMD命令</title>
      <link>https://www.xiaobai27.com/thread-182-1-1.html</link>
      <description><![CDATA[我有几个批处理命令，还想使用Python脚本执行sqlcmd之类的sql查询命令。]]></description>
      <category>python问答求助</category>
      <author>小白教程</author>
      <pubDate>Sun, 16 May 2021 21:53:30 +0000</pubDate>
    </item>
    <item>
      <title>使用python-docx合并（合并）Word文档</title>
      <link>https://www.xiaobai27.com/thread-181-1-1.html</link>
      <description><![CDATA[我正在尝试使用python-docx将多个.docx文件合并为一个。
MKA-20-5778-0-1.docx \'，\' MKA-20-5967-0-1.docx这是源文件，将从内容中获取。
empty.docx-空白的工作表。
合并的结果保存在Combined_word_documents.docx中。结果，我得到了空白。为什么？


 ...]]></description>
      <category>python问答求助</category>
      <author>川哥玩具</author>
      <pubDate>Sun, 16 May 2021 21:48:02 +0000</pubDate>
    </item>
  </channel>
</rss>