这个问题怎么样处理???(50分)

  • 主题发起人 主题发起人 lyz5460
  • 开始时间 开始时间
L

lyz5460

Unregistered / Unconfirmed
GUEST, unregistred user!
写一个的到服务器端的 当前时间 的 函数? 请教
 
服务器上有时间服务器吗?如果有你可以直接用网络时间控件。
 
我 要取的 它的时间
如果没有 该怎么样 来处理呢? 写函数
 
你这个是对什么做的,如果是数据库,比较容易。
如果是别的,不太好取。
 
比较笨的方法:
在服务器上跑一个小程序,通过UDP广播把时间发给你
不知道符合实际不?[[^]
 
NT本身的time server启动
用控件很容易读到的
 
时间服务器?!
没有听说过!是否是从铯原子钟那里得到时间呢?!
 
呵呵
这个可是标准服务呀
可查RFC
 
你是處理數據庫嗎
 
Implements a TCP-based DayTime protocol client.
TIdDayTime = class(TIdTCPClient)
Unit
IdDayTime
Description
TIdDayTime implements the DayTime protocol (RFC 867) as a client. This protocol is simply where a DayTime server sends the current day and time in a human readable format and is sometimes used for debugging.
If you need a time-synchronization solution, we recommend that you use the Time protocol encapsulated by TIdTime, TIdTimeUDP, TIdTimeServer, and TIdTimeUDPServer.
有时间服务就好了
NT 2000 都有的
 
用COM+写一个传回服务器中时间的函数
然后在客户调用这个函数即可
 
后退
顶部