码迷,mamicode.com
首页 >  
搜索关键字:any ip    ( 55245个结果
Hello World Hexo
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...
分类:其他好文   时间:2021-07-23 17:39:58    阅读次数:0
b0102 linux centos 操作系统安装和维护
centos7.9 环境 主机: win7 虚拟机: vmware 12 安装文件: CentOS-7.9-x86_64-DVD-2009.iso 输出路径: W:\Virtual Machines\CentOS7 问题 无法连接网络 20210721 现象: 虚拟机NAT网络设置,动态分配IP,其 ...
分类:系统相关   时间:2021-07-22 17:37:25    阅读次数:0
centos8 yum源
cat CentOS-Base.repo # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to p ...
分类:其他好文   时间:2021-07-19 16:46:42    阅读次数:0
Springboot-微服务-微服务组件之服务管理-eureka-消费端调用服务
#Springboot-微服务-微服务组件之服务管理-eureka-消费端调用服务 微服务现在大部分的调用方式都是rest风格的调用方式也就常见的http,当然也还有另一种方式就是RPC 认识RPC RPC,即 Remote Procedure Call(远程过程调用),是一个计算机通信协议。 该协 ...
分类:编程语言   时间:2021-07-19 16:37:51    阅读次数:0
Windows常用Dos命令
1.打开CMD win键+R 2.windows常用Dos命令 #切换盘符 d/D: #查看当前目录 dir #切换目录 cd /d 盘符:/目录名 cd .. #清理屏幕 cls #退出终端 exit #查看ip ipconfig(/all) #ping ping 网址 #创建目录 md #创建文 ...
分类:Windows程序   时间:2021-07-16 17:33:26    阅读次数:0
消除 if else 判断
1.if..else public int calculate(int a, int b, String operator) { int result = Integer.MIN_VALUE; if ("add".equals(operator)) { result = a + b; } else ...
分类:其他好文   时间:2021-07-15 18:58:38    阅读次数:0
gist.github.com 无法访问解决办法,亲测永远有效!
1.打开https://www.ipaddress.com/,输入gist.github.com获取IP地址 2.ping 此ip地址,可以访问 3.将IP地址写入Hosts文件,140.82.113.3 gist.github.com MAC: /etc/hosts Windows: c/Wind ...
分类:其他好文   时间:2021-07-13 17:44:20    阅读次数:0
Kubernetes集群部署Prometheus和Grafana
Kubernetes集群部署Prometheus和Grafana 一、环境规划 K8S集群角色 Ip 主机名 控制节点 192.168.40.180 k8s-master1 工作节点 192.168.40.181 k8s-node1 工作节点 192.168.40.182 k8s-node2 实验环 ...
分类:Web程序   时间:2021-07-12 18:16:54    阅读次数:0
Linux下的C++ Socket网络编程
Socket是应用层与TCP/IP协议族通信的中间软件抽象层,它是一组接口。即Socket提供了操作上述特殊文件的接口,使用这些接口可以实现网络编程。 Socket通信流程图 TCP(Transmission Control Protocol,传输控制协议)是面向连接的协议,在正式通信之前必须建立起 ...
分类:编程语言   时间:2021-07-12 18:03:46    阅读次数:0
rails 写入日志函数
json={ "ip"=> "127.0.0.1, "ports"=> '80,135', "data"=>[{"port":22,"item":["22","open","tcp","","ssh"]}] } puts "str:#{ str.to_json}" write_log("nmapre ...
分类:其他好文   时间:2021-07-12 18:01:18    阅读次数:0
55245条   1 2 3 4 ... 5525 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!