Go语言 传输数据
Go语言使用Gob传输数据
目录创建 gob 文件读取 gob 文件为了让某个数据结构能够在网络上传输或能够保存至文件,它必须被编码然后再解码。当然已经有许多可用的编码方式了,比如 jsON、XML、Google 的 protocol buffers 等等。而现在又多了一[详细]
2023-04-04 11:32 分类:开发how to make a name from random numbers?
my program makes a random name that could have a-z this code makes a 16 char name but :( my code wont make the name and idk why :( can anyone show me what\'s wrong with this?[详细]
2022-12-28 15:46 分类:问答