systemctl list-units –all –type=service
systemctl list-units –all –type=service –no-pager
systemctl list-units –all –type=service
systemctl list-units –all –type=service –no-pager
sudo apt-get update
sudo apt-get install nginx
安装成功后 sudo /etc/init.d/nginx start 启动一下访问树莓派的IP能访问成功就可以了
是一套用于构建用户界面的渐进式框架。与其它大型框架不同的是,Vue 被设计为可以自底向上逐层应用。Vue 的核心库只关注视图层,不仅易于上手,还便于与第三方库或既有项目整合。另一方面,当与现代化的工具链以及各种支持类库结合使用时,Vue 也完全能够为复杂的单页应用提供驱动。是一种 MVVM (Model-View-ViewModel)
1 | 1. 下载node的Linux版2. 解压后放在/user/local/ 下或者其他位置3. 设置国内的淘宝源 |
常见npm设置命令 npm config get/set xxxx ,其中xxx代指prefix ,registry等,其对于的配置文件地址 ~/.npmrc
先看一下代码
1 | public static void importModels (MultipartFile file) throws IOException, InvalidFormatException { |