摘要:
# setup ```ps1 # dep: tar, 7z, pwsh, java $theGrokRoot="D:/sevtest/opengrok" $theTomcatRoot="D:/sevtest/tomcat" $theGrokFile="./opengrok-1.12.11.tar.g 阅读全文
摘要:
# 1 font https://www.cnblogs.com/Searchor/p/14529485.html # 2 vscode ## plugin https://www.cnblogs.com/Searchor/p/10575406.html https://www.cnblogs.co 阅读全文
摘要:
![](https://img2023.cnblogs.com/blog/859364/202306/859364-20230620173357898-199961965.gif) ![](https://img2023.cnblogs.com/blog/859364/202306/859364-2 阅读全文
摘要:
![](https://img2023.cnblogs.com/blog/859364/202306/859364-20230620172959135-10830920.png) ![](https://img2023.cnblogs.com/blog/859364/202306/859364-20 阅读全文
摘要:
```cpp #include #include #include #include template struct param_type; template struct param_type { using type = std::tuple_element_t>; }; template st 阅读全文
摘要:
# Breadcrumbs ![](https://img2023.cnblogs.com/blog/859364/202306/859364-20230614112433872-1899254073.png) # Sticky Scroll ![](https://img2023.cnblogs. 阅读全文
摘要:
# vsvimrc ```vim set enc=utf-8 set fencs=utf-8,gbk,big5,cp936,gb18030,gb2312,utf-16 set fenc=utf-8 set shortmess=atI "禁止bell set belloff=all set visua 阅读全文
摘要:
```text # search scope file folder target definition reference symbol # file open file by file name show current file in explorer show current file sy 阅读全文
摘要:
![](https://img2023.cnblogs.com/blog/859364/202305/859364-20230519163340299-1822753917.png) ![](https://img2023.cnblogs.com/blog/859364/202305/859364- 阅读全文
摘要:
New-NetFirewallRule Remove-NetFirewallRule Disable-NetFirewallRule Enable-NetFirewallRule Get-NetFirewallRule Show-NetFirewallRule Rename-NetFirewallR 阅读全文
摘要:
Vulkan API versions and capabilities The following table lists Vulkan API versions for several Android releases. Android VersionVulkan Version Android 阅读全文
摘要:
![](https://img2023.cnblogs.com/blog/859364/202305/859364-20230517174645029-1060170763.png) # minimap Source overview Map mode ```text Tools > Options 阅读全文
摘要:
# list all clipboards content ```bash cb ``` # routine * `0` : system default clipboard * `_WhatEver`: persistent clipboard (name start with `_`) # cl 阅读全文
摘要:
https://stackoverflow.com/questions/44284275/passing-compiler-options-in-cmake-command-line Command line options like CMAKE_C_FLAGS and CMAKE_CXX_FLAG 阅读全文
摘要:
https://en.wikipedia.org/wiki/Optimizing_compiler 阅读全文
摘要:
https://wiki.openjdk.org/display/HotSpot/PerformanceTechniques Performance techniques used in the Hotspot JVM What code shapes does the JVM optimize b 阅读全文
摘要:
Win+R and typing taskschd.msc schtasks.exe /Create Add a new scheduled task /tn Name of task /sc schedule frequency (MINUTE, HOURLY, DAILY and so on) 阅读全文
摘要:
list vboxmanage list vms startvm VBoxManage startvm modifyvm VBoxManage modifyvm --memory=size --cpus= controlvm VBoxManage controlvm yourpc acpipower 阅读全文
摘要:
https://crontab.guru/ ![](https://img2023.cnblogs.com/blog/859364/202305/859364-20230512155527624-732994193.png) ```bash ┌───────────── minute (0 - 59 阅读全文
摘要:
dd if=/dev/zero of=/var/tmp/bigemptyfile bs=4096k ; rm /var/tmp/bigemptyfile dd if=/dev/zero of=/var/dummy bs=8126k VBoxManage.exe modifymedium --comp 阅读全文