随笔分类 -  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 ={} ... 阅读全文
posted @ 2018-05-04 17:01 大老虎打老虎 阅读(2634) 评论(0) 推荐(0) 编辑
摘要:转自https://www.cnblogs.com/wangyongsong/p/6750454.html 阅读目录 一、特性(property) 二、静态方法(staticmethod) 三、类方法(classmethod) 四、附加知识点__str__的用法 阅读目录 一、特性(property 阅读全文
posted @ 2018-05-03 22:58 大老虎打老虎 阅读(870) 评论(0) 推荐(0) 编辑
摘要:pyquery 阅读全文
posted @ 2018-04-12 21:07 大老虎打老虎 阅读(636) 评论(0) 推荐(0) 编辑
摘要:https://cuiqingcai.com/1319.html https://cuiqingcai.com/2556.html https://cuiqingcai.com/977.html 阅读全文
posted @ 2018-04-05 19:47 大老虎打老虎 阅读(201) 评论(0) 推荐(0) 编辑
摘要:with as 阅读全文
posted @ 2018-04-01 08:50 大老虎打老虎 阅读(175) 评论(0) 推荐(0) 编辑
摘要:完整代码在github地址https://github.com/StydyOnce/yunfile 阅读全文
posted @ 2018-03-30 19:17 大老虎打老虎 阅读(1638) 评论(1) 推荐(0) 编辑
摘要:python;cookie 阅读全文
posted @ 2018-03-27 20:45 大老虎打老虎 阅读(140) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示