PIL 全称:Pillow 在使用PIL4.2.1版本读取jpeg文件时,报cannot identify image file,去github源查找原因:https://github.com/python-pillow/Pillow/issues/2628 ,感觉坑比较大,所以回避了这个版本 重新 ...
分类:
其他好文 时间:
2017-08-10 11:38:35
阅读次数:
140
//来自http://www.qdfuns.com/notes/31180/55aa17cafe6e64eed5fba661cc018570.html //父类 function Foo(who) { this.me = who; } Foo.prototype.identify = functio... ...
分类:
其他好文 时间:
2017-07-29 23:20:20
阅读次数:
289
在介绍策略模式之前先说下两个设计原则: 1. Identify the aspects of your application that vary and separate them from what stays the same.找到系统中变化的部分,将变化的部分同其它稳定的部分隔开。 2. P ...
分类:
其他好文 时间:
2017-07-10 23:31:14
阅读次数:
198
Trigger最常用的有两种SimpleTrigger和CronTrigger,首先介绍Trigger的一些基础的信息,然后会详细描述这两种Trigger。 1. 通用Trigger属性 quartz中所有的触发器Trigger都有一些共有属性,如TriggerKey,startTime等,这些属性 ...
分类:
其他好文 时间:
2017-07-09 19:48:43
阅读次数:
311
基于版本jdk1.7.0_80 java.util.concurrent.locks.AbstractQueuedSynchronizer 代码如下 /* * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * ...
分类:
其他好文 时间:
2017-07-08 13:29:21
阅读次数:
163
Validation.add('validate-identify', '无效的身份证号', function(v) { var regIdCard=/^(^[1-9]\d{7}((0\d)|(1[0-2]))(([0|1|2]\d)|3[0-1])\d{3}$)|(^[1-9]\d{5}[1-9]... ...
分类:
其他好文 时间:
2017-07-07 13:05:41
阅读次数:
177
# tzselect 修改时间命令 [root@comput1 ~]# tzselectPlease identify a location so that time zone rules can be set correctly.Please select a continent, ocean, ...
分类:
其他好文 时间:
2017-07-05 13:40:17
阅读次数:
1279
误将数据文件创建在本地盘而不是共享存储错误原因:不是共享存储中的数据文件,其他实例不能访问解决思路和办法:把本地的数据文件移到共享存储中。步骤;1.offline表空间或数据文件2.复制数据文件3.重命名数据文件4.恢复数据文件(表空间不用)5.online表空间或数据文件复制方案1.R..
分类:
其他好文 时间:
2017-06-19 22:09:28
阅读次数:
151
1: #import <Foundation/Foundation.h> typedef void(^configureCellBlock)(id cell, id item);//瘦身viewcontroller @interface RRFriendTableViewDataSource : N ...
分类:
移动开发 时间:
2017-06-12 19:42:54
阅读次数:
473