using System;using System.Collections.Generic;using
System.Data.Entity;using System.Linq;using System.Linq.Expressions;using
System.Text;using SnsDB;u...
分类:
其他好文 时间:
2014-06-06 21:45:06
阅读次数:
384
原题地址:https://oj.leetcode.com/problems/distinct-subsequences/题意:Given
a stringSand a stringT, count the number of distinct subsequences ofTinS.A
subseq...
分类:
编程语言 时间:
2014-06-06 09:59:43
阅读次数:
330
C#中List.ForEach 方法是对 List 的每个元素执行指定操作。 示例:using
System;using System.Collections.Generic;using System.Linq;using
System.Text;using System.Threading....
分类:
其他好文 时间:
2014-06-06 08:29:39
阅读次数:
470
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
数据库 时间:
2014-06-04 17:30:04
阅读次数:
214
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
数据库 时间:
2014-06-04 17:15:53
阅读次数:
287
前面介绍了Linq的三个方面应用:Linq to SQL, Linq to XML和Linq to Object,这篇介绍一下动态Linq的实现方式及应用场景。
命名空间:
System.Linq;
System.Linq.Expressions;
应用Linq的时候,我们都知道只需要Lambda表达式就行,但有些场景仅仅只使用Data Model的字段名操作是不够的或者不方便的。...
分类:
其他好文 时间:
2014-06-04 13:43:42
阅读次数:
310
之前为写Asp.Net MVC4而写了Linq应用系列:
Linq技术一:Linq to SQL和Devart Linq to SQL Model
Linq技术二:Linq to XML及xml增删改查的不同实现方式
Linq技术三:Linq to Object 和生成数据表的扩展方法
Linq技术四:动态Linq技术 -- Linq.Expressions ...
分类:
Web程序 时间:
2014-06-04 13:10:21
阅读次数:
411
1 using System; 2 using System.Collections.Generic;
3 using System.Linq; 4 using System.Text; 5 using
System.Runtime.InteropServices; 6 7 namespace .....
分类:
其他好文 时间:
2014-06-02 18:26:00
阅读次数:
185
Subsets
Total Accepted: 13267 Total
Submissions: 48509My Submissions
Given a set of distinct integers, S, return all possible subsets.
Note:
Elements in a subset must be in non-desc...
分类:
其他好文 时间:
2014-06-02 10:28:35
阅读次数:
186
在昨天我学习了LinQ的一些基础知识和动手写了一些LinQ to
Object的例子的基础上,对于LinQ语法和基本的要点有了一定的了解。今天继续自己的学习,对于今天学习的LinQ to DataSet 和LinQ to
Entity做自己的一些总结,一方面加深自己的理解,另一方面也能掌握LinQ....
分类:
其他好文 时间:
2014-06-02 02:05:58
阅读次数:
300