
二进制
小星星亮闪闪
游戏开发者
展开
-
二进制新知识(Codeforces Round #267 (Div. 2) B. Fedor and New Game)
J - Fedor and New Game Time Limit:1000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u SubmitStatus Description After you had helped George and Alex to move in the dorm, they went to h原创 2016-11-29 13:13:02 · 324 阅读 · 0 评论 -
.NET序列化-二进制与Json
本文将介绍使用.NET自带的序列化工具、Newtonsoft.json和ProtoBuf-Net来序列化一个成文件,对比文件大小。 初始化数据与数据模型 ProtoContract是ProtoBuf-Net需要序列化元素的特性,Serializable则是自带的Json等需要的特性,同时注意需要申明属性为public。 using ProtoBuf; using System; namespac...原创 2019-08-13 16:18:10 · 899 阅读 · 0 评论