如何保存微信小程序页面里的图片?
朋友昨天问我如何保存微信小程序页面里的图片,一时没想到好办法。
今天突然想起来这事,于是又琢磨了一下,发现其实非常简单。。。
方法就是在电脑上打开小程序页面,然后拖拽想要保存的图片到浏览器窗口或者微信聊天窗口(支持拖拽发图的窗口就行),然后就可以保存图片了。
因为我用的是 mac,所以只测试了 mac,Windows 不知道这个方法可不可行。
朋友昨天问我如何保存微信小程序页面里的图片,一时没想到好办法。
今天突然想起来这事,于是又琢磨了一下,发现其实非常简单。。。
方法就是在电脑上打开小程序页面,然后拖拽想要保存的图片到浏览器窗口或者微信聊天窗口(支持拖拽发图的窗口就行),然后就可以保存图片了。
因为我用的是 mac,所以只测试了 mac,Windows 不知道这个方法可不可行。
为了更好的体验,尝试安装了 SamsungMagician,一款三星新推出的“旨在支持三星公司的内存产品,从内置固态硬盘到便携式固态硬盘、存储卡,再到 USB 闪存卡”的大一统作品。
用了一下,真是的是智障+各种BUG。
macOS 升级到 14.0 Sonoma 之后,发现 brew 安装的 nginx 无法启动了。
sudo brew services list
查看状态:
nginx error 256 root /Library/LaunchDaemons/homebrew.mxcl.nginx.plist
手动启动之:
$ sudo brew services start nginx
Warning: Taking root:admin ownership of some nginx paths:
/opt/homebrew/Cellar/nginx/1.25.2/bin
/opt/homebrew/Cellar/nginx/1.25.2/bin/nginx
/opt/homebrew/opt/nginx
/opt/homebrew/opt/nginx/bin
/opt/homebrew/var/homebrew/linked/nginx
This will require manual removal of these paths using `sudo rm` on
brew upgrade/reinstall/uninstall.
Warning: nginx must be run as non-root to start at user login!
Bootstrap failed: 5: Input/output error
Error: Failure while executing; `/bin/launchctl bootstrap system /Library/LaunchDaemons/homebrew.mxcl.nginx.plist` exited with 5.
今天为了本地编译一个开源软件,用 homebrew 安装了 rustc
,结果后来发现导致 php 命令报错。
dyld[16856]: Library not loaded: /opt/homebrew/opt/libavif/lib/libavif.15.dylib
Referenced from: <87C1A268-34E4-396F-8BBC-D5591064E333> /opt/homebrew/Cellar/gd/2.3.3_5/lib/libgd.3.dylib
Reason: tried: '/opt/homebrew/opt/libavif/lib/libavif.15.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/libavif/lib/libavif.15.dylib' (no such file), '/opt/homebrew/opt/libavif/lib/libavif.15.dylib' (no such file), '/usr/local/lib/libavif.15.dylib' (no such file), '/usr/lib/libavif.15.dylib' (no such file, not in dyld cache), '/opt/homebrew/Cellar/libavif/1.0.1/lib/libavif.15.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/libavif/1.0.1/lib/libavif.15.dylib' (no such file), '/opt/homebrew/Cellar/libavif/1.0.1/lib/libavif.15.dylib' (no such file), '/usr/local/lib/libavif.15.dylib' (no such file), '/usr/lib/libavif.15.dylib' (no such file, not in dyld cache)
Abort trap: 6
昨天在用 keynote 的时候,想将粘贴进去的图片保存到本地目录,结果发现右击并没有出现保存到本地的选项,于是研究了一下,终于找到了坑爹的方法。