10 2021 档案
摘要:Topshelf官网文档:https://topshelf.readthedocs.io/en/latest/configuration/quickstart.html 1. vs创建控制台程序 2. NuGet安装Topshelf 3. 代码 public static void Main() {
阅读全文
摘要:sqlserver远程连接 Data Source=222.333.44.55;Initial Catalog=tableName;Persist Security Info=True;User ID=test;Password=123456; sqlserver本地连接 Data Source=l
阅读全文