摘要: /// <summary> /// 手机短信接口 /// </summary> /// <param name="phone"></param> /// <returns></returns> public string yanzheng(string phone) { string code = 阅读全文
posted @ 2018-12-14 21:16 相安 阅读(141) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 盘古分词搜索 /// </summary> /// <param name="keyWords">关键字</param> [HttpGet] public IEnumerable<Goods> Search(string keyWord) { IList<stri 阅读全文
posted @ 2018-12-14 21:11 相安 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 1.public static void InitAutoFac() { //得到你的HttpConfiguration. var configuration = GlobalConfiguration.Configuration; var builder = new ContainerBuilde 阅读全文
posted @ 2018-12-14 21:09 相安 阅读(167) 评论(0) 推荐(0) 编辑
摘要: public ActionResult Index(string time = "", string time1 = "", string PName = "", string SName = "", string name = "",int id=1,int size = 3) { SuoShuP 阅读全文
posted @ 2018-09-09 19:03 相安 阅读(569) 评论(0) 推荐(0) 编辑
摘要: //下拉分页显示查询 $("[name='Select1']").change(function () { var arr = $("[name='Select1'] :selected").val() location.href = '/Index/Index?size=' + arr; }) / 阅读全文
posted @ 2018-09-09 18:58 相安 阅读(172) 评论(0) 推荐(0) 编辑
摘要: //全选 function Quan() { if ($("[name='cks']").prop("checked")) { $("[name='cks']").prop("checked", "") } else { $("[name='cks']").prop("checked","check 阅读全文
posted @ 2018-09-09 18:51 相安 阅读(866) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Web;using System.Web.Mvc;using Model;using Dal; namespa 阅读全文
posted @ 2018-09-02 20:41 相安 阅读(252) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 删除 /// </summary> /// <param name="id"></param> /// <returns></returns> public int DeleteId(int id) { int i = bll.Delete(id); if (i 阅读全文
posted @ 2018-08-23 09:06 相安 阅读(204) 评论(0) 推荐(0) 编辑
摘要: static int index = 1; static int size = 3; static int count = 0;//总条数 static int page = 0;//总页数 string Where = "";//条件 static string orderCol = " a.ID 阅读全文
posted @ 2018-08-23 09:05 相安 阅读(184) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using Model;using System.Data.SqlClient 阅读全文
posted @ 2018-08-23 09:04 相安 阅读(433) 评论(0) 推荐(0) 编辑