摘要:
阅读全文
posted @ 2018-06-06 23:03
秦瑞It行程实录
阅读(559)
评论(0)
推荐(0)
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
摘要:
视频过程中的练习, 可以在python2.7下运行. 001: hello,world: 1 2 3 4 5 6 from Tkinter import Label, Tk root = Tk() thelabel = Label(root, text="This is too easy") thelabel.pack() root.mainloop() 002: Butto... 阅读全文
posted @ 2018-06-06 23:00
秦瑞It行程实录
阅读(315)
评论(0)
推荐(0)
摘要:
from tkinter import * import webbrowser root = Tk() text = Text(root,width=30,height = 5) text.pack() text.insert(INSERT, "百度一下,你就知道") text.tag_add("l 阅读全文
posted @ 2018-06-06 16:12
秦瑞It行程实录
阅读(1686)
评论(0)
推荐(0)
摘要:
pychram 2018-01 安装pyQT5报错 阅读全文
posted @ 2018-06-05 15:00
秦瑞It行程实录
阅读(366)
评论(0)
推荐(0)
|