摘要:
看到JiaThis增加了微信分享的按钮,查看了下网络请求,是官方提供的接口,不过官方文档还没有这方面的信息。这个接口应该是合作测试中的,不排除以后会更改或者停用。 目前分享到微信朋友圈不同于通常的分享,需要先向微信服务器发送分享的网页信息,如标题和URL,图片等参数,然后微信服务器会生成一个二维码的... 阅读全文
posted @ 2013-09-13 17:29
shuaixf
阅读(1654)
评论(0)
推荐(0)
摘要:
This is the final part of the series that started with... Callback and Multicast delegatesOne more EventAsynchronous Callback - Way 1 - BeginInvoke > ... 阅读全文
posted @ 2013-09-13 15:01
shuaixf
阅读(318)
评论(0)
推荐(0)
摘要:
By now, I have shown the following usages of delegates...Callback and Multicast delegatesEventsOne more EventAsynchronous Callback - Way 1 - BeginInvoke > EndInvokeAsynchronous Callback - Way 2 - BeginInvoke > AsyncWaitHandle.WaitOne(x) > EndInvoke > AsynWaitHandle.Close()In this part, w 阅读全文
posted @ 2013-09-13 14:53
shuaixf
阅读(295)
评论(0)
推荐(0)
摘要:
In this part of making asynchronous programming with delegates, we will talk about a different way, which is a little better thanWay 1. In the previou... 阅读全文
posted @ 2013-09-13 14:49
shuaixf
阅读(374)
评论(0)
推荐(0)
摘要:
So far, I have discussed aboutCallback, Multicast delegates,Events using delegates, andyet another example of events using delegates. In this post, I ... 阅读全文
posted @ 2013-09-13 14:47
shuaixf
阅读(340)
评论(0)
推荐(0)
摘要:
I was thinking that theprevious post on Events and Delegateswas quite self-explanatory. A couple of days ago, I received an email which said that may be it is not that good as to explain what I want to achieve in life through that event. So, I thought why not write another post on Delegates and Even 阅读全文
posted @ 2013-09-13 14:43
shuaixf
阅读(257)
评论(0)
推荐(0)
摘要:
In myprevious post, I spoke about a few very basic and simple reasons of using delegates - primarilycallback. In this post, I'll talk about creating Events using delegates.I have tried to annotate the class with comments so that it is easy to comprehend. But IMHO, the best way to figure out what 阅读全文
posted @ 2013-09-13 14:32
shuaixf
阅读(296)
评论(0)
推荐(0)
摘要:
I hear a lot of confusion around Delegates in C#, and today I am going to give it shot of explaining the stuff with easy to understand examples. First... 阅读全文
posted @ 2013-09-13 14:20
shuaixf
阅读(372)
评论(0)
推荐(0)

浙公网安备 33010602011771号