nodejs编译安装 在ubuntu 14.04系统,编译安装nodejs.1. 下载源代码压缩文件并解压wget https://github.com/nodejs/node/archive/master.zipunzip node-master.zip2. 进入目录并运行脚本cd node-master./configure3. 编译安装makesudo make install在终 JavaScript 2023-10-10 45 点赞 0 评论 68 浏览
VSCode运行前后端分离的web项目(注意:不是vue项目) 第一步:输入Live Service,点击安装第二步:点击右下角的go live服务器启动成功,如下图:希望这些帮助到大家^.^ 服务器访问web 2023-10-09 45 点赞 0 评论 68 浏览
bootstrap4 div水平垂直居中 bootstrap4 让一个div在另一个div中水平垂直居中:<div d-flex justify-content-center"> <div class="align-self-center"> </div></div> web前端 2023-10-05 45 点赞 0 评论 68 浏览