02 2022 档案
摘要:控制台程序 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CA.动态编译 { using Mi
阅读全文
摘要:效果图 public class MyCheckedListBox : CheckedListBox { //普通字体 static Font Font1 = new Font(new FontFamily("宋体"), 12, FontStyle.Regular); //中间有横线 static
阅读全文
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.
阅读全文
摘要:背景:金蝶dll是.net framework, 在.net core 项目不兼容,这里说明控制台的方式 (另一种做法,再弄一个.net framework网站项目负责调用金蝶服务) 主程序 .Net Core private static string CMDRun(string command)
阅读全文