Wilson-Loo
Wilson-Loo
从项目示例的Person、Phone例子: ``` lua -- load schema from text (just for demo, use protoc.new() in real world) assert(protoc:load [[ message Phone { optional string name = 1; optional int64 phonenumber =...
master分支,commit: `5acd26218d3915169679a288ebf65b9ca1f96027` 测试protobuf示例项目 `https://github.com/cocos/cocos-example-projects/tree/master/protobuf ` 时出现以下报错:    编辑器是项目原本的版本 v3.6.3:  没有修改任何东西,项目开始前按照 `https://github.com/cocos/cocos-example-projects/blob/master/protobuf/README.md` 执行: ```sh cd tools/compile-proto npm install ``` 然后运行、点击然后就报错了
fix path checking on http://192.168.3.9:9527/admin/ may cause page not found.
* in js: ECMAScript6 and above ```ts import AES256 from 'aes-everywhere'; let key = "abc" let raw = Buffer.from('080210a0f8b4fe80321a0968616c6c2e6175746822170a0d746573745f7a4242546c5067561206313233343536', 'hex') console.warn("[client] raw text:", raw.toString('hex')) let encrypted = AES256.encrypt(raw.toString('binary'), key); console.warn("[client]...