码迷,mamicode.com
首页 >  
搜索关键字:linq to objects    ( 10076个结果
Swift学习——A Swift Tour 对象和类
Objects and Classes  对象和类 使用关键字 class 定义一个类,在定义类的属性的时候与常量或者变量的定义相同(继承父类的属性定义不同),方法和函数的定义也相同 class Shape { var numberOfSides = 0 func simpleDescription() -> String { return "A sha...
分类:其他好文   时间:2014-06-20 12:38:10    阅读次数:293
C# 自定义重绘DataGridView
using System.Collections.Generic;using System.ComponentModel;using System.Diagnostics;using System.Linq;using System.Text;using System.Windows.Forms;u...
分类:Windows程序   时间:2014-06-13 13:48:34    阅读次数:830
C# 自定义重绘TextBox
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Drawing;using System.Drawing.Drawing2D;using System.Win...
分类:其他好文   时间:2014-06-13 13:47:28    阅读次数:299
C# 制作透明窗体
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-06-13 13:19:48    阅读次数:367
linq to entity不识别方法"System.String ToString()"
将班级id以字符串形式输入如:“1111,1112,1113”。数据库里的id为int型,在数据路里找到匹配的相应班级转换成列表。在这里爆出问题:不识别方法"System.String ToString()",跪求大神提出解决方案。public IEnumerable FindClassesByID...
分类:其他好文   时间:2014-06-11 23:12:51    阅读次数:248
oracle删除数据库表空间
步骤一: 删除userdrop user ×× cascade说明: 删除了user,只是删除了该user下的schema objects,是不会删除相应的tablespace的。步骤二: 删除tablespaceDROP TABLESPACE tablespace_name INCLUDING C...
分类:数据库   时间:2014-06-11 12:49:07    阅读次数:277
面向对象之简单工厂模式
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Interface{ class InterfaceTest { static void ...
分类:其他好文   时间:2014-06-11 11:59:21    阅读次数:222
C# WindowsService安装与卸载
最近在做WinService,总结了一下安装和卸载程序,服务实现内容无法总结了。安装程序: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using Sy...
分类:Windows程序   时间:2014-06-11 10:12:29    阅读次数:415
C#: 数字经纬度和度分秒经纬度间的转换
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ /// /// 公用的特殊函数 /// pub...
分类:其他好文   时间:2014-06-11 09:34:53    阅读次数:411
SharePoint2013导入Excel到列表
using Microsoft.SharePoint; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.OleDb; using System.Linq; using System.Web.UI.WebCo...
分类:其他好文   时间:2014-06-07 14:39:38    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!