Dual Boot

windows 和 manjaro双系统 EFI 分区 The EFI system partition (also called ESP) is an OS independent partition that acts as the storage place for the EFI bootloaders, applications and drivers to be launched by the UEFI firmware. It is mandatory(必需的) for UEFI boot.

Fluent

流畅的python笔记 python数据模型 首先明确一点,特殊方法的存在是为了被 Python 解释器调用的,你自己并不需要调用它 们。也就是说没有 my_object.__len__() 这种写法

Manjaro

manjaro 配置源 包仓库的源 1 sudo pacman-mirrors -i -c China -m rank Archlinuxcn Arch Linux 中文社区仓库 是由 Arch Linux 中文社区驱动的非官方用户仓库。包含中文用户常用软件、工具、字体/美化包等。 使用方

Springboot

springboot 注解 @qualifier @Qualifier注解和@Autowired注解搭配使用,因为@Autowired注解按照类型装配,所以如果有两个相同类型的bea

Modern C++

modern c++ 语言可用性的强化 常量 nullptr表示空指针,专门用来区分空指针、0。 C++11 提供了 constexpr 让用户显式的声明函数或对象构造函数在编译期会成为常量表达