Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个简单的客户端服务器聊天应用程序。我希望能够发送此人的用户名,然后发送他们的消息。
有没有一些我不知道的标准化方式比类似的方式更好:
2:9:11:John Korn:Hello World
我正在发送 UTF-8 字符串。
谢谢
您可能希望读取协议缓冲区。协议缓冲区字符串默认为UTF-8 编码。
考虑节俭
http://thrift.apache.org/
看这篇文章:
http://stuartsierra.com/2008/07/10/thrift-vs-protocol-buffers