引用 类 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net; using System.Net.Http; using System.Net.WebSockets; using Newtonsoft.Json; using System.Runtime.Serialization.J
一.WndProc: 主要用在拦截并处理系统消息和自定义消息 比如:windows程序会产生很多消息,比如你单击鼠标,移动窗口都会产生消息.这个函数就是默认的消息处理函数.你可以重载这个函数来制定自己的消息处理流程. 在Winform程序中,可以重写WndProc函数,来捕捉所有发生的窗口消息. 这样,我们就可以"篡改"传入的消息,而人为的让窗口改变行为. using System; using System.Collections.Generic; using System.Com
通过工作之余,对Java8中java.time包源码的不断学习,使用和总结,开发了xk-time,初步完成,欢迎试用和提出建议! xk-time xk-time is a datetime converter calculator and formatter tool set, based on java8 date and time API, thread safe, easy to use. 时间转换,计算,格式化,解析的工具,使用java8,线程安全,简单易用,多达20几种常用日期格式化模
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Security.Cryptography; namespace HRPOWER.BLL { /// <summary> /// 业务逻辑层基类 /// </summary> public class BaseClass { /// <summ
using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.Drawing.Printing; using System.Drawing; namespace Lds2013 { /**//// <summary> /// 打印类 /// </summary> public class Printer { private Dat