using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-07-22 22:51:14
阅读次数:
191
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 飞行棋Ver1._0{class Program{//如果元素的值是0 代表这是1个普通//1 幸运轮盘 ◎//2 ...
分类:
其他好文 时间:
2014-07-22 22:50:56
阅读次数:
249
Model:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data;namespace { ...
分类:
其他好文 时间:
2014-07-20 10:08:00
阅读次数:
406
Json.NEThttp://json.codeplex.com/Json.Net是一个读写Json效率比较高的.Net框架.Json.Net 使得在.Net环境下使用Json更加简单。通过Linq To JSON可以快速的读写Json,通过JsonSerializer可以序列化你的.Net对象。让...
分类:
Web程序 时间:
2014-07-19 23:02:05
阅读次数:
410
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DesignMo.....
分类:
其他好文 时间:
2014-07-19 18:23:06
阅读次数:
203
using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace BZ.Web.QiYe.Handler{ /// /// Handler1 的摘要说明 /// ...
分类:
其他好文 时间:
2014-07-19 17:02:49
阅读次数:
168
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Web.UI; 6 using System.Web.UI.WebControls....
分类:
Web程序 时间:
2014-07-18 19:02:51
阅读次数:
212
Entity Framework是个好东西,虽然没有Hibernate功能强大,但使用更简便。今天整理一下常见SQL如何用EF来表达,Func形式和Linq形式都会列出来(本人更喜欢Func形式)。1、简单查询:SQL:SELECT*FROM[Clients]WHEREType=1ANDDelete...
分类:
其他好文 时间:
2014-07-18 15:28:12
阅读次数:
288
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace demo1{ class Program { static...
分类:
其他好文 时间:
2014-07-18 10:16:30
阅读次数:
188
第一部分学习函数式思维
捡起这本书的原因可能很多。可能是在学习 LINQ 和 C# 3.0,或者受此影响的别的技术时,听到过函数式编程,你想知道它是否有还其他意思;也可能听说过函数式编程可以使写并行或异步程序更容易;也许听说过函数风格的其他有趣应用,比如,如何写出没有可变状态的程序;还可能已听说过一种叫 F# 的新语言,将会成为 Visual Studio 2010 的一部分,你可能想知道...
分类:
其他好文 时间:
2014-07-17 20:14:35
阅读次数:
188