码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
Boyer-Moore (C#)
调用ShowExample方法即可查看结果使用Debug配置编译可以查看详细匹配过程using System;using System.Collections.Generic;namespace Dijistra{ /// /// An implemention of Boyer-Mo...
分类:其他好文   时间:2014-06-28 23:54:57    阅读次数:278
MVC的控制器的激活过程,我们从MvcHandler开始讲,前面的事情以后再讲
一、从MvcHandler开始(不要觉得是代码,让你看懂才是最重要的)using Microsoft.Web.Infrastructure.DynamicValidationHelper;using System;using System.Collections.Generic;using Syst...
分类:Web程序   时间:2014-06-28 22:46:48    阅读次数:322
WPF中的Pack URI
问题说来也简单:首先,我在WPF项目中建立了一个用户自定义控件(CustomControl),VS模板为我们自动生成了CustomControl1和Theme文件夹(里边包含一个Generic.xaml):接着,我想把它移动到一个新的类库(DLL)里去:然后我添加了对类库的引用在WPF项目中,我开始...
分类:其他好文   时间:2014-06-28 20:09:26    阅读次数:256
Path静态类
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi...
分类:其他好文   时间:2014-06-21 08:14:06    阅读次数:176
动态表达式计算
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Text.RegularExpressions; 6 7 nam...
分类:其他好文   时间:2014-06-20 23:01:38    阅读次数:268
多态override
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Sln0405 7 { 8 class Program 9 {1...
分类:其他好文   时间:2014-06-18 08:39:47    阅读次数:159
WebService中实现上传下载文件
不多说,直接看代码:/*上传文件的WebService*/using System;using System.Collections;using System.Collections.Generic;using System.ComponentModel;using System.Data;usin...
分类:Web程序   时间:2014-06-17 21:32:10    阅读次数:219
[C#]对于INI操作代码
using System.Collections.Generic;using System.Diagnostics;using System.IO;using System.Reflection;using System.Runtime.InteropServices;using System.Te...
分类:其他好文   时间:2014-06-17 20:49:42    阅读次数:281
简单的加载 ztree
HTML页面: .csusing System;using System.Collections.Generic;using System.Data;using System.Linq;usin...
分类:其他好文   时间:2014-06-17 20:44:56    阅读次数:204
异常记录(写txt日志文件)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace WebBuild_CRM.Common{ public class Excep...
分类:其他好文   时间:2014-06-17 19:57:12    阅读次数:250
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!