随笔分类 -  源自深圳的视觉框架

摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace 阅读全文
posted @ 2024-09-09 10:43 wenluderen 阅读(7) 评论(3) 推荐(0) 编辑
摘要:由于视频教程里面 用的VS2105 所以 照抄。 开发环境是VS2015 ,WIN10. VS2015 在今天看来是一个很古老的开发环境了,估计都很难找到安装包。(各种安装包:https://www.cnblogs.com/zjoch/p/5694013.html) 用:vs2015.ent_chs 阅读全文
posted @ 2024-09-07 16:18 wenluderen 阅读(7) 评论(0) 推荐(0) 编辑
摘要:一个.NET库,用于读取和写入Microsoft Office二进制和OOXML文件格式 *** https://github.com/nissl-lab/npoi https://www.nuget.org/packages/NPOI/ 阅读全文
posted @ 2024-09-06 17:18 wenluderen 阅读(21) 评论(0) 推荐(0) 编辑
摘要:namespace Measure { public delegate void DelegateTrigger(); public class HMeasureSYS : System.IDisposable { public static string sConfigPath = @"MeasureSys.cfg"; /// <summary> /// U000单元 全局变量 /// </su 阅读全文
posted @ 2019-09-16 18:21 wenluderen 阅读(245) 评论(0) 推荐(0) 编辑
摘要:using System.Runtime.InteropServices; namespace System{ // // 摘要: // 支持克隆,即用与现有实例相同的值创建类的新实例。 [ComVisible(true)] public interface ICloneable { // // 摘 阅读全文
posted @ 2019-09-15 10:03 wenluderen 阅读(171) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示