大图标不能使用带有alpha通道的pnghttps://uniapp.dcloud.net.cn/tutorial/app-icons.html#itms90717pip install -i https://mirrors.aliyun.com/pypi/simple/ pillow from PIL import Image # 打开PNG图片 img = Image.open(&qu...
大图标不能使用带有alpha通道的pnghttps://uniapp.dcloud.net.cn/tutorial/app-icons.html#itms90717pip install -i https://mirrors.aliyun.com/pypi/simple/ pillow from PIL import Image # 打开PNG图片 img = Image.open(&qu...
经过测试,必须使用png文件
创建请求证书的时候对话框勾选“让我指定密钥对信息”,后续默认即可https://ask.dcloud.net.cn/article/152
无法兼容过去的密码认证环境变量增加MYSQL_DEFAULT_AUTHENTICATION_PLUGIN: "mysql_native_password"配置文件变动[mysqld] mysql_native_password=ON不兼容配置需要删除expire_logs_days skip-host-cache配置文件权限sudo chown lxd:docker co...
触发角应用商店搜索: charmy自动切换暗色模式应用商店搜索: Auto Dark Mode浏览器暗色安装插件Dark Reader
隐藏文件显示defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder剪切文件macos是在粘贴时候,进行剪切command+alt+v截取窗口先按下ctrl+shift+command+4然后按空格复制文件路径command + alt + c进入某个目录command + 下箭头退出某个...
defaults write com.apple.dock springboard-columns -int 10 defaults write com.apple.dock springboard-rows -int 8 defaults write com.apple.dock ResetLaunchPad -bool TRUE killall Dock
报错提示content size out of limit经过测试text类型的content最大长度2048字节,大概682汉字这里不是字符数,要用strlen去测试
因为默认的wsl有时候会使用wsl1,而docker无法运行在wsl1中需要关闭设置 -> Resources -> WSL integrationEnable integration with my default WSL distro这样docker会被安装在docker-desktop这个wsl中