摘要:
废话少说,直接上干货。感兴趣的读者自己去研究代码吧。请见谅。 using System; using System.Collections.Generic; using System.IO.Ports; using System.Linq; using System.Text; using Syst 阅读全文
摘要:
C#的System.DateTime类提供了对日期时间的封装,用它进行时间的转换和处理很方便,但是我没有在其中找到任何可以用来修改系统时间的成员。用过VC、VB等的朋友可能知道,我们可以调用Win32 API SetLocalTime来改变系统时间,看来C#中也只能如此了。SetLocalTime需 阅读全文