时钟同步功能简介:在Windows系统中,时钟同步是通过Windows Time服务(W32Time)完成的。W32Time通过NTP(Network Time Protocol)协议访问目标时钟同步服务器的123端口进行时间同步。服务器的地址可以在“时间与日期”设置窗口的“Internet Tim...
分类:
其他好文 时间:
2014-07-16 19:17:03
阅读次数:
201
VMware里克隆出来的CentOSLinux。。ifconfig...没有看到eth0.。然后重启网卡又报下面错误。故障现象:service network restartShutting down loopback insterface: ...
分类:
系统相关 时间:
2014-07-16 18:24:24
阅读次数:
230
[libvirt] FYI: a short guide to libvirt & network filtering iptables/ebtables use Firewall / network filtering in libvirt ============================...
分类:
Web程序 时间:
2014-07-16 18:20:26
阅读次数:
348
Running your own dnsmasq with libvirtd On linux host servers, libvirtd uses dnsmasq to service the virtual networks, such as the default network. A ne...
分类:
其他好文 时间:
2014-07-16 18:18:01
阅读次数:
173
在中国使用android有点郁闷,经常被屏蔽。使用一下方法android studio升级时提示 Connection failed. Please check your network connection and try again2013年02月16日? 综合? 共 322字 ? 字号小中大?...
分类:
移动开发 时间:
2014-07-16 18:00:31
阅读次数:
303
#include #include #include #include #include #include "server_network.h"int sock_setnonblock(sock_t s){ int flags = 0; flags = fcntl(s, F_...
分类:
Web程序 时间:
2014-07-16 00:21:46
阅读次数:
331
设计模式的另一大类型为结构型。共收录了7个模式,分别为适配器模式、桥接模式、组合模式、装饰模式、外观模式、享元模式、代理模式。下面从特点和使用两方面小探,欢迎交流!
适配器模式(Adapter):将一个类的接口转换成客户希望的另外一个接口。Adapter模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。[大话设计模式]
特点:需要交流的两方,在数据和行...
分类:
其他好文 时间:
2014-07-15 22:17:45
阅读次数:
241
服务端:[root@localhosttmp]#rpm-qa|grepnfsnfs-utils-lib-1.0.8-7.6.el5nfs-utils-1.0.9-44.el5//提供文件系统system-config-nfs-1.3.23-1.el5[root@localhosttmp]#rpm-qa|grepportmapportmap-4.0-65.2.2.1//提供rpc协议[root@localhosttmp]#/etc/init.d/nfsrestart[root@loc..
分类:
Web程序 时间:
2014-07-15 11:37:13
阅读次数:
215
什么是CDNCDN的全称是Content Delivery Network,即内容分发网络。是位于网络层与应用层之间的网络应用,其目的是通过在现有的Internet中增加一层新的网络架构,将网站的内容发布 到最接近用户的网络"边缘",使用户可以就近取得所需的内容,解决Internet网络拥挤的状况,...
分类:
其他好文 时间:
2014-07-14 21:05:20
阅读次数:
435
在搭建lamp 环境时,虚拟机没有见网络不能更新包和下载软件包进行编译安装。所以,需要设置虚拟机的网络可以上网才行。1、在安装ubtuntu时,设置的网络连接方式 为 Network Adapter 选项中的 bridge2、在System Settings中找到 Nerwork ,在右上角找到 '...
分类:
其他好文 时间:
2014-07-14 20:15:57
阅读次数:
549