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.Data;using
System.Data.SqlClient;namespace AddressBook{...
分类:
数据库 时间:
2014-05-20 10:08:21
阅读次数:
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
Problem Descriptionlcy gives a hard puzzle to
feng5166,lwg,JGShining and Ignatius: gave a and b,how to know the a^b.everybody
objects to this BT probl...
分类:
其他好文 时间:
2014-05-19 16:05:39
阅读次数:
188
1.声明一个回调Interface:public interface CallBack { /** *
执行回调方法 * @param objects 将处理后的结果作为参数返回给回调方法 */ public void execute(Object...
分类:
其他好文 时间:
2014-05-19 12:22:57
阅读次数:
317
1 Object-aduitor审计具体分析
上一篇文章中,讲解了Object-aduitor的启动,其中审计的具体执行是AuditorWorker实现的,在run_audit中实例化了AuditorWorker类,并调用audit_all_objects方法,下面看此方法的具体代码实现:
def audit_all_objects(self, mode='once', device_dirs...
分类:
其他好文 时间:
2014-05-18 16:06:57
阅读次数:
427
一:上图二:相关代码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