摘要:
```
# _*_ coding: utf-8 _*_
# @Author : otfsenter import Tkinter as tk
import threading
import time
import ttk import psutil key = psutil.net_io_counters(pernic=True).keys()[0] def seconds(): ... 阅读全文
摘要:
```
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
... 阅读全文