上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页
摘要: https://choosealicense.com/licenses/ https://choosealicense.com/appendix/ 阅读全文
posted @ 2023-04-17 13:59 fndefbwefsowpvqfx 阅读(20) 评论(0) 推荐(0) 编辑
摘要: list Get-Service | Format-List Get-Service -Name DNS*,DHCP* stop Stop-Service -name Dnscache -force disable Set-Service -name Dnscache -startupType di 阅读全文
posted @ 2023-04-15 11:57 fndefbwefsowpvqfx 阅读(101) 评论(0) 推荐(0) 编辑
摘要: https://github.com/microsoft/vscode-cpptools msys mingw64 gcc gdb local dap = require("dap") dap.adapters.cppdbg = { id = 'cppdbg', type = 'executable 阅读全文
posted @ 2023-04-15 11:21 fndefbwefsowpvqfx 阅读(256) 评论(0) 推荐(0) 编辑
摘要: Dynamically program the kernel for efficient networking, observability, tracing, and security https://ebpf.io/ 阅读全文
posted @ 2023-04-14 18:47 fndefbwefsowpvqfx 阅读(14) 评论(0) 推荐(0) 编辑
摘要: a performance analysis and troubleshooting tool that is included by default with various operating systems, including Solaris, Mac OS X and FreeBSD. 阅读全文
posted @ 2023-04-14 18:45 fndefbwefsowpvqfx 阅读(12) 评论(0) 推荐(0) 编辑
摘要: The ptrace() system call provides a means by which one process (the "tracer") may observe and control the execution of another process (the "tracee"), 阅读全文
posted @ 2023-04-14 18:43 fndefbwefsowpvqfx 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-04-14 18:32 fndefbwefsowpvqfx 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-04-14 16:11 fndefbwefsowpvqfx 阅读(224) 评论(0) 推荐(0) 编辑
摘要: $ 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 阅读全文
posted @ 2023-04-14 14:56 fndefbwefsowpvqfx 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-04-14 14:20 fndefbwefsowpvqfx 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-04-13 12:11 fndefbwefsowpvqfx 阅读(276) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Logistic_map Period Three Implies Chaos 阅读全文
posted @ 2023-04-12 14:36 fndefbwefsowpvqfx 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 鼠标移动到显示器底部边缘, 轻微移动鼠标 停留2-3s dock 就会移动到相应的显示器 阅读全文
posted @ 2023-04-12 10:34 fndefbwefsowpvqfx 阅读(18) 评论(0) 推荐(0) 编辑
摘要: https://lldb.llvm.org/use/map.html 阅读全文
posted @ 2023-04-11 18:51 fndefbwefsowpvqfx 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://darkdust.net/files/GDB%20Cheat%20Sheet.pdf 阅读全文
posted @ 2023-04-11 18:44 fndefbwefsowpvqfx 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-04-11 17:33 fndefbwefsowpvqfx 阅读(30) 评论(0) 推荐(0) 编辑
摘要: itunes set myFavs to "Current Favorites" tell application "Script Editor" set currentList to «class cPly» myFavs «event hookAdd » (get «class pLoc» of 阅读全文
posted @ 2023-04-11 11:23 fndefbwefsowpvqfx 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Apple Automator 2009 with AppleScript Bible set randNumber to (random number (20)) as integer if (randNumber > 10) then display dialog randNumber end 阅读全文
posted @ 2023-04-10 19:05 fndefbwefsowpvqfx 阅读(11) 评论(0) 推荐(0) 编辑
摘要: $ tree -a . ├── .cache │ └── clangd │ └── index │ └── hello.cpp.48B5401E85030568.idx ├── .ccls ├── .ccls-cache │ ├── @C@@Users@dev@Desktop@gnuwin@test 阅读全文
posted @ 2023-04-09 10:25 fndefbwefsowpvqfx 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 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. 阅读全文
posted @ 2023-04-09 10:07 fndefbwefsowpvqfx 阅读(265) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页