分类

链接

2025 年 11 月
 12
3456789
10111213141516
17181920212223
24252627282930

近期文章

热门标签

新人福利,免费薅羊毛

MySQL Connector/Net for .net 4.0 驱动包

MySQL Connector/Net for .net 4.0 驱动包 http://mysql-connector-net-6.8.7.msi   附使用方法: using PW.Common; using PW.Model; using System; using System.Collections; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.Common; using System.Linq; using System.Text;   namespace PW.Db {       /// <summary>     /// 数据访问基础类     /// </summary>     public class Sql     {         protected static string connect...

.NET 暂无评论 阅读(659)