随笔分类 - python
摘要:#!/usr/bin/env python #-*- coding:utf-8 -*- from PIL import Image im = Image.open(r"C:\Users\wangshaowei6\Desktop\wm.gif") #(将图片转换为8位像素模式) 和RGB模式相似 im.convert("P") his = im.histogram() vslues ={} ...
阅读全文
摘要:转自https://www.cnblogs.com/wangyongsong/p/6750454.html 阅读目录 一、特性(property) 二、静态方法(staticmethod) 三、类方法(classmethod) 四、附加知识点__str__的用法 阅读目录 一、特性(property
阅读全文
摘要:pyquery
阅读全文
摘要:https://cuiqingcai.com/1319.html https://cuiqingcai.com/2556.html https://cuiqingcai.com/977.html
阅读全文
摘要:完整代码在github地址https://github.com/StydyOnce/yunfile
阅读全文