摘要:
https://choosealicense.com/licenses/ https://choosealicense.com/appendix/ 阅读全文
摘要:
list Get-Service | Format-List Get-Service -Name DNS*,DHCP* stop Stop-Service -name Dnscache -force disable Set-Service -name Dnscache -startupType di 阅读全文
摘要:
https://github.com/microsoft/vscode-cpptools msys mingw64 gcc gdb local dap = require("dap") dap.adapters.cppdbg = { id = 'cppdbg', type = 'executable 阅读全文
摘要:
Dynamically program the kernel for efficient networking, observability, tracing, and security https://ebpf.io/ 阅读全文
摘要:
a performance analysis and troubleshooting tool that is included by default with various operating systems, including Solaris, Mac OS X and FreeBSD. 阅读全文
摘要:
The ptrace() system call provides a means by which one process (the "tracer") may observe and control the execution of another process (the "tracee"), 阅读全文
摘要:
ATTACHING: --attach-name <name> Tells the debugger to attach to a process with the given name. -n <value> Alias for --attach-name --attach-pid <pid> T 阅读全文
摘要:
settings set -- target.source-map <old-path> <new-path> settings append -- target.source-map <old-path> <new-path> Lookup a mono symbol to find out wh 阅读全文
摘要:
$ pacman -S mingw-w64-clang-x86_64-toolchain :: There are 21 members in group mingw-w64-clang-x86_64-toolchain: :: Repository clang64 1) mingw-w64-cla 阅读全文
摘要:
1. mac 1.1 permission sudo DevToolsSecurity -enable boot in recovery mode, open the terminal and run csrutil disable Next, reboot the mac and check st 阅读全文
摘要:
https://blog.conan.io/2022/10/13/Different-flavors-Clang-compiler-Windows.html This article will explain the different flavors of Clang C and C++ comp 阅读全文
摘要:
https://en.wikipedia.org/wiki/Logistic_map Period Three Implies Chaos 阅读全文
摘要:
鼠标移动到显示器底部边缘, 轻微移动鼠标 停留2-3s dock 就会移动到相应的显示器 阅读全文
摘要:
https://lldb.llvm.org/use/map.html 阅读全文
摘要:
https://darkdust.net/files/GDB%20Cheat%20Sheet.pdf 阅读全文
摘要:
dscript.txt lm l .reload /f /v TargetExe.exe lm l bp `TargetExe!abs:\path\to\the.cpp:3` windbg -c "$<abs:\path\to\dscript.txt" -y "abs:\path\projectRo 阅读全文
摘要:
itunes set myFavs to "Current Favorites" tell application "Script Editor" set currentList to «class cPly» myFavs «event hookAdd » (get «class pLoc» of 阅读全文
摘要:
Apple Automator 2009 with AppleScript Bible set randNumber to (random number (20)) as integer if (randNumber > 10) then display dialog randNumber end 阅读全文
摘要:
$ tree -a . ├── .cache │ └── clangd │ └── index │ └── hello.cpp.48B5401E85030568.idx ├── .ccls ├── .ccls-cache │ ├── @C@@Users@dev@Desktop@gnuwin@test 阅读全文
摘要:
PS C:\Users\dev\AppData\Local\nvim-data\plugged\nvim-treesitter\parser> lsd bash.so cpp.so dockerfile.so html.so latex.so ninja.so rust. 阅读全文