logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

安装nodejs2011并配置npm仓库

选择2011版本下载在安装目录(个人情况)下 D:\Program Files\nodejs2011创建2个文件夹:node_global (依赖库)node_cache(缓存)然后在当前目录下cmd进入dos窗口,执行:然后你可以查一下,看看有没有设置成功:在windows环境变量配置Path,在path变量中添加如下路径:在任意目录打开dos窗口测试下:node -vnpm -v。

文章图片
#npm#前端#node.js
git push出现问题的解决

提示:fatal: unable to access ‘https://github.com/sunplanter/Covid-19-Livehood-Protection-System.git/’: Failed to connect to github.com port 443 after 21081 ms: Timed out。方法: git config --global http.ssl

#git#github
web.xml中更改补全版本控制信息以及servlet注册的自动生成

如题,每次新建Module后都要更改web.xml中的版本信息,按照如下链接设置后,只需要在xml文件中输入web4.0就会出来补全提示。https://blog.csdn.net/gao_zhennan/article/details/89949607

#xml
暂无文章信息