05 2017 档案
摘要:1.Imerge下载地址:https://www.microsoft.com/en-us/download/details.aspx?id=17630 2.场景:C盘有2个dll,分别为: C:\A.dll ,C:\B.dll 合并为C:\C.dll 3.ILMerge安装到C盘的路径为:C:\Pr
阅读全文
摘要:private void Lba_IE_Form_FormClosing(object sender, FormClosingEventArgs e) { if (MessageBox.Show("确实要退出服务程序吗?", "退出程序", MessageBoxButtons.OKCancel, MessageBoxIcon.Question) == Di...
阅读全文
摘要:/// /// 随机返回一条数据 /// /// /// protected string GetRandomData(List list) { return list.OrderBy(_ => Guid.NewGuid()).First(); }
阅读全文

浙公网安备 33010602011771号