12 2023 档案
摘要:会把本地文件夹压缩成 .tar.gz 文件 后上传 using ICSharpCode.SharpZipLib.GZip; using ICSharpCode.SharpZipLib.Tar; using Renci.SshNet; using System; using System.IO; us
阅读全文
摘要:比对两个数据库的字段,进行表自动创建和字段更新 public void UpdateDbInfo() { string newPath = this.textBox2.Text; if (!Directory.Exists(newPath) && !File.Exists(newPath)) { A
阅读全文

浙公网安备 33010602011771号