摘要: 在对各种源材料进行编辑(尤其时间重映射、变速)后,预览变速点会出现跳帧,虽然导出不影响,但预览观感不好。解决:选择“序列 - 渲染入点到出点”会对序列进行渲染,预览会变得流畅。 阅读全文
posted @ 2022-09-02 21:05 思所匪夷 阅读(68) 评论(0) 推荐(0)
摘要: 点击MathType选项卡报错:原因:当 XML 文档中缺少目标时会发生这种情况。目标字段被设置为了“NULL”。解决:找到"C:\Program Files (x86)\Microsoft Office\root\Office16\STARTUP\MathType Commands 2016.do 阅读全文
posted @ 2022-05-08 18:46 思所匪夷 阅读(260) 评论(2) 推荐(0)
摘要: 根据https://docs.microsoft.com/zh-cn/office/troubleshoot/third-party-add-ins/incompatibilities-between-office-and-adobe以及Adobe的相关文档推测可能是不兼容问题,在Word选项 - 阅读全文
posted @ 2021-12-21 18:44 思所匪夷 阅读(188) 评论(0) 推荐(0)
摘要: 在外网多方查找,此处关闭可解决。 阅读全文
posted @ 2021-12-17 20:19 思所匪夷 阅读(47) 评论(0) 推荐(0)
摘要: C:\Program Files\Typora\resources\appsrc\window\frame.jsframe.js里修改:removeClass -> addClass原因:addClass('hide') 该条目组就隐藏了! 阅读全文
posted @ 2021-07-29 09:42 思所匪夷 阅读(3) 评论(0) 推荐(0)
摘要: with torch.set_grad_enabled(False): x = torch.zeros(1, requires_grad=True) print(x.requires_grad) y=x*2 print(y.requires_grad) True False在with torch.s 阅读全文
posted @ 2021-06-17 22:28 思所匪夷 阅读(99) 评论(0) 推荐(0)
摘要: autohotkey代码:#IfWinActive ahk_exe Typora.exe ~LButton:: CoordMode, Mouse, Screen SetKeyDelay 0, 10 MouseGetPos, x1, y1 KeyWait, LButton MouseGetPos, x 阅读全文
posted @ 2021-05-19 18:24 思所匪夷 阅读(9) 评论(0) 推荐(0)
摘要: The page build failed for the `main` branch with the following error:Unable to build page. Please try again later.For information on troubleshooting J 阅读全文
posted @ 2021-05-17 10:24 思所匪夷 阅读(16) 评论(0) 推荐(0)
摘要: $ hexo gINFO Validating configINFO Start processingERROR { err: YAMLException: end of the stream or a document separator is expected at line 2, column 阅读全文
posted @ 2021-05-06 21:01 思所匪夷 阅读(160) 评论(0) 推荐(0)
摘要: mysqldump: Can't create/write to file 'F:\[path...]\project' (OS errno 13 - Permission denied)因为intellij idea 数据库用mysqldump导出时出路径默认是文件夹,没有提示文件名导致报错,还以 阅读全文
posted @ 2021-05-04 15:47 思所匪夷 阅读(203) 评论(0) 推荐(0)