码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
LogEntry
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
Win8.1应用开发之动态磁贴
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...
分类:Windows程序   时间:2014-07-18 21:34:40    阅读次数:333
C# .net 如何根据访问者IP获取所在地区
第一步:在根目录添加新项(类),新建一个类文件,把以下文件粘贴到该类文件下: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
C#泛型
一、泛型概述 二、泛型的优点 三、泛型类型参数 四、类型参数的约束 五、泛型类 六、泛型接口 七、泛型方法 八、泛型委托1九、泛型代码中的default 关键字 十、C++ 模板和C# 泛型的区别 十一 、运行时中的泛型 十二 、基础类库中的泛型 前言泛型(generic)是C#语言2.0和通用语言...
分类:其他好文   时间:2014-07-18 19:14:08    阅读次数:328
json.net 比jsonIgnore 更好的方法 修改源码
关于 JsonIgnore 问题,EF T4 模板 中 存在主外键关系namespace WindowsFormsApplication1{ using System; using System.Collections.Generic; using Newtonsoft.Json; public p...
分类:Web程序   时间:2014-07-18 16:19:57    阅读次数:433
正在使用word2013测试发博客
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
C#做外挂的常用API,本人用了很久,基本没发现问题usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Runtime.InteropServices;//这个肯定要的namespaceWindowsApp...
分类:Windows程序   时间:2014-07-18 08:20:05    阅读次数:324
c# 自己制作一个简单的项目倒计时器
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
(20140714作业)超必杀都是从小招数中提炼出来的!C#基础技能汇总
作业要求是汇总之前学过的基础知识,可以说 学的乱七八糟,一塌糊涂! 这里写了石头提及的几个重点,比如泛型,委托。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Refle...
分类:其他好文   时间:2014-07-17 18:35:16    阅读次数:205
C# HttpBrowser 跨进程访问,解决内存泄露问题
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!