码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
添加服务,用于定期执行某个程序或者应用程序(windows service)
需要配合window的安装程序一起写using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Diagnostics;using System.Li...
分类:Windows程序   时间:2014-07-23 15:37:39    阅读次数:270
C# 指针_铭轩同学原创
using System;using System.Collections.Generic;using System.Text;namespace HelloWorld{ class Program { static void Main(string[] args) ...
分类:其他好文   时间:2014-07-23 15:01:46    阅读次数:155
静态构造函数到底执行了多少次?
我们知道对于class和struct都可以定义构造函数,而构造函数又有实例构造函数和静态构造函数。实例构造函数在每次实例化时,都会执行一次。那静态构造函数是否如此呢?我们先来看一段代码: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Thread...
分类:其他好文   时间:2014-07-23 13:20:16    阅读次数:198
ImageHelper
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Drawing;namespace WindowsFormsApplicati...
分类:其他好文   时间:2014-07-23 11:49:06    阅读次数:199
LogData
using System;using System.Collections.Generic;using System.Linq;using System.Text;using WindowsFormsApplication3.Model;using WindowsFormsApplication3....
分类:其他好文   时间:2014-07-23 11:47:46    阅读次数:160
CheckoutContext
using System;using System.Collections.Generic;using WindowsFormsApplication3.Utility;using WindowsFormsApplication3.Model;namespace WindowsFormsApplic...
分类:其他好文   时间:2014-07-23 11:47:26    阅读次数:163
6.大话设计模式-工厂模式
工厂模式和简单工厂有什么区别。废话不多说,对比第一篇例子应该很清楚能看出来。优点: 工厂模式弥补了简单工厂模式中违背开放-封闭原则,又保持了封装对象创建过程的优点。using System;using System.Collections.Generic;using System.Linq;usin...
分类:其他好文   时间:2014-07-23 11:46:36    阅读次数:188
ImageConstants
using System;using System.Collections.Generic;using System.Linq;using System.Text;using WindowsFormsApplication3.Utility;using System.Drawing;using Sy...
分类:其他好文   时间:2014-07-23 11:45:26    阅读次数:390
BaseJob
using System;using System.Collections.Generic;using System.Linq;using System.Text;using WindowsFormsApplication3.Model;using WindowsFormsApplication3....
分类:其他好文   时间:2014-07-23 11:45:06    阅读次数:191
LogEntry
using System;using System.Collections.Generic;using System.Linq;using System.Text;using WindowsFormsApplication3.Enums;namespace WindowsFormsApplicati...
分类:其他好文   时间:2014-07-23 11:41:56    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!