data
-
docker入门学习(二)使用docker安装软件
镜像下载官网 Docker Hub Container Image Library | App Containerization 安装tomcat 搜索镜像 从docker hu…
-
工作随笔–linux常用命令二
一、 git 操作 1. 强推,慎用git reset –hard origin/feature/api 2. submodule更新:git submodule up…
-
3. 数组的响应式原理
数组的响应式原理 一般使用数组很少使用 arr[1] = 100, arr.length = 10 这两种方式修改数组, vue2同样也不支持 vue2中实现数组响应式的方法是重写…
-
react使用localStorage
import localStorage from “localStorage”;//引入 localStorage.setItem(“userInfo”, JSON.stringi…
-
request请求封装
import axios from “axios”; const baseUrl = “http:/123.57.50.179:8900”; const getRequest = …
-
docker中nginx
默认首页位置/usr/share/nginx/html/index.html 配置文件默认位置/etc/nginx/nginx.conf 复制文件夹到docker里的容器docke…
-
linux-tomcat实现多虚拟主机
设备 centos7 10.0.0.17 tomcat Windows host文件添加域名解析 做客户端访问 10.0.0.17 www.lia.com ww…
-
centos7 elasticsearch集群安装
1.安装Java环境 tar -zxvf jdk-8u60-linux-x64.tar.gz -C /usr/local/vim /etc/profileexport JAVA_H…
-
linux基础命令实战
命令 [参数] [文件路径] rm -f /tmp/test 1、创建一个目录 /data 解答:mkdir /data 2.在/data 下面建立一个文件t…
-
获取Http请求中的body内容方法
获取HTTP字符串正文String getBodytxt(HttpServletRequest request) { BufferedReader br = request.get…