10 2024 档案

摘要:安装包 MessagePack 定义Person类 [MessagePackObject] public class Person { [Key(0)] public string Name { get; set; } [Key(1)] public int Id { get; set; } [Ke . . .
posted @ 2024-10-23 11:35 trykle 编辑
摘要:安装包 Google.Protobuf Google.Protobuf.Tools Google.Protobuf.Tools中存在protoc.exe可以用来编译.proto文件 编写 Person.proto 文件 syntax = "proto3"; message Person { stri . . .
posted @ 2024-10-23 11:23 trykle 编辑
摘要:_G["test"] = 1 --与_ENV兼容 _ENV["test"] = 2 --全局环境,包括了标准的库函数 --setglobal("test",3) --5.1及之前版本,后续移除,这个其实设置的是全局的_G function func1() print(_G["test"]) -- 2 . . .
posted @ 2024-10-05 21:49 trykle 编辑

点击右上角即可分享
微信分享提示