码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
.Net Core Redis的使用
1、项目从Nuget中添加引用 Microsoft.Extensions.Caching.Redis 2、创建RedisCacheHelper.cs 帮助类,代码如下 using System;using System.Collections.Generic;using System.Text;us ...
分类:Web程序   时间:2020-03-09 10:27:10    阅读次数:75
磁盘配额,通过ManagementClass("Win32_DiskQuota")
C# using System; using System.Collections.Generic; using System.Management; namespace ConsoleApp2 { class Win32DiskQuota { private static readonly Man ...
分类:Windows程序   时间:2020-03-08 22:03:40    阅读次数:106
Java入门 - 高级教程 - 04.序列化
Java 提供了一种对象序列化的机制,该机制中,一个对象可以被表示为一个字节序列,该字节序列包括该对象的数据、有关对象的类型的信息和存储在对象中数据的类型。
分类:编程语言   时间:2020-03-08 09:36:27    阅读次数:63
SqlHelper
aa 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Config ...
分类:数据库   时间:2020-03-06 19:46:53    阅读次数:74
.net(四) winform应用程序
winform应用程序是一种智能客户端技术,可以使用其来帮助我们获得信息或传输信息。 XAML VS中新建窗体应用程序 程序入口 Program.cs using System; using System.Collections.Generic; using System.Linq; using S ...
分类:Windows程序   时间:2020-03-06 01:20:15    阅读次数:92
MVC+EF 理解和实现仓储模式和工作单元模式
MVC+EF 理解和实现仓储模式和工作单元模式 原文:Understanding Repository and Unit of Work Pattern and Implementing Generic Repository in ASP.NET MVC using Entity Framework ...
分类:Web程序   时间:2020-03-05 20:50:16    阅读次数:95
C# -WebAPIOperator.cs
说明:一个用C#编写的WebAPI操作类,只写了Get Post 部分。 using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.L ...
分类:Windows程序   时间:2020-03-05 15:27:41    阅读次数:85
C#数组求和,求最大数,最小数,平均值
以上是代码 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication ...
分类:编程语言   时间:2020-03-05 00:49:21    阅读次数:87
MR_L先生 3_05_02_MSSQL课程_Ado.Net_SQLDataAdapter和SqlCommandBuilder实现自动的增删改查映射到数据库操作
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; usi ...
分类:数据库   时间:2020-03-04 12:39:32    阅读次数:108
C# 读写XML文件最简单方法
C#史上最简单读写xml文件方式,创建控制台应用程序赋值代码,就可以运行,需要改动,请自行调整 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; ...
分类:Windows程序   时间:2020-03-04 00:36:13    阅读次数:224
7184条   上一页 1 ... 29 30 31 32 33 ... 719 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!