科技人筆記
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 ...
[Linux] 使用 bash shell 監測某個 daemon 的執行緒數量
#!/bin/sh # Define the process name process_name=rsyslogd # Get minimum number of threads from command line parameters process_min_threads=...
No comments:
Post a Comment