码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
C#运算String型表达式
现在有一个小需求就是对一个xml中的conditionusing System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.JScript;namespace TestX.....
分类:其他好文   时间:2014-06-16 07:12:36    阅读次数:204
验证码,字体旋转。
Code.csusing System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO;...
分类:其他好文   时间:2014-06-16 06:13:29    阅读次数:219
启动WCF多个服务方法
引用就不说明,直接贴上:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.ServiceModel;using System.Configuration;usi...
分类:其他好文   时间:2014-06-15 22:17:25    阅读次数:226
The Apache Tomcat Connector
http://tomcat.apache.org/connectors-doc/generic_howto/quick.html搭建最简单的tomcat connector用到了apapche 的mod_jk 模块 。下载编译 tomcat connectorwget http://mirrors....
分类:其他好文   时间:2014-06-15 16:38:31    阅读次数:220
重温WCF之群聊天程序(十)
完成的效果图:服务器端代码:using System;using System.Collections.Generic;using System.Linq;using System.ServiceModel;using System.ServiceModel.Description;using Sy...
分类:其他好文   时间:2014-06-15 06:54:24    阅读次数:287
子窗体控制父窗体的内容
//父窗体using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.T...
分类:Windows程序   时间:2014-06-15 06:04:18    阅读次数:366
LINQ to Object
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Collections; 5 6 namespace Demo1 7 { 8 class Program 9 ...
分类:其他好文   时间:2014-06-13 15:00:27    阅读次数:241
委托与事件
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace 委托实现事件1 7 { 8 class Program 9 {1...
分类:其他好文   时间:2014-06-13 14:58:21    阅读次数:208
委托错误点
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace 委托练习 7 { 8 class Program 9 {10 ...
分类:其他好文   时间:2014-06-13 14:50:06    阅读次数:244
c# 多线程排队队列实现的源码
[csharp]view plaincopyusingSystem;usingSystem.Threading;usingSystem.Collections;usingSystem.Collections.Generic;//将线程同步事件封装在此类中,//以便于将这些事件传递给Consumer和...
分类:编程语言   时间:2014-06-12 08:35:04    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!