码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
Session的原理解释
创建一个项目Session,在项目下面添加一个类 SessionMgr 添加一个WebForm1.aspx SessionMgr 类  using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Sesson { public class SessonM...
分类:其他好文   时间:2014-08-05 15:50:09    阅读次数:327
image2string
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2014-08-05 00:33:58    阅读次数:204
main
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication2{ class Program { ...
分类:其他好文   时间:2014-08-05 00:23:28    阅读次数:180
INIHelper
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System;using System.IO;using System.Runtime.InteropServices;us...
分类:其他好文   时间:2014-08-05 00:22:48    阅读次数:210
通过WebSocket实现实时通讯C#语言编写服务端
无意中发现js有webSocket对象于是百度了一下客户端代码与服务端代码没有现成的有的就有一些简单了连接例子有的还不好使 于是就自己整理了一下c#编写的服务端代码using System;using System.Collections.Generic;using System.Linq;usin...
分类:Web程序   时间:2014-08-05 00:07:38    阅读次数:730
WinForm DataGridView分页功能
WinForm 里面的DataGridView不像WebForm里面的GridView那样有自带的分页功能,需要自己写代码来实现分页,效果如下图:分页控件.CS: 1 using System; 2 using System.Collections.Generic; 3 using Syste...
分类:Windows程序   时间:2014-08-04 20:35:17    阅读次数:524
c#执行Dos命令
效果图: 具体实现在代码中有详细的注释,请看代码。 实现执行CMD命令的核心代码(Cmd.cs): [csharp] using System; using System.Collections.Generic; using System.Linq; using System.Text; ...
分类:其他好文   时间:2014-08-04 17:22:47    阅读次数:706
【Unity3D自学记录】Unity3D网络之Socket聊天室初探
首先创建一个服务端程序,这个程序就用VS的控制台程序做就行了。 代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Sockets; namespace SocketServer { class Program ...
分类:其他好文   时间:2014-08-04 11:04:57    阅读次数:251
系统数据监控
系统数据监控。using System;using System.Collections.Generic;using System.Diagnostics;using System.Linq;using System.Text;using System.Threading;using Arch.CF...
分类:其他好文   时间:2014-08-04 10:51:27    阅读次数:206
c#_for project_
attribute:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using ServiceStack.Redis;namespace Red...
分类:其他好文   时间:2014-08-04 01:55:36    阅读次数:276
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!