logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Docker的卸载失败(Ubuntu16.04)

卸载docker失败,原因是安装的时候安装的是docker-ce版本

windows10安装vue.js

背景最近做项目,要求前后端分离,前端用的vue.js,后端用的springboot上官网,各种网站找的方法老安装不上,决定自己写一个,强调用的window上面的cmd,不是git步骤:进入指定目录node -vnpm -vcnpm是淘宝的一个镜像,安装它npm install -g cnpm –registry=https://regist...

#vue.js
'node' is not recognized as an internal or external command,operable program or batch file.

首先使用cmd窗口,而不是git的窗口到当前目录下,使用npm init -f 命令,生成一个package.json文件,然后改改参数

使用Fetch API 实现学生信息的CRUD操作(4)---Fetch Api实战

目录背景预备知识什么是Fetch API为什么要使用Fetch API如何使用参考链接背景接着上一节,把Fetch Api 用起来。预备知识如果本节有些细节看上去有些吃力,可以看一下:同步和异步promises对象回调函数什么是Fetch APIFetch API 提供了一个 JavaScript接口,用于访问和操纵HTTP管道的部分,例如请求和响应。它还提供了一个全局 f...

[git]fatal: could not create work tree dir ‘xxx‘: Permission denied

目录背景操作背景在window上面使用wsl,想安装git取clone代码,遇到报错fatal: could not create work tree dir 'xxx': Permission denied操作返回上一层目录,然后赋权限$ cd ../(回退到当前目录的上一级)$ sudo chmod o+w dirname(dirname为存放代码文件夹的名字)...

#git
'node' is not recognized as an internal or external command,operable program or batch file.

首先使用cmd窗口,而不是git的窗口到当前目录下,使用npm init -f 命令,生成一个package.json文件,然后改改参数

到底了