嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
MYSQL基础
.
├── MYSQL基础_windows-master.zip
└── windows-master
└── SqlForm
├── SqlForm
│ ├── App.config
│ ├── MysqlConn.cs
│ ├── MysqlForm.Designer.cs
│ ├── MysqlForm.cs
│ ├── MysqlForm.resx
│ ├── MysqlUtil.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SqlForm.csproj
│ └── packages.config
├── SqlForm.sln
└── packages
├── BouncyCastle.1.8.3.1
│ ├── BouncyCastle.1.8.3.1.nupkg
│ ├── README.md
│ └── lib
│ └── BouncyCastle.Crypto.dll
├── Google.Protobuf.3.6.1
│ ├── Google.Protobuf.3.6.1.nupkg
│ └── lib
│ ├── net45
│ │ ├── Google.Protobuf.dll
│ │ └── Google.Protobuf.xml
│ └── netstandard1.0
│ ├── Google.Protobuf.dll
│ └── Google.Protobuf.xml
├── MySql.Data.8.0.18
│ ├── MySql.Data.8.0.18.nupkg
│ └── lib
│ ├── net452
│ │ ├── MySql.Data.dll
│ │ └── MySql.Data.xml
│ ├── netstandard2.0
│ │ ├── MySql.Data.dll
│ │ └── MySql.Data.xml
│ └── netstandard2.1
│ ├── MySql.Data.dll
│ └── MySql.Data.xml
└── SSH.NET.2016.1.0
├── SSH.NET.2016.1.0.nupkg
└── lib
├── net35
│ ├── Renci.SshNet.dll
│ └── Renci.SshNet.xml
├── net40
│ ├── Renci.SshNet.dll
│ └── Renci.SshNet.xml
├── netstandard1.3
│ ├── Renci.SshNet.dll
│ └── Renci.SshNet.xml
├── sl4
│ ├── Renci.SshNet.dll
│ └── Renci.SshNet.xml
├── sl5
│ ├── Renci.SshNet.dll
│ └── Renci.SshNet.xml
├── uap10
│ ├── Renci.SshNet.dll
│ └── Renci.SshNet.xml
├── wp71
│ ├── Renci.SshNet.dll
│ └── Renci.SshNet.xml
└── wp8
├── Renci.SshNet.dll
└── Renci.SshNet.xml
26 directories, 48 files