
C#
文章平均质量分 79
萝卜腌白菜
静下心来做些东西
展开
-
C# 反射的用法
今天很晚了,明天接着写.....转载 2018-06-19 22:22:38 · 288 阅读 · 0 评论 -
C# 网络编程的分包粘包的解决方案
class Message { //发送信息 public byte[] SendData(byte[] message) { MemoryStream memoryStream = new MemoryStream();//创建一个内存流 byte[] BagHead = BitCo...翻译 2018-11-08 15:43:40 · 728 阅读 · 0 评论 -
unity 使用protobuf-net的学习记录
using System.Collections; using System.Collections.Generic; using UnityEngine; using ProtoBuf; using System.IO; [ProtoContract] public class Address { [ProtoMember(1)] public string Line1; ...原创 2018-11-27 16:13:43 · 209 阅读 · 0 评论