科技人筆記
Thursday, June 18, 2020
Visual Studio Code settings
How to change default terminal directory
Control+,
Type: terminal.integrated.cwd
如何在不同的電腦上同步 VS Code 的設定?
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
n8n index
【n8n免費本地端部署】Windows版|程式安裝x指令大補帖 【一鍵安裝 n8n】圖文教學,獲得無限額度自動化工具&限時免費升級企業版功能
[c++] Overloading binary operators (C++ only)
#include <iostream> using namespace std; struct X { // member binary operator void operator*(int) { cout << "void...
Linux Kernel
Linux kernel模組的開發 Communcation with kernel space and user space Uevent發送(熱插拔)事件到用戶空間 Linux內核設備驅動程序從設備DMA到用戶空間內存 user space/kernel ...
[C++] Primer - 函数参数传递中值传递、地址传递、引用传递有什么区别?
實參 (argument) 全称为"实际参数"是在调用时传递给函数的参数. 实参可以是常量、变量、表达式、函数等, 无论实参是何种类型的量,在进行函数调用时,它们都必须具有确定的值, 以便把这些值传送给形参。 因此应预先用赋值,输入等办法使实参获得确定值。 形...
No comments:
Post a Comment