首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
我的随笔
Keya
创建于2021-10-27
订阅专栏
1我的
暂无订阅
共5篇文章
创建于2021-10-27
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
使用 tinypng 脚本打包为exe 进行压缩图片
工作过程避免不了的使用到压缩图片,一直使用 https://tinify.cn/, 每次操作都会很麻烦, 就想着看看能不能通过api了, 由于最近换成了 windows系统, 就准备打包为 exe,
通过命令行上传ipa到appstore
搞持续集成自动化打包上传到 appstore 可以使用命令行直接上传, 记录一下。 其实主要就一条到命令: xcrun altool --upload-app -f xxxx.ipa -u "{邮箱地
ubuntu 安装docker
ubuntu 安装 docker 一、安装 docker 1、安装 docker:sudo apt-get install -y docker.io 2、启动 docker 服务:systemctl
Mac M1报错: fatal error: ‘pcre2.h‘ file not found 解决方案
``` ln -s /opt/homebrew/include/pcre2.h /opt/homebrew/Cellar/php/8.1.10/include/php/ext/pcre/pcre2.h
hexo d后 报错 ERROR Deployer not found: git
hexo d Deployer not found: git npm install --save hexo-deployer-git