简介 迭代器模式是设计模式中的一种,能够获得序列中的元素,不关心其具体内容。这也是LINQ的核心模式。 具体实现 先创建一个单体的数据类 Car 代码如下: 我们利用IEnumerable接口去封装一个Car数组 代码如下 接下来我们实现GetEnumerator函数里面的内容 新建CarItera ...
分类:
编程语言 时间:
2019-06-18 14:29:06
阅读次数:
123
一、建立一个数据库帮助类 DbHelper 二、建立一个数据库类型类 DatabaseType 三、日期处理类 DbTimeType 四、Json操作类 Json 五、类型转换扩展类 Extensions ...
分类:
数据库 时间:
2019-06-18 12:10:47
阅读次数:
115
这个本是针对MSDN上所写的代码,不过写一半不想写了。 不想浪费代码,是个半成品的半成品。 效果图: 思路: 利用PopUp来做显示层。 显示层中的数据则是绑定到Datagrid的数据。 popup中数据是需要去重的,利用简易的linq处理下即可。 选择popup之后,未选择的 数据的这一行都是需要 ...
Dapper.Common Dapper.Common是基于Dapper的Lambda扩展,遵循Linq语法规则,上手快,支持Mysql,Sqlserver(目前只实现了这两个数据,实现其他数据库也很轻松),支持单表,多表,自定义函数等功能。 开源地址:https://github.com/1448 ...
分类:
移动开发 时间:
2019-06-15 19:00:24
阅读次数:
1607
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 闰年{ class Program { static vo ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using TalentCloud.Base.Utils; using System.IO; using System.Text; ...
分类:
微信 时间:
2019-06-11 15:08:06
阅读次数:
155
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; /* //由框架提供的委托类型 //无返的 Action act0 ... ...
分类:
其他好文 时间:
2019-06-11 15:02:38
阅读次数:
101
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 多线程 { class Program { st... ...
分类:
其他好文 时间:
2019-06-11 14:57:49
阅读次数:
90
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Lambda //匿名方法,用来实现委托 { c... ...
分类:
其他好文 时间:
2019-06-11 14:56:01
阅读次数:
109
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.Linq; using System.Management; using ... ...
分类:
编程语言 时间:
2019-06-11 14:51:21
阅读次数:
120