04 2020 档案

摘要:安装Node、npm 1 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2 brew install node 3 node -v:查看node版本 4 npm -v 阅读全文
posted @ 2020-04-25 12:31 doubletcjs 阅读(1293) 评论(0) 推荐(0)
摘要:Ubuntu 16.04 TLS 1 sudo apt-get install nodejs 2 sudo apt install nodejs-legacy 3 sudo apt install npm Ubuntu 18.04 TLS 1 sudo apt-get install nodejs 阅读全文
posted @ 2020-04-24 00:27 doubletcjs 阅读(550) 评论(0) 推荐(0)
摘要:1 Scaffold( 2 body: Stack( 3 children: <Widget>[ 4 transparentAppBar(brightness: Brightness.light), //可设置brightness的透明导航栏。backgroundColor: Colors.tran 阅读全文
posted @ 2020-04-23 14:57 doubletcjs 阅读(1475) 评论(0) 推荐(0)