摘要:
private void bt_ftp_Click(object sender, EventArgs e) { try { 引用WinSCP类 // Setup session options SessionOptions sessionOptions = new SessionOptions { 阅读全文
摘要:
//连接字符串 conn = @"Data Source=E:\sqlite.db"; string sql_table = "SELECT name FROM sqlite_master WHERE type = 'table' AND name LIKE '%prod%'"; DataTable 阅读全文
摘要:
// 示例:初始化DataTable并填充数据 DataTable dataTable = new DataTable(); dataTable.Columns.Add("Length", typeof(int)); dataTable.Columns.Add("StartIndex", typeo 阅读全文
摘要:
//继电器官网查看命令 https://www.konnad.com/service/download/product-model/sdd4040-ad3 static byte[] DOON = new byte[] { 0x00, 0x01, 0x00, 0x00, 0x00, 0x06, 0x 阅读全文