Lambda 表达式是一种可用于创建委托或表达式目录树类型的匿名函数。通过使用 lambda 
表达式,可以写入可作为参数传递或作为函数调用值返回的本地函数。 Lambda 表达式对于编写 LINQ 查询表达式特别有用。若要创建 Lambda 
表达式,需要在 Lambda 运算符 => 左侧指定输入参...
                            
                            
                                分类:
其他好文   时间:
2014-05-24 05:25:47   
                                阅读次数:
168
                             
                    
                        
                            
                            
                                using System;using 
System.Collections.Generic;using System.IO;using System.Linq;using 
System.Reflection;using System.Runtime.InteropServices;namespace...
                            
                            
                                分类:
其他好文   时间:
2014-05-23 10:59:24   
                                阅读次数:
223
                             
                    
                        
                            
                            
                                参考资料《大话设计模式》Mediator(中介者)模式:使各个对象不需要显式的相互调用,从而使其耦合松散。using System;using 
System.Collections.Generic;using System.Linq;using System.Text;namespace 
ds_me...
                            
                            
                                分类:
其他好文   时间:
2014-05-23 10:13:17   
                                阅读次数:
331
                             
                    
                        
                            
                            
                                参考资料《大话设计模式》职责链模式:using System;using 
System.Collections.Generic;using System.Linq;using System.Text;namespace 
ds_chainofresponsibility{ class Progr...
                            
                            
                                分类:
其他好文   时间:
2014-05-20 12:52:03   
                                阅读次数:
328
                             
                    
                        
                            
                            
                                using System;using System.Collections.Generic;using 
System.Linq;using System.Text;using System.Threading;//using 
System.Threading.Tasks;using System.I...
                            
                            
                                分类:
编程语言   时间:
2014-05-19 20:01:31   
                                阅读次数:
258
                             
                    
                        
                            
                            
                                using System;using System.Collections.Generic;using 
System.Collections.Specialized;using System.Linq;using System.Reflection;using 
System.Web;using We...
                            
                            
                                分类:
Web程序   时间:
2014-05-18 19:06:49   
                                阅读次数:
451
                             
                    
                        
                            
                            
                                为了进一步加深对Lambda表达式的理解,我们需要掌握一个新的知识,Lambda表达式树,可能听名字看起来很高深和难以理解,但实际上理解起来并没有想象中那么难,这篇文章我想分以下几点进行总结。1,表达式树的语法2,将代码转换到数据3,探索表达式树4,将数据转换到代码5,IQueryable和表达.....
                            
                            
                                分类:
其他好文   时间:
2014-05-18 18:53:24   
                                阅读次数:
302
                             
                    
                        
                            
                            
                                1.ajax同步,async: false,2.ASP.NET操作Oracle数据库11G 
client 32位权限NLS3.微信公众号 
OAuth2.0网页授权需要先修改地址4.EasyUI中,reload刷新当前页、load是重新加载5.LINQ链接数据库base(global::System....
                            
                            
                                分类:
其他好文   时间:
2014-05-18 02:14:19   
                                阅读次数:
281
                             
                    
                        
                            
                            
                                一:上图二:相关代码using System;using 
System.Collections.Generic;using System.ComponentModel;using System.Data;using 
System.Drawing;using System.Linq;using Sys...
                            
                            
                                分类:
编程语言   时间:
2014-05-18 01:51:47   
                                阅读次数:
407
                             
                    
                        
                            
                            
                                using System;using System.Collections.Generic;using 
System.Linq;using System.Text;namespace 索引{ class Program { static void 
Main(string[]...
                            
                            
                                分类:
其他好文   时间:
2014-05-17 20:10:36   
                                阅读次数:
254