05 2018 档案
摘要:中文<->英文双向翻译WEB服务http://fy.webxml.com.cn/webservices /EnglishChinese.asmx 国内手机号码归属地查询WEB服务http://webservice.webxml.com.cn/WebServices/MobileCodeWS.asmx
阅读全文
摘要:using System; using System.Collections.Generic; using System.Threading.Tasks; namespace MyTree { class Tree where T:IComparable //该接口用于处理泛型的大小比较 { private T Data; //数据 privat...
阅读全文
摘要:引入ExitGamesLibs.dll,Photon.SocketServer.dll,PhotonHostRuntimeInterfaces.dll 1.主类继承ApplicationBase,实现以下三个类 //客户端连接时,处理连接请求 protected override PeerBase
阅读全文
摘要:转自:https://www.cnblogs.com/luckboy/archive/2010/12/19/1910785.html 今天遇到这个问题,百度了下,把解决的方法总结出来。我们在ui线程创建的子线程操作ui控件时,系统提示错误详细信息为:线程间操作无效: 从不是创建控件“XXX”的线程访
阅读全文