php缺少gd库

1.查看php库:php -mroot@SAFEHOSTNAME:~# php -m[PHP Modules]calendarCorectypedateexiffileinfofilterftp...

关于node-gyp rebuild报错

解决方案重新安装最新版node-gypnpm install --global node-gyp@latestfor /f "delims=" %P in ('npm pre...

水一个,adb同时安装多个apk

安装命令:adb install-multiple base.apk config.xxhdpi.apk config.arm64_v8a.apk可以同时安装多个apk。适用GooglePlay...

试水Electron+React+Antd构建桌面应用

添加依赖:package.json:"devDependencies": { "@babel/cli": "^7.1.0", ...

一些Nginx反向代理的配置

配置1:server { listen 80; server_name proxy.com; index index.php index.html in...