编辑
2023-12-25
📘总结-保持好奇心
00

The Joel Test: 12 Steps to Better Code

Have you ever heard of SEMA? It’s a fairly esoteric system for measuring how good a software team is. No, wait! Don’t follow that link! It will take you about six years just to understand that stuff. So I’ve come up with my own, highly irresponsible, sloppy test to rate the quality of a software team. The great part about it is that it takes about 3 minutes. With all the time you save, you can go to medical school.

编辑
2023-12-05
🧰语言-go
00

变量声明

  • var,语法:var name type=value
    • 局部变量
    • 包变量
    • 块声明
编辑
2023-12-04
🧰语言-go
00

基础语法:main函数要点

  • 无参数、无返回值

  • main方法必须要在main包里面go run main.go就可以执行

  • 如果文件不叫main.go,则需要go build得到可运行的文件,而后直接运行

编辑
2023-11-23
📘总结-保持好奇心
00

mount -t vboxsf tools /mnt/share

报错了:/sbin/mount.vboxsf: mounting failed with the error: No such device

编辑
2023-11-23
📘总结-保持好奇心
00

1. 开发软件

pycharm

vscode