会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
凌羽
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
10
下一页
2015年12月30日
C# 标准差计算
摘要: 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)
2015年12月1日
oracle net manager的配置文件tnsnames.ora位置
摘要: 配置文件所在的路径:C:\app\Ling-PC\product\11.2.0\client_1\network\admin (红色为安装的盘符位置)
阅读全文
posted @ 2015-12-01 10:39 莫等闲也
阅读(2147)
评论(0)
推荐(0)
2015年11月30日
List集合转换为数组形式
摘要: 通过List集合对象的转类型函数 .ToArray()如List→ deciaml[]代码如下: var ComIdList = ComList.Select(p => p.ComId).ToArray();
阅读全文
posted @ 2015-11-30 11:32 莫等闲也
阅读(1765)
评论(0)
推荐(0)
2015年8月14日
RadGridView标头分行
摘要:
阅读全文
posted @ 2015-08-14 13:38 莫等闲也
阅读(175)
评论(0)
推荐(0)
2015年6月15日
HttpUtility.UrlEncode
摘要:
阅读全文
posted @ 2015-06-15 17:50 莫等闲也
阅读(218)
评论(0)
推荐(0)
2015年3月1日
Winform数据导出Execl小工具
摘要: 前台界面.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)
2015年2月13日
姬国伟
摘要: 附属照片一张
阅读全文
posted @ 2015-02-13 16:02 莫等闲也
阅读(502)
评论(3)
推荐(0)
2015年2月6日
在IIS6上部署MVC站点,Nhiernate数据库底层
摘要: 服务器环境要求: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)
2014年11月14日
跨域文件 clientaccesspolicy.xml
摘要:
阅读全文
posted @ 2014-11-14 17:22 莫等闲也
阅读(2001)
评论(0)
推荐(0)
2014年10月29日
调用Ria Service中方法的各种方式
摘要: 前端界面后台: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
下一页