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
阅读全文
摘要:转载自: 1、http://blog.csdn.net/saintwinona/article/details/6972754 2、 (1)、GTK 主题指南 1.Widgets GTK拥有一套大量的widget集合,如按钮,滚动条,编辑框等,每一种组件的属性都可以单独进行配置。 所有的widget
阅读全文
浙公网安备 33010602011771号