04 2023 档案

摘要:功能介绍1.对销售后的软件或网站执行版权控制,防止被非法另行出售;2.对网站域名进行有效的管理监控,防止非法域名或未授权域名;3.防止黑客使用极端手段获取网站或程序原文件后非法部署; 系统功能:1.完整版Lisence生成工具。2.对网站使用域名执行控制。3.对网站域名使用时间执行授权控制。4.生成 阅读全文
posted @ 2023-04-27 10:10 microsoft-zhcn 阅读(1378) 评论(0) 推荐(0) 编辑
摘要:组件 HTML Help Workshop hhc.exe 下载地址:https://www.helpandmanual.com/downloads_mscomp.html 参考:https://blog.csdn.net/snakorse/article/details/44963015/ 阅读全文
posted @ 2023-04-27 09:18 microsoft-zhcn 阅读(40) 评论(0) 推荐(0) 编辑
摘要:实例图片: 实例代码: using System; using System.Drawing; using System.Drawing.Drawing2D; using System.IO; using System.Net; namespace Micro.Common { /// <summa 阅读全文
posted @ 2023-04-22 22:06 microsoft-zhcn 阅读(266) 评论(0) 推荐(0) 编辑
摘要:1、CalcHelper —— 利用 MSScriptControl 组件实现公式计算2、CookieExpressionHelper —— 读取/设置 Cookie 数据,是对 CookieHelper 的扩展,参数使用表达式,目的是减少属性名的拼写错误。3、CookieHelper —— 读取/ 阅读全文
posted @ 2023-04-19 11:48 microsoft-zhcn 阅读(975) 评论(0) 推荐(0) 编辑
摘要:编译 Class1.cs 以产生 Class1.dll: csc /target:library Class1.cs这个就是我们使用最多的一个命令,其实可以简单的写成csc /t:library Class1.cs,另外的一个写法是csc /out:Class1.dll /t:library Cla 阅读全文
posted @ 2023-04-17 08:50 microsoft-zhcn 阅读(163) 评论(0) 推荐(0) 编辑
摘要:参考: https://blog.csdn.net/weixin_53370274/article/details/122843287 阅读全文
posted @ 2023-04-16 22:13 microsoft-zhcn 阅读(133) 评论(0) 推荐(0) 编辑
摘要:C# 类转换为 SQL 表SQL 表转换为 C# 类C# 类转 WPF ModelC#实现实体类和XML相互转换https://blog.csdn.net/u011555996/article/details/112123458C# 将object对象转换为实体对象https://www.shuzh 阅读全文
posted @ 2023-04-14 12:01 microsoft-zhcn 阅读(44) 评论(0) 推荐(0) 编辑
摘要:查询格式如下: var result = (from p in Package join q in PackageLocationPrices on p.Id equals q.PackageId into pq from r in pq.DefaultIfEmpty() select new {p 阅读全文
posted @ 2023-04-14 11:05 microsoft-zhcn 阅读(124) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.coder.work/article/3033640 阅读全文
posted @ 2023-04-14 10:21 microsoft-zhcn 阅读(16) 评论(0) 推荐(0) 编辑
摘要:命令行运行:iExpress 参考:https://www.modb.pro/db/61122 阅读全文
posted @ 2023-04-13 17:44 microsoft-zhcn 阅读(94) 评论(0) 推荐(0) 编辑
摘要:以管理员身份运行PowerShell键入命令start-process PowerShell -verb runas,然后按“enter”键。多行编辑: 在命令窗格中,要在当前行下插入空白行,请按SHIFT + ENTER。 Hello world 程序echo "Hello world....." 阅读全文
posted @ 2023-04-11 18:17 microsoft-zhcn 阅读(235) 评论(0) 推荐(1) 编辑
摘要:调用线程必须为 STA,因为许多 UI 组件都需要。 ThreadPool.QueueUserWorkItem(delegate { SynchronizationContext.SetSynchronizationContext(new DispatcherSynchronizationConte 阅读全文
posted @ 2023-04-09 02:43 microsoft-zhcn 阅读(3518) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-04-07 18:45 microsoft-zhcn 阅读(18) 评论(0) 推荐(0) 编辑

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