erlang自定义二进制协议
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

10 linhas
419 B

  1. %% person info
  2. //注释 $errcode[err1:辅导费, err2 : 444 ] tttttt33 辅导费
  3. %%1111 $errcode[err3:辅导费, err4:dfsf ] tttttt33 辅导费
  4. person1{
  5. string name; %% 名字
  6. int32 id; //错误码 $errcode[err5:其他注释辅导费, err6:dfff] 其他注释辅导费
  7. string email; //$errcode[err7:def, err8:其他注释辅导费 ] tttttt33 辅导费
  8. list[phoneNumber] phone; // list of phoneNumber
  9. }