码迷,mamicode.com
首页 >  
搜索关键字:scalable networking    ( 1263个结果
Networking - ARP 协议
ARP 协议概述ARP(Address Resolution Protocol),即地址解析协议,用于把 IP 地址映射到物理地址。网段上的每台主机都维护着一个被称为 ARP Table 或 ARP Cache 的表格,其中包含着网段上其他主机的 IP 地址与物理地址的对应关系。当主机需要向网段上的...
分类:Web程序   时间:2015-09-21 21:17:48    阅读次数:316
mysql数据库密码重置的方法
一,停掉mysql服务#servicemysqldstop二,修改mysqld_safe的参数#mysqld_safe--skip-grant-tables--skip-networking参数解释:--skip-grant-tables:绕过授权表,这样就可以在登录mysql时暂时不需要密码。--skip-networking:不需要密码即可登录mysql服务器可能会存在安全延缓,因..
分类:数据库   时间:2015-09-21 01:46:20    阅读次数:255
Openstack Basic Networking 翻译
自己翻译,加强理解、并学习英文和写作。英文地址:http://docs.openstack.org/networking-guide/intro_basic_networking.html目录:Basic networkingEthernetVLANsSubnets and ARPDHCPIPTCP...
分类:Web程序   时间:2015-09-18 20:14:55    阅读次数:192
百度地图api练习
web前端展示1: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="initial-scale=1.0, user-scalable=no...
分类:Windows程序   时间:2015-09-18 19:01:52    阅读次数:394
Networking - IPv4 报文格式
每个 IP 数据报都以一个 IP 报头开始。源计算机的 TCP/IP 软件构造这个 IP 报头,目的计算机的 TCP/IP 软件利用 IP 报头中封装的信息处理数据。IP 报头包含大量信息,包括源 IP 地址、目的 IP 地址、数据报长度、IP版本号和对路由器的特殊指令等。Version这个 4 位...
分类:Web程序   时间:2015-09-18 15:13:16    阅读次数:250
Advanced Network Technologies: Overview
Description The unit introduces networking concepts beyond the best effort service of the core TCP/IP protocol suite. Understanding of the the fundame...
分类:Web程序   时间:2015-09-16 15:50:02    阅读次数:206
neutron ml2多种网络模式并存
http://docs.openstack.org/networking-guide/scenario_legacy_ovs.html
分类:其他好文   时间:2015-09-15 15:01:30    阅读次数:129
KBMMW 4.84.00 发布
kbmMW is a portable, highly scalable, high end application server andenterprise architecture integration (EAI) development framework forWin32, ..Net a...
分类:其他好文   时间:2015-09-07 09:32:12    阅读次数:2460
Linux 双网卡绑定技术
bond技术是在linux2.4以后加入内核。一般步骤是1.把bonding模块加入内核,2 编辑要绑定的网卡设置,去除地址设定3 添加bond设备,设置地址等配置4重启网络5 在交换机上做支持具体信息看内核文档 Documentation/networking/bonding.txt参考实例:Li...
分类:系统相关   时间:2015-09-04 14:02:45    阅读次数:611
CentOS修改主机名和网络信息
1.修改主机名称[root@centos ~]# vim /etc/sysconfig/network打开文件,修改以下内容并保存 NETWORKING=yes #使用网络 HOSTNAME=centos #设置主机名称[root@centos ~]# hostname ce...
分类:其他好文   时间:2015-08-31 14:55:59    阅读次数:154
1263条   上一页 1 ... 91 92 93 94 95 ... 127 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!