码迷,mamicode.com
首页 >  
搜索关键字:linq to objects    ( 10076个结果
sql 表操作中一些常用的函数
use master--数据库内置函数select * from sys.all_objects--聚合函数select N'总数' = COUNT(*), N'最大值' = MAX(schema_id), N'最小值' = MIN(schema_id), N'平均值' =...
分类:数据库   时间:2014-07-16 18:36:39    阅读次数:235
word的锁定与解锁
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Net.Mime; 6 using System.ComponentModel;....
分类:其他好文   时间:2014-07-16 18:35:35    阅读次数:198
.NET开源组件
.NET模型验证组件FluentValidation基于LINQ表达式方法链Fluent接口验证组件:FluentValidation for .NEThttp://blog.csdn.net/cqkxzyi/article/details/9983965http://www.2cto.com/kf...
分类:Web程序   时间:2014-07-16 17:46:53    阅读次数:221
Sort Colors
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the integers ...
分类:其他好文   时间:2014-07-16 17:18:44    阅读次数:207
获取月份的周时间段
包括C#方法和SQL方法。C#using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { ...
分类:其他好文   时间:2014-07-16 15:39:21    阅读次数:195
泛型的静态成员
------------------------------------StaticDome.csusingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConsoleApplication3 { publicclassStaticDome<T> { publicstaticintx; } }------------..
分类:其他好文   时间:2014-07-15 12:17:08    阅读次数:182
泛型约束
-----------------------------------IDocument.cs(定义一个接口)usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConsoleApplication3 { publicinterfaceIDocument { stringTitle{get;set;}//文..
分类:其他好文   时间:2014-07-15 11:38:31    阅读次数:272
类型安全---泛型与非泛型
============================================================非泛型-------------------------LinkedListNode.cs类usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConsoleApplication1 { publi..
分类:其他好文   时间:2014-07-15 11:33:25    阅读次数:273
安装Rational Rose启动报错:无法启动此程序,由于计算机中丢失 suite objects.dll。
执行Rational Rose的时候假设出现这种错误,先检查环境变量有没有common的地址,假设没有直接配上就OK;配置例如以下:D:\Program Files\Rational\Common; 我的win7直接使用大写的Common路径没有出现以下资料说的问题;假设有的能够依照以下资料再次改动...
分类:其他好文   时间:2014-07-15 09:38:30    阅读次数:278
XML 创建
using unityEngine;using System.Collections;using System.Linq;using System.Xml.Linq;using System;public class XML {//static string xmlpath = Applicatio...
分类:其他好文   时间:2014-07-15 09:37:14    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!