Apple Card开箱

Apple Card是一种由苹果公司和高盛银行合作推出的信用卡,主要用于在苹果设备上通过Apple Pay进行支付。

Read More >

设置zsh为默认Linux shell

在 Unix/Linux 的世界里,人机交互的工具就是 shell 了,由于各个发行版的系统默认 shell 都是 bash,所以对 bash 的熟悉度是最高的。其实还有一款效率远远超过 bash 的 shell,叫做 zsh。其实 zsh 在 1990 年的时候就出现了 (sysin),只比 ba

Read More >

Linux 编辑器的使用

Linux中的文本编辑器或查看器,类似于Windows中Microsoft Word、Visual Studio Code等软件,是编写文件必备的工具。

Read More >

别了, 无限容量谷歌云盘: 2022年我订阅的云服务

随着新学期的到来,许多同学意外的发现自己学校的谷歌云盘空间被限制了——从原来的无限容量,修改为:学生:5GB学生助理/教师:20GB其实早在2022年11月中旬,我就无意间在Backblaze(一家国外的云服务商)博客里看到谷歌调整了教育云盘空间限制的政策。只是没有想到,学校这么快就采取了相关措施。

Read More >

「英语」C++继承与多态

This post will introduce inheritance and polymorphism in C++.Inheritance General IdeaInheritance allows us to create new classes from already defined

Read More >

「英语」C++ Makefile

Makefiles are special format files that together with the make utility will help you to automagically build and manage your projects. (From davetang.o

Read More >