├── third_party_lib
│ └── uploader.py
│
└── tools
└── logFtpUploader.py
dreamtails 發表在 痞客邦 留言(0) 人氣(81)
index表示法:
表示法一 my_list[=:<]
dreamtails 發表在 痞客邦 留言(0) 人氣(62)
# 1. ###########
# Dictionary(Dict)
##############
#初始方式
tDict = {}
dreamtails 發表在 痞客邦 留言(0) 人氣(351)
若在執行python的code時,發生了,如下的error:
TypeError: datetime.datetime(2012, 8, 26, 16, 18, 39, 312189) is not JSON serializable
dreamtails 發表在 痞客邦 留言(0) 人氣(642)