Stella981 Stella981
3年前
Centos7静默安装oracle11g
安装环境操作系统:CentOS7oracle版本:Oracle11gR2服务器IP:192.168.1.22一、安装前准备关闭selinux和防火墙:禁止selinux:vi/etc/selinux/config把SELINUXenforcing改成SELINUXdis
Stella981 Stella981
3年前
Nginx 反向代理配置及403出现原因
//image.happy.com.confserver{  //监听80端口listen80;  //状态on,首页展现索引  //状态off,首页403,不影响下层资源访问  autoindexoff;  //image.happy.com    serve
Stella981 Stella981
3年前
Elasticsearch学习总结二 elasticSearch一些基本用法
一.elasticSearch提供了一些基本的rest命令,基本如下:/index/_search搜索指定索引下的数据,http://ip:9200/index/_search查询当前索引下的数据/index/查看指定索引的详细信