python生成透时图片and 写文字
摘要:import Image from get_png import getpng def transparent(infile): #open png,covert it into 'RGBA mode',resize it,get data then make a datalist datalist=list(Image.open(infile,'r')...
阅读全文
chrome 点击上传文件选择框会延迟几秒才会显示 反应很慢
摘要:chrome52.0.2743.80以上, accept: { title: 'Images', extensions: 'jpg,jpeg,png', mimeTypes: 'image/*' } 改为 accept: { title: 'Images', extensions: 'jpg,jpeg,png', mimeTypes: 'image/jp...
阅读全文
html window.open 使用详解
摘要:window.open ('page.html', 'newwindow', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no'); 具体的属性如下: window.open()的完整属性 window.open(...
阅读全文
photoshop cs5 key
摘要:序列号: 1330-1164-2870-9234-4243-7879 1330-1027-8489-4513-0233-4890 1330-1176-2865-0373-1551-0175 1330-1567-6023-2074-7211-0475 安装之前请务必做屏蔽以防止其连接 Adobe 的激活验证服务器。其屏蔽方法如下: 用记事本编辑“C:\Windows\System32\Drivers...
阅读全文