摘要: private void bt_ftp_Click(object sender, EventArgs e) { try { 引用WinSCP类 // Setup session options SessionOptions sessionOptions = new SessionOptions { 阅读全文
posted @ 2024-07-30 14:37 txtspring 阅读(57) 评论(0) 推荐(0) 编辑
摘要: //连接字符串 conn = @"Data Source=E:\sqlite.db"; string sql_table = "SELECT name FROM sqlite_master WHERE type = 'table' AND name LIKE '%prod%'"; DataTable 阅读全文
posted @ 2024-07-30 11:11 txtspring 阅读(22) 评论(0) 推荐(0) 编辑
摘要: // 示例:初始化DataTable并填充数据 DataTable dataTable = new DataTable(); dataTable.Columns.Add("Length", typeof(int)); dataTable.Columns.Add("StartIndex", typeo 阅读全文
posted @ 2024-07-30 10:14 txtspring 阅读(25) 评论(0) 推荐(0) 编辑
摘要: //继电器官网查看命令 https://www.konnad.com/service/download/product-model/sdd4040-ad3 static byte[] DOON = new byte[] { 0x00, 0x01, 0x00, 0x00, 0x00, 0x06, 0x 阅读全文
posted @ 2024-07-30 09:34 txtspring 阅读(45) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示