摘要: endswith 阅读全文
posted @ 2018-09-10 13:09 路边的十元钱硬币 阅读(8519) 评论(0) 推荐(0)
摘要: 不加plt的显示,不会有窗口。 阅读全文
posted @ 2018-09-10 11:36 路边的十元钱硬币 阅读(2540) 评论(0) 推荐(0)
摘要: strip() 是为了去除字符串头尾的空格 阅读全文
posted @ 2018-09-10 10:22 路边的十元钱硬币 阅读(152) 评论(0) 推荐(0)
摘要: 结果 阅读全文
posted @ 2018-09-10 10:17 路边的十元钱硬币 阅读(2228) 评论(0) 推荐(0)
摘要: 原文 输出结果 阅读全文
posted @ 2018-09-10 10:04 路边的十元钱硬币 阅读(181) 评论(0) 推荐(0)
摘要: import tensorflow as tf import os categories = ['folder1', 'folder2'] for folderName in categories: #os.makedirs('./%s' % folderName, exist_ok=False); # 当文件已存在,无法创建该文件 os.makedirs('./%s' % ... 阅读全文
posted @ 2018-09-10 10:01 路边的十元钱硬币 阅读(201) 评论(0) 推荐(0)