摘要: 第2章安装和配置 用于Visual Studio的MySQL是Microsoft Windows的产品,它与MySQL安装程序一起安装,或者从其自己的MSI安装。 使用MySQL安装程序(首选):下载并执行 MySQL安装程序。选择MySQL for Visual Studio产品,然后继续安装。有 阅读全文
posted @ 2017-05-24 11:13 冫凌晨 阅读(662) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Wdj { /// /// 操作返回结果,使用时建议判断State状态 /// public class Result : ResultHandler { ... 阅读全文
posted @ 2017-05-24 08:40 冫凌晨 阅读(1380) 评论(0) 推荐(0) 编辑
摘要: using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; namespace Wdj { /// /// 自定义处理结果抽象类 /// /// 返回数据类型 ... 阅读全文
posted @ 2017-05-24 08:38 冫凌晨 阅读(2090) 评论(0) 推荐(0) 编辑