<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>RealDevClub - 实用教程</title>
    <link>https://realprogramclub.com/forum.php?mod=forumdisplay&amp;fid=32</link>
    <description>Latest 20 threads of 实用教程</description>
    <copyright>Copyright(C) RealDevClub</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 10 Apr 2026 22:03:17 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://realprogramclub.com/static/image/common/logo_88_31.gif</url>
      <title>RealDevClub</title>
      <link>https://realprogramclub.com/</link>
    </image>
    <item>
      <title>C盘扩容续</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=4152</link>
      <description><![CDATA[断更&amp;拖更王更新了，这次一更到底

先解释一下为什么出这个帖子
首先，我看了C盘扩容的帖子
我发现我C盘空间也不太够
然后我顺着教程去做，发现D盘以有一些程序，可能不太方便备份，删除
所以我就花了几个小时时间来试了试这个：傲梅分区助手
这里大家就不用找了，网站 ...]]></description>
      <category>实用教程</category>
      <author>潮汐</author>
      <pubDate>Thu, 12 Mar 2026 12:32:03 +0000</pubDate>
    </item>
    <item>
      <title>java编译器白蹭</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=684</link>
      <description><![CDATA[确保关闭IDEA，Windows加X选择有管理员权限的那个


然后输入irm jb.ide.to|iex，然后enter两次就好了]]></description>
      <category>实用教程</category>
      <author>潮汐</author>
      <pubDate>Tue, 12 Aug 2025 01:54:22 +0000</pubDate>
    </item>
    <item>
      <title>使用国内镜像源快速安装python库</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=654</link>
      <description><![CDATA[如题，由于众所周知的原因，我们从国外网站上下载第三方库的速度十分缓慢，pip在线安装默认国外源的话非常折磨还有可能装不上。

结合这几天当初级班助教帮同学安装pygame的经历，我觉得需要确保全世界都知道安装python库可以使用国内镜像源方便快速的安装。
推荐使用清 ...]]></description>
      <category>实用教程</category>
      <author>脆脆大奶酪</author>
      <pubDate>Tue, 29 Jul 2025 22:56:25 +0000</pubDate>
    </item>
    <item>
      <title>C盘不够用了怎么扩——Windows磁盘管理</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=653</link>
      <description><![CDATA[这几天在初级班当助教有感，现在许多电脑的磁盘空间分配很不合理，甚至买回来C盘就只有一丁点大小，偏偏扩容还很麻烦，于是打算写这么一篇教程。

首先是如何快速进入Windows自带的磁盘管理界面，右键开始图标就可以找到磁盘管理的选项
点击进入
这是我自己的电脑，我们 ...]]></description>
      <category>实用教程</category>
      <author>脆脆大奶酪</author>
      <pubDate>Tue, 29 Jul 2025 04:26:26 +0000</pubDate>
    </item>
    <item>
      <title>NumPy：高等数学运算一站搞定</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=652</link>
      <description><![CDATA[NumPy
今天来聊聊NumPy。NumPy是Python中用于科学计算的库。它提供了多维数组对象、各种衍生对象（如掩码数组和矩阵）以及一系列用于对数组进行快速运算的函数，包括数学运算、逻辑运算、形状操作、排序、选择、输入/输出、离散傅里叶变换、基本线性代数、基本统计运算 ...]]></description>
      <category>实用教程</category>
      <author>BZR</author>
      <pubDate>Sun, 27 Jul 2025 14:09:13 +0000</pubDate>
    </item>
    <item>
      <title>python文件转exe——windows系统</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=636</link>
      <description><![CDATA[首先下载Pyinstaller库，直接在cmd里输：pip install pyinstaller -i https://mirrors.aliyun.com/pypi/simple/
接下来访问你程序所在的文件夹，输入cd/d 
地址获得方式：

来到这个界面




点击这个栏，复制就有了：


这时你的左边会显示文件夹名称

接下来填写pyins ...]]></description>
      <category>实用教程</category>
      <author>潮汐</author>
      <pubDate>Sun, 20 Jul 2025 11:10:45 +0000</pubDate>
    </item>
    <item>
      <title>类</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=543</link>
      <description><![CDATA[类是最后一片啦，但是也比较复杂

第一步：右键你的文件夹，New,Java Class

不要放主函数
你可以直接在里面创建变量，例如：

数据可以由你直接赋值，也可以用函数赋值

this.就是你在类里面定义的东西，紫色和白色的subject不是同一个东西，紫的是可以用在整个类里的 ...]]></description>
      <category>实用教程</category>
      <author>潮汐</author>
      <pubDate>Tue, 24 Jun 2025 02:27:14 +0000</pubDate>
    </item>
    <item>
      <title>函数</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=519</link>
      <description><![CDATA[函数定义方式：


pubilc static void （ ,.......）{}
使用直接在主函数中使用，记得加分号，变量用逗号隔开
返回值类型：
用返回的变量类型替换void，数组就是类型加上一组中括号就行了

 ...]]></description>
      <category>实用教程</category>
      <author>潮汐</author>
      <pubDate>Mon, 23 Jun 2025 02:54:53 +0000</pubDate>
    </item>
    <item>
      <title>二维数组</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=505</link>
      <description><![CDATA[构造很简单就像这样：int 后面加两组中括号就行了]]></description>
      <category>实用教程</category>
      <author>潮汐</author>
      <pubDate>Sun, 22 Jun 2025 03:30:38 +0000</pubDate>
    </item>
    <item>
      <title>arrays</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=504</link>
      <description><![CDATA[关于数组的库：arrays
先import



上面程序遍历数组a

这个从小到大排序]]></description>
      <category>实用教程</category>
      <author>潮汐</author>
      <pubDate>Sun, 22 Jun 2025 03:23:20 +0000</pubDate>
    </item>
    <item>
      <title>循环</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=493</link>
      <description><![CDATA[while循环：圆括号里放条件，其他里头爱做啥做啥


for循环：初始值，条件，步进表达式之间一定用分号隔开！！！！分号，分号分号！不是逗号！
大括号中间放循环体就行了
对了，上面贴图中的i是声明过的，一定不要忘了声明
趣味题：三位数中，他的第一位的三次方加第 ...]]></description>
      <category>实用教程</category>
      <author>潮汐</author>
      <pubDate>Sat, 21 Jun 2025 01:46:40 +0000</pubDate>
    </item>
    <item>
      <title>数组</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=491</link>
      <description><![CDATA[通过声明变量类型再加上一对中括号为一维数组
例如上图中的int a={2,3,1,2,4,5};

这一段输出了数组中的数的总和

下面这个更快，i:b相当于用i取到所有b中的元素，第二个打印的是平均数
补充：.length能取到数组的长度
 ...]]></description>
      <category>实用教程</category>
      <author>潮汐</author>
      <pubDate>Sat, 21 Jun 2025 01:36:07 +0000</pubDate>
    </item>
    <item>
      <title>matplotlib基本使用</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=330</link>
      <description><![CDATA[看到有大佬讲解Pandas，那我就说一下matplotlib吧
matplotlib和Pandas一样，都是Python的第三方工具包（库）；Pandas注重数据操作与分析，而matplotlib注重于数据可视化，就是2D 3D表格。
首先如何安装：打开Terminal控制台，输入pip install matplotlib或pip3 install  ...]]></description>
      <category>实用教程</category>
      <author>BZR</author>
      <pubDate>Sat, 31 May 2025 04:40:33 +0000</pubDate>
    </item>
    <item>
      <title>Pandas教程（已更新）</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=227</link>
      <description><![CDATA[Pandas是Python里非常有趣，有意思的模块。虽然翻译过来的意思是“熊猫”，但其实不是这样的。”Pandas“源于“Panel Data Analysis\&quot;, 是将数据以二维数组的形式表达。其可以将复杂繁琐的数据进行清晰的整理，访问起来也特别的轻松。

Pandas的数据可以分为Series和Data ...]]></description>
      <category>实用教程</category>
      <author>Kelvin</author>
      <pubDate>Fri, 09 May 2025 12:29:25 +0000</pubDate>
    </item>
    <item>
      <title>[1] Python Pandas教学</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=226</link>
      <description><![CDATA[Pandas是Python里非常有趣，有意思的模块。虽然翻译过来的意思是“熊猫”，但其实不是这样的。”Pandas“源于“Panel Data Analysis\&quot;, 是将数据以二维数组的形式表达。其可以将复杂繁琐的数据进行清晰的整理，访问起来也特别的轻松。

Pandas的数据可以分为Series和Dat ...]]></description>
      <category>实用教程</category>
      <author>Kelvin</author>
      <pubDate>Fri, 09 May 2025 10:10:30 +0000</pubDate>
    </item>
    <item>
      <title>运算符</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=142</link>
      <description><![CDATA[基本用法就不解释了，只看特殊的

加号+：可用于字符串与数字或字符串的加减，字符与数字加减把数字变成字符后拼在一起：“1223134”+5也就是“1223134”+“5”的结果是“12231345”
趣味题：system.out.println(\&quot;5+5=\&quot;+5+5);输出的结果
三元运算符：
格式:？:
当条件为 ...]]></description>
      <category>实用教程</category>
      <author>潮汐</author>
      <pubDate>Sun, 06 Apr 2025 09:42:04 +0000</pubDate>
    </item>
    <item>
      <title>注释，赋值与输入输出</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=134</link>
      <description><![CDATA[中会有词语，代表填写的内容，程序中无需带有
Java中批注符号：//注释后面，相当于python的#,/**/，注释范围
主函数必要！不然不能运行：public static void main(string[] args){}
赋值格式： =;
例如：boolean a=True;
赋值类型有：int(整数，想要值大一点用short或lo ...]]></description>
      <category>实用教程</category>
      <author>潮汐</author>
      <pubDate>Thu, 03 Apr 2025 00:26:53 +0000</pubDate>
    </item>
    <item>
      <title>Java编译器推荐，后期会更新基本教程</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=132</link>
      <description><![CDATA[https://lp.jetbrains.com.cn/inte ... e&amp;utm_term=intellij

进入以上网站选择下载的文件,大家先别急着下，试用只有一个月，正版两百多一年，淘宝上三十一年。

再选择下载位置
创建关联选java,我创建快捷方式，下一步不选后安装，或者直接安装

 ...]]></description>
      <category>实用教程</category>
      <author>潮汐</author>
      <pubDate>Mon, 31 Mar 2025 10:07:24 +0000</pubDate>
    </item>
    <item>
      <title>deepseek官网好像不卡了</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=120</link>
      <description><![CDATA[最近我deepseek用的都是官网，大家以前嫌官网卡，都转到其他平台上了，官网好像不卡了。。。]]></description>
      <category>实用教程</category>
      <author>潮汐</author>
      <pubDate>Tue, 18 Mar 2025 12:12:15 +0000</pubDate>
    </item>
    <item>
      <title>斯坦福大学的编程风格要求，大家看看</title>
      <link>https://realprogramclub.com/forum.php?mod=viewthread&amp;tid=114</link>
      <description><![CDATA[https://stanford.edu/class/archive/cs/cs106b/cs106b.1158/styleguide.shtml，直接进链接就有了]]></description>
      <category>实用教程</category>
      <author>潮汐</author>
      <pubDate>Thu, 13 Mar 2025 13:12:17 +0000</pubDate>
    </item>
  </channel>
</rss>