码迷,mamicode.com
首页 >  
搜索关键字:linq to objects    ( 10076个结果
用递归列出指定文件夹下的所有文件
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
VAOs, VBOs, Vertex and Fragment Shaders
关于Vertex Array Objects(VAOs), Vertex Buffer Objects(VBOs), Vertex and Fragment Shaders的概念还是看官方说明理解的好! The OpenGL 3.2 core specification removes the majority of the fixed function pipeline previou...
分类:其他好文   时间:2014-07-19 23:31:48    阅读次数:241
常用的.NET开源项目(转)
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
2.大话设计模式-策略模式
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
通过定义任务委托的方法处理 action
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
【足迹C++primer】47、Moving Objects(2)
Moving Objects(2) Rvalue References and Member Functions StrVec.h #ifndef STRVEC_H #define STRVEC_H #include #include #include // simplified implementation of the memory allocation strateg...
分类:编程语言   时间:2014-07-19 11:15:04    阅读次数:239
asp.net分页
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
Oracle中判断字段是否包含中文
SQL> drop table test purge; SQL> create table test as select * from dba_objects where rownum SQL> update test set object_name='中国' where  rownum SQL> commit; SQL> col object_name format a30 SQL>...
分类:数据库   时间:2014-07-18 14:10:03    阅读次数:618
【足迹C++primer】47、Moving Objects(1)
Moving Objects(1) * 功能:Moving Objects * 时间:2014年7月17日08:46:45 * 作者:cutter_point */ #include #include #include #include #include #include #include #include using namespace std; /*****************...
分类:编程语言   时间:2014-07-18 11:16:47    阅读次数:286
正在使用word2013测试发博客
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!