levels of contents
摘要: pass 阅读全文
posted @ 2019-12-25 17:48 非文艺女青年 阅读(97) 评论(0) 推荐(0) 编辑
摘要: pass 阅读全文
posted @ 2019-12-25 17:45 非文艺女青年 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 1、导入模块 from pykafka import KafkaClient,common 2、实例化 client = KafkaClient(hosts="host:port") #实例化print(client.topics)print(client.brokers)ps:一个坑broker打 阅读全文
posted @ 2019-12-25 17:34 非文艺女青年 阅读(2175) 评论(0) 推荐(0) 编辑
摘要: 1.导入tkinter模块 import Tkinter 2.创建控件并启动 root = Tkinter.Tk() root.title('设置窗口标题') # 设置窗口标题 # 进入消息循环 root.mainloop() 3.在界面上添加常用组件 a = Label(root, text='t 阅读全文
posted @ 2019-12-25 17:33 非文艺女青年 阅读(1011) 评论(0) 推荐(0) 编辑
levels of contents