上一页 1 ··· 361 362 363 364 365 366 367 368 369 ··· 399 下一页
摘要: private void Init() { tChart = new TChart(); panel1.Controls.Add(tChart); tChart.Aspect.View3D = false; ... 阅读全文
posted @ 2015-07-23 17:40 ChuckLu 阅读(611) 评论(0) 推荐(0)
摘要: 最新的方法https://github.com/getlantern/lantern C:\Windows\System32\drivers\etc 在这个路径下找到Hosts文件 如何修改Host Host文件的具体内容 How to refresh hosts file without rebo 阅读全文
posted @ 2015-07-22 09:30 ChuckLu 阅读(327) 评论(0) 推荐(0)
摘要: When to use DataContract and DataMember attributes?I am very confused about theDataContractattribute in WCF. As per my knowledge it is used for serial... 阅读全文
posted @ 2015-07-21 11:30 ChuckLu 阅读(356) 评论(0) 推荐(0)
摘要: A data contract describes how CLR types map to XSD schema definitions. Data contracts are the preferred way to enable serialization of complex types i 阅读全文
posted @ 2015-07-21 11:16 ChuckLu 阅读(369) 评论(0) 推荐(0)
摘要: git推送本地分支到远端 当前处于master分支,尝试用了git push origin warning: push.default is unset; its implicit value is changing in Git 2.0 from 'matching' to 'simple'. T 阅读全文
posted @ 2015-07-20 13:28 ChuckLu 阅读(3968) 评论(0) 推荐(0)
摘要: Reseting remote to a certain commitAssuming that your branch is calledmasterboth here and remotely, and that your remote is calledoriginyou could do: ... 阅读全文
posted @ 2015-07-20 13:17 ChuckLu 阅读(7819) 评论(0) 推荐(0)
摘要: A service contract describes the operations supported by a service,the message exchange pattern they use,and the format of each message. The service c 阅读全文
posted @ 2015-07-17 17:20 ChuckLu 阅读(406) 评论(0) 推荐(0)
摘要: So far I’ve talked about the standards behind it all,but in fact WCF hides most of this from the developer by providing a programming interface for de 阅读全文
posted @ 2015-07-17 16:57 ChuckLu 阅读(208) 评论(0) 推荐(0)
摘要: While messaging protocols are responsible for message serialization formats,there must be a way to capture the protocols required to communicate betwe 阅读全文
posted @ 2015-07-17 16:39 ChuckLu 阅读(233) 评论(0) 推荐(0)
摘要: In Chapter 1,you were introduced to fundamental WCF concepts, 在章节1中,学习了wcf中的基础概念including how to create and consume a service, 包括如何创建以及调用服务how to host 阅读全文
posted @ 2015-07-17 16:13 ChuckLu 阅读(367) 评论(0) 推荐(0)
上一页 1 ··· 361 362 363 364 365 366 367 368 369 ··· 399 下一页