shensunbo Blog

「离开世界之前 一切都是过程」

Linux上遇到的奇怪问题

问题:./DmsApp: error while loading shared libraries: libMNN.so: cannot open shared object file: No such file or directory 解决办法:sudo ldconfig 原因:安装和更新了共享库后,需要更新共享库缓存 wsl2...
人赞过

WSL2数据迁移

WSL2的ubuntu默认安装在C盘,占用空间较大,介绍如何将数据迁移到其他盘,主要方法就是建立一个软链接 一般安装路径 C:\Users\vfvaf0\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\ext4.vhdx 将 ext4.vhdx ...
人赞过

camke 入门

basic 初始目录,使用两个静态库 1 2 3 4 5 6 7 8 ├── include │ ├── byeworld.h │ └── helloworld.h ├── lib │ ├── libbyeworld.a │ └── libhelloworld.a └── src └── main.cpp 根目录下创建一个CMakeLis...
人赞过

人生七年

每隔几年应该重新看一次 应该保证拥有给孩子提供好的教育条件的资本
人赞过

英语学习-口语方法

人赞过

英语学习-口语场景

meeting when don`t understand someone I'm sorry to interrupt, Excuse me, Sorry to interrupt, I'm sorry, could you please repeat that?" "Pardon me, could you say that again?" "I didn't catch tha...
人赞过

英语学习-口语语法

介词 Prepositions help to clarify the position, direction, time, or relationship of the noun/pronoun to other parts of the sentence. e.g. 1 2 3 4 5 6 7 8 She is sitting on the chair. The boo...
人赞过

如何使用ffmpeg filter API

人赞过

ffmpeg 命令

ffmpeg yuv格式转换 ffmpeg -s 1920x1536 -pix_fmt uyvy422 -i c.raw -pix_fmt yuv420p c2.yuv yuv修改分辨率 ffmpeg -s 1920x1536 -pix_fmt nv12 -i d.raw -vf "scale=1080:720:flags=bicubic" -sws_flags bicubic -pix...
人赞过

windows 自定义桌面图标

去icon下载网站下载一张png图片,如icons8.com 下载一个我的世界工具图标 使用icon转换工具将 .png 格式图片转换为 .ico 格式,可以使用 redketchup.io 选中文件夹 -> 属性 -> 自定义 -> 修改图标 -> 选择制作的图标文件 效果
人赞过