上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 67 下一页
摘要: 原文地址:http://q.cnblogs.com/q/56836/ 各位大侠,提问一个关于EF6调用存储过程时返回多结果集和OUTPUT参数问题目前已经可以调用存储过程并且可以返回多个结果集。但是有一个问题:在返回多个结果集的时候无法获取OUTPUT参数,而返回单个结果集的时候是可以获取OUTPU... 阅读全文
posted @ 2014-10-08 17:25 dapeng888 阅读(954) 评论(0) 推荐(0)
摘要: 网上找了好久终于找到一个能跟VS集成使用的JS和CSS压缩工具,因为害怕忘记,所以给转发过来,顺便翻译一下,大学那会儿学的英语基本上都已经还给老师了,所以翻译的不太好,不过能看懂就成,对吧?原文地址:http://www.asp.net/ajaxlibrary/AjaxMinQuickStart.a... 阅读全文
posted @ 2014-10-08 13:37 dapeng888 阅读(1152) 评论(0) 推荐(0)
摘要: 原文地址: 百度chrome吧http://zhidao.baidu.com/question/1818688600091435508.html?qq-pf-to=pcqq.grouphttp://tieba.baidu.com/p/3255483805#56385399719l?qq-pf-to=... 阅读全文
posted @ 2014-10-08 11:32 dapeng888 阅读(783) 评论(0) 推荐(0)
摘要: 由数据ThreeLevelSortID KeyWordID KeyWordName2 142 key12 142 key23 143 key33 144... 阅读全文
posted @ 2014-10-06 22:30 dapeng888 阅读(264) 评论(0) 推荐(0)
摘要: set ANSI_NULLS ONset QUOTED_IDENTIFIER ONgoALTER PROC [dbo].[usp_SRV_CheckServiceDemandOrder]@AInsNO NVARCHAR(50) =null,--必填@ACompanyName NVARCHAR(50)... 阅读全文
posted @ 2014-10-06 22:29 dapeng888 阅读(535) 评论(0) 推荐(0)
摘要: 过去为了「想不通」而失眠,现在却因「忘不了」而整夜无眠,感觉这世界最伟大的爱还是「原谅」……曾经的「负翁」证明了我比那些「富翁」更有提升空间;男人靠能力,女人靠眼力啊.....身边亲人,恩人这么多的活菩萨都不敬,还跑东跑西去烧香有个屁用……别被我说中是你哦~~~想成功必须要迈过被亲人及朋友「小看」的... 阅读全文
posted @ 2014-10-06 22:19 dapeng888 阅读(1999) 评论(0) 推荐(0)
摘要: 1、每年select year(ordertime) 年,sum(Total) 销售合计from 订单表group by year(ordertime)2、每月select year(ordertime) 年,month(ordertime) 月,sum(Total) 销售合计from 订单表gro... 阅读全文
posted @ 2014-10-06 21:34 dapeng888 阅读(2676) 评论(0) 推荐(1)
摘要: From:http://blog.sina.com.cn/s/blog_4388a973010007lh.htmlRANK ( ) OVER ( [query_partition_clause] order_by_clause )DENSE_RANK ( ) OVER ( [query_partit... 阅读全文
posted @ 2014-10-06 20:59 dapeng888 阅读(218) 评论(0) 推荐(0)
摘要: SELECT NAME,modify_date FROM sys.objectsWHERE NAME LIKE '%srv%'ORDER BY modify_date DESC 阅读全文
posted @ 2014-10-06 20:58 dapeng888 阅读(163) 评论(0) 推荐(0)
摘要: SELECT *,OBJECT_NAME(id) FROM syscomments 阅读全文
posted @ 2014-10-06 20:57 dapeng888 阅读(410) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 67 下一页