摘要:
限流的策略 1、回避时间的策略 2、页面交互(视觉、触觉)的策略 阅读全文
摘要:
http://seafile.com/ showdoc haiwen/seafile: File syncing and sharing software with file encryption and group sharing, emphasis on reliability and high 阅读全文
摘要:
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... 阅读全文
摘要:
宽度分离 阅读全文