<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://www.itpours.com/</id>
    <title>新加卷的小宇宙</title>
    <updated>2026-02-22T14:58:08.324Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <author>
        <name>新加卷</name>
        <email>i@valaxy.site</email>
        <uri>https://valaxy.site</uri>
    </author>
    <link rel="alternate" href="https://www.itpours.com/"/>
    <link rel="self" href="https://www.itpours.com/atom.xml"/>
    <subtitle>🌞明日登峰须造极，渺观宇宙我心宽🌠</subtitle>
    <logo>https://www.yunyoujun.cn/images/avatar.jpg</logo>
    <icon>https://www.itpours.com/favicon.svg</icon>
    <rights>CC BY-NC-SA 4.0 2026 © 新加卷</rights>
    <entry>
        <title type="html"><![CDATA[[发酵工艺学]学做橘子酒]]></title>
        <id>https://www.itpours.com/posts/FT-makeorangewine</id>
        <link href="https://www.itpours.com/posts/FT-makeorangewine"/>
        <updated>2026-02-15T08:46:59.963Z</updated>
        <summary type="html"><![CDATA[本来这个是学校《发酵工艺学实验》课程的一个实验，但是我觉得在生活中会比较有用，自己创作了这篇教程文章。]]></summary>
        <content type="html"><![CDATA[<h2>前言、注意事项、主要原理</h2>
<p>本来这个是学校《发酵工艺学实验》课程的一个实验，但是我觉得在生活中会比较有用，<s>毕竟谁家不会做点酒喝呢</s>，所以我就把它通过自己的方式，按照实验报告、实验老师指导、提示等信息，自己创作了这篇教程文章。其中本文章参考与借鉴了实验指导报告册的内容，鸣谢撰写实验指导报告的老师。</p>
<ul>
<li>这个教程并不适合工业发酵等大型生产环境的生产方案，只用于实验室、以及家庭普通制酒方案。</li>
</ul>
<br/><p>访问 <a href="https://www.itpours.com/posts/FT-makeorangewine" target="_blank">https://www.itpours.com/posts/FT-makeorangewine</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2026-02-15T08:46:59.963Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[[原创]RollShow - 一个基于s3对象存储的文件下载程序]]></title>
        <id>https://www.itpours.com/posts/RollShow</id>
        <link href="https://www.itpours.com/posts/RollShow"/>
        <updated>2022-07-28T00:00:00.000Z</updated>
        <content type="html"><![CDATA[<h1>网络资源的存储</h1>
<p>现如今网络资源已经又很多成熟的解决方案，其中对象存储运用最为广泛，它是整合了一整个对象存储的后端api，控制台等。<br>
对象存储，也叫做基于对象的存储，是用来描述解决和处理离散单元的方法的通用术语，这些离散单元被称作为对象。就像文件一样，对象包含数据，但是和文件不同的是，对象在一个层结构中不会再有层级结构。每个对象都在一个被称作存储池的扁平地址空间的同一级别里，一个对象不会属于另一个对象的下一级。<br>
文件和对象都有与它们所包含的数据相关的元数据，但是对象是以扩展元数据为特征的。每个对象都被分配一个唯一的标识符，允许一个服务器或者最终用户来检索对象，而不必知道数据的物理地址。这种方法对于在云计算环境中自动化和简化数据存储有帮助。</p>
<blockquote>
<p>对象存储经常被比作在一家高级餐厅代客停车。当一个顾客需要代客停车时，他就把钥匙交给别人，换来一张收据。这个顾客不用知道他的车被停在哪，也不用知道在他用餐时服务员会把他的车移动多少次。在这个比喻中，一个存储对象的唯一标识符就代表顾客的收据。</p>
</blockquote>
<br/><p>访问 <a href="https://www.itpours.com/posts/RollShow" target="_blank">https://www.itpours.com/posts/RollShow</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2022-07-28T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[PT924电信光猫获取管理员用户密码]]></title>
        <id>https://www.itpours.com/posts/PT924</id>
        <link href="https://www.itpours.com/posts/PT924"/>
        <updated>2021-10-16T00:00:00.000Z</updated>
        <content type="html"><![CDATA[<h2>开启Telnet</h2>
<p><a href="http://192.168.1.1:8080/cgi-bin/abcdidfope94e0934jiewru8ew414.cgi">http://192.168.1.1:8080/cgi-bin/abcdidfope94e0934jiewru8ew414.cgi</a></p>
<ul>
<li>可以将 <code>192.168.1.1</code>改成你光猫的IP地址和后台端口(非80端口的那个页面，如果你的光猫)</li>
</ul>
<p>浏览器显示 <code>200ok</code>则成功开启。</p>
<br/><p>访问 <a href="https://www.itpours.com/posts/PT924" target="_blank">https://www.itpours.com/posts/PT924</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2021-10-16T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[qt有关QString输出的代码]]></title>
        <id>https://www.itpours.com/posts/qt_outprint</id>
        <link href="https://www.itpours.com/posts/qt_outprint"/>
        <updated>2021-10-07T00:00:00.000Z</updated>
        <content type="html"><![CDATA[<h2>cout输出QString</h2>
<pre><code class="language-c++">QString str(&quot;Hello&quot;);
std::cout &lt;&lt; str.toStdString().data();
</code></pre>
<h2>qDebug</h2>
<br/><p>访问 <a href="https://www.itpours.com/posts/qt_outprint" target="_blank">https://www.itpours.com/posts/qt_outprint</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2021-10-07T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[Google pixel3手机Android 12体验]]></title>
        <id>https://www.itpours.com/posts/my_pixel3</id>
        <link href="https://www.itpours.com/posts/my_pixel3"/>
        <updated>2021-09-30T00:00:00.000Z</updated>
        <content type="html"><![CDATA[<h2>前言</h2>
<p>最近很想体验下pixel谷歌亲儿子到底是啥样子，经常在闲鱼和淘宝上面闲逛，看得我心痒痒，但是一直没发工资，等到这个月发了几百块钱，才咬咬牙从酷友那收了个pixel3，最近的3代不很贵，听说降价到了400了，但是我原本打算买4xl的，因为有3D人脸，工作时方便解锁，可是我的钱包不答应（哭。。。</p>
<br/><p>访问 <a href="https://www.itpours.com/posts/my_pixel3" target="_blank">https://www.itpours.com/posts/my_pixel3</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2021-09-30T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[[linux应用与开发技术学习六]linux命令行挂载U盘]]></title>
        <id>https://www.itpours.com/posts/Linux-learn-six-LinuxMountUDisk</id>
        <link href="https://www.itpours.com/posts/Linux-learn-six-LinuxMountUDisk"/>
        <updated>2021-04-04T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[计算机等级考试三级的linux内容番外篇]]></summary>
        <content type="html"><![CDATA[<h2>准备</h2>
<ul>
<li>U盘，读卡器，移动硬盘等，需要 <code>FAT32</code>或 <code>FAT16</code>等非 <code>NTFS</code>格式的文件系统，除非linux安装了支持NTFS文件系统的软件包（大部分发行版没有安装）。</li>
<li>linux安装好 <code>fdisk</code>工具，一般大多数发行版都会有。</li>
</ul>
<br/><p>访问 <a href="https://www.itpours.com/posts/Linux-learn-six-LinuxMountUDisk" target="_blank">https://www.itpours.com/posts/Linux-learn-six-LinuxMountUDisk</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2021-04-04T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[[linux应用与开发技术学习五]shell编程(3)]]></title>
        <id>https://www.itpours.com/posts/Linux-lean-five-shellP-three</id>
        <link href="https://www.itpours.com/posts/Linux-lean-five-shellP-three"/>
        <updated>2021-03-26T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[计算机等级考试三级的linux内容,学习笔记总结.]]></summary>
        <content type="html"><![CDATA[<h2>用户的管理相关命令</h2>
<h3>添加用户</h3>
<pre><code class="language-shell">$ useradd [参数] 用户名
</code></pre>
<p>参数：</p>
<ul>
<li><code>-u</code>：指定UID；必须大于500。</li>
<li><code>-d</code>：指定主目录。</li>
<li></li>
</ul>
<br/><p>访问 <a href="https://www.itpours.com/posts/Linux-lean-five-shellP-three" target="_blank">https://www.itpours.com/posts/Linux-lean-five-shellP-three</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2021-03-26T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[[linux应用与开发技术学习四]shell编程(2)]]></title>
        <id>https://www.itpours.com/posts/Linux-learn-four-shellP-two</id>
        <link href="https://www.itpours.com/posts/Linux-learn-four-shellP-two"/>
        <updated>2021-03-24T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[计算机等级考试三级的linux内容,学习笔记总结.]]></summary>
        <content type="html"><![CDATA[<h2>引号</h2>
<p>在shell中的引号有下面几个种类：</p>
<ul>
<li>单引号</li>
<li>双引号</li>
<li>倒引号</li>
</ul>
<p>在使用特殊符号表达的时候，会正常输出显示符号吗？</p>
<pre><code class="language-shell">$ echo *
</code></pre>
<p>这个命令真</p>
<br/><p>访问 <a href="https://www.itpours.com/posts/Linux-learn-four-shellP-two" target="_blank">https://www.itpours.com/posts/Linux-learn-four-shellP-two</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2021-03-24T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[[linux应用与开发技术学习三]shell编程(1)]]></title>
        <id>https://www.itpours.com/posts/Linux-learn-three-shellP-one</id>
        <link href="https://www.itpours.com/posts/Linux-learn-three-shellP-one"/>
        <updated>2021-03-21T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[计算机等级考试三级的linux内容,学习笔记总结.]]></summary>
        <content type="html"><![CDATA[<h2>什么是shell</h2>
<p>在linux内核基础上面向用户表现的形式，shell是一个交互性的命令解释器：<strong>读入并且解释用户输入的命令的程序</strong></p>
<h2>开始</h2>
<pre><code class="language-shell">#!/bin/bas</code></pre>
<br/><p>访问 <a href="https://www.itpours.com/posts/Linux-learn-three-shellP-one" target="_blank">https://www.itpours.com/posts/Linux-learn-three-shellP-one</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2021-03-21T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[[linux应用与开发技术学习二]linux简单命令]]></title>
        <id>https://www.itpours.com/posts/Linux-learn-two-LinuxSimpleCommd</id>
        <link href="https://www.itpours.com/posts/Linux-learn-two-LinuxSimpleCommd"/>
        <updated>2021-03-20T16:00:00.000Z</updated>
        <summary type="html"><![CDATA[计算机等级考试三级的linux内容,学习笔记总结.]]></summary>
        <content type="html"><![CDATA[<h2>w和who命令</h2>
<ul>
<li><code>w</code>可以知道目前已经登录的用户信息，还能看到每个用户的进程任务。</li>
</ul>
<pre><code class="language-shell">$ w [选项] [用户名]
</code></pre>
<p>选项：</p>
<ul>
<li><code>-h</code>不显示信息的标题</li>
<li></li>
</ul>
<br/><p>访问 <a href="https://www.itpours.com/posts/Linux-learn-two-LinuxSimpleCommd" target="_blank">https://www.itpours.com/posts/Linux-learn-two-LinuxSimpleCommd</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2021-03-20T16:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[[linux应用与开发技术学习一]linux命令格式]]></title>
        <id>https://www.itpours.com/posts/Linux-learn-one-format</id>
        <link href="https://www.itpours.com/posts/Linux-learn-one-format"/>
        <updated>2021-03-18T16:00:00.000Z</updated>
        <summary type="html"><![CDATA[计算机等级考试三级的linux内容,学习笔记总结.]]></summary>
        <content type="html"><![CDATA[<h2>命令的基本格式</h2>
<p>当打开终端或者shell程序，就能看到命令提示符</p>
<pre><code class="language-shell">[root@localhost ~]#
</code></pre>
<p>含义如下：</p>
<ul>
<li><code>[  ]</code>:分割符,没有特殊意义.</li>
</ul>
<br/><p>访问 <a href="https://www.itpours.com/posts/Linux-learn-one-format" target="_blank">https://www.itpours.com/posts/Linux-learn-one-format</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2021-03-18T16:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[Halo博客系统搭建教程[ubuntu+halo+MySQL+nginx]]]></title>
        <id>https://www.itpours.com/posts/CreateHaloBlog-Tutorial</id>
        <link href="https://www.itpours.com/posts/CreateHaloBlog-Tutorial"/>
        <updated>2021-02-23T00:00:00.000Z</updated>
        <content type="html"><![CDATA[<p>首先今天过大年，祝各位网友们新年快乐！🧨🧨🎇🎇<br>
前段时间水群聊，找到了Halo博客系统，昨天安装成功运行之后，就想和大家分享这个博客系统的安装。</p>
<ul>
<li>我为此搭建了一个新博客，用来做生活博客，预示新博客，来年新气象！🎉🎉</li>
</ul>
<blockquote>
<p>Halo 是一款现代化的个人独立博客系统，给习惯写博客的同学多一个选择。<br>
一个优秀的开源博客发布应用，值得一试。</p>
</blockquote>
<p><img src="https://minio.itpours.com:9000/www-res/blog/img/85485322_p0.jpg" alt=""></p>
<p>博客系统使用了java语言，整个应用程序只有一个jar文件，目前官方适配H2和mysql这两种数据库，接下来带大家来搭建这么一个博客系统。</p>
<br/><p>访问 <a href="https://www.itpours.com/posts/CreateHaloBlog-Tutorial" target="_blank">https://www.itpours.com/posts/CreateHaloBlog-Tutorial</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2021-02-23T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[公用图床正式上线运行 - 倾盆大雨定明朝图床]]></title>
        <id>https://www.itpours.com/posts/Self-Build-DrawingBed</id>
        <link href="https://www.itpours.com/posts/Self-Build-DrawingBed"/>
        <updated>2021-02-14T00:00:00.000Z</updated>
        <content type="html"><![CDATA[<p>这个图床项目是个人心血来潮搭建的，支持多种图片，并且可以支持在线查看图床所有已经上传的资源，含有随机图api。</p>
<ul>
<li>地址： <a href="http://api.itpours.com">api.itpours.com</a></li>
</ul>
<br/><p>访问 <a href="https://www.itpours.com/posts/Self-Build-DrawingBed" target="_blank">https://www.itpours.com/posts/Self-Build-DrawingBed</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2021-02-14T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[关于校园网结构的思考与探索]]></title>
        <id>https://www.itpours.com/posts/ThinkingAboutCampusNetwork</id>
        <link href="https://www.itpours.com/posts/ThinkingAboutCampusNetwork"/>
        <updated>2020-10-01T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[对于校园网,在网络的架构、拓扑结构、设计框架、工作流程等方面自己进行了一些假设和猜想。]]></summary>
        <content type="html"><![CDATA[<h1>关于校园网连接问题</h1>
<p>应该很多高校都会寝室宽带有限制，需要进行认证，导致无法自己组建局域网，连接路由器进行快乐的玩耍，这一次我对某校的校园网进行比较深刻的解析，从认证方式，连接现象，网络动作的变化进行观察，让大家了解校园网与运营商宽带互联网之间的关系。</p>
<br/><p>访问 <a href="https://www.itpours.com/posts/ThinkingAboutCampusNetwork" target="_blank">https://www.itpours.com/posts/ThinkingAboutCampusNetwork</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2020-10-01T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[搭建公网DNS服务器教程[AdGuardHome]]]></title>
        <id>https://www.itpours.com/posts/CreateDNSServer</id>
        <link href="https://www.itpours.com/posts/CreateDNSServer"/>
        <updated>2020-08-15T00:00:00.000Z</updated>
        <content type="html"><![CDATA[<h1>前言</h1>
<p>最近我在手机浏览器上网时候，经常会有看上去“很正常”的网页提醒我浏览器版本低，而且是用浏览器的对话框来提醒我，看到我就知道网络有一点问题，听说很多都是dns被污染了，我也不清楚是不是，我就打算到一个dns服务器用一用，写此教程。</p>
<p><img src="https://dss2.bdstatic.com/kfoZeXSm1A5BphGlnYG/skin/529.jpg" alt="阿狸嘻嘻嘻"></p>
<p>本教程使用<a href="https://github.com/AdguardTeam/AdGuardHome">AdGuardHome</a>来搭建，效果不错，dns解析速度快，去广告效果显著，可以添加dns解析拦截规则等很多功能，还有可视化面板，操作简单，易懂，适用于普通爱好者使用与研究。</p>
<br/><p>访问 <a href="https://www.itpours.com/posts/CreateDNSServer" target="_blank">https://www.itpours.com/posts/CreateDNSServer</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2020-08-15T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[构建安卓刷机包教程[Android Q]]]></title>
        <id>https://www.itpours.com/posts/BuildAndroidQROM-Tutorial</id>
        <link href="https://www.itpours.com/posts/BuildAndroidQROM-Tutorial"/>
        <updated>2020-07-06T00:00:00.000Z</updated>
        <content type="html"><![CDATA[<h1>前言</h1>
<blockquote>
<p>因为Evolution X这个单词比较难打，较长，所以我下文用“进化”来代表它。</p>
</blockquote>
<p>为什么要自己构建进化呢，因为前几个月进化的一加7pro维护者不干了，不更新，于是7pro设备一下子打回解放前，震动，90hz刷新率全部不好使了，因为开源，所以想自己完成进化在一加7pro上面的构建，故写此教程。<br>
我也看了许多其他有关的教程，和询问过其他人，来学习构建、编译</p>
<br/><p>访问 <a href="https://www.itpours.com/posts/BuildAndroidQROM-Tutorial" target="_blank">https://www.itpours.com/posts/BuildAndroidQROM-Tutorial</a> 阅读全文。</p>]]></content>
        <author>
            <name>新加卷</name>
            <email>i@valaxy.site</email>
            <uri>https://valaxy.site</uri>
        </author>
        <published>2020-07-06T00:00:00.000Z</published>
    </entry>
</feed>