待整理
could not find gradle wrapper within android sdk Error: spawn EACCES ionic weex cordova
将 `Android Studio.app/Contents/plugins/android/lib/templates` 复制到 `~/Library/Android/sdk/tools` 并赋予 `~/Library/Android/sdk/tools/templates/gradle/wrapper/gradlew` 可执行权限。
ffmpeg单个转换 基于目录抽取所有视频音频 转换所有视频 无损 ffmpeg-convert.sh
```bash#!/usr/bin/env bash
url=$1
name=$2
if [ -n "$url" ]; then
ffmpeg -i "$url" -c:v copy -c:a copy -bsf:a aac_adtstoasc "${name}.mp4"
fi```
dcloud 基于 web 封装APP
window.location="http://www.baidu.com"; document.addEventListener('plusready', function(){ //console.log("所有plus api都应该在此事件发生后调用,否则会出现plus is undefined。"
Wireshark SSLKEYLOGFILE --ssl-key-log-file
```bash/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=/tmp/chrome --ssl-key-log-file=~/Desktop/keylogfile.log https://www.baidu.com```>https://imququ.com/
cordova 打包 h5 web app 链接
ple Apache Cordova application that responds to the deviceready event. Apache Cordova Team