历史日志评论 1
很棒的网站,感谢分享
I wanted to take a moment to commend you on the outstanding quality of your blog. Your dedication to excellence is evident in every aspect of your writing. Truly impressive!
感谢感谢
你在trio下得用 trio.sleep(),调用asyncio.sleep() 就会报错。
感谢分享!!!!!!!!
can the submitter thread refresh outstanding SQS messages, rather than to fetch new messages?
没明白你想要实现什么
好文章
Your writing has a way of making even the most complex topics accessible and engaging. I'm constantly impressed by your ability to distill complicated concepts into easy-to-understand language.
我记得G++/GCC都是支持交叉编译的,你可以在linux/macos下面编译出windows平台的二进制PE文件……
是的,像 Rust 和 dotnet core 一样,都可以支持 Cross compile. Rust 和 g++ 在 Linux 下编译出 Windows 二进制文件都需要先安装 mingw-w64
$ apt install mingw-w64
然后 g++ 可以指向命令 x86_64-w64-mingw32-g++ 进行跨平台编译