摘要:
mount /dev/sda2 /mnt mount /dev/sda1 /mnt/boot/efi cd /mnt mount -t proc proc proc/ mount -t sysfs sys sys/ mount -o bind /dev dev/ chroot . pacman -S 阅读全文
摘要:
package main import "fmt" type Number interface { int64 | float64 } func main() { // Initialize a map for the integer values ints := map[string]int64{ 阅读全文
摘要:
新建layout touch ~/.lyx/layouts/easybook.layout easybook.layout内容: #% Do not delete the line below; configure depends on this # \DeclareLaTeXClass[easyb 阅读全文