using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace WindowsFormsApplication3.Model{ public class LogEntry ...
分类:
其他好文 时间:
2014-07-19 20:37:00
阅读次数:
177
using demo02.Common;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.ApplicationModel;
using Win...
第一步:在根目录添加新项(类),新建一个类文件,把以下文件粘贴到该类文件下:using System;using System.Collections.Generic;using System.Text;using System.Net;using System.IO;using System.Di...
分类:
Web程序 时间:
2014-07-18 19:17:23
阅读次数:
387
一、泛型概述 二、泛型的优点 三、泛型类型参数 四、类型参数的约束 五、泛型类 六、泛型接口 七、泛型方法 八、泛型委托1九、泛型代码中的default 关键字 十、C++ 模板和C# 泛型的区别 十一 、运行时中的泛型 十二 、基础类库中的泛型 前言泛型(generic)是C#语言2.0和通用语言...
分类:
其他好文 时间:
2014-07-18 19:14:08
阅读次数:
328
关于 JsonIgnore 问题,EF T4 模板 中 存在主外键关系namespace WindowsFormsApplication1{ using System; using System.Collections.Generic; using Newtonsoft.Json; public p...
分类:
Web程序 时间:
2014-07-18 16:19:57
阅读次数:
433
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace demo1{ class Program { static...
分类:
其他好文 时间:
2014-07-18 10:16:30
阅读次数:
188
C#做外挂的常用API,本人用了很久,基本没发现问题usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Runtime.InteropServices;//这个肯定要的namespaceWindowsApp...
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
分类:
其他好文 时间:
2014-07-17 19:00:10
阅读次数:
183
作业要求是汇总之前学过的基础知识,可以说 学的乱七八糟,一塌糊涂! 这里写了石头提及的几个重点,比如泛型,委托。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Refle...
分类:
其他好文 时间:
2014-07-17 18:35:16
阅读次数:
205
1 #undef DEBUG 2 using Microsoft.Win32; 3 using Newtonsoft.Json; 4 using System; 5 using System.Collections.Generic; 6 using System.Collections...
分类:
其他好文 时间:
2014-07-17 13:05:43
阅读次数:
1221