码迷,mamicode.com
首页 >  
搜索关键字:不能上网 ping 网关 dns解析    ( 13340个结果
常用的Dos命令
盘符切换 查看当前目录下的所有文件 dir 切换目录 cd (change directory) cd.. 返回上级 清理屏幕 cls (clear screen) 退出终端 exit 查看电脑IP ipconfig 打开应用 calc mspaint notepad ping 命令 ping ww ...
分类:其他好文   时间:2021-02-22 12:02:05    阅读次数:0
CentOS7网络yum源配置
CentOS7 法一: 1.查看外网是否通畅 ping mirrors.163.com 2.下载repo文件 cd /etc/yum.repos.d wget http://mirrors.163.com/.help/CentOS6-Base-163.repo 3.备份并替换系统的repo文件 mv ...
分类:其他好文   时间:2021-02-20 11:54:53    阅读次数:0
windows 访问 CentOS 的防火墙及其 网关开放
1.防火墙开放端口 firewall-cmd --zone=public --add-port=8848/tcp --permanent firewall-cmd --list-ports 开放centOS 网关,远程连接 grant all privileges on *.* to 'root'@ ...
分类:Windows程序   时间:2021-02-18 13:28:47    阅读次数:0
Seata-Server的下载配置和使用
第一步:下载安装包 下载地址: https://github.com/seata/seata/releases/tag/v0.9.0 解压到想存放的地址 第二步:配置seata-server config目录下的file.conf文件 29行左右找到service模块儿 修改内容 vgroup_ma ...
分类:其他好文   时间:2021-02-18 13:06:20    阅读次数:0
redis集群(3主3从)
一、docker部署redis集群 1、节点规划 (3 master 3 node) ip port cpu/mem data-volume 192.168.40.132 7000 7003 4C & 8G /var/lib/redis/7000 /var/lib/redis/7003 192.16 ...
分类:其他好文   时间:2021-02-17 14:10:45    阅读次数:0
常用Dos的命令
常用的Dos命令 查看当前目录下所有文件 Dir 跨盘切换目录 cd /d 盘:\文件名字 返回上一级 cd.. 清理屏幕 cls 进入文件 cd 文件名字 退出终端 exit 进入管理员模式,查看电脑ip ipconfig 还可以打开软件 管理员模式ping www.bilibili.com 可以 ...
分类:其他好文   时间:2021-02-16 12:47:26    阅读次数:0
linux开启FTP服务
打开FTP服务 先ping,查看网络是否联通 打开ssh服务 查看一些服务的状态 #查看ssh状态 service sshd status #防火墙的状态 service iptables status #开启ssh服务 service sshd start #关闭防火墙 chkconfig ipt ...
分类:系统相关   时间:2021-02-16 12:23:27    阅读次数:0
Spring Cloud Gateway:新一代API网关服务
Spring Cloud Gateway:新一代API网关服务 摘要 Spring Cloud Gateway 为 SpringBoot 应用提供了API网关支持,具有强大的智能路由与过滤器功能 。 Gateway 简介 Gateway是在Spring生态系统之上构建的API网关服务,基于Sprin ...
分类:编程语言   时间:2021-02-16 12:07:18    阅读次数:0
spring boot集成swagger2
spring boot集成swagger2 pom依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.6.1</version> </depend ...
分类:编程语言   时间:2021-02-15 12:24:14    阅读次数:0
06 | 跨域问题 | 谷粒
一、跨域问题 当通过一个地址去访问另一个地址的过程中,有三个地方的任何一个不一样就会存在跨域问题,前后端交互的项目经常遇到跨域问题。 协议 ip地址 端口号 本项目前端: http://localhost:9528/ ? 后端: http://localhost:8989/ 端口号不一致存在跨域问题 ...
分类:其他好文   时间:2021-02-15 12:12:12    阅读次数:0
13340条   上一页 1 ... 15 16 17 18 19 ... 1334 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!