using UnityEngine;using System.Linq;using System.Collections.Generic;[RequireComponent(typeof(CharacterMotor))][RequireComponent(typeof(CharacterStatu...
分类:
其他好文 时间:
2014-07-31 16:08:17
阅读次数:
240
转自: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
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私房菜》基础学习篇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
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中批量插入方法一: insert into kangaiduoyaodian ( depart1, depart2, product_name, generic_name, img, product_specification, unit, approval_certificate,....
分类:
其他好文 时间:
2014-07-30 20:35:24
阅读次数:
216
在C#中,Dictionary提供快速的基于兼职的元素查找。他的结构是这样的:Dictionary ,当你有很多元素的时候可以使用它。它包含在System.Collections.Generic名空间中。在使用前,你必须声明它的键类型和值类型。 方法/步骤要使用Dictionary集合,需要导入C#...
分类:
其他好文 时间:
2014-07-30 20:30:04
阅读次数:
200