摘要:
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Networking; public class PlayerCtrl : NetworkBehaviou 阅读全文
摘要:
ASCII(American Standard Code for Information Interchange,美国信息交换标准代码)是基于拉丁字母的一套电脑编码系统,主要用于显示现代英语和其他西欧语言。它是最通用的信息交换标准,并等同于国际标准ISO/IEC 646。 ASCII第一次以规范标准 阅读全文
摘要:
public class TestInvokeRemote{ //模拟200并发 private static final int MAX_REQUEST_COUNT=200; //模拟有个接口 private static final String URL="http://xxx/xxx?xxx= 阅读全文