使用conda安装能够避免手动处理很多依赖问题
继续阅读“debian GDAL安装”
Conda提示Can’t connect to HTTPS URL because the SSL module is not available.
最近Conda开始报https错误了, 看提示openssl没装, 明明装了为什么会提示未安装呢...
继续阅读“Conda提示Can’t connect to HTTPS URL because the SSL module is not available.”
python3 通过年月日获取准确的年龄
要做个防沉迷验证,需要精确判断0-8,8-16,16-18和18+的用户,单纯使用年份相减显得不太严谨
could not find required sqlite3 library
ESP8266 PWM风扇无法调速
风扇和8266共地了吗?风扇和8266共地了吗?风扇和8266共地了吗?
继续阅读“ESP8266 PWM风扇无法调速”
ffmpeg转换的MP4文件安卓/IOS设备无法正常打开
只需要多加几个参数-movflags faststart -pix_fmt yuv420p
即可, 类似于ffmpeg -f image2 -i 10001-20000/%d.png -movflags faststart -pix_fmt yuv420p W:\Temp\10001-20000.mp4
ruTorrent下载完成后自动移动文件夹到completed的问题
放弃tr加入docker ru! 结果发现了一个很蛋疼的问题, 下载的时候我明明按照分类指定了目录, 下载完成过后就自动跑到
downloads/completed
里面去了!
android studio 无法正常安装Android Emulator Hypervisor Driver For AMD Processors
今天尝试安装android虚拟机时, 点击安装过后出现cmd窗口疯狂闪烁的问题...
继续阅读“android studio 无法正常安装Android Emulator Hypervisor Driver For AMD Processors”
flutter升级后提示A CupertinoLocalizations delegate that supports the zh_CN locale was not found.
flutter刚upgrade完, 运行项目就报警了...
A CupertinoLocalizations delegate that supports the zh_CN locale was not found.
继续阅读“flutter升级后提示A CupertinoLocalizations delegate that supports the zh_CN locale was not found.”
nginx转发 sub_filter无效的问题
最近需要转发一些被墙但是又无害的数据, 然后发现转发的数据里面(是个配置文件)还有别的被墙的域名, 所以这时候就需要用到
nginx
的sub_filter
来进行替换了, 然而发现...好像没什么用...