04 2016 档案

摘要:using Lemon.Common; using Lemon.WeChat.Model; using Lemon.WeChat.Services; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Senparc.Weixin.MP; using System; using System.Collections.Generic; ... 阅读全文
posted @ 2016-04-22 13:34 大空白纸 阅读(2814) 评论(0) 推荐(0) 编辑
摘要:1.使用HttpClient 测试上传文件并且设置header信息: 阅读全文
posted @ 2016-04-22 13:32 大空白纸 阅读(646) 评论(0) 推荐(1) 编辑
摘要:1.在数据库中创建一个自定义函数: 2.创建EF的数据库上下文: 引用 EntityFramework.Functions程序集 3.调用方式: 上面步骤已经使用EF调用数据库的函数了。 4.详细介绍EF怎样调用数据库中的存储过程与函数文档说明: https://weblogs.asp.net/di 阅读全文
posted @ 2016-04-08 14:56 大空白纸 阅读(5928) 评论(1) 推荐(2) 编辑