如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
网络时钟校对NTP(NetworkTimeProtocol,网络时间协议)是一种使网络上的计算机时钟与时间源保持精确同步的网际协议。它可以将本地时钟与标准时钟的误差保持在1毫秒以内。复旦大学网络中心提供的NTP服务器地址是:ntp.fudan.edu.cn或者哈工大提供的ntp服务器:ntp.sjtu.edu.cn2000下的方法:cmdnettime/setsntp:ntp.sjtu.edu.cn立即同步的方法:netstopw32timenetstartw32time客户端使用方法:WindowsXP:双击任务栏右下角的时钟->选择Internet时间->服务器地址填入“ntp.fudan.edu.cn”即可。Windows2000:开始->运行->键入“cmd”运行“nettime/setsntp:ntp.fudan.edu.cn”将Windows2000的SNTP服务器设为ntp.fudan.edu.cn运行“w32tm/once”可立即进行NTP同步在“控制面板”/“管理工具”/“服务”中将“WindowsTime”的启动类别设成“自动”可使每次开机时都进行NTP服务更详细的信息请查看Microsoft知识库文章HYPERLINK"http://support.microsoft.com/support/kb/articles/q216/7/34.asp"\t"_blank"216734、HYPERLINK"http://support.microsoft.com/support/kb/articles/q223/1/84.asp"\t"_blank"223184、HYPERLINK"http://support.microsoft.com/support/kb/articles/q224/7/99.asp"\t"_blank"224799Linux/Unix:首先确保已安装ntp的包,然后以root身份运行“ntpdatentp.fudan.edu.cn”即可;运行“crontab-e”并写入一行“0****ntpdatentp.fudan.edu.cn”以保持每小时同步一次。