请注意,KouKou并不支持低于IE8的浏览器,为了获得最佳效果,请下载最新的浏览器,推荐下载 Chrome浏览器

jquery validate自定义验证规则

6-29 2,522 views

jQuery.validator.addMethod("check_user", function(value, element) { var check = /^[A-Za-z\s]+$/; //this.optional(element)如果元素...
阅读全文 0

centos 安装 bento4 处理mp4 为 MPEG-DASH流

6-25 4,452 views

Bento4 Bento4是一个C ++类库和工具,旨在读取和写入ISO-MP4文件。此格式在国际规范ISO / IEC 14496-12、14496-14和14496-15中定义。该格式是Apple Quicktime...
阅读全文 0

centos7 yum安装ffmpeg

6-25 2,671 views

centos7 yum安装ffmpeg $ yum install epel-release $ yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7....
阅读全文 0

intervention/image处理IOS上传图片翻转问题

6-10 2,335 views

#安装 $ composer require intervention/image <?php use Intervention\Image\ImageManagerStatic as Image; //test.png要处理的图片路径 Image::make(&...
阅读全文 0