08 2016 档案

摘要:1、在接口定义中确定MVC的GET或者POST方式 由于我们整个Web API平台是基于MVC的基础上进行的API开发,因此整个Web API的接口,在定义的时候,一般需要显示来声明接口是[HttpGet]或者[HttpPost],虽然有些接口也可以不用声明,但是避免出现类似下面的错误信息,显式声明 阅读全文
posted @ 2016-08-18 11:30 有趣的豆花 阅读(2113) 评论(0) 推荐(0)
摘要:using EntMSM.SmsDbContext; using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; using NPOI.XSSF.UserModel; using System; using System.Collections; using System.Collections.Generic; using System.Config... 阅读全文
posted @ 2016-08-16 11:05 有趣的豆花 阅读(865) 评论(0) 推荐(0)