码迷,mamicode.com
首页 >  
搜索关键字:host    ( 15768个结果
Sharepoint 2013 修改Host header (修改主机名)
修改Host header 这个问题就比较简单了,之前介绍过如何使用IP访问你的站点。修改的位置相同。还记得你在新建 Web Application 的时候 有个Host Header吗 现在就修改你的那个设置。 操作如下。 Application Management  ----- configure Alternate Access mappings ---打开后 单击你要修改的URL--在...
分类:其他好文   时间:2014-12-10 12:36:18    阅读次数:256
linux host=${host:-"localhost"}使用方法
localhost=${host:-"localhost"}host 变量未设定或者为空,host取"-"后面的值;否则host=$hosthost=${host-"localhost"}host 变量未设定,host取"-"后面的值;否则如果变量host为空或者有值host=$hosthost=$...
分类:系统相关   时间:2014-12-10 12:25:48    阅读次数:161
Android SDK无法更新问题解决
1、在SDK Manager下Tools->Options打开了SDK Manager的Settings,选中“Force https://… sources to be fetched using http://…”,强制使用http协议。2、修改host文件,添加下面两行#google_andr...
分类:移动开发   时间:2014-12-10 12:14:18    阅读次数:122
华为SSH配置
配置路由器IP基础 [Huawei]sysR1[R1]interg0/0/0[R1-GigabitEthernet0/0/0]ipadd192.168.233.20024[R1-GigabitEthernet0/0/0]q 可选命令是重新生成RSA密钥对,因为默认已经存在有了 [Huawei]rsalocal-key-paircreateThekeynamewillbe:Host%RSAkeysdefinedfor..
分类:其他好文   时间:2014-12-10 01:59:42    阅读次数:304
hive 行转列显示
首先查看一个sql1、首先存在一个数据表tmpCREATE TABLE tmp( platform string, channel string, chan_value string, uid string, host int, logtime string, bd_so...
分类:其他好文   时间:2014-12-09 22:42:02    阅读次数:787
Ubuntu Ping网关Destination Host Unreachable
我是Windows7下用VMware装的Ubuntu VMware的网络配置是使用桥接的方式,那么VMware里面的Ubuntu就配个静态IP吧,由于使用了桌面,就直接用图形界面配了。 ping本机是没问题的,ping网关就出现了Destination Host ...
分类:系统相关   时间:2014-12-09 21:38:44    阅读次数:454
Tomcat学习笔记-配置虚拟主机
虚拟主机即是将本机虚拟出多个域名,通过软件配置达到实现一个主机的效果。 关于Tomcat中server.xml中"host"这个元素,只有在设置虚拟主机的时候才需要修改。 虚拟主机是一种在一个Web服务器上服务多个域名的机制,对每个域名而言,都好像独享了整个主机。实际上,大多数的小型商务网站...
分类:其他好文   时间:2014-12-09 19:32:53    阅读次数:155
PHP 使用redis
connect($host, $port); if ($ret === false) { die($redis->getLastError()); } $ret = $redis->auth($user . "-" . $pwd . "-" . $dbname); if (...
分类:Web程序   时间:2014-12-09 17:35:43    阅读次数:280
socket编程
int port = 6000; //服务器端口 string host = "127.0.0.1"; //服务器IP IPAddress ip = IPAddress.Parse(host); //将string格式的服务器IP解析为IPAddress类型 IPEndPoint ipe = n.....
分类:其他好文   时间:2014-12-09 13:39:32    阅读次数:168
nginx 重写规则!
#访问$uri #if exists $uri -> 访问他 #if $uri is not end of / and exists /Vhosts/$http_host/$uri ->访问他 #if $uri is end of / and exists /Cache/$http_host/$uri/index.html -> 访问他 #否则 $uri -> /index.php #...
分类:其他好文   时间:2014-12-09 10:39:35    阅读次数:132
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!