上一页 1 ··· 358 359 360 361 362 363 364 365 366 ··· 400 下一页
摘要: The numbers correspond to the internal version numbers of various editions of Visual Studiohttp://en.wikipedia.org/wiki/Microsoft_Visual_Studio#Versio... 阅读全文
posted @ 2015-08-17 11:15 ChuckLu 阅读(211) 评论(0) 推荐(0)
摘要: 发现右键项目的时候,是没有类图的。https://msdn.microsoft.com/en-us/library/hyxd8c85.aspx右键项目--添加--新建项。 选择类图。然后将整个项目拖动到类图中 阅读全文
posted @ 2015-08-14 19:54 ChuckLu 阅读(1554) 评论(0) 推荐(0)
摘要: Make an existing Git branch track a remote branch? Given a branch foo and a remote upstream: As of Git 1.8.0: Or, if local branch foo is not the curre 阅读全文
posted @ 2015-08-14 17:44 ChuckLu 阅读(13311) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/4817369/why-does-does-it-really-listt-implement-all-these-interfaces-not-just-ilis 作者针对上面的问题,专门写了一篇文章 http://blogs. 阅读全文
posted @ 2015-08-14 14:37 ChuckLu 阅读(164) 评论(0) 推荐(0)
摘要: 1.关闭诊断工具vs2015在程序启动之后,自带了内存和cpu使用情况查看的诊断工具。不喜欢这个,直接点击诊断工具右上角的关闭按钮2.解决方案资源管理器程序启动之后,解决方案资源管理器,被收缩到右侧了强制show出来,然后用钉子钉住3.git使用的时候,需要添加针对.vs的忽略vs2015能够自动针... 阅读全文
posted @ 2015-08-14 10:22 ChuckLu 阅读(597) 评论(0) 推荐(0)
摘要: One-Way and Duplex Communication A message exchange pattern describes the way messages are sent between applica-tions. There are three classic message 阅读全文
posted @ 2015-08-13 21:40 ChuckLu 阅读(887) 评论(0) 推荐(0)
摘要: 发送到 net.tcp://192.168.1.18:8732/CallbackService 的请求操作在配置的超时(00:00:59.9879994)内未收到回复。分配给此操作的时间可能已经是更长超时的一部分。这可能由于服务仍在处理操作或服务无法发送回复消息。请考虑增加操作超时(将通道/代理转换... 阅读全文
posted @ 2015-08-13 13:39 ChuckLu 阅读(2945) 评论(0) 推荐(0)
摘要: Duplex Service in WCFIn WCF, a service can call back to its clients. That is to say that, at the time of call back, the service behaves as a client as... 阅读全文
posted @ 2015-08-12 17:40 ChuckLu 阅读(426) 评论(0) 推荐(0)
摘要: 1.向ChannelFactory提供的InstanceContext包含未实现CallbackContractType的问题通过添加服务引用生成的客户端代码, public class CallbackHandler : ICalculatorDuplexCallback这里的接口必须是添加服务引... 阅读全文
posted @ 2015-08-12 15:53 ChuckLu 阅读(849) 评论(0) 推荐(0)
摘要: Duplex Servicesfrom msdnA duplex service contract is a message exchange pattern in which both endpoints can send messages to the other independently. ... 阅读全文
posted @ 2015-08-12 13:14 ChuckLu 阅读(338) 评论(0) 推荐(0)
上一页 1 ··· 358 359 360 361 362 363 364 365 366 ··· 400 下一页