摘要:
LDAP是轻量目录访问协议 pip install ldapDownloading/unpacking ldap Could not find any downloads that satisfy the requirement ldapCleaning up...No distributions 阅读全文
摘要:
import warnings warnings.filterwarnings("ignore") # 如果没有此行代码,则会出现警告提示: UserWarning: Discarded range with reserved name warnings.warn("Discarded range 阅读全文
摘要:
PK: primary key (column is part of a pk) 主键 NN:not null (column is nullable) 非空 UQ:unique (column is part of a unique key) 唯一 BIN:binary (if dt is a b 阅读全文