码迷,mamicode.com
首页 >  
搜索关键字:hosts    ( 4201个结果
WCF : 修复 Security settings for this service require Windows Authentication but it is not enabled for the IIS application that hosts this service 问题
摘要 : 最近遇到了一个奇怪的 WCF 安全配置问题, WCF Service 上面配置了Windows Authentication. IIS上也启用了 Windows Authentication, 但是仍然出现IIS没有启用Windows Authentication的问题. 在网络上能查到的...
分类:移动开发   时间:2015-02-10 23:00:08    阅读次数:968
Mysql 连接出错" unblock with ‘mysqladmin flush-hosts'"
Mysql 连接出错" unblock with ‘mysqladmin flush-hosts’”在mysql cluster 连接的出错: java.sql.SQLException MESSAGE: null, message from server: “Host ‘192.168.39.147’ is blocked because of many connection errors;...
分类:数据库   时间:2015-02-10 18:49:53    阅读次数:265
如何下载 Chrome 应用商店的 .crx 文件
//一直用chrome,最近插件(web developer)莫名丢失,修改hosts文件不得。第一种方法简单,第二种方法对个别chrome 插件有用,对另一些无效(可能id对不上)。推荐第一种方法。Chrome Extension Downloader是一个可以下载到 Chrome 应用商店扩展....
分类:其他好文   时间:2015-02-10 18:27:42    阅读次数:117
【备忘】https://smarthosts.googlecode.com/svn/trunk/hosts
#UPDATE:2014-09-06 05:19#!!!!!!!TEST VERSION, DO NOT UPDATE PLEASE!!!!!!!!#127.0.0.1 localhost#SmartHosts START##ClientData BEGIN####CatA=[203.208.46....
分类:Web程序   时间:2015-02-07 22:49:52    阅读次数:513
mac如何更改android sdk 亲测
一,修改hosts 在OSX下跟linux一样,进到/private/etc目录下,然后sudo vim hosts,在里面新增一句话: #google_android更新 74.125.237.1 dl-ssl.google.com 二,设置SDK Manager的HTTP Proxy Server 和 Port HTTP Proxy Server里...
分类:移动开发   时间:2015-02-07 18:56:00    阅读次数:162
MacOS使用AMPPS环境
下载(http://www.ampps.com/download)并安装AMPPS基本配置:2.1选中所有扩展2.2 变更PHP版本为5.3配置虚拟主机(Virtual Hosts)AMPPS配置虚拟主机超级简单,点击AMPPS HOME 的 Add New Domain,就会自动配置Apache和...
分类:系统相关   时间:2015-02-07 11:27:48    阅读次数:312
DRBD的使用配置
DRBD安装配置环境:两台运行着Centos6.5.X86_64的机器安装前的准备:主机名IP磁盘名容量master(主)192.168.174.128/dev/sdb120Gbackup(备)192.168.174.130/dev/sdb120G分别在两台机器上修改相应主机名并在/etc/hosts的文件中加入master192.168.174.128backup192.168.174.130..
分类:其他好文   时间:2015-02-07 07:00:50    阅读次数:167
Linux下的Eclipse远程运行Mapreduce到hadoop集群
假设已经配置好集群。在开发客户机Linux centos 6.5上进行:a.客户机centos 有一个和集群同名的访问用户:huser.b.vim /etc/hosts 加入namenode,加入本机IP.-------------------------1.安装hadoop集群 同版本的 jdk,...
分类:系统相关   时间:2015-02-06 16:22:35    阅读次数:208
hadoop完全分布式安装
1、安装环境是vmware workstation10.0模拟出三个虚拟节点,每一个节点安装Ubuntu12.04 LTS操作系统,主机名分别是hadoop1、hadoop2以及hadoop3.同时在每一个节点安装好java。安装方法同之前介绍的伪分布式安装方法一样。2、接着是对三个节点的hosts...
分类:其他好文   时间:2015-02-04 23:22:19    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!