www.cnblogs.com/ruiyqinrui

开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞

python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 290 下一页

2018年6月10日

摘要: 阅读全文
posted @ 2018-06-10 09:56 秦瑞It行程实录 阅读(2355) 评论(1) 推荐(1) 编辑

2018年6月8日

摘要: tkinter messagebox 阅读全文
posted @ 2018-06-08 17:08 秦瑞It行程实录 阅读(309) 评论(0) 推荐(0) 编辑

摘要: tkinter获取键盘输入 阅读全文
posted @ 2018-06-08 14:17 秦瑞It行程实录 阅读(1577) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2018-06-08 12:41 秦瑞It行程实录 阅读(254) 评论(0) 推荐(0) 编辑

摘要: tkinter label 标签主要显示,通常不与用户进行交互事件 frame容器上获取点击的事件坐标 event.x,event.y event.key获取键盘数据 阅读全文
posted @ 2018-06-08 10:17 秦瑞It行程实录 阅读(247) 评论(0) 推荐(0) 编辑

2018年6月7日

摘要: 阅读全文
posted @ 2018-06-07 22:53 秦瑞It行程实录 阅读(188) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2018-06-07 17:16 秦瑞It行程实录 阅读(158) 评论(0) 推荐(0) 编辑

摘要: python] view plain copy '''''Tkinter教程之Menu篇''' '''''1.创建一个简单的Menu''' # 添加菜单hello和quit,将hello菜单与hello函数绑定;quit菜单与root.quit绑定 # -*- coding: utf-8 -*- from tkinter import * root = Tk() ... 阅读全文
posted @ 2018-06-07 10:46 秦瑞It行程实录 阅读(228) 评论(0) 推荐(0) 编辑

2018年6月6日

摘要: 阅读全文
posted @ 2018-06-06 23:03 秦瑞It行程实录 阅读(552) 评论(0) 推荐(0) 编辑

摘要: 视频过程中的练习, 可以在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行程实录 阅读(309) 评论(0) 推荐(0) 编辑

上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 290 下一页
www.cnblogs.com/ruiyqinrui