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

apache-kafka 和apache-zookeeper 设置 systemd服务和开机启动

4-11 2,928 views

参考:https://gist.github.com/vipmax/9ceeaa02932ba276fa810c923dbcbd4f 启动命令 #启动 $ systemctl daemon-reload $ systemctl enable kafka-zookeeper.s...
阅读全文 0

自动生成twitter、facebook、whatsapp等等分享图标 Sharingbuttons

4-10 2,769 views

分享一个好用的第三方分享图标工具,支持主流外国网站 github:click me 使用方法 打开网址 https://sharingbuttons.io/ 按照自己想要的分享按钮,生成代码和c...
阅读全文 0

ffmpeg下载m3u8为mp4

4-09 2,267 views

ffmpeg -i "https://www.test.com/a.m3u8" -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 test.mp4
阅读全文 0

jquery-fancybox JavaScript图片库,支持pc,响应式

4-06 2,188 views

官网地址 http://fancyapps.com/fancybox/3/ document:http://fancyapps.com/fancybox/3/docs/#usage github https://github.com/fancyapps/fancybox 兼容性 ...
阅读全文 0

jquery 瀑布流插件 masonry

4-04 2,871 views

github https://github.com/desandro/masonry Masonry Cascading grid layout library Masonry works by placing elements in optimal position based on a...
阅读全文 1

使用 PHP-FFMpeg 操作视频/音频文件

4-04 2,417 views

github官方地址 https://github.com/PHP-FFMpeg/PHP-FFMpeg php-ffmpeg An Object-Oriented library to convert video/audio files with FFmpeg / AVConv...
阅读全文 0