09 2017 档案

摘要:#/bin/python3.4# -*- coding: utf-8 -*-import xlrddef open_excel(file="file.xls"): try: data = xlrd.open_workbook(file) return data except Exception: p 阅读全文
posted @ 2017-09-30 17:54 无边身尊者 阅读(5821) 评论(0) 推荐(0)
摘要:转载自: 1、http://blog.csdn.net/saintwinona/article/details/6972754 2、 (1)、GTK 主题指南 1.Widgets GTK拥有一套大量的widget集合,如按钮,滚动条,编辑框等,每一种组件的属性都可以单独进行配置。 所有的widget 阅读全文
posted @ 2017-09-30 17:51 无边身尊者 阅读(1274) 评论(0) 推荐(0)