如何确保所有工作站在时间上同步
对于我的一个项目,我们创建了一个学生考勤系统。它是网络化的,工作站有自己的数据库,并且全部连接到一台主计算机。
有没有办法确保工作站始终与主计算机同时运行?
我们在 Visual Studio 上使用 LINQ 和 C#。一位朋友建议使用 windows.time.com。还有其他建议吗?
For one my projects, we created a Student Attendance System. It is networked, with workstation having its own database, and all are connected to one master computer.
Is there a way to make sure that the workstations are ALWAYS on the same time as the master computer?
We are using LINQ and C# on Visual Studio. A friend suggested using windows.time.com. Any other suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Windows 时间服务。配置会有所不同,具体取决于您是否位于 Active Directory 域、工作组等中。
http://support.microsoft。 com/kb/307897
You can use the Windows Time Service. Configuration varies depending on if you are in an Active Directory Domain, Workgroup, etc.
http://support.microsoft.com/kb/307897