雷姬家的阁楼书架
384 subscribers
5.34K photos
121 videos
35 files
12K links
Reki的轻博客, 日常生活流水帐和信息见闻&吐槽.

你将在本频道看到包括且不限于以下话题:
菜菜程序员屎山遨游见闻
猎人 · 特工 · 提督 · 雀士 · 猎魔人 · 开位御主 · 期间限定回归
二五仔毒奶观测者
刀客塔沉船记录
财经新闻胡乱精选
生草新闻摘抄 & 分享
频道主突发恶疾
Download Telegram
原来我小时候还是看续集看得比较多
笑死,玉帝设米山面山那一集,玉帝是因为在圣诞节被郡候惹恼才设的,笑死我了,这个日子太讽刺了。
你们这是什么 homo 软件(
刚刚看了一下,发现苹果的视频流媒体服务也是有网页版的,后悔他送我的一年没看(
这个字体有问题(
我傻了,怎么这 apple tv+ 没有播放位置记录的
可以看出 mac 的 720p 摄像头有多傻逼了(
不愧是囧司徒(
我笑死
好像很多笔记本都在做 mini-LED 显示器了(
那么独立显示器什么时候能普及一下(
“An async method can also have a void return type. This return type is used primarily to define event handlers, where a void return type is required. Async event handlers often serve as the starting point for async programs.

An async method that has a void return type can't be awaited, and the caller of a void-returning method can't catch any exceptions that the method throws.”
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/task-asynchronous-programming-model
雷姬家的阁楼书架
“An async method can also have a void return type. This return type is used primarily to define event handlers, where a void return type is required. Async event handlers often serve as the starting point for async programs. An async method that has a void…
public async void GetSomethingAsync()
{
//do worked, and caller will be block.
var result = await DoWorkAsync();
// DoWorkAsync() funciton return a Task<value> or other thing that async funciton is allowed
// except void
// and the control will return to the caller of GetSomethingAsync()

ResultHandler(result.value);
// when DoWorkAsync() finish the work, the control will come back to the point that await is used
// and then the other work that need the real result of DoWorkAsync() can go on

return;
}
急了急了,有人急了,是谁我不说(
????????
这个带英文字幕的西游记版本真的是被剪得一塌糊涂...