摘要: 这是因为key过期了 阅读全文
posted @ 2019-01-29 20:21 m0w3n 阅读(1410) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ Created on Tue Jan 29 13:26:41 2019 @author: kwy """ import os,re import shutil def copyfile1(oldfilepath,newfilepath): #调用shutil的copyfile函数,拷贝文件,并重命名该文件 shutil... 阅读全文
posted @ 2019-01-29 15:30 m0w3n 阅读(1539) 评论(0) 推荐(0) 编辑
摘要: P35 、Solidity Types - 字符串(String Literals) Solidity中的string字符串不像C语言一样以\0结束。 备注:string字符串不能通过length方法获取其长度。 P36 、1-固定大小字节数组(Fixed-size byte arrays) byt 阅读全文
posted @ 2019-01-29 13:08 m0w3n 阅读(397) 评论(0) 推荐(0) 编辑