上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 30 下一页
摘要: 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 阅读(16) 评论(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 阅读(3) 评论(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 阅读(17) 评论(0) 推荐(0) 编辑
摘要: x86-64 arm 阅读全文
posted @ 2023-04-07 15:40 fndefbwefsowpvqfx 阅读(13) 评论(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 阅读(85) 评论(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 阅读(20) 评论(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 阅读(14) 评论(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 阅读(61) 评论(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 阅读(16) 评论(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 阅读(11) 评论(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 阅读(11) 评论(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 阅读(20) 评论(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 阅读(9) 评论(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 阅读(21) 评论(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 阅读(265) 评论(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 阅读(32) 评论(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 阅读(10) 评论(0) 推荐(0) 编辑
摘要: debug Product -> Scheme -> programToTest 找文件 Command + Shift + O Reveal in Project Navigator Command + Shift + J 阅读全文
posted @ 2023-04-04 14:12 fndefbwefsowpvqfx 阅读(13) 评论(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 阅读(17) 评论(0) 推荐(0) 编辑
摘要: get_filename_component(<var> <FileName> <mode> [BASE_DIR <dir>] var : outputValue FileName: inputValue mode DIRECTORY = Directory without file name NA 阅读全文
posted @ 2023-04-04 10:14 fndefbwefsowpvqfx 阅读(75) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 30 下一页