上一页 1 ··· 357 358 359 360 361 362 363 364 365 ··· 399 下一页
摘要: 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 阅读(878) 评论(0) 推荐(0)
摘要: 发送到 net.tcp://192.168.1.18:8732/CallbackService 的请求操作在配置的超时(00:00:59.9879994)内未收到回复。分配给此操作的时间可能已经是更长超时的一部分。这可能由于服务仍在处理操作或服务无法发送回复消息。请考虑增加操作超时(将通道/代理转换... 阅读全文
posted @ 2015-08-13 13:39 ChuckLu 阅读(2928) 评论(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 阅读(418) 评论(0) 推荐(0)
摘要: 1.向ChannelFactory提供的InstanceContext包含未实现CallbackContractType的问题通过添加服务引用生成的客户端代码, public class CallbackHandler : ICalculatorDuplexCallback这里的接口必须是添加服务引... 阅读全文
posted @ 2015-08-12 15:53 ChuckLu 阅读(838) 评论(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 阅读(332) 评论(0) 推荐(0)
摘要: 1.命令行中查看日志 git log 默认是显示所有的日志信息,之前出来的界面显示的日志,很少。 最后发现,只需要使用键盘上向下键↓,就可以继续浏览更多的日志 空格键,可以翻页浏览日志。 向左← 向右 → 的箭头,可以水平移动查看日志 2.将日志按照格式导出到文件中 git log --pretty 阅读全文
posted @ 2015-08-11 16:30 ChuckLu 阅读(15850) 评论(1) 推荐(2)
摘要: 一、使用了git reset之后,想要找回某一个commit1.git log -g 这个命令只能显示少部分的commit推荐使用git reflog找到想要恢复的那个commit的hash,假如目标hash为618a561实际操作中,一般只要前6位就可以定位到具体的commit2.gitreset... 阅读全文
posted @ 2015-08-11 16:28 ChuckLu 阅读(2275) 评论(0) 推荐(0)
摘要: 自动排版 ctrl+e 然后再d 注释代码 ctrl+e +c 撤销注释 ctrl+e +u 修改变量名,并同步所有引用变量的代码 F2 2015年09月16日更新 删除一行代码 ctrl+l (是字母L) 2017年06月22日更新 折叠所有的region: ctrl+m 然后o 展开 ctrl+ 阅读全文
posted @ 2015-08-10 14:10 ChuckLu 阅读(270) 评论(0) 推荐(0)
摘要: File-less ActivationAlthough .svc files make it easy to expose WCF services, an even easier approach would be to define virtual activation endpoints w... 阅读全文
posted @ 2015-08-10 13:33 ChuckLu 阅读(282) 评论(0) 推荐(0)
摘要: Wow!什么是Wow64今天有个同事,被SysWow64搞晕了。这里简单介绍一下。64位的Windows并不是简单地把所有东西都编译成64位就万事大吉的。关于64位的CPU应该做成什么样子,Intel和AMD曾有各自的打算。AMD的回答直接了当:新的64位处理器,应该能在提高更高处理能力的同时,保持... 阅读全文
posted @ 2015-08-10 11:33 ChuckLu 阅读(282) 评论(0) 推荐(0)
上一页 1 ··· 357 358 359 360 361 362 363 364 365 ··· 399 下一页