1.简单委托示例using System;using
System.Collections.Generic;using System.Linq;using System.Text;namespace
SimpleTest{ class Program { private d...
分类:
其他好文 时间:
2014-06-03 09:04:42
阅读次数:
266
/*Linq JS*/ //range var aa = Enumerable.range(1,
10).toArray(); var kk = Enumerable.range(1, 10, 3).toArray(); //select kk =
Enumerabl...
分类:
Web程序 时间:
2014-06-03 08:13:47
阅读次数:
255
代码如下:using System;using
System.Collections.Generic;using System.Linq;using System.Text;using
System.Configuration;using System.Collections;using Syste...
分类:
其他好文 时间:
2014-06-03 07:38:59
阅读次数:
208
C#端的WebService接口接收json格式数据,处理后以json格式返回resultusing
System;using System.Collections.Generic;using System.Linq;using System.Web;using
System.Web.Service...
分类:
Web程序 时间:
2014-05-31 17:30:19
阅读次数:
249
using System;using System.Collections;using
System.Collections.Generic;using System.Linq;using
System.Text.RegularExpressions;using System.Web;using S...
分类:
其他好文 时间:
2014-05-31 12:45:40
阅读次数:
199
代码如下:using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using System.T...
分类:
其他好文 时间:
2014-05-30 06:48:10
阅读次数:
200
(1)使用Hibernate JPA实现需要添加hibernate
lib里面的包之外还要添加一个com.springsources.slf4j.api.jar,否则包错,unable to build entity
manager factory如果使用4.3.5 版本的hibernate,实体类...
分类:
系统相关 时间:
2014-05-30 05:58:52
阅读次数:
392
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Threading.Tasks;namespace
ConsoleApplication2{ class...
分类:
其他好文 时间:
2014-05-30 05:34:16
阅读次数:
272
1 using System; 2 using System.Collections.Generic;
3 using System.Linq; 4 using System.Text; 5 //对数据库进行操作引入命名空间 6 using
System.Data;...
分类:
数据库 时间:
2014-05-30 03:34:30
阅读次数:
287
The Saga of Ryzom is a persistent
massively-multiplayer online game (MMORPG) released in September 2004 throughout
Europe and North America, localised...
分类:
其他好文 时间:
2014-05-29 17:55:30
阅读次数:
413