上一页 1 2 3 4 5 6 7 8 ··· 30 下一页
摘要: # setup ```ps1 # dep: tar, 7z, pwsh, java $theGrokRoot="D:/sevtest/opengrok" $theTomcatRoot="D:/sevtest/tomcat" $theGrokFile="./opengrok-1.12.11.tar.g 阅读全文
posted @ 2023-06-21 16:02 fndefbwefsowpvqfx 阅读(15) 评论(0) 推荐(0) 编辑
摘要: # 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 阅读全文
posted @ 2023-06-20 21:07 fndefbwefsowpvqfx 阅读(16) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/859364/202306/859364-20230620173357898-199961965.gif) ![](https://img2023.cnblogs.com/blog/859364/202306/859364-2 阅读全文
posted @ 2023-06-20 17:36 fndefbwefsowpvqfx 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/859364/202306/859364-20230620172959135-10830920.png) ![](https://img2023.cnblogs.com/blog/859364/202306/859364-20 阅读全文
posted @ 2023-06-20 17:32 fndefbwefsowpvqfx 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ```cpp #include #include #include #include template struct param_type; template struct param_type { using type = std::tuple_element_t>; }; template st 阅读全文
posted @ 2023-06-19 09:59 fndefbwefsowpvqfx 阅读(4) 评论(0) 推荐(0) 编辑
摘要: # Breadcrumbs ![](https://img2023.cnblogs.com/blog/859364/202306/859364-20230614112433872-1899254073.png) # Sticky Scroll ![](https://img2023.cnblogs. 阅读全文
posted @ 2023-06-14 11:26 fndefbwefsowpvqfx 阅读(12) 评论(0) 推荐(0) 编辑
摘要: # 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 阅读全文
posted @ 2023-06-04 12:21 fndefbwefsowpvqfx 阅读(13) 评论(0) 推荐(0) 编辑
摘要: ```text # search scope file folder target definition reference symbol # file open file by file name show current file in explorer show current file sy 阅读全文
posted @ 2023-06-02 17:59 fndefbwefsowpvqfx 阅读(36) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/859364/202305/859364-20230519163340299-1822753917.png) ![](https://img2023.cnblogs.com/blog/859364/202305/859364- 阅读全文
posted @ 2023-05-19 16:34 fndefbwefsowpvqfx 阅读(4) 评论(0) 推荐(0) 编辑
摘要: New-NetFirewallRule Remove-NetFirewallRule Disable-NetFirewallRule Enable-NetFirewallRule Get-NetFirewallRule Show-NetFirewallRule Rename-NetFirewallR 阅读全文
posted @ 2023-05-19 14:10 fndefbwefsowpvqfx 阅读(13) 评论(0) 推荐(0) 编辑
摘要: Vulkan API versions and capabilities The following table lists Vulkan API versions for several Android releases. Android VersionVulkan Version Android 阅读全文
posted @ 2023-05-18 16:48 fndefbwefsowpvqfx 阅读(58) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/859364/202305/859364-20230517174645029-1060170763.png) # minimap Source overview Map mode ```text Tools > Options 阅读全文
posted @ 2023-05-17 17:42 fndefbwefsowpvqfx 阅读(16) 评论(0) 推荐(0) 编辑
摘要: # list all clipboards content ```bash cb ``` # routine * `0` : system default clipboard * `_WhatEver`: persistent clipboard (name start with `_`) # cl 阅读全文
posted @ 2023-05-17 15:39 fndefbwefsowpvqfx 阅读(33) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/44284275/passing-compiler-options-in-cmake-command-line Command line options like CMAKE_C_FLAGS and CMAKE_CXX_FLAG 阅读全文
posted @ 2023-05-13 10:58 fndefbwefsowpvqfx 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Optimizing_compiler 阅读全文
posted @ 2023-05-12 19:03 fndefbwefsowpvqfx 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://wiki.openjdk.org/display/HotSpot/PerformanceTechniques Performance techniques used in the Hotspot JVM What code shapes does the JVM optimize b 阅读全文
posted @ 2023-05-12 19:01 fndefbwefsowpvqfx 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 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) 阅读全文
posted @ 2023-05-12 17:37 fndefbwefsowpvqfx 阅读(25) 评论(0) 推荐(0) 编辑
摘要: list vboxmanage list vms startvm VBoxManage startvm modifyvm VBoxManage modifyvm --memory=size --cpus= controlvm VBoxManage controlvm yourpc acpipower 阅读全文
posted @ 2023-05-12 17:11 fndefbwefsowpvqfx 阅读(7) 评论(0) 推荐(0) 编辑
摘要: https://crontab.guru/ ![](https://img2023.cnblogs.com/blog/859364/202305/859364-20230512155527624-732994193.png) ```bash ┌───────────── minute (0 - 59 阅读全文
posted @ 2023-05-12 15:55 fndefbwefsowpvqfx 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-05-11 17:43 fndefbwefsowpvqfx 阅读(17) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 30 下一页