摘要:
/// <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
相安
阅读(212)
评论(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
相安
阅读(193)
评论(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
相安
阅读(442)
评论(0)
推荐(0)
摘要:
private List<UserInfoModel> ShowPage() { //输入参数 PagePut pageput = new PagePut(); string tablename = " Biao a inner join HuXing b on a.HuXingID=b.HuXin 阅读全文
posted @ 2018-08-23 09:03
相安
阅读(144)
评论(0)
推荐(0)
摘要:
/// <summary> /// 查询条件 /// </summary> /// <param name="name"></param> /// <param name="xiaoqu"></param> /// <param name="donghao"></param> /// <param 阅读全文
posted @ 2018-08-23 09:02
相安
阅读(348)
评论(0)
推荐(0)
摘要:
[HttpPost] public void AddInfo(UserInfoModel use) { string json = JsonConvert.SerializeObject(use); //加载程序集 获取dll文件地址 Assembly assmbly = Assembly.Load 阅读全文
posted @ 2018-08-23 09:01
相安
阅读(200)
评论(0)
推荐(0)
摘要:
<div style="width:1050px;padding:20px"> @using (Html.BeginForm("Select", "Index",FormMethod.Post)) { <span>小区</span>@Html.DropDownList("xiaoqu", ViewB 阅读全文
posted @ 2018-08-23 08:57
相安
阅读(246)
评论(0)
推荐(0)

浙公网安备 33010602011771号