51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Host
gethostname、gethostbyname
gethostname():返回本地主机的标准主机名 原型:#include<unistd.h>intgethostname(char*name,size_tlen); 参数说明:name: 接收缓冲区,字节长度必须为len,或更长,存获取主机名len: ...
代码星球
·
2020-04-09
gethostname
gethostbyname
vhost文件设置
#例子<VirtualHost*.82> #设置端口号为82ServerNamelocalhost#服务器名称DocumentRoot"d:/Web"#文档目录</VirtualHost>#结束 ...
代码星球
·
2020-04-08
vhost
文件
设置
git---如何解决The authenticity of host can't be established.
新生成密钥的时候,gitclone或者push的时候,可能会报这样的错误:```Theauthenticityofhost'gitee.com(xxx.xxx.xxx.xxx)'can'tbeestablished.ECDSAkeyfingerprintisSHA256:xxxxxxxxxxxxxxxxxxxxxxxx...
代码星球
·
2020-04-08
git---
如何
解决
The
authenticity
httpd-vhosts.conf
##VirtualHostexample:#AlmostanyApachedirectivemaygointoaVirtualHostcontainer.#ThefirstVirtualHostsectionisusedforallrequeststhatdonot#matchaServerNameorSe...
代码星球
·
2020-04-08
httpd-vhosts.conf
云链接 接口不允许 情况 解决方法 mysql Host is not allowed to connect to this MySQL server解决方法
在装有MySQL的机器上登录MySQLmysql-uroot-p密码执行usemysql;执行updateusersethost='%'whereuser='root';这一句执行完可能会报错,不用管它。执行FLUSHPRIVILEGES;经过上面4步,就可以解决这个问题了。 注:第四步是刷新MySQL的权限...
代码星球
·
2020-04-07
解决
方法
to
链接
接口
weblogic启动失败:Could not obtain the localhost address 解决办法
linux下weblogic启动如果出现这个错误,多半是hosts文件不对1、先输入hostname,查看本机计算机名(比如:server123)2、sudovi/etc/hosts编辑hosts文件,在最后加一行127.0.0.1server123(这里的server123换成你自己的linux计算机名)然后再启动就...
代码星球
·
2020-04-06
weblogic
启动
失败
Could
not
JBOSS只能本机localhost和127.0.0.1能访问的解决
一句话:%jboss_home%in>standalone.bat-Djboss.bind.address=0.0.0.0也可以直接编辑standalone.xml,将里面所有127.0.0.1,批量替换成0.0.0.0或本机真实IP...
代码星球
·
2020-04-06
JBOSS
只能
本机
localhost
127.0.0.1
原来部署好的WCF(可以调用),因为部署.net core,而安装了DotNetCore.2.0.5-WindowsHosting,导致现在WCF站点不可以。
报错如下:由于Web服务器上的“ISAPI和CGI限制”列表设置,无法提供您请求的页面。解决方法:如果出现如下结果,则证明可以啦。...
代码星球
·
2020-04-06
部署
WCF
原来
好的
可以
win10 压缩包安装mysql8.0.11报错:Access denied for user 'root'@'localhost'
按这篇:https://blog.csdn.net/Myuhua/article/details/84792121#commentsedit 这里精简下,还有update语句中authentication_string字段如果设置自己的密码时,update受影响行就为0,必须为''才可以。win10 ...
代码星球
·
2020-04-06
win10
压缩
包安装
安装
mysql8.0.11
修改host
windows:(1)打开C:WindowsSystem32driversetc(2)复制host文件到桌面(3)修改桌面的host文件(4)粘贴回去 macbook:(1)点击Finder,在顶部菜单栏选择“前往”-“前往文件夹”,粘入“/priv...
代码星球
·
2020-04-06
修改
host
localhost,127.x.x.x和 0.0.0.0区别
之前遇到过一件很纳闷的事,明明用webpack-dev-server监听了一个端口xx,用localhost:xx可以打开,但是依然可以在localhost:xx来启动另一个服务。后来我看来了下webpack的配置,才发现原来监听了0.0.0.0的xx端口,但是为什么localhost也能访问呢?127.x.x.x&n...
代码星球
·
2020-04-06
localhost
127.x.x.x
0.0.0.0区别
解决[warn] _default_ VirtualHost overlap on port 80, the first has precedence问题
问题背景: 在apache的httpd.conf里新增加了1个VirtualHost,域名是xxx.com,此时,服务器总共2个VirtualHost,servicehttpd restart...
代码星球
·
2020-04-06
解决
warn
default
VirtualHost
overlap
Intelli系列代理部分报错:You have JVM property https.proxyHost set..
YouhaveJVMpropertyhttps.proxyHostsetto'...'.Thismayleadtoincorrectbehaviour.ProxyshouldbesetinSettings|Proxy Mac环境下:/usr/libexec/PlistBud...
代码星球
·
2020-04-06
Intelli
系列
代理
部分
报错
paramiko连接sshd使用的hostkey
1、sshd的hostkey设置:cat/etc/ssh/sshd_config里面有rsa/dsa/ecdsa/ed255192、查看paramiko的keys选择顺序,如图所示3、由以上两点可以得知:协商成功的算法将会是ssh-ed255194、使用下面的方法,可以自动添加缺失的hostkeyself.client...
代码星球
·
2020-04-06
paramiko
连接
sshd
用的
hostkey
深入解析hostname
结论:/etc/sysconfig/network确实是hostname的配置文件,hostname的值跟该配置文件中的HOSTNAME有一定的关联关系,但是没有必然关系,hostname的值来自内核参数/proc/sys/kernel/hostname,如果我通过命令sysctlkernel.hostname=Tes...
代码星球
·
2020-04-06
深入
解析
hostname
首页
上一页
...
17
18
19
20
21
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他