02 2020 档案

摘要:DataTable dt=bll_m.getlist("");//数据源 //添加operateStr 列 dt.Columns.Add("operateStr"); 1.for 循环赋值 for(int i=0;i<dt.rows.count;i++) { //为新添加的列进行赋值 dt.Row[ 阅读全文
posted @ 2020-02-27 14:23 BloggerSb 阅读(728) 评论(0) 推荐(0) 编辑
摘要:--主键 constraint PK_字段 primary key(字段), --唯一约束 constraint UK_字段 unique key(字段), --默认约束 constrint DF_字段 default('默认值') for 字段, --检查约束 constraint CK_字段 c 阅读全文
posted @ 2020-02-24 09:21 BloggerSb 阅读(1087) 评论(0) 推荐(0) 编辑
摘要:private void BindGoodName(DropDownList ddlGoodsName) { string sqlwhere = string.Empty; if (!string.IsNullOrEmpty(Request["id"])&& Convert.ToInt32(Requ 阅读全文
posted @ 2020-02-24 08:24 BloggerSb 阅读(1186) 评论(0) 推荐(0) 编辑
摘要:1.重新启动Redgate客户端服务,请打开服务控制台(控制面板>管理工具>服务),在服务列表中选择Redgate Client,然后单击开始。 第一步还是不生效,则重装,开启注册机之前 断开互联网 注册成后,编辑hosts 添加 127.0.0.1 licensing.red-gate.com12 阅读全文
posted @ 2020-02-21 15:50 BloggerSb 阅读(798) 评论(0) 推荐(0) 编辑
摘要:静态html return Redirect($"~/Wechat/errorCode.html?msg={HttpUtility.UrlEncode("非法请求!", Encoding.UTF8)}"); <!DOCTYPE html> <html lang="zh-CN"> <head> <me 阅读全文
posted @ 2020-02-18 10:30 BloggerSb 阅读(292) 评论(0) 推荐(0) 编辑
摘要:@Html.Raw(HttpUtility.HtmlDecode(item.VipRule)) 源文:https://www.cnblogs.com/insus/p/4605452.html 阅读全文
posted @ 2020-02-07 14:33 BloggerSb 阅读(174) 评论(0) 推荐(0) 编辑
摘要:<div class="ms-u"></div> <div class="ms-u"></div> <div class="ms-u"></div> $(".vipCardItem:nth-child(1)").addClass("current"); .ms-u:nth-child(1) {... 阅读全文
posted @ 2020-02-07 12:11 BloggerSb 阅读(3230) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示