上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 22 下一页
摘要: 切换目录 cd /etc/sysconfig/network-scripts ls查看当前目录下的东西 找到ipcfg- 开头的,而且不是iocfg-lo,而上图就是那个ifcfg-ens33。 则进行vi编辑 , vi ifcfg-ens33 把BOOTPROTO=dhcp 改成BOOTPROTO 阅读全文
posted @ 2021-02-25 16:17 ☆♂安♀★ 阅读(121) 评论(0) 推荐(0)
摘要: # service mysqld status #命令来查看mysql 的启动状态,active (running) 是运行中 systemctl start mysqld.service #启动 mysql systemctl restart mysqld.service #重启 mysql sy 阅读全文
posted @ 2021-02-25 12:34 ☆♂安♀★ 阅读(160) 评论(0) 推荐(0)
摘要: Docker 支持以下的 64 位 CentOS 版本: CentOS 7 CentOS 8 更高版本... 使用官方安装脚本自动安装 安装命令如下: curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 也可以使用国内 阅读全文
posted @ 2021-02-25 11:03 ☆♂安♀★ 阅读(91) 评论(0) 推荐(0)
摘要: 切换目录 cd /etc/sysconfig/network-scripts ls查看当前目录下的东西 找到ipcfg- 开头的,而且不是iocfg-lo,而上图就是那个ifcfg-ens33。 则进行vi编辑 , vi ifcfg-ens33 进入之后的内容是 TYPE=Ethernet PROX 阅读全文
posted @ 2021-02-25 10:43 ☆♂安♀★ 阅读(388) 评论(0) 推荐(0)
摘要: centos 7阿里云的下载地址 http://mirrors.aliyun.com/centos/7/isos/x86_64/ 最好下载DVD版本,这样免得有部分插件还有联网下载, 如果是网络版的要安装源设置 http://mirrors.aliyun.com/centos/7/os/x86_64 阅读全文
posted @ 2021-02-25 10:30 ☆♂安♀★ 阅读(55) 评论(0) 推荐(0)
摘要: vim /etc/nginx/nginx.conf log_format main '$remote_addr - $remote_user [$time_local] ' '"$request" $status $body_bytes_sent ' '"$http_referer" "$http_ 阅读全文
posted @ 2021-02-05 17:51 ☆♂安♀★ 阅读(265) 评论(0) 推荐(0)
摘要: import org.apache.commons.lang3.reflect.FieldUtils;import org.elasticsearch.action.search.SearchResponse;import org.elasticsearch.common.document.Docu 阅读全文
posted @ 2021-02-03 18:14 ☆♂安♀★ 阅读(987) 评论(0) 推荐(0)
摘要: 通过系统数据字典查询表结构 selectcol.table_schema,col.table_name,col.ordinal_position,col.column_name,col.data_type,col.character_maximum_length,col.numeric_precis 阅读全文
posted @ 2020-12-03 21:53 ☆♂安♀★ 阅读(481) 评论(0) 推荐(0)
摘要: package com.aiyusheng.framework.exception; import lombok.Data; /** * base异常类 * @author :cza * @date :2020/11/25 15:57 * @description : * @modyified By 阅读全文
posted @ 2020-12-03 19:46 ☆♂安♀★ 阅读(634) 评论(0) 推荐(0)
摘要: drop index Ix_product_define_id; drop index Ix_user_umid; drop table invims_product_attention; /* */ /* Table: invims_product_attention */ /* */ creat 阅读全文
posted @ 2020-12-03 15:49 ☆♂安♀★ 阅读(654) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 22 下一页