会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
路边的十元钱硬币
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
Python代码片段
python-判断文件后缀名
摘要:endswith
阅读全文
posted @
2018-09-10 13:09
路边的十元钱硬币
阅读(8521)
评论(0)
推荐(0)
python-使用skimage显示图片
摘要:不加plt的显示,不会有窗口。
阅读全文
posted @
2018-09-10 11:36
路边的十元钱硬币
阅读(2543)
评论(0)
推荐(0)
python-下载网页链接
摘要:strip() 是为了去除字符串头尾的空格
阅读全文
posted @
2018-09-10 10:22
路边的十元钱硬币
阅读(154)
评论(0)
推荐(0)
python-分割url字符串
摘要:结果
阅读全文
posted @
2018-09-10 10:17
路边的十元钱硬币
阅读(2236)
评论(0)
推荐(0)
python-读取txt文本
摘要:原文 输出结果
阅读全文
posted @
2018-09-10 10:04
路边的十元钱硬币
阅读(182)
评论(0)
推荐(0)
python-新建文件夹
摘要: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
路边的十元钱硬币
阅读(203)
评论(0)
推荐(0)
公告