Loading

上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 28 下一页
摘要: ref https://www.jianshu.com/p/ae048b5090f8 点击查看代码 #SingleInstance, Force global DEFAULT_IMAGE_FOLDER := "D:\Data\Programs\UserData\AutoHotkey\tempImag 阅读全文
posted @ 2021-09-24 17:40 ZXYFrank 阅读(367) 评论(0) 推荐(0) 编辑
摘要: "C:\Program Files\Google\Chrome\Application\chrome.exe" --new-window "https://dida365.com/webapp/#q/all/week/" 阅读全文
posted @ 2021-09-16 12:13 ZXYFrank 阅读(228) 评论(0) 推荐(0) 编辑
摘要: "pasteImage.path": "${currentFileDir}/img", "pasteImage.basePath": "${currentFileDir}", "pasteImage.forceUnixStyleSeparator": true, "pasteImage.prefix 阅读全文
posted @ 2021-09-09 09:32 ZXYFrank 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 修改轨道名字 按住Shift+Enter 阅读全文
posted @ 2021-08-25 16:05 ZXYFrank 阅读(194) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/20728179/linux-mv-command-created-a-new-file-when-no-folder-is-available 阅读全文
posted @ 2021-08-17 18:34 ZXYFrank 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 不要让工具支配自己! https://regexr-cn.com/ 一定是在先导标号之后 在某个范围内的 这样可以获得一个范围 在标号之后的每一行 直到一个连续的空行 可以看到[\S\s]的作用 但是这不太符合要求 这样的范围可以匹配一个不含\n的段落 需要扩大这个范围 这样可以匹配一 阅读全文
posted @ 2021-08-07 17:44 ZXYFrank 阅读(144) 评论(0) 推荐(0) 编辑
摘要: Opening a Folder and File in Vscode from Terminal | JagaScript code path_to_foder --goto path_to_file AHK 注意把VSCode的根目录添加到环境变量(并且用code.exe 调用),否则可能无法R 阅读全文
posted @ 2021-08-04 13:57 ZXYFrank 阅读(58) 评论(0) 推荐(0) 编辑
摘要: http://opensourcehacker.com/2012/05/11/sublime-text-2-tips-for-python-and-web-developers/#Disable_automatic_loading_of_the_last_session 在User Setting 阅读全文
posted @ 2021-08-04 11:39 ZXYFrank 阅读(445) 评论(0) 推荐(0) 编辑
摘要: ASIO4ALL 容易出现卡顿等问题 解决方案 Github FL Studio 驱动链接 下载下来之后 以管理员身份运行 可以以管理员身份运行cmd(从开始菜单当中找到cmd,右键选择) 然后start reg .bat 重启电脑和宿主 阅读全文
posted @ 2021-07-30 08:21 ZXYFrank 阅读(953) 评论(0) 推荐(0) 编辑
摘要: find . -name "*~*" -exec mv {} ./2 \; 阅读全文
posted @ 2021-07-19 00:46 ZXYFrank 阅读(112) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 28 下一页