上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 30 下一页
摘要: https://github.com/ibraheemdev/modern-unix.git path list https://github.com/Canop/broot.git https://github.com/ogham/exa.git https://github.com/lsd-rs 阅读全文
posted @ 2023-03-27 16:23 fndefbwefsowpvqfx 阅读(14) 评论(0) 推荐(0) 编辑
摘要: function getWindowByProcessName(pName) { if(!pName || pName.lenght < 1) return; let wnds = sp.AllApplications(); let result = new Array(); for(let i = 阅读全文
posted @ 2023-03-24 15:59 fndefbwefsowpvqfx 阅读(11) 评论(0) 推荐(0) 编辑
摘要: Search forReplace withDescription (.*).png foo_$1.png Prepends "foo_" to the existing file name for PNG files (.*).png $1_foo.png Appends "_foo" to th 阅读全文
posted @ 2023-03-24 13:36 fndefbwefsowpvqfx 阅读(42) 评论(0) 推荐(0) 编辑
摘要: ORi: https://o7planning.org/12219/ecmascript-regular-expression - Regular Expression A regular expression defines a search pattern for strings. Regula 阅读全文
posted @ 2023-03-24 13:34 fndefbwefsowpvqfx 阅读(10) 评论(0) 推荐(0) 编辑
摘要: \ServiceHub\Hosts\ServiceHub.Host.CLR.x86\ServiceHub.DataWarehouseHost.exe \ServiceHub\Hosts\ServiceHub.Host.CLR.x64\ServiceHub.Host.CLR.x64.exe \Serv 阅读全文
posted @ 2023-03-14 15:51 fndefbwefsowpvqfx 阅读(62) 评论(0) 推荐(0) 编辑
摘要: Reducing Shading on GPUs using Quad-Fragment Merging 阅读全文
posted @ 2023-03-14 11:36 fndefbwefsowpvqfx 阅读(10) 评论(0) 推荐(0) 编辑
摘要: To understand how these instructions work, it helps to understand the basic execution architecture of GPUs and how fragment programs map to that archi 阅读全文
posted @ 2023-03-14 11:20 fndefbwefsowpvqfx 阅读(15) 评论(0) 推荐(0) 编辑
摘要: In the Registry Editor, navigate to the following location: at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem. Select the entry named: 阅读全文
posted @ 2023-03-11 11:22 fndefbwefsowpvqfx 阅读(42) 评论(0) 推荐(0) 编辑
摘要: void runBatch() { ProcessBuilder processBuilder = new ProcessBuilder(); // Run this on Windows, cmd, /c = terminate after this run processBuilder.comm 阅读全文
posted @ 2023-03-09 14:55 fndefbwefsowpvqfx 阅读(15) 评论(0) 推荐(0) 编辑
摘要: let arg = ['/c', 'abs:/path/what.bat'] let result = spawn('cmd', arg, { stdio: 'pipe', encoding: 'utf-8', maxBuffer: 100 * 1024 * 1024 }) let sout = S 阅读全文
posted @ 2023-03-09 14:54 fndefbwefsowpvqfx 阅读(14) 评论(0) 推荐(0) 编辑
摘要: coc setting C:\Users\xxx\vimfiles\coc-settings.json 指定 compile_commands.json 在工程的根目录下的build目录 "compilationDatabaseDirectory":"build", { "languageserve 阅读全文
posted @ 2023-03-09 14:45 fndefbwefsowpvqfx 阅读(73) 评论(0) 推荐(0) 编辑
摘要: " echo $MYVIMRC " source $MYVIMRC set enc=utf-8 set fencs=utf-8,gbk,big5,cp936,gb18030,gb2312,utf-16 set fenc=utf-8 set shortmess=atI "禁止bell set bell 阅读全文
posted @ 2023-03-09 14:43 fndefbwefsowpvqfx 阅读(33) 评论(0) 推荐(0) 编辑
摘要: config root :echo stdpath('config') ~/AppData/Local/nvim init.vim vim plug ~\AppData\Local\nvim-data\site\autoload\plug.vim python3 python -m pip inst 阅读全文
posted @ 2023-03-08 11:27 fndefbwefsowpvqfx 阅读(53) 评论(0) 推荐(0) 编辑
摘要: # open vs console then run command in it store command in bat file, this is not pwsh this is not pwsh this is not pwsh ## generate nmake ```bash cmd / 阅读全文
posted @ 2023-03-08 11:13 fndefbwefsowpvqfx 阅读(16) 评论(0) 推荐(0) 编辑
摘要: Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*' # Install the OpenSSH Client Add-WindowsCapability -Online -Name OpenSSH.Client~~~~ 阅读全文
posted @ 2023-03-07 14:52 fndefbwefsowpvqfx 阅读(36) 评论(0) 推荐(0) 编辑
摘要: $ownSscriptRoot = 'C:\abs\path\Documents\PowerShell\' $workPS = $ownSscriptRoot + "work.ps1" Import-Module $workPS 在本文中可使用work.ps1中定义的函数 阅读全文
posted @ 2023-03-07 14:24 fndefbwefsowpvqfx 阅读(16) 评论(0) 推荐(0) 编辑
摘要: /home/pi/.config/autostart pi@uo:~/.config/autostart $ ls -alr 总用量 16 -rw-r--r-- 1 pi pi 288 8月 15 2020 LXinput-setup.desktop -rw-r--r-- 1 root root 9 阅读全文
posted @ 2022-12-25 17:10 fndefbwefsowpvqfx 阅读(21) 评论(0) 推荐(0) 编辑
摘要: homebrew 被墙了的话, 想办法。 tmux rg fzf vim snipaste rsync curl fswatch sftp scp 显示网速 https://github.com/exelban/stats 快捷键 Automator -> quick action System p 阅读全文
posted @ 2022-12-02 09:08 fndefbwefsowpvqfx 阅读(16) 评论(0) 推荐(0) 编辑
摘要: https://github.com/vim https://github.com/vim/vim-win32-installer/releases 配置文件位置 windows C:\Users\yourname\vimfiles C:\Users\yourname\vimfiles\autolo 阅读全文
posted @ 2022-11-30 09:37 fndefbwefsowpvqfx 阅读(24) 评论(0) 推荐(0) 编辑
摘要: " echo $MYVIMRC " source $MYVIMRC set enc=utf-8 set fencs=utf-8,gbk,big5,cp936,gb18030,gb2312,utf-16 set fenc=utf-8 set shortmess=atI "禁止bell set bell 阅读全文
posted @ 2022-11-30 09:34 fndefbwefsowpvqfx 阅读(62) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 30 下一页