摘要:
一、Microsoft Excel 1 Microsoft ACE OLEDB 12.0 1.1 Xlsx files(2013) Connect to Excel 2007 (and later) files with the Xlsx file extension. That is the Of 阅读全文
摘要:
一、Object与Type 1、摘自Python Documentation 3.5.2的解释 Objects are Python’s abstraction for data. All data in a Python program is represented by objects or b 阅读全文
摘要:
1、来自python官网的解释: super([type[, object-or-type]]) Return a proxy object that delegates method calls to a parent or sibling class of type. This is usefu 阅读全文
摘要:
Shallow copy and Deep copy 第一部分: 一、来自wikipidia的解释: Shallow copy One method of copying an object is the shallow copy. In that case a new object B is cr 阅读全文