会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
西楼月光
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2015年4月29日
善用try catch来使不可避免的错误发生时,程序不崩溃,只是终止该进程。
摘要: sssss
阅读全文
posted @ 2015-04-29 14:21 西楼月光
阅读(557)
评论(0)
推荐(0)
2015年4月27日
silverlight 程序发布
摘要: 1、将服务的数据库地址改为绝对地址。2、将服务发布到文件夹。3、将主程序的服务引用改为新服务地址。包括mainpage下的webconfig中的endpoint。4、将mysql数据库用户改为root@%5、发布主程序
阅读全文
posted @ 2015-04-27 08:58 西楼月光
阅读(108)
评论(0)
推荐(0)
2015年4月21日
linq查distinct
摘要: List types = (from a in allMineLicences select a.Ore_Main).Distinct().ToList();
阅读全文
posted @ 2015-04-21 11:33 西楼月光
阅读(123)
评论(0)
推荐(0)
2015年4月16日
silverlight 服务端与客户端分2个VS程序打开,同时调试
摘要: 1、将服务端的”属性“ ”web“ “项目URL”修改为一个新的URL.2、运行服务端,将服务地址复制下来。3、到客户端服务引用处,修改该URL.4、客户端服务引用处的ServiceReferences.ClientConfig中的 拷贝到DongyuanDZDK下的ServiceReference...
阅读全文
posted @ 2015-04-16 09:08 西楼月光
阅读(299)
评论(0)
推荐(0)
2015年4月8日
将25转成00025的方法
摘要: int word=25; autoboxKeyword.Text=string.Format("{0:D6}",word);http://www.cnblogs.com/tangjian/archive/2009/03/28/1423897.html
阅读全文
posted @ 2015-04-08 09:33 西楼月光
阅读(192)
评论(0)
推荐(0)
2015年3月28日
【转】C#导出数据到EXCEL方法谈(附实例源码和超级无敌详细讲解)
摘要: http://blog.csdn.net/smallwhiteyt/article/details/4784771
阅读全文
posted @ 2015-03-28 16:08 西楼月光
阅读(131)
评论(0)
推荐(0)
2015年3月5日
LINQ处理List数据
摘要: Linq处理List数据2011-01-28 19:53:00|分类:默认分类|举报|字号订阅概述:LINQ又称为语言集成查询,是一种类似于SQL的一种查询语言。语言集成查询让开发人员可以使用.NET程序语言(如C#)去查询数据源,主要数据源为内存中的集合对象、ADO.NET数据集、数据库以及XML...
阅读全文
posted @ 2015-03-05 15:16 西楼月光
阅读(1082)
评论(0)
推荐(0)
2015年2月27日
ado.net parameter参数http://www.cnblogs.com/net515/archive/2012/06/14/2549872.html
摘要: http://www.cnblogs.com/net515/archive/2012/06/14/2549872.html
阅读全文
posted @ 2015-02-27 16:48 西楼月光
阅读(69)
评论(0)
推荐(0)
silverlight 使用floatablewindow
摘要: <f:FLoatableWindow xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:f="clr-namespace:System.Windows.Controls;assembly=Floata...
阅读全文
posted @ 2015-02-27 10:00 西楼月光
阅读(112)
评论(0)
推荐(0)
2015年2月5日
Image source 赋值问题
摘要: http://bbs.csdn.net/topics/390120529最后通过这种方式实现stringurl=carInfo.NetworkPath+carInfo.FileSource.First;//url:http://localhost/ITSImages/20120625/01/1921...
阅读全文
posted @ 2015-02-05 10:25 西楼月光
阅读(364)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告