摘要: 1、将服务的数据库地址改为绝对地址。2、将服务发布到文件夹。3、将主程序的服务引用改为新服务地址。包括mainpage下的webconfig中的endpoint。4、将mysql数据库用户改为root@%5、发布主程序 阅读全文
posted @ 2015-04-27 08:58 西楼月光 阅读(101) 评论(0) 推荐(0) 编辑
摘要: List types = (from a in allMineLicences select a.Ore_Main).Distinct().ToList(); 阅读全文
posted @ 2015-04-21 11:33 西楼月光 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1、将服务端的”属性“ ”web“ “项目URL”修改为一个新的URL.2、运行服务端,将服务地址复制下来。3、到客户端服务引用处,修改该URL.4、客户端服务引用处的ServiceReferences.ClientConfig中的 拷贝到DongyuanDZDK下的ServiceReference... 阅读全文
posted @ 2015-04-16 09:08 西楼月光 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 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 西楼月光 阅读(173) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/smallwhiteyt/article/details/4784771 阅读全文
posted @ 2015-03-28 16:08 西楼月光 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Linq处理List数据2011-01-28 19:53:00|分类:默认分类|举报|字号订阅概述:LINQ又称为语言集成查询,是一种类似于SQL的一种查询语言。语言集成查询让开发人员可以使用.NET程序语言(如C#)去查询数据源,主要数据源为内存中的集合对象、ADO.NET数据集、数据库以及XML... 阅读全文
posted @ 2015-03-05 15:16 西楼月光 阅读(1076) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/net515/archive/2012/06/14/2549872.html 阅读全文
posted @ 2015-02-27 16:48 西楼月光 阅读(62) 评论(0) 推荐(0) 编辑
摘要: <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 西楼月光 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 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 西楼月光 阅读(362) 评论(0) 推荐(0) 编辑