码迷,mamicode.com
首页 >  
搜索关键字:known    ( 1617个结果
java 获取客户端的ip地址
import javax.servlet.http.HttpServletRequest;import java.net.InetAddress;import java.net.UnknownHostException; /** * 获取访问接口的客户端的ip地址 * @author remains... ...
分类:编程语言   时间:2019-06-21 11:11:22    阅读次数:101
docker进阶——数据管理与网络
用户在使用 Docker 的过程中,势必需要查看容器内应用产生的数据,或者 需要将容器内数据进行备份,甚至多个容器之间进行数据共享,这必然会涉及 到容器的数据管理 (1)Data Volume (数据卷) (2)Data Volume Dontainers 数据卷容器 Data Volume 数据卷 ...
分类:其他好文   时间:2019-06-18 20:03:04    阅读次数:132
脚本_使用expect自动交互远程主机安装软件
#!bin/bash#功能:使用expect工具自动交互密码,远程到其它主机,安装httpd软件#作者:liusingbon#删除~/.ssh/known-hosts后,ssh远程任何主机,系统都会询问是否确认要连接到该主机rm -rf ~/ssh/known_hosts expect <<EOF ...
分类:其他好文   时间:2019-06-17 21:57:47    阅读次数:177
本地运行项目成功 ,但在服务器运行程序就会报Failed to establish a new connection: [Errno -2] Name or service not known
排查request连接 错误 ,说明是和网络 相关的, step1:先在服务器端ping 一下测试网址的host step2:在本地ping 一下测试网址的host 观查到服务端和本地 同一host指向的ip不一样 解决 办法 就是在服务器端 配置被测网址的host与本地一样 增加内容如下: 再次运 ...
分类:其他好文   时间:2019-06-17 15:56:16    阅读次数:2351
【转】ssh登录错误ECDSA host key for 10.10.10.10 has changed
当我们使用ssh root@ip登录Linux服务器时,服务器报错: 如何解决?原因分析: 这是由于,ssh连接服务器时,如果之前连接过,ssh会默认保存该ip的连接协议信息,当我们再次访问此ip服务器时,ssh会自动匹配之前ssh保存的信息,由于我们的服务器做了更改,例如重装系统等操作,会导致本地 ...
分类:其他好文   时间:2019-06-15 12:04:59    阅读次数:97
死磕 java同步系列之ReentrantReadWriteLock源码解析
读写锁是什么? 读写锁具有哪些特性? ReentrantReadWriteLock是怎么实现读写锁的? 如何使用ReentrantReadWriteLock实现高效安全的TreeMap?
分类:编程语言   时间:2019-06-14 09:19:38    阅读次数:107
Zabbix监控(二)
zabbixonCentOS7zabbix:2.0,2.2,2.4epelzabbix20zabbix22Linux开源监控系统:nagioscactizabbix:gangliazabbix-2.4mariadb实验环境:主机名称:node1.smoke.commaster操作系统:CentOS7.5内核版本:3.10.0-862.el7.x86_64网卡1:vmnet0172.16.100.6
分类:其他好文   时间:2019-06-12 22:54:12    阅读次数:98
poj 1330 Nearest Common Ancestors
Nearest Common Ancestors Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 37386 Accepted: 18694 Description A rooted tree is a well-known da ...
分类:其他好文   时间:2019-06-12 21:38:29    阅读次数:132
[计算机系统]字/字节/位
Buses are typically designed to transfer fixed-sized chunks of bytes known aswords. The number of bytes in a word (the word size) is a fundamental sys ...
分类:其他好文   时间:2019-06-10 22:29:39    阅读次数:154
hdu 2604 Queuing(矩阵快速幂)
Queues and Priority Queues are data structures which are known to most computer scientists. The Queue occurs often in our daily life. There are many p ...
分类:其他好文   时间:2019-06-10 11:52:10    阅读次数:85
1617条   上一页 1 ... 31 32 33 34 35 ... 162 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!