上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: 2 if (numberList.Any()) 3 { 4 exEntity.MinValue = numberList.First().NumberValue.ToString(); 5 exEntity.MaxValue = numberList.Last().Numb... 阅读全文
posted @ 2015-12-30 16:22 莫等闲也 阅读(6362) 评论(0) 推荐(0)
摘要: 配置文件所在的路径:C:\app\Ling-PC\product\11.2.0\client_1\network\admin (红色为安装的盘符位置) 阅读全文
posted @ 2015-12-01 10:39 莫等闲也 阅读(2147) 评论(0) 推荐(0)
摘要: 通过List集合对象的转类型函数 .ToArray()如List→ deciaml[]代码如下: var ComIdList = ComList.Select(p => p.ComId).ToArray(); 阅读全文
posted @ 2015-11-30 11:32 莫等闲也 阅读(1765) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-08-14 13:38 莫等闲也 阅读(175) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-06-15 17:50 莫等闲也 阅读(218) 评论(0) 推荐(0)
摘要: 前台界面.cs文件using System;using System.Collections.Generic;using System.ComponentModel;using System.Configuration;using System.Data;using System.Data.OleD... 阅读全文
posted @ 2015-03-01 10:20 莫等闲也 阅读(325) 评论(2) 推荐(0)
摘要: 附属照片一张 阅读全文
posted @ 2015-02-13 16:02 莫等闲也 阅读(502) 评论(3) 推荐(0)
摘要: 服务器环境要求:Windows 2003 server + IIS6.01.必须安装.net framework 4.0, MVC2.最好能安装.net framework 的sp1, 我们服务器上装的是.net framework 3.5 sp1和mvc3.IIS站点配置1. 添加站点, 在站点上... 阅读全文
posted @ 2015-02-06 10:04 莫等闲也 阅读(276) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-11-14 17:22 莫等闲也 阅读(2001) 评论(0) 推荐(0)
摘要: 前端界面后台:using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Windows;using System.Windows.Controls;using Syste... 阅读全文
posted @ 2014-10-29 17:46 莫等闲也 阅读(677) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页