摘要: import pygame,sys,time,datetime class decTime(object): #将秒转化为时分秒 def __init__(self,totalTime): self.sec = totalTime self.hour = int(self.sec / 3600) s 阅读全文
posted @ 2017-07-18 20:49 朤尧 阅读(4090) 评论(3) 推荐(0) 编辑
摘要: 不知道Hosts文件什么鬼的朋友可以在网上搜索一下(大牛勿喷- -) 访问网址时,先查询本地的Hosts文件,那么如果我们将Hosts文件中的网址与IP的映射修改之后,将访问错误的IP。 如在文件尾追加:127.0.0.1 www.baidu.com 正常情况没有管理员以上的权限,是无法修改Host 阅读全文
posted @ 2017-07-18 20:03 朤尧 阅读(1320) 评论(0) 推荐(0) 编辑