摘要:
windows : 系统版本:windows 10 Windows+r or Windows + s 搜索 regedit 打开注册表编辑器 1、在注册表中 找到 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config 阅读全文
摘要:
1、 Windows 搜索 启用或关闭程序功能,然后 开启 FTP服务器,和Web管理工具 2、在右击计算机点击管理,找到 服务和应用程序,点击 Internet information services(IIS)(也可以直接在Windows中搜索 IIS) 右击网站,点击添加FTP站点,输入站点名 阅读全文
摘要:
time 模块 time 模块下三种时间格式: stamptime 时间戳 ,常用的time.time() 返回的就是一个时间戳 1659513403.53 format time eg 2984-01-15 16:31:20 time tuple eg time.struct_time(tm_ye 阅读全文