09 2021 档案
摘要:Linux笔记 linux版本 ubuntu(乌班图) rhel(红帽redhat)=》社区版(centos) centos 通常服务器使用 LAMP:linux+apache+mysql+php LNMP:linux+nginx+mysql+php 搭建环境(linux操作系统本身就是一种软件)
阅读全文
摘要:Git 添加到缓存区:git add . 提交到本地仓库:git commit -m "" 查看当前状态:git status 查看当前分支:git branch 切换分支:git checkout 合并分支:git merge 推送到云端:git push 推送并创建:git push -u or
阅读全文
摘要:Docker 1.构建netcore5.0 的jenkins镜像 FROM jenkins/jenkins # Switch to root to install .NET Core SDK USER root # Show distro information! RUN uname -a && c
阅读全文
摘要:Swiper 轮播 npm i swiper@4.3.3 -S 1 <div class="swiper-container"> 2 <div class="swiper-wrapper"> 3 <div class="swiper-slide">Slide 1</div> 4 <div class
阅读全文
摘要:Vue cli 生成项目 全局安装vue-cli:npm install -g vue-cli vue -V(查看vue的版本,看vue脚手架是否安装成功) 安装成功后,vue init webpack 项目名称 (创建vue的项目) cd 项目名称 npm install 安装依赖 npm run
阅读全文
摘要:Redis 文档型数据库(bson格式和json) MongoDB MongoDB是一个基于分布式文件存储的数据库,C++编写,主要用来处理大量文档 MongoDB 是介于关系型数据库和非关系型数据库之间产品,最像关系型数据库的数据库 概述 Redis 是什么? Redis(Remote Dicti
阅读全文
摘要:常用命令 1.安装axios: 2.安装淘宝镜像cnpm: 1.npm install -g cnpm --registry=https://registry.npm.taobao.org 2.cnpm -v(检查是否安装成功) 错误一:C:\Users\Administrator\AppData\
阅读全文
浙公网安备 33010602011771号