摘要:最近在写Socket服务器程序,写了一个简易的消息队列用于数据入库,遇到了这样的问题“Delegate to an instance method cannot have null 'this'”。 代码如下: 1 using System; 2 using System.Collections;
阅读全文
posted @ 2020-03-09 13:07
03 2020 档案
摘要:最近在写Socket服务器程序,写了一个简易的消息队列用于数据入库,遇到了这样的问题“Delegate to an instance method cannot have null 'this'”。 代码如下: 1 using System; 2 using System.Collections;
阅读全文
posted @ 2020-03-09 13:07
|
||