摘要: https://handle.antfu.me/ https://github.com/antfu/handle 你们汉兜都用什么开局? 回答1 我一般开局并不一定追求是个成语,而是强调这个词汇元素一定要尽可能齐全(当然也可以理解为我其实一点也不在意成语比例那个数据) 比如四个声调要全,所有声母韵母 阅读全文
posted @ 2022-07-02 23:48 ChuckLu 阅读(437) 评论(0) 推荐(0)
摘要: How to catch/observe an unhandled exception thrown from a Task 问题 I'm trying to log / report all unhandled exceptions in my app (error reporting solut 阅读全文
posted @ 2022-07-02 15:01 ChuckLu 阅读(63) 评论(0) 推荐(0)
摘要: TaskScheduler.UnobservedTaskException event handler never being triggered 问题 I'm reading through a book about the C# Task Parallel Library and have th 阅读全文
posted @ 2022-07-02 14:59 ChuckLu 阅读(107) 评论(0) 推荐(0)
摘要: AsyncCommand Exception-Handling 问题 I'm using an AsyncCommand to execute something like this: C# private async Task Refresh() { try { await somethingAs 阅读全文
posted @ 2022-07-02 13:55 ChuckLu 阅读(37) 评论(0) 推荐(0)
摘要: async/await - when to return a Task vs void? 问题 Under what scenarios would one want to use public async Task AsyncMethod(int num) instead of public as 阅读全文
posted @ 2022-07-02 13:47 ChuckLu 阅读(56) 评论(0) 推荐(0)
摘要: 表层错误 Failed to decrypt column 'Password'.Failed to decrypt a column encryption key using key store provider: 'MSSQL_CERTIFICATE_STORE'. The last 10 by 阅读全文
posted @ 2022-07-02 12:20 ChuckLu 阅读(191) 评论(0) 推荐(0)
摘要: Filter by process/PID in Wireshark 回答1 Just in case you are looking for an alternate way and the environment you use is Windows, Microsoft's Network M 阅读全文
posted @ 2022-07-02 11:14 ChuckLu 阅读(229) 评论(0) 推荐(0)
摘要: SQL Server 2016 Always Encrypted Problem SQL Server has had ways to encrypt data in the past - for example, Transparent Data Encryption (TDE). This te 阅读全文
posted @ 2022-07-02 08:58 ChuckLu 阅读(205) 评论(0) 推荐(0)