摘要: 会把本地文件夹压缩成 .tar.gz 文件 后上传 using ICSharpCode.SharpZipLib.GZip; using ICSharpCode.SharpZipLib.Tar; using Renci.SshNet; using System; using System.IO; us 阅读全文
posted @ 2023-12-22 09:27 CV攻城员 阅读(530) 评论(0) 推荐(0)
摘要: 比对两个数据库的字段,进行表自动创建和字段更新 public void UpdateDbInfo() { string newPath = this.textBox2.Text; if (!Directory.Exists(newPath) && !File.Exists(newPath)) { A 阅读全文
posted @ 2023-12-22 09:14 CV攻城员 阅读(220) 评论(0) 推荐(0)