上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 30 下一页
摘要: 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 阅读(330) 评论(0) 推荐(0)
摘要: https://alextardif.com/Bindless.html Binding Bindlessly Overview If you've spent time learning newer APIs like D3D12 and Vulkan, chances are you've co 阅读全文
posted @ 2023-04-07 16:40 fndefbwefsowpvqfx 阅读(46) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/859364/202304/859364-20230407160744989-1173371410.png) ![](https://img2023.cnblogs.com/blog/859364/202304/859364-20230407160754829-1259590115.png) 阅读全文
posted @ 2023-04-07 16:08 fndefbwefsowpvqfx 阅读(8) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/AppleScript display dialog "Hello, world!" -- a modal window with "OK" and "Cancel" buttons -- or display alert "Hello, 阅读全文
posted @ 2023-04-07 15:55 fndefbwefsowpvqfx 阅读(38) 评论(0) 推荐(0)
摘要: x86-64 arm 阅读全文
posted @ 2023-04-07 15:40 fndefbwefsowpvqfx 阅读(19) 评论(0) 推荐(0)
摘要: https://eastmanreference.com/complete-list-of-applescript-key-codes tell application "System Events" key code 49 end tell Play: tell application "iTun 阅读全文
posted @ 2023-04-07 12:38 fndefbwefsowpvqfx 阅读(144) 评论(0) 推荐(0)
摘要: dry , verbose no metaL,e openExplorer metaR,e closeExplorer backquote,metaL showTerminal backquote,controlL showvscode l,metaL lockScreen 阅读全文
posted @ 2023-04-07 11:12 fndefbwefsowpvqfx 阅读(53) 评论(0) 推荐(0)
摘要: #!/bin/bash osascript <<EOD tell application "Finder" if (get count of windows) ≥ 3 then activate set visible to true activate else make new Finder wi 阅读全文
posted @ 2023-04-07 10:56 fndefbwefsowpvqfx 阅读(33) 评论(0) 推荐(0)
摘要: smartscreen.exe explorer searchApp.exe OneApp.IGCC.WinService.exe OneApp.IGCC.SDKCommandLine.exe NVDisplay.Container.exe GfxDownloadWrapper.exe igfxEM 阅读全文
posted @ 2023-04-06 23:04 fndefbwefsowpvqfx 阅读(111) 评论(0) 推荐(0)
摘要: display notification "message" with title "title" subtitle "subtitle" display notification "message" sound name "Sound Name" Valid sound names are the 阅读全文
posted @ 2023-04-06 18:45 fndefbwefsowpvqfx 阅读(27) 评论(0) 推荐(0)
摘要: #!/bin/bash osascript <<EOD tell application "Finder" if (get count of windows) ≥ 2 then close (get every window whose index is not 1) end if end tell 阅读全文
posted @ 2023-04-06 18:32 fndefbwefsowpvqfx 阅读(20) 评论(0) 推荐(0)
摘要: gpedit.msc Computer Configuration > Windows Settings > Security Settings > Software Restriction Policies At the location, on the left navigation pane, 阅读全文
posted @ 2023-04-05 13:48 fndefbwefsowpvqfx 阅读(19) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/859364/202304/859364-20230405134050295-422626630.png) ![](https://img2023.cnblogs.com/blog/859364/202304/859364-20230405134055729-214340648.png) ![](https://img202 阅读全文
posted @ 2023-04-05 13:38 fndefbwefsowpvqfx 阅读(31) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/859364/202304/859364-20230404190817904-1936823218.png) ![](https://img2023.cnblogs.com/blog/859364/202304/859364-20230404190823579-752077853.png) ![](https://img20 阅读全文
posted @ 2023-04-04 19:08 fndefbwefsowpvqfx 阅读(13) 评论(0) 推荐(0)
摘要: https://www.computerhope.com/issues/ch002051.htm In macOS, there are many ways to launch an application. You can click an icon in the Dock or the Laun 阅读全文
posted @ 2023-04-04 18:45 fndefbwefsowpvqfx 阅读(48) 评论(0) 推荐(0)
摘要: ```bash xxd --help Usage: xxd [options] [infile [outfile]] or xxd -r [-s [-]offset] [-c cols] [-ps] [infile [outfile]] Options: -a toggle autoskip: A 阅读全文
posted @ 2023-04-04 17:10 fndefbwefsowpvqfx 阅读(275) 评论(0) 推荐(0)
摘要: A virtual thread is an instance of java.lang.Thread that is not tied to a particular OS thread. A platform thread, by contrast, is an instance of java 阅读全文
posted @ 2023-04-04 16:40 fndefbwefsowpvqfx 阅读(58) 评论(0) 推荐(0)
摘要: https://developer.android.com/about/dashboards/index.html ![](https://img2023.cnblogs.com/blog/859364/202304/859364-20230404154247554-824745285.png) ! 阅读全文
posted @ 2023-04-04 15:45 fndefbwefsowpvqfx 阅读(15) 评论(0) 推荐(0)
摘要: debug Product -> Scheme -> programToTest 找文件 Command + Shift + O Reveal in Project Navigator Command + Shift + J 阅读全文
posted @ 2023-04-04 14:12 fndefbwefsowpvqfx 阅读(65) 评论(0) 推荐(0)
摘要: string(CONCAT result ${var1} "/how") string(FIND ${var1} "targetPattern" foundResultIndex) if(${foundResultIndex} GREATER_EQUAL 0 ) endif() string(LEN 阅读全文
posted @ 2023-04-04 10:49 fndefbwefsowpvqfx 阅读(40) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 30 下一页