使用.NET 的 Socket 对象,Select 模型. 自定义封包: 包长度+消息体 客户端-服务端架构,有心跳包机制. 客户端源代码: using System; using System.Collections.Generic; using System.Text; using System.Net; using System.Net.Sockets; using System.Threading; using System.Windows.Forms; using Wagwei.FCL
使用CefSharp时,在开发机没问题,在客户机出现“Could not load file or assembly 'CefSharp.Core.dll' or one of its dependencies"问题 但bin目录下又存在CefSharp.Core.dll文件,此问题是CefSharp是基于Vc++开发,因此必须要VC++运行时才能运行 解决办法:安装VC++ 2013 Redist或VC++ 2012 Redist(具体视CefSharp的版本) CefSharp"C
#事故现场: 在一个.net 4.0 的项目中使用dynamic,示例代码如下: 1 private static void Main(string[] args) 2 { 3 dynamic obj; 4 obj = new { name = "jack" }; 5 Console.WriteLine(obj.name); 6 } 在读取obj.name时,报错: One or more types required to compile a dynamic expression c
famous/core/Surface 既然是Famous的第一篇文章,就先给Famous打个广告:http://periodic.famo.us Famous12年的作品,点击右下角Fun things to do可以看到操作说明. 我认为Famous框架中最重要的部分莫过于Surface了. Surface是所有能够被展现的元素的根本,它负责将可见的元素生成DOM输出(目前仅支持DOM,WEBGL版本正在他们的实验室里,并已有华丽视频放出,移步:https://famo.us/blog/)