摘要: import matplotlib.pyplot as plt plt.plot([0,2,4,6,8],[3,1,4,5,2]) plt.ylabel("grade") plt.axis([-1,10,0,6])#x轴 -1~10 y轴0~~6 # plt.savefig('test',dpi=600)#每个英寸中包含 600各像素点 默认PNG plt.show() 阅读全文
posted @ 2018-12-04 21:35 巨兽~墨菲特 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 运算结果: # from PIL import Image # import numpy as np # im=np.array(Image.open('timg.jpg')) # print(im.shape,im.dtype) # b=im*(100/255)+150 # a=Image.fro 阅读全文
posted @ 2018-12-04 21:02 巨兽~墨菲特 阅读(237) 评论(0) 推荐(0) 编辑
摘要: Django通过表,取到表所以在的APP的名字 Microsoft Windows [版本 6.1.7601] 版权所有 (c) 2009 Microsoft Corporation。保留所有权利。 F:\python从入门到放弃\实战\11.22\PerfectCRM>dir 驱动器 F 中的卷没 阅读全文
posted @ 2018-12-04 14:52 巨兽~墨菲特 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 转载自: https://www.cnblogs.com/liwenzhou/p/8660826.html 一般操作 必知必会13条 返回QuerySet对象的方法有 all() filter() exclude() order_by() reverse() distinct() 特殊的QueryS 阅读全文
posted @ 2018-12-04 09:51 巨兽~墨菲特 阅读(504) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zdk930519/article/details/54137476 https://blog.csdn.net/qq_38228254/article/details/78515800 阅读全文
posted @ 2018-12-04 00:27 巨兽~墨菲特 阅读(111) 评论(0) 推荐(0) 编辑