上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 33 下一页
摘要: ERROR: unable to download video data: <urlopen error EOF occurred in violation of protocol (_ssl.c:nnn)> \youtube-dl\youtube_dl\utils.py PROTOCOL_TLSv 阅读全文
posted @ 2020-02-17 00:02 1CM 阅读(2586) 评论(0) 推荐(0)
摘要: 使用批处理获取时间时,通常%DATE%来获取,但这个格式是受系统限制, 使用下面的方法获取系统时间就不用考虑格式的变化 1 @echo off 2 call :GetLocaldatetime 3 echo %GetLocaldatetime% 4 5 call :GetUTCTime 6 echo 阅读全文
posted @ 2020-02-12 11:27 1CM 阅读(597) 评论(0) 推荐(0)
摘要: FFmpeg的xfade转场,现在一共有31种效果,2020年02月10日以后的FFmpeg代码中有效; 1 #!/bin/bash 2 # Example of concatenating multiple mp4s together with 1-second transitions betwe 阅读全文
posted @ 2020-02-10 16:15 1CM 阅读(6927) 评论(1) 推荐(0)
摘要: @echo off call :getUTCTime echo %UTCTIMESTR% exit /b :getUTCTime FOR /F "usebackq tokens=1,2 delims==" %%i IN (`wmic path win32_utctime get /format:li 阅读全文
posted @ 2020-02-08 16:26 1CM 阅读(1476) 评论(0) 推荐(0)
摘要: 2020-01-12 gcc 发布了开发版的 10.0.0 之后版本升级为10.0.1 Thread model posix 版本的 gcc-10.0.1 下载地址 https://github.com/qq2225936589/gcc-i686-posix-sjlj-for-MSYS $ gcc 阅读全文
posted @ 2020-02-03 00:52 1CM 阅读(621) 评论(0) 推荐(0)
摘要: 目前 QtScrcpy 1.1.0 版本无法调整窗口大小,如果想放大画面就可以使用这个小工具,简单制作,页面没有过多的花样; 小工具可以选择 1080 720 540 360 四个高度选项; 下载地址 https://github.com/qq2225936589/QtScrcpy_Resize 阅读全文
posted @ 2020-02-02 12:30 1CM 阅读(3005) 评论(0) 推荐(0)
摘要: 完整的代码下载地址 https://github.com/qq2225936589/autosub 阅读全文
posted @ 2020-01-20 11:15 1CM 阅读(786) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2020-01-19 04:03 1CM 阅读(8) 评论(0) 推荐(0)
摘要: angular.glsl Bounce.glsl BowTieHorizontal.glsl BowTieVertical.glsl burn.glsl ButterflyWaveScrawler.glsl cannabisleaf.glsl circle.glsl CircleCrop.glsl 阅读全文
posted @ 2019-12-18 13:46 1CM 阅读(4833) 评论(3) 推荐(1)
摘要: https://files.cnblogs.com/files/nlsoft/frei0r-20191207-0d4b342-bin.7z 阅读全文
posted @ 2019-12-18 13:22 1CM 阅读(151) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 33 下一页