![iloveprogramming](/images/QT-learning-note-01/iloveprogramming.jpg)
【QT 学习笔记01】从 Hello World 开始
![iloveprogramming](/images/QT-learning-note-01/iloveprogramming.jpg)
本节以经典的 C++ Hello World 程序介绍一下使用 MinGW (Linux 上是 GNU 工具集)环境下编译程序的过程,并示范一下简单 Makefile 的使用。
diff --git a/2022/05/12/QT-learning-note-02/index.html b/2022/05/12/QT-learning-note-02/index.html index 459a3709..f1976712 100644 --- a/2022/05/12/QT-learning-note-02/index.html +++ b/2022/05/12/QT-learning-note-02/index.html @@ -35,8 +35,8 @@ - +【QT 学习笔记02】第一个项目!
+};
【QT 学习笔记02】第一个项目!
diff --git a/2022/10/02/SQL-learning-note-01/index.html b/2022/10/02/SQL-learning-note-01/index.html index f455e60c..ae89069e 100644 --- a/2022/10/02/SQL-learning-note-01/index.html +++ b/2022/10/02/SQL-learning-note-01/index.html @@ -25,8 +25,8 @@ - +
SQL 学习笔记【01】
+};
题图来自网络
SQL 学习笔记【01】
题图来自网络
作为一个只会增删查改、从来没有系统性学习数据库的小白,这些天有了一个契机来学习相关的知识,便想到以此开一篇新的学习博文,记录一些关键语句与自己的理解。
本篇笔记主要是基于菜鸟教程的内容进行初步的学习。至少在快速入门这方面,菜鸟教程还从未让我失望过。
diff --git a/2022/10/18/SQL-learning-note-02/index.html b/2022/10/18/SQL-learning-note-02/index.html index 416ee8fc..7e2bea5a 100644 --- a/2022/10/18/SQL-learning-note-02/index.html +++ b/2022/10/18/SQL-learning-note-02/index.html @@ -32,8 +32,8 @@ - + @@ -54,7 +54,7 @@ // Wait for 1 second before switching API hosts rotate: 1000, }, -};SQL 学习笔记【02】
+};
题图还是来自于网络
SQL 学习笔记【02】
题图还是来自于网络
紧接「上篇」,我认为虽然在 SQL 语句方面已经入门、有开箱即用的水平了,但对数据库相关知识的理解还是半瓶水的状态,所以我找了一本日本人 MICK 写的《SQL 基础教程》,想作进一步的学习。本书中所有的例程均以 ISO 制定的标准语法 SQL:2011 展现,虽然这最初出版于 2011 年,已经有些老了,但入门嘛,老一点也没关系,先学好基础,再徐徐图之。
diff --git a/2022/10/24/SQL-learning-note-03/index.html b/2022/10/24/SQL-learning-note-03/index.html index e8116d7c..b22d779f 100644 --- a/2022/10/24/SQL-learning-note-03/index.html +++ b/2022/10/24/SQL-learning-note-03/index.html @@ -39,8 +39,8 @@ - + @@ -61,7 +61,7 @@ // Wait for 1 second before switching API hosts rotate: 1000, }, -};SQL 学习笔记【03】
+};
SQL 学习笔记【03】
不同于我的第一篇笔记,仅仅是对 SQL 语句做了最基础的了解;在上一篇文章中,我们跟着《SQL 基础教程》成体系地学习了数据库语言的基础操作,现在我们将对数据库进行更深一步地学习。在完成这段学习以后,相信在面对相关领域的问题时,我们都不会再一头雾水、不知所措了。
这应该是这段时间的《SQL 学习笔记》的最后一篇了。
diff --git a/2023/04/09/2023-04-Week-14/index.html b/2023/04/09/2023-04-Week-14/index.html index 013f55dd..8d990a5e 100644 --- a/2023/04/09/2023-04-Week-14/index.html +++ b/2023/04/09/2023-04-Week-14/index.html @@ -62,7 +62,7 @@朋友提醒我才发现的,原来我前两篇的年份还写的是 2022 年,可能我的春节还没过完吧……
域名邮件
一直以来,我都想为自己的域名配置专用的电子邮件,不过我学艺不精,没有自己配置的能力。既然现在 Cloudflare 给了我这个机会,他们提供现成「域名邮件转发」的轮子 —— 或者说服务,那当然要用起来!配置的过程很简单,没有任何基础的人也可以轻松做好:
首先,在 Cloudflare 的侧栏找到「电子邮件 Email」项,在子选项中点击「电子邮件路由 Email Routing」选项。在「开始电子邮件路由 Get Started with Email Routing」的标题下,Cloudflare 列出了数条设置电子邮件的步骤,其中最重要的就是配置 DNS 解析。人性化的 Cloudflare 将你域名过去其他邮箱服务商的 MX 与 TXT 记录列了出来,我们只需要将他们一一删除,然后一键添加 Cloudflare 自己的 MX 与 TXT 记录就好。
-然后,在「自定义地址 Custom addresses」处填写自己想要的邮件名字,并选择需要转发到何处。我没有像许多人那样选「admin」,而是选了我的笔名的英文「clover」,所以我网站的电子邮件名字是:clover@mskclover.com。在验证完目标邮箱后,所有发往你网站邮箱的邮件,都可以被 Cloudflare 自动转发到你的邮箱啦。
+然后,在「自定义地址 Custom addresses」处填写自己想要的邮件名字,并选择需要转发到何处。我没有像许多人那样选「admin」,而是选了我的笔名的英文「clover」,所以我网站的电子邮件名字是:clover@mskclover.com。在验证完目标邮箱后,所有发往你网站邮箱的邮件,都可以被 Cloudflare 自动转发到你的邮箱啦。
如果你想要用自己网站的域名邮箱发送邮件,这也是可以的喔,不过就与今天的我没有什么关系了。感兴趣的话,可以参考数字移民的这篇文章,里面以 Gmail 为例,过程讲得非常的详细。
有了一个自己域名的电子邮箱,圆梦了(
diff --git a/2024/05/26/new-garden-from-scratch/index.html b/2024/05/26/new-garden-from-scratch/index.html index 8f22f275..ee9805d3 100644 --- a/2024/05/26/new-garden-from-scratch/index.html +++ b/2024/05/26/new-garden-from-scratch/index.html @@ -172,7 +172,7 @@包 core-js 的注意事项
另外,我还遇到了 core-js 的警告:
-npm warn deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
+npm warn deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
根据这篇贴子,强制更新至最新版本即可:
% npm cache clean --force diff --git a/2024/06/29/my-next-plan/index.html b/2024/06/29/my-next-plan/index.html index d19592e9..754ece34 100644 --- a/2024/06/29/my-next-plan/index.html +++ b/2024/06/29/my-next-plan/index.html @@ -33,8 +33,8 @@ - +
接下来的规划
+};接下来的规划
本文仍在更新中!毕竟我不能窥视未来。
diff --git a/2024/07/31/custom-email-on-gmail-by-cloudflare/index.html b/2024/07/31/custom-email-on-gmail-by-cloudflare/index.html index 107ac384..a927d7a5 100644 --- a/2024/07/31/custom-email-on-gmail-by-cloudflare/index.html +++ b/2024/07/31/custom-email-on-gmail-by-cloudflare/index.html @@ -71,7 +71,7 @@
可以打开该功能,会使得所有发给你域名的邮件都会应用后续规则,也就是都会转发到你指定的目标邮箱。该功能是可选项,非必须。我参考的教程上,有这样写道:
-比较在乎隐私保护的朋友可以使用这个服务,比如在注册各种网站服务时用服务名称临时编个前缀,注册 craft 时就用 craft@example.com;注册 disney+ 时就用 disney@example.com。 这样收到垃圾邮件时,可以知道是哪家服务商把你的信息泄露了,也可以根据收件人来拒收邮件。
+比较在乎隐私保护的朋友可以使用这个服务,比如在注册各种网站服务时用服务名称临时编个前缀,注册 craft 时就用 craft@example.com;注册 disney+ 时就用 disney@example.com。 这样收到垃圾邮件时,可以知道是哪家服务商把你的信息泄露了,也可以根据收件人来拒收邮件。
而在页面下方有:
diff --git a/2024/09/22/messages-and-replies/index.html b/2024/09/22/messages-and-replies/index.html index 1bab5968..17e199cc 100644 --- a/2024/09/22/messages-and-replies/index.html +++ b/2024/09/22/messages-and-replies/index.html @@ -112,7 +112,7 @@
最后
没想到我写了这么多的东西,抱歉我写了这么多 :)
另外,抱歉,我真的不想成为那些有「爹味」的人,但我真的非常与你的文字共情,所以我写了许多我的感想,也写了我的一些建议,希望能对你有帮助!
-如果你想要与我交流更多的话,欢迎你写邮件给我,我的邮箱地址是:clover@mskclover.com。
+如果你想要与我交流更多的话,欢迎你写邮件给我,我的邮箱地址是:clover@mskclover.com。
以上,再会。
- 本文链接:https://mskclover.com/2024/09/22/messages-and-replies/
- 版权声明:本博客所有文章除特别声明外,均默认采用 许可协议。
如果您有任何关于博客内容的相关讨论,欢迎前往 GitHub Discussions 与我交流。