2020年4月10日

VSCode如何格式化所有文件

摘要: VSCode如何格式化所有文件 You can use a extension called ”Format Files”. ”Use: Open command pallette (Ctrl+Shift+P) & enter "Format Files" Create keybinding to 阅读全文

posted @ 2020-04-10 21:11 cutepig 阅读(6042) 评论(0) 推荐(0) 编辑

*More C++ Idioms*

摘要: More C++ Idioms Table of Contents "[edit" ] Note: synonyms for each idiom are listed in parentheses. 1. "Address Of" " " 2. "Algebraic Hierarchy" " " 阅读全文

posted @ 2020-04-10 16:06 cutepig 阅读(203) 评论(0) 推荐(0) 编辑

# asio run vs poll

摘要: asio run vs poll discussions Using instead of is perfectly acceptable. The difference is explained in the "documentation" The poll() function may also 阅读全文

posted @ 2020-04-10 16:00 cutepig 阅读(218) 评论(0) 推荐(0) 编辑

vscode如何设置cpp代码格式

摘要: vscode如何设置cpp代码格式 How to customize your own coding style rule Please install your "VSCode" and Extension "C/C++ for Visual Studio Code" first I would 阅读全文

posted @ 2020-04-10 14:48 cutepig 阅读(1190) 评论(0) 推荐(0) 编辑

rust多线程和异步编程

摘要: rust多线程和异步编程 多线程 异步编程 rust // blocks the current thread until the provided future has run to // completion. Other executors provide more complex behav 阅读全文

posted @ 2020-04-10 13:58 cutepig 阅读(2127) 评论(0) 推荐(0) 编辑

Rust: VSCode debug设置

摘要: Rust: VSCode debug设置 前提 1. 切换到msvc toolchain by 步骤 Install Rust and VS Code This should go without saying. "Install Rust" "Install Visual Studio Code" 阅读全文

posted @ 2020-04-10 12:29 cutepig 阅读(3284) 评论(0) 推荐(0) 编辑

VSCode如何用快捷键清空terminal内容?

摘要: VSCode如何用快捷键清空terminal内容? https://stackoverflow.com/questions/48713604/how can i clear the terminal in visual studio code Open up the with Ctrl+K, Ctr 阅读全文

posted @ 2020-04-10 11:44 cutepig 阅读(6750) 评论(0) 推荐(0) 编辑

导航