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; ...
阅读全文
摘要:1.使用HttpClient 测试上传文件并且设置header信息:
阅读全文
摘要:1.在数据库中创建一个自定义函数: 2.创建EF的数据库上下文: 引用 EntityFramework.Functions程序集 3.调用方式: 上面步骤已经使用EF调用数据库的函数了。 4.详细介绍EF怎样调用数据库中的存储过程与函数文档说明: https://weblogs.asp.net/di
阅读全文