摘要: public XianModel Postxian(FenModel model) { SqlCommand com = conn.CreateCommand(); //类型 com.CommandType = CommandType.StoredProcedure; //存储过程名称 com.Co 阅读全文
posted @ 2020-01-07 10:36 emptyㅤcity 阅读(200) 评论(0) 推荐(0)
摘要: 1.引用Zxing.Net 2.控制器代码 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using ZXing; using ZX 阅读全文
posted @ 2020-01-07 10:28 emptyㅤcity 阅读(237) 评论(0) 推荐(0)
摘要: if OBJECT_ID('lianxi') is not nulldrop proc lianxigocreate proc lianxi@ye int=1,@tiao int=3,@zong int out,@sheng int=0,@shi int=0,@xian int=0,@qu int= 阅读全文
posted @ 2020-01-07 10:21 emptyㅤcity 阅读(109) 评论(0) 推荐(0)