摘要:
有时候打包的时候经常出现 dll 未找到,可以用此款工具进行查看。 阅读全文
posted @ 2018-07-25 16:34
不随。
阅读(9)
评论(0)
推荐(0)
摘要:
encode:将其他字符类型转换为 bytes 类型对象 例子: #字符串类型 str = "97kb.vip" #将字符串转化为 bytes 类型 str1 = str.encode('utf-8') decode:将 bytes 类型对象转化为 str 类型 例子: # 最终得到的是一个字符串类 阅读全文
posted @ 2018-07-25 03:30
不随。
阅读(7)
评论(0)
推荐(0)
摘要:
源码: import configparser class files(): def __init__(self, filename, content): self.content = content self.filename = filename def file_write(self): f 阅读全文
posted @ 2018-07-25 03:05
不随。
阅读(8)
评论(0)
推荐(0)

浙公网安备 33010602011771号