码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
验证码几个小例
例一:在网站要目录下添加ValidateCode.aspx,路径自己定。ValidateCode.aspx:ValidateCode.aspx.cs:using System;using System.Collections.Generic;using System.Web;using System...
分类:其他好文   时间:2014-05-27 01:03:47    阅读次数:430
在VisualStudio 2012上使用MVC3出现错误的解决办法
1. 错误:找不到方法:“System.Collections.Generic.Dictionary`2 System.Web.Razor.Parser.CSharpCodeParser.get_RazorKeywords()”。解决方法:在web.config中删除:
分类:Web程序   时间:2014-05-24 01:34:56    阅读次数:1583
C#多线程的简单例子
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;//using System.Threading.Tasks;using System.I...
分类:编程语言   时间:2014-05-19 20:01:31    阅读次数:258
关于继承扩展ASP.NET控件(以Textbox为例)
以下是一个相对简陋的扩展, 主要是针对金额显示的Textbox扩展.using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI.WebControls;usi...
分类:Web程序   时间:2014-05-19 07:34:53    阅读次数:426
C#访问配置文件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;using System.IO;namespace Hello...
分类:其他好文   时间:2014-05-18 20:16:27    阅读次数:309
C#-MessageBox全部函数重载形式及举例
Form1.cs[csharp]view plaincopyusingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem....
分类:其他好文   时间:2014-05-18 20:04:33    阅读次数:362
在一般处理程序中,把Form Post过来的表单集合转换成对象 ,仿 MVC post,反射原理
using System;using System.Collections.Generic;using System.Collections.Specialized;using System.Linq;using System.Reflection;using System.Web;using We...
分类:Web程序   时间:2014-05-18 19:06:49    阅读次数:451
winform小程序------数字猜大小(经典线程和自动生成控件的小例子)
一:上图二:相关代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using Sys...
分类:编程语言   时间:2014-05-18 01:51:47    阅读次数:407
c#学习6,命名空间
using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using 命名空间.ir;//如果使用的类不在一个namespace,添加using...
分类:其他好文   时间:2014-05-17 20:30:00    阅读次数:227
c#学习7.索引
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 索引{ class Program { static void Main(string[]...
分类:其他好文   时间:2014-05-17 20:10:36    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!