摘要:
Chromium Embedded Framework (CEF)是个基于Google Chromium项目的开源Web browser控件,支持Windows, Linux, Mac平台。除了提供C/C++接口外,也有其他语言的移植版。 因为基于Chromium,所以CEF支持Webkit & C 阅读全文
摘要:
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; 阅读全文
摘要:
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.T 阅读全文
摘要:
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using log4net; na 阅读全文
摘要:
using System.Windows; namespace xiaoy.Comm { /// <summary> /// 实现多屏显示的窗口类 /// </summary> public class ScreenWindowHelper { /// <summary> /// 将window在指 阅读全文
摘要:
using System; namespace xiaoy.Comm { /// <summary> /// 单例模式。 /// </summary> public static class Singleton<T> where T : class, new() { private static T 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Speech.Synthesis; nam 阅读全文