码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
泛型类( 转载)
C#自定义泛型类用得最广泛的就是在集合(Collection)中。本文介绍了C#自定义泛型Generic的用法。AD:51CTO学院:IT精品课程在线看!Generic是Framework 2.0的新元素,中文名字称之为“泛型” ,特征是一个带有尖括号的类,比如ListC#自定义泛型类用得最广泛,就...
分类:其他好文   时间:2014-05-01 13:32:57    阅读次数:286
【WPF】验证
using System;using System.Collections.Generic;using System.ComponentModel;using System.Co...
分类:其他好文   时间:2014-05-01 12:25:41    阅读次数:390
weblogic安装
1、检查是否关闭防火墙[root@gaosheng ~]# service iptables statusFirewall is stopped.View Code如果防火墙没有关闭,最好关闭;生产环境下,视具体情况而定.2、上传weblogic安装包wls1036_generic.jar此步骤略3...
分类:Web程序   时间:2014-05-01 10:36:19    阅读次数:698
console.read()读入的内容
今天写的特别简单的代码,大体是一个模式选择,从控制台读入一个数,然后做出相应的选择. 代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Thre...
分类:其他好文   时间:2014-05-01 08:41:35    阅读次数:340
ASP.NET打包生成zip压缩文件
using System;using System.Collections.Generic;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.IO;using System.Drawin...
分类:Web程序   时间:2014-05-01 08:07:45    阅读次数:408
导出EXCEL数据时防止数值变科学计数的办法
网上有很多说法,最简单直接正确的做法是判断一下是否为数值以及长度,然后给单元格加上以下CSS即可:mso-generic-font-family:auto; mso-font-charset:134; mso-number-format:"\@"; mso-background-source:aut...
分类:其他好文   时间:2014-04-30 23:20:46    阅读次数:471
java5核心基础之泛型(3)-泛型作用于编译阶段-如何将String对象传入Integer类型的泛型对象中?
泛型作用于编译阶段: 泛型是作用于编译阶段,在编译阶段控制类型,以确保在编写代码的时候只能传入指定类型数据到泛型集合对象中去。如何验证呢,贴代码如下: package highBasic.generic;import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import ja...
分类:编程语言   时间:2014-04-29 13:34:22    阅读次数:277
Linq To Entity 多表联合查询
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace LinqToEntity { class Program { static void Main(string[] args) { //...
分类:其他好文   时间:2014-04-29 13:16:21    阅读次数:574
C#-访问轰炸机,新建进程,结束进程...(ConsoleApp)---ShinePans
program.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace Tst { class Program { static void Main(string[] arg...
分类:移动开发   时间:2014-04-27 21:35:59    阅读次数:467
ACM-计算几何之Scrambled Polygon——poj2007
ACM 计算几何 Scrambled Polygon poj2007 几种极角排序...
分类:其他好文   时间:2014-04-27 21:33:59    阅读次数:421
9960条   上一页 1 ... 992 993 994 995 996 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!