```
import http.server
import socketserver
#import base64
import os
import json
import pickle
PORT = 8000
jsonok = open("treeyuan.json",encoding="utf-8")
jsonoka = json.load(jsonok)
print(type(jsonoka))
bytejson=pickle.dumps(jsonoka)
file = open("test.json","wb+").write(bytejson)
#unjson = pickle.load("test.json")
with open('test.json', 'rb') as f:
model = pickle.load(f)
print(type(model))
#en = base64.b64encode(bytejson)
Handler = http.server.SimpleHTTPRequestHandler
import webbrowser
webbrowser.open("http://127.0.0.1:8000")
with socketserver.TCPServer(("", PORT), Handler) as httpd:
print("serving at port", PORT)
httpd.serve_forever()
```
- py转exe
- py服务器
- py登录
- py查询
- 爬TB热卖1017
- 爬TB分类1015
- 爬BD文库1010
- 爬文库924
- json917
- decode912
- 转码910
- radians829
- turtle827
- 画叶子820
- 树干815
- Turtle, mainloop718
- sorted716
- random711
- turtle.colormode709
- abs704
- begin_fill702
- randint,random627
- isalpha625
- keyword620
- compile618
- judge613
- list1.copy611
- random.choice606
- format_randint604
- save_csv528
- jieba523
- wordcloud521
- wordcloud516
- jieba.lcut514
- counts503
- format423
- 花瓣418
- strftime416
- turtle.fillcolor411
- random.random409
- pensize404
- 花蕊328
- input327
- eval_float320
- open319
- while314
- JCR影响因子313
- _to_chinese4_312
- encoding306
- read305
- flask1029