摘要:
create trigger tri_updateon UserCardInfofor updateasbegin declare @ALLMoney int declare @OutMoney int select @ALLMoney = CardMoney from UserCardInfo d 阅读全文
摘要:
public ActionResult ImportData(string str) { string[] strList = str.Split('|'); List<BatchInfo> list = new List<BatchInfo>(); for (int i = 0; i < strL 阅读全文
摘要:
ExcelDAL exc = new ExcelDAL(); DataTable dt = exc.ExcelToDS(path); foreach (DataRow dr in dt.Rows) { modelM mm = new modelM(); mm.FileNamee = dr[0].To 阅读全文
摘要:
namespace 专注MVC上传下载20余年.Controllers{ public class modelM { public int ID { get; set; } public string FileNamee { get; set; } public string FileType { 阅读全文
摘要:
API 部分//勾上Api public class ProductController : ApiController { AEntities db = new AEntities();//引用db public IEnumerable<ZuoHeBiao> Get(string name, in 阅读全文