搜索资源列表
CSntp_src.zip
- 获取时间服务器的时间的SNTP协议的封装
网络校时
- 网络校时程序 因本人计算机cmos电池缺点,系统时间每次开机都丢失,所以我就想通过网络来及时调整自己的时间。 起初我从网络上搜索到很多类似的软件,但他们都附带其他我并不想用的功能。所以我决定自己去做一个只校时的软件。 首先,需要寻找一个稳定快捷的网络时间服务器,这是至关重要的,否则这个程序将失去他的价值。搜索结果很多,不过好多都延时厉害,有些还可能造成程序陷入假死状态。因而我从同类软件中找寻他们所使用的服务器地址,这样经过实践考验的地址应该比自己盲目搜索的质量要好的多。 另外
用WinSocket创建客户机服务器--UDP
- 用WinSocket创建客户机服务器--UDP,为了写这个程序,花了我好长时间,无奈水平有限,是初学,请多指教-Winsocket used to create client-server -- UDP, in order to write this procedure, I spent a good long time, the limited level of frustration is beginner, please enlighten
Visual Studio 时间校对(服务器-客服端结构)
- 一个小小的时间校对代码!c#开发的,采用 TcpClient连接方式!读取服务器时间修改本地时间!服务器时间自己在代码里更改!-a little time checking the code! C# development, using TcpClient connectivity! Read server time to amend local time! Server time in Lane code changes!
java组播编程实例
- 这个实例实现了加入和离开组播组、在组播组中发送及接收数据、利用组播实现时间服务器、利用组播实现网络教学功能-this example realized join and leave multicast group, the multicast group to send and receive data and the use of time-servers multicast using multicast network teaching function
ntp-4.1.2-0.rc1.2.src
- ntp服务器是一款时间服务器,用于同步各地时间 该为ntp的rpm源代码-npt time server is a server for synchronization around the time of the npt rpm source code
TimerServer
- 时间同步服务,可以从众所周知的时间服务器上获取时间,同步本地机器的时间-time synchronization services, as we all know from the time server access time, synchronous local time machine
网络校准时间
- 网络授时服务是在网络上设置一些时间服务器,用户通过Internet访问这些时间服务器就可同步本地计算机时钟的服务。-network time service on the network is set up some time server, Internet users visit those time servers can be synchronized to the local computer clock service.
VB获取网络时间
- 利用VB访问时间服务器 获取时间
网络客户端服务器实现
- 编写WEB客户端原型myWebBrowser和WEB服务器原型myWebServer及管理工具myManager,要求满足以下条件: 功能需求 1. myWebBrowser a) 利用HTTP的GET消息,能从任何WEB服务器中获取指定WEB页面; b) 获取WEB页面后,能将页面保存为本地文件index.html; c) 能显示index.html文件源码; d) 能调用Linux系统中的Web浏览器(如mozilla)正确显示index.html页面。 2. myWebSer
netDate
- VC++源程序实现同步网络时间,基于C/S结构,启动服务端程序后,需要在客户端输入服务端的IP地址,然后点击“同步”按钮,如果顺利连接的话,则完成与服务器端的时间同步,注意,本程序并非是连接世界官方时间服务器,比如微软的时间同步服务器、NIST的服务器等,而是用本程序中的服务端来代替了。-VC++ source code to synchronize network time, based on C/S structure, start the server process, the need
ntp-4.1.1b.tar
- 时间服务器程序-Time server
intenetdatetime
- 通过indy datetime控件同步互联网时间服务器的小软件-Indy datetime control synchronization through the Internet time server small software
myTest
- VC6编程练手程序,高手勿进!主要功能如下: 1、可见窗口透明度调节功能:可在列表中任意选择,并可动态调节; 2、鼠标动作重现功能:可以录制鼠标操作的一系列动作,并可通过重放功能重现所有操作; 3、语音报时功能:可选择男声或女声。要用到控件SoundTime.ocx,需要先注册此控件,具体方法见“控件注册.bat”; 4、时间同步。可到时间服务器自动对时。-VC6 programming procedures and training in hand, you do not en
netclock
- 这个小程序比较实用,可以让你的电脑时间同步世界服务器提供的时间,这可是比较准确的时间哦!源代码在VC6.0下编译通过,程序不管是从学习角度还是使用角度都不错,点一下鼠标你的电脑时间就会自动更正至世界时间。右侧的列表内显示的是提供时间服务的服务器域名,当然你还可以收集更多的时间服务器地址,加入到列表中。-Comparison of this small utility program that lets your computer time synchronization provided by
GetNTPTime
- 使用ntp(network time protocol)协议从网络时间服务器获取时间并显示出来-use the network time protocol get network time from some ntp server,and print
ntp
- 网络时间协议安装包,可以与互联网上的时间服务器同步-Network Time Protocol installation package, you can synchronization with the Internet time server
81404562ntp
- 时间服务器,互联网计算机时间同步,局域网络时间同步-Time server, internet time synchronization computer, local network time synchronization
客户端时间如何与服务器时间同步
- 多层系统开发,如何保持客户端与数据库或应用服务器时间同步是一个必须解决的问题 ,我发现许多系统取得是客户端的本地时间,造成多个客户端同时操作却时间不一样。而许多人采用频繁从数据库中取值的形式,增加服务器负载压力。当然有人说,数据保存的时候应该取数据库中时间 ,不错,但是涉及到本地数据之间的校验这类的操作,你该不会频繁地去数据库中得时间吧。鉴于此,本文利用windows系统的一个Api函数进行时间同步(Multilayer system development, how to maintain t
时间同步
- 通过网络编程能够实现客户端与服务器之间简单的时间同步(Through network programming, it can realize simple time synchronization between client and server)