01 2016 档案

摘要:USE [GomeCPS]GO/****** Object: StoredProcedure [dbo].[proc_DataPagination] Script Date: 01/21/2016 15:58:06 ******/SET ANSI_NULLS ONGOSET QUOTED_I... 阅读全文
posted @ 2016-01-21 16:00 昙花千尺 阅读(290) 评论(0) 推荐(0)
摘要:替换 字段值里里面固定的内容UPDATE ActiveBase set imgLink =REPLACE (imgLink,'10.2.62.55' , '10.144.26.101') WHERE activeSource =1删除重复项select *FROM ( SELECT Row_Num... 阅读全文
posted @ 2016-01-21 15:55 昙花千尺 阅读(117) 评论(0) 推荐(0)
摘要:控制器:var existProductDic = new Dictionary(); foreach (var item in merSingleList) { int a = BLL.existespecialShop(i... 阅读全文
posted @ 2016-01-20 19:30 昙花千尺 阅读(199) 评论(0) 推荐(0)
摘要:控制器:public ActionResult DataSummary() { shopno = ShopLogin.LoginUser.ShopNo; List vDataSummaryList = EffectListMap(true, ... 阅读全文
posted @ 2016-01-20 19:26 昙花千尺 阅读(833) 评论(0) 推荐(0)
摘要:exec sp_addlinkedserver @server = N'LinkServer2', @srvproduct = N' ', @provider = N'SQLOLEDB', @datasrc = N'127.0.0.1', 访问的ip地址 @catalog... 阅读全文
posted @ 2016-01-18 16:33 昙花千尺 阅读(279) 评论(0) 推荐(0)
摘要:GO/****** Object: StoredProcedure [dbo].[proc_Data] Script Date: 12/10/2015 18:17:12 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO/********... 阅读全文
posted @ 2016-01-18 16:30 昙花千尺 阅读(287) 评论(0) 推荐(0)
摘要:select *FROM ( SELECT Row_Number() OVER ( PARTITION BY [OrderNum] ORDER BY ( SELECT 0) ) AS RowNO , *FROM [GomeCPS].[dbo].[a17]) t WHERE T.Ro... 阅读全文
posted @ 2016-01-18 16:27 昙花千尺 阅读(295) 评论(0) 推荐(0)
摘要:2.0 list = ViewData["list"] as List; %> 0) {%> ... 阅读全文
posted @ 2016-01-18 16:26 昙花千尺 阅读(165) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-01-18 16:22 昙花千尺 阅读(4585) 评论(0) 推荐(0)
摘要:private JsonMessage WebRequest(string type, string paramData) { string postUrl = string.Empty; if (type == "Get" || type... 阅读全文
posted @ 2016-01-18 16:19 昙花千尺 阅读(654) 评论(0) 推荐(0)