2015年5月12日

表与表 不同条件下的关联SQL

摘要: USE [ChiefMes]GO/****** Object: StoredProcedure [dbo].[Kenta_RptEmpOEE] Script Date: 05/12/2015 13:52:00 ******/SET ANSI_NULLS ONGOSET QUOTED_IDEN... 阅读全文

posted @ 2015-05-12 14:03 chengjunde 阅读(586) 评论(0) 推荐(0) 编辑

单表的自修改与自插入数据(重要)

摘要: USE [ChiefMes]GO/****** Object: StoredProcedure [dbo].[Kenta_UpandAddEmpOEEConfig] Script Date: 05/12/2015 08:34:00 ******/SET ANSI_NULLS ONGOSET ... 阅读全文

posted @ 2015-05-12 12:53 chengjunde 阅读(265) 评论(0) 推荐(0) 编辑

2015年5月8日

NHibernate - ICriteria 查询

摘要: http://blog.knowsky.com/213234.htm http://blog.chinaunix.net/uid-20463341-id-1673509.html http://www.cnblogs.com/ones/p/4362177.html 探索查询之条件查询(Criteri 阅读全文

posted @ 2015-05-08 14:37 chengjunde 阅读(188) 评论(0) 推荐(0) 编辑

2015年5月7日

C#中的where从句

摘要: C#中的where从句2011-07-03 13:07OrphousV|分类:C#/.NET|浏览8443次能解释一下下面两段代码中where的作用吗?using System;public class MyGenericClass where T: IComparable, new(){ ... 阅读全文

posted @ 2015-05-07 17:22 chengjunde 阅读(397) 评论(0) 推荐(0) 编辑

Activator.CreateInstance 方法 (Type) 的用法

摘要: Activator.CreateInstance 方法 (Type) 的用法Activator.CreateInstance 方法 (Type)使用与指定参数匹配程度最高的构造函数来创建指定类型的实例。命名空间:System程序集:mscorlib(在 mscorlib.dll 中)C#public... 阅读全文

posted @ 2015-05-07 17:20 chengjunde 阅读(262) 评论(0) 推荐(0) 编辑

2015年4月23日

海量处理

摘要: http://www.cnblogs.com/sooner/archive/2013/08/18/3266545.htmlhttp://blog.csdn.net/v_july_v/article/details/6685962 阅读全文

posted @ 2015-04-23 20:10 chengjunde 阅读(86) 评论(0) 推荐(0) 编辑

HashTable、HashSet和Dictionary的区别

摘要: HashTable与Dictionaryhttp://www.cnblogs.com/bingzisky/archive/2008/11/10/1330493.htmlhttp://www.cnblogs.com/akwwl/p/3680376.htmlHashtable 和 Dictionary ... 阅读全文

posted @ 2015-04-23 20:03 chengjunde 阅读(281) 评论(0) 推荐(0) 编辑

堆与栈的区别

摘要: C#中堆和栈的区别分析http://www.2cto.com/kf/201109/103302.htmlhttp://www.cnblogs.com/codingsilence/archive/2011/02/28/2146584.htmlhttp://www.cnblogs.com/yplong/... 阅读全文

posted @ 2015-04-23 19:56 chengjunde 阅读(360) 评论(0) 推荐(0) 编辑

C# random(number)

摘要: C#随机函数Random()的用法出自:http://www.cnblogs.com/wang726zq/archive/2012/04/28/2474711.htmlhttp://blog.csdn.net/xianxianmohan/article/details/6587909http://w... 阅读全文

posted @ 2015-04-23 19:50 chengjunde 阅读(1088) 评论(0) 推荐(0) 编辑

Row_Number()over(order by....) as

摘要: 出自:http://www.2cto.com/database/201307/227103.htmlSql Server Row_Number()学习Row_Number():row_number()主要是为选出的每一条记录按照一定的排序方式生成一个行序号。语法:1ROW_NUMBER ( ) OV... 阅读全文

posted @ 2015-04-23 18:47 chengjunde 阅读(6295) 评论(0) 推荐(0) 编辑

导航