Error[8]: Undefined offset: 1, File: /www/wwwroot/outofmemory.cn/tmp/plugin_ss_superseo_model_superseo.php, Line: 121
File: /www/wwwroot/outofmemory.cn/tmp/plugin_ss_superseo_model_superseo.php, Line: 473, decode(

概述本文实例讲述了python修改 *** 作系统时间的方法。分享给大家供大家参考。具体实现方法如下:

本文实例讲述了python修改 *** 作系统时间的方法。分享给大家供大家参考。具体实现方法如下:

#-*- Coding:utf-8 -*-import socketimport structimport timeimport win32APITimeServer = '210.72.145.44' #国家授时中心ipPort = 123def getTime():  TIME_1970 = 2208988800L  clIEnt = socket.socket(socket.AF_INET,socket.soCK_DGRAM)  data = '\x1b' + 47 * '[+++]'  clIEnt.sendto(data,(TimeServer,Port))  data,address = clIEnt.recvfrom(1024)  data_result = struct.unpack('!12I',data)[10]  data_result -= TIME_1970  return data_resultdef setSystemTime():  tm_year,tm_mon,tm_mday,tm_hour,tm_min,tm_sec,tm_wday,tm_yday,tm_isdst = time.gmtime(getTime())  win32API.SetSystemTime(tm_year,0)  print "Set System OK!"if __name__ == '__main__':  setSystemTime()  print "%d-%d-%d %d:%d:%d" % time.localtime(getTime())[:6]

希望本文所述对大家的Python程序设计有所帮助。

总结

以上是内存溢出为你收集整理的python修改 *** 作系统时间的方法全部内容,希望文章能够帮你解决python修改 *** 作系统时间的方法所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

)
File: /www/wwwroot/outofmemory.cn/tmp/route_read.php, Line: 126, InsideLink()
File: /www/wwwroot/outofmemory.cn/tmp/index.inc.php, Line: 165, include(/www/wwwroot/outofmemory.cn/tmp/route_read.php)
File: /www/wwwroot/outofmemory.cn/index.php, Line: 30, include(/www/wwwroot/outofmemory.cn/tmp/index.inc.php)
python修改 *** 作系统时间的方法_python_内存溢出

python修改 *** 作系统时间的方法

python修改 *** 作系统时间的方法,第1张

概述本文实例讲述了python修改 *** 作系统时间的方法。分享给大家供大家参考。具体实现方法如下:

本文实例讲述了python修改 *** 作系统时间的方法。分享给大家供大家参考。具体实现方法如下:

#-*- Coding:utf-8 -*-import socketimport structimport timeimport win32APITimeServer = '210.72.145.44' #国家授时中心ipPort = 123def getTime():  TIME_1970 = 2208988800L  clIEnt = socket.socket(socket.AF_INET,socket.soCK_DGRAM)  data = '\x1b' + 47 * ''  clIEnt.sendto(data,(TimeServer,Port))  data,address = clIEnt.recvfrom(1024)  data_result = struct.unpack('!12I',data)[10]  data_result -= TIME_1970  return data_resultdef setSystemTime():  tm_year,tm_mon,tm_mday,tm_hour,tm_min,tm_sec,tm_wday,tm_yday,tm_isdst = time.gmtime(getTime())  win32API.SetSystemTime(tm_year,0)  print "Set System OK!"if __name__ == '__main__':  setSystemTime()  print "%d-%d-%d %d:%d:%d" % time.localtime(getTime())[:6]

希望本文所述对大家的Python程序设计有所帮助。

总结

以上是内存溢出为你收集整理的python修改 *** 作系统时间的方法全部内容,希望文章能够帮你解决python修改 *** 作系统时间的方法所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1202448.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-04
下一篇 2022-06-04

发表评论

登录后才能评论

评论列表(0条)

保存