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
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.... ...
分类:
其他好文 时间:
2019-06-11 12:59:36
阅读次数:
72
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net; using System.Dia... ...
分类:
其他好文 时间:
2019-06-11 12:57:43
阅读次数:
102
承接上一篇,我们继续说下.net4.0中的同步机制,是的,当出现了并行计算的时候,轻量级别的同步机制应运而生,在信号量这一块 出现了一系列的轻量级,今天继续介绍下面的3个信号量 CountdownEvent,SemaphoreSlim,ManualResetEventSlim。 一:Countdow ...
分类:
其他好文 时间:
2019-06-10 18:29:52
阅读次数:
82