前端analysis | What,Why,Who,When,Where,How

《Linux》 - shell下mp4文件集中归档

shell 脚本 mp4
背景: qq空间视频上传,支持500个视频上传,不过监控视频是分文件夹存储的。故利用shell把文件集中下,然后批量上传。 code 123456789101112filelist=`ls /Users/hu/video/2020`for file in $filelistdo echo ...
Read more

《Mac》- mac下移动硬盘写入不了

mac
mac系统天生支持NTFS,只不过挂载方式是read-only方式,需要手动把分区改成可写方式 插入移动硬盘,查看挂载方式1234$ mount | grep ntfs/dev/disk2s1 on /Volumes/Untitled (ntfs, local, nodev, nosuid, ...
Read more

《Flutter》- flutter环境搭建

App flutter
git 代码1$ git clone https://github.com/flutter/flutter.git -b stable git Doc https://github.com/flutter/flutter/wiki/Using-Flutter-in-China flutt ...
Read more

《DNS》- DNS污染HomeBrew失败

DNS污染 HomeBrew java
背景12Installing Homebrew...curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused DNS污染Dns 解析ip失败 怎么验证是否遭遇DNS污染?1. ...
Read more

《NativeScript》- nativescript入门

App NativeScript
快速入门Hello-world 本文基于mac系统,采用HomeBrew安装 node 安装nativescript 安装1npm i -g nativescript 校验版本安装(Telerik NativeScript) 1> tns 安装 NativeScript Pl ...
Read more

《npm》- npm常用命令详解

npm scripts
npm 常用命令列表npm 升级依赖包 取决于npm版本,2.6.1以上可以 1npm install -g 2.6.1以下,可以通过npm-check,回车键进行选择升级 1234567npm install -g npm-check#本地check npm-check -u#全局 ...
Read more
上一页 下一页