码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
EF 底层基础方法
1 using System; 2 using System.Data; 3 using System.Collections.Generic; 4 using System.Data.Entity; 5 using System.Linq; 6 using System.Linq.E...
分类:其他好文   时间:2014-08-08 11:53:37    阅读次数:338
委托二--------使用委托实现冒泡排序
-------------------------------------------------------------Proson.csusingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConsoleApplication2 { publicclassProson { publicstringName{get;priv..
分类:其他好文   时间:2014-08-08 02:12:05    阅读次数:184
委托三------------多播委托与匿名方法
============================================多播委托-------------------------------------主程序usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConsoleApplication3 { classProgram { stati..
分类:其他好文   时间:2014-08-08 02:10:55    阅读次数:272
一段关于测试和自定义Attribute的代码
来自《西夏普入门经典》using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;namespace ConsoleApplication1{ .....
分类:其他好文   时间:2014-08-07 12:59:40    阅读次数:217
ASP.NET MVC验证码演示(Ver2)
前一版本《ASP.NET MVC验证码演示》http://www.cnblogs.com/insus/p/3622116.html,Insus.NET还是使用了Generic handler来产生一个验证码图片,这一直是Insus.NET在开发asp.net时使用的方法。本篇Insus.NET不使用...
分类:Web程序   时间:2014-08-07 12:38:20    阅读次数:203
C#远程获取/读取网页内容
转载自 :http://blog.csdn.net/gisfarmer/article/details/2836904usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Net;usingSystem.IO...
分类:Web程序   时间:2014-08-07 12:34:00    阅读次数:305
c# 将PPT转换成HTML
这只是一个小程序,就是将ppt转换成html,方法很多,为了以后备用,在此记录一下,也和大家分享 源码如下: using System; using System.Collections.Generic; using System.Text; using System.IO; using PPT =...
分类:Web程序   时间:2014-08-07 12:08:10    阅读次数:407
Socket_C#
服务端代码(Server.cs): 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Net.Sockets; 6 us...
分类:其他好文   时间:2014-08-07 12:00:00    阅读次数:236
Unity3D游戏开发从零单排(五) - 导入CS模型到Unity3D
游戏动画基础Animation组件 Animation组件是对于老的动画系统来说的。老的动画形同相应的动画就是clip,每一个运动都是一段单独的动画,使用Play()或CrossFade(),直接播放动画 或淡入淡出播放动画。 animation.Play("name");animation....
分类:其他好文   时间:2014-08-06 22:11:32    阅读次数:801
用于异步的BackgroundWorker
XAML代码: process cancel View Code后台代码using System;using System.Collections.Generic;using System.ComponentModel;u...
分类:其他好文   时间:2014-08-06 22:03:12    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!