码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
【重要】攻击动作时间段判断~使用动画time比较动画length和使用一个变量数组做延迟
using UnityEngine;using System.Linq;using System.Collections.Generic;[RequireComponent(typeof(CharacterMotor))][RequireComponent(typeof(CharacterStatu...
分类:其他好文   时间:2014-07-31 16:08:17    阅读次数:240
[转]Dynamics AX and Generic collections of .Net
转自:http://blogs.msdn.com/b/emeadaxsupport/archive/2009/04/23/dynamics-ax-and-generic-collections-of-net.aspxEMEADAXSupport23 Apr 2009 9:54 AM3I'm usin...
分类:Web程序   时间:2014-07-31 13:12:46    阅读次数:238
虚方法 覆写
using System; using System.Collections.Generic; using System.Linq; using System.Text; using graphlei;namespace graphlei { /// /// 图形类 /// public...
分类:其他好文   时间:2014-07-31 12:13:16    阅读次数:247
连接数据库
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient; using System.Con...
分类:数据库   时间:2014-07-31 12:07:56    阅读次数:240
抽象类和抽象方法
using System; using System.Collections.Generic; using System.Linq; using System.Text;namespace ConsoleApplication1 { class Program { static void Ma...
分类:其他好文   时间:2014-07-31 09:46:35    阅读次数:233
(转)Linq DataTable的修改和查询
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data...
分类:其他好文   时间:2014-07-31 09:39:35    阅读次数:229
linux下"="号与"=="号
《鸟哥的linux私房菜》基础学习篇P382中说,在bash中"="与"=="是相同的,都代表判断是否相等,只不过由于其他语言一般写法使用"==",因此建议使用后者。但是实验时,二者还是有所不同。环境为ubuntu,3.5.0-43-generic #66~precise1-Ubuntu SMP Thu Oct 24 14:55:08 UTC 2013 i686 i686 i386 GNU/Lin...
分类:系统相关   时间:2014-07-30 23:54:55    阅读次数:427
SqlHelper
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Data;using System.Data.SqlClient;using System.Configurat...
分类:数据库   时间:2014-07-30 23:52:25    阅读次数:331
Mybatis批量和传参
MyBatis中批量插入方法一: insert into kangaiduoyaodian ( depart1, depart2, product_name, generic_name, img, product_specification, unit, approval_certificate,....
分类:其他好文   时间:2014-07-30 20:35:24    阅读次数:216
C#中Dictionary的用法
在C#中,Dictionary提供快速的基于兼职的元素查找。他的结构是这样的:Dictionary ,当你有很多元素的时候可以使用它。它包含在System.Collections.Generic名空间中。在使用前,你必须声明它的键类型和值类型。 方法/步骤要使用Dictionary集合,需要导入C#...
分类:其他好文   时间:2014-07-30 20:30:04    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!