02 2018 档案
摘要:http://blog.csdn.net/dcrmg/article/details/51987348
阅读全文
摘要:https://baijia.baidu.com/s?id=1586732712477979223&wfr=pc&fr=app_lst
阅读全文
摘要:360:微信登录即可 https://zhuanlan.zhihu.com/p/28601032?utm_source=wechat_session&utm_medium=social
阅读全文
摘要:Python 输出百分比的两种方式 注: 在python3环境下测试。 方式1:直接使用参数格式化:{:.2%} {:.2%}: 显示小数点后2位 显示小数点后2位: >>> print('percent: {:.2%}'.format(42/50)) percent: 84.00% 1 2 不显示
阅读全文
摘要:python中enumerate()函数用法 python中enumerate()函数用法 先出一个题目:1.有一 list= [1, 2, 3, 4, 5, 6] 请打印输出:0, 1 1, 2 2, 3 3, 4 4, 5 5, 6 打印输出, 2.将 list 倒序成 [6, 5, 4, 3,
阅读全文
摘要:引用连接:https://www.cnblogs.com/gongxijun/p/6114232.html 1. PIL image转换成array 需要注意的是,如果出现read-only错误,并不是转换的错误,一般是你读取的图片的时候,默认选择的是"r","rb"模式有关。 修正的办法: 手动修
阅读全文
摘要:http://www.runoob.com/python/os-listdir.html
阅读全文
摘要:http://blog.csdn.net/lsq2902101015/article/details/51305825
阅读全文