码迷,mamicode.com
首页 >  
搜索关键字:servers    ( 985个结果
一致性算法探寻(扩展版)8
6 Cluster membership changes Up until now we have assumed that the cluster configuration (the set of servers participating in the consensus algorithm) is fixed. In practice, it will occasionally be...
分类:编程语言   时间:2015-08-10 18:14:09    阅读次数:151
OWIN概述
关于OWINOWIN defines a standard interface between .NET web servers and web applications. The goal of the OWIN interface is to decouple server and applic...
分类:Windows程序   时间:2015-08-10 09:23:27    阅读次数:141
Ganymed SSH-2 java执行远程linux机器命令工具
Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java(tested on J2SE 1.4.2 and 5.0). It allows one to connect to SSH servers from withinJava programs. It supports SSH ses...
分类:编程语言   时间:2015-08-06 22:34:43    阅读次数:309
一致性算法探寻(扩展版)4
5.2 Leader election Raft uses a heartbeat mechanism to trigger leader election. When servers start up, they begin as followers. A?server remains in follower state as long as it receives valid?RPC...
分类:编程语言   时间:2015-08-06 17:09:35    阅读次数:191
netty开发笔记
对netty 和 nio的认识尚浅,分享最近所学到的一些知识,不对的地方还望指正。  Netty介绍 Netty is an asynchronous event-driven network application framework  for rapid development of maintainable high performance protocol servers &...
分类:Web程序   时间:2015-08-02 20:06:52    阅读次数:316
Nova client源码分析---nova list命令
个人见解,可能会有错误。刚刚开始学习nova,就先从api入手学习吧。 1、D:\代码\python-novaclient\python-novaclient\novaclient\v1_1\shell.py,最上边怎么调用不太清楚了,先从这里开始。 def do_list(cs, args): """List active servers.""" imageid...
分类:其他好文   时间:2015-07-30 17:06:03    阅读次数:194
symfony2使用Memcached存储Session
1、添加如下代码到app/config/services.yml:parameters: memcached.servers: -{host:127.0.0.1,port:11211} services: session.handler.memcached: class:Symfony\Component\HttpFoundation\Session\Storage\Handler\MemcachedSessionHandler arguments: -"@memcached" -{pre..
分类:系统相关   时间:2015-07-30 15:07:01    阅读次数:198
解决 phpmyadmin #2002 无法登录 MySQL 服务器
解决 .#2002 无法登录 MySQL 服务器将config.sample.inc.php复制成config.inc.php出现这个错误,表示没有连接到数据库。修改config.inc.php文件,将$cfg['Servers'][$i]['host'] = 'localhost';改为$cfg[...
分类:数据库   时间:2015-07-29 00:53:58    阅读次数:131
nginx同一iP多域名配置方法
nginx绑定多个域名可又把多个域名规则写一个配置文件里,也可又分别建立多个域名配置文件,我一般为了管理方便,每个域名建一个文件,有些同类域名也可又写在一个总的配置文件里。一、每个域名一个文件的写法首先打开nginx域名配置文件存放目录:/usr/local/nginx/conf/servers ,...
分类:其他好文   时间:2015-07-29 00:31:13    阅读次数:146
ubuntu14.04本地域名服务器配置
dnsmasq 1 修改dnsmasq配置文件/etc/dnsmasq.conf # Change this line if you want dns to get its upstream servers from somewhere other that /etc/resolv.conf # 如...
分类:系统相关   时间:2015-07-29 00:28:10    阅读次数:309
985条   上一页 1 ... 66 67 68 69 70 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!