摘要:
function getWindowByProcessName(pName) { if(!pName || pName.lenght < 1) return; let wnds = sp.AllApplications(); let result = new Array(); for(let i = 阅读全文
摘要:
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 阅读全文
摘要:
To understand how these instructions work, it helps to understand the basic execution architecture of GPUs and how fragment programs map to that archi 阅读全文
摘要:
In the Registry Editor, navigate to the following location: at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem. Select the entry named: 阅读全文
摘要:
void runBatch() { ProcessBuilder processBuilder = new ProcessBuilder(); // Run this on Windows, cmd, /c = terminate after this run processBuilder.comm 阅读全文
摘要:
" 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 阅读全文
摘要:
# 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 / 阅读全文