上一页 1 ··· 330 331 332 333 334 335 336 337 338 ··· 399 下一页
摘要: 2016-04-08 09:15:05,581 [8] ERROR System.Threading.Thread - ErrorSystem.ServiceModel.EndpointNotFoundException: 没有终结点在侦听可以接受消息的 http://192.168.1.63:80 阅读全文
posted @ 2016-04-08 09:39 ChuckLu 阅读(10057) 评论(0) 推荐(0)
摘要: 如果配置文件中包含了configSections,那么configSections的下一个节点,必须是configSections里面的元素 <configSections> <section name ="log4net" type ="System.Configuration.IgnoreSec 阅读全文
posted @ 2016-04-06 11:15 ChuckLu 阅读(301) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/Single_document_interface https://msdn.microsoft.com/en-us/library/b2kye6c4.aspx SDI applications allow only one open do 阅读全文
posted @ 2016-04-05 11:31 ChuckLu 阅读(385) 评论(0) 推荐(0)
摘要: 首先明确一个概念Mdi的完整词组:Multiple document interface 1.SystemMdi 系统自带的Mdi,winform本身自带的功能 2.DockingMdi 每一个Document都有自己的标题 3.DockingSdi 每一个Document的标题没了,子窗体都无法关 阅读全文
posted @ 2016-04-05 09:22 ChuckLu 阅读(995) 评论(0) 推荐(0)
摘要: https://github.com/kerryjiang/SuperSocket.ClientEngine TcpClientSession的用法 https://github.com/kerryjiang/WebSocket4Net/blob/master/WebSocket4Net/WebSo 阅读全文
posted @ 2016-04-01 09:50 ChuckLu 阅读(477) 评论(0) 推荐(0)
摘要: 项目地址https://github.com/dockpanelsuite/dockpanelsuite 可以参考的博客http://www.cnblogs.com/wuhuacong/archive/2009/07/09/1520082.html#!comments 可以通过NuGet获取dll; 阅读全文
posted @ 2016-03-31 18:02 ChuckLu 阅读(452) 评论(0) 推荐(0)
摘要: 先上代码 单元测试一般都是基于接口的,比如Isys_systemInfoService TestInitialize初始化的时候执行的函数 TestMethod待测试的方法 阅读全文
posted @ 2016-03-29 11:25 ChuckLu 阅读(231) 评论(0) 推荐(0)
摘要: 在VS的菜单栏上,Test-->Windows-->TestExplorer 在TestExplorer的最下方,有一个Output 查看测试结果,使用了Console.WriteLine 出现异常的时候,在提示窗口,右键,选择Copy All Test Name: DeleteSystemInfo 阅读全文
posted @ 2016-03-29 11:17 ChuckLu 阅读(1023) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/bb397951.aspx Expression trees represent code in a tree-like data structure, where each node is an expression 阅读全文
posted @ 2016-03-29 11:03 ChuckLu 阅读(476) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/bb397676(v=vs.100).aspx Language-Integrated Query (LINQ) is the name for a set of technologies based on the i 阅读全文
posted @ 2016-03-29 10:07 ChuckLu 阅读(433) 评论(0) 推荐(0)
上一页 1 ··· 330 331 332 333 334 335 336 337 338 ··· 399 下一页