Zola Zhou
Zola Zhou
感谢你的代码。 我的电脑是3.4G的CPU,12G内存,SSD硬盘,通常处理视频都很快。但刚才测试多次,压缩800×600的图片的所用时间都超过10秒。 我体验了另一个盲水印代码,发现他的水印处理速度很快,但水印不是对称的。 https://github.com/linyacool/blind-watermark 我想知道哪部分会导致计算量上升?是否可以提升压缩速度?
我觉得readme.txt 或 IP.class.php里加下面这种内容会方便初级PHP用户: /* 全球 IPv4 地址归属地数据库(IPIP.NET 版) 高春辉(pAUL gAO) <[email protected]> Build 20170905 版权所有 IPIP.NET (C) 2006 - 2017 保留所有权利,北京天特信科技有限公司 本代码仅用于 DAT 格式,请注意及时更新 IP 数据库版本 数据问题请加 QQ 交流群: 346280296 Code...
用jquery就可以方便用快捷键点击 $("body").keydown(function(event){ ``` if(event.keyCode==37) $(".collections .prev")[0].click(); //左方向键 if(event.keyCode==74) $(".collections .prev")[0].click(); //j if(event.keyCode==39) $(".collections .next")[1].click(); //右方向键 if(event.keyCode==75) $(".collections .next")[1].click(); //k }); ``` google reader里也有jk键,阅读起来很方便,你们也可以加一个like的快捷键L
### Environment For bug reports, please run the following code in your environment and include the output: ```js console.log({ moment: moment.version, momentTz: moment.tz.version, date: (new Date()).toString(), intlZone: new Intl.DateTimeFormat().resolvedOptions().timeZone, });...