requirejs Clipboard not defined In case if anyone's still struggling to make it work with requirejs, here's how it's done: 待整理 2022年06月04日 0 点赞 0 评论 1275 浏览
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` 可执行权限。 待整理 2022年06月04日 1 点赞 0 评论 1303 浏览
xcrun: error: unable to find utility "simctl", not a developer tool or in PATH 待整理 2022年06月04日 0 点赞 0 评论 1309 浏览
dcloud 基于 web 封装APP window.location="http://www.baidu.com"; document.addEventListener('plusready', function(){ //console.log("所有plus api都应该在此事件发生后调用,否则会出现plus is undefined。" 待整理 2022年06月04日 0 点赞 0 评论 1315 浏览
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``` 待整理 2022年06月04日 0 点赞 0 评论 1327 浏览