摘要: 限流的策略 1、回避时间的策略 2、页面交互(视觉、触觉)的策略 阅读全文
posted @ 2018-08-06 22:56 papering 阅读(218) 评论(0) 推荐(0) 编辑
摘要: http://seafile.com/ showdoc haiwen/seafile: File syncing and sharing software with file encryption and group sharing, emphasis on reliability and high 阅读全文
posted @ 2018-08-06 18:07 papering 阅读(143) 评论(0) 推荐(0) 编辑
摘要: from PIL import Imageimport timewidth, height = 1080, 720img = '123.png'img_open = Image.open(img)(img_w, img_h) = img_open.sizeimg_w,img_h=min(img_w,width),min(img_h,height)merge_img = Image.new('R... 阅读全文
posted @ 2018-08-06 10:55 papering 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 宽度分离 阅读全文
posted @ 2018-08-06 00:04 papering 阅读(141) 评论(0) 推荐(0) 编辑