修改 /etc/network/interfaces网卡配置文件 使用“/etc/init.d/networking
restart”命令使用网卡配置文件内容生效Ip add show 查看网卡信息Address 172.16.100.22 ip地址Netmask 255.255.255.0 子网掩码Ga
分类:
其他好文 时间:
2018-03-29 17:25:12
阅读次数:
215
Principle of network applications Network application architectures Application architecture: (different from the network architecture) Designed by th ...
分类:
移动开发 时间:
2018-03-29 14:47:17
阅读次数:
204
现在终于被我找到了解决方法,如下(请先测试方法三,谢谢!): 方法一: # /etc/init.d/mysql stop # mysqld_safe --user=mysql --skip-grant-tables --skip-networking & # mysql -u root mysql ...
分类:
数据库 时间:
2018-03-29 14:46:09
阅读次数:
171
由于我的虚拟机是从别的机器拷贝过来的,导入新机器后,没有问题,第二天就网络连接不上了,就出现下面的错误 百度了一大堆,都说是拷过来的时候mac地址的问题。 下面就提供了我解决问题的方法: ...
分类:
Web程序 时间:
2018-03-20 19:43:29
阅读次数:
305
A Java NIO SocketChannel is a channel that is connected to a TCP network socket. It is Java NIO's equivalent of Java Networking's Sockets. There are t ...
分类:
编程语言 时间:
2018-03-11 19:18:03
阅读次数:
190
A Java NIO ServerSocketChannel is a channel that can listen for incoming TCP connections, just like a ServerSocket in standard Java Networking. The Se ...
分类:
编程语言 时间:
2018-03-11 19:11:51
阅读次数:
176
Java NIO (New IO) is an alternative IO API for Java (from Java 1.4), meaning alternative to the standardJava IO and Java Networking API's. Java NIO of ...
分类:
编程语言 时间:
2018-03-11 17:30:16
阅读次数:
171
系统扩展方式: scale up,向上扩展:提高主机性能等,质变; scale out,向外扩展:水平扩展,质不变量变; 集群类型: LB:Load Balancing 负载均衡集群; HA:High Availabilty高可用集群; HP:High Performancing高性能集群; LB集 ...
分类:
其他好文 时间:
2018-03-10 20:33:14
阅读次数:
198
参考:https://www.cnblogs.com/yingsong/p/6031235.html 1.设置主机名称1./etc/sysconfig/network NETWORKING=yes HOSTNAME=frontdb 2.vi /etc/hosts 192.168.128.131 fr ...
分类:
数据库 时间:
2018-03-09 18:04:47
阅读次数:
255
负载均衡器 1、硬件负载均衡 F5 BIG IP Citrix NetScaler Array 2、软件负载均衡 LVS Nginx及HAProxy 3、高可用软件 Heartbeat Keepalived Linux集群架构 DNS轮询 LVS + Keepalived Nginx/HAProxy ...
分类:
其他好文 时间:
2018-03-04 21:15:57
阅读次数:
188