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

一个好用的 php websocket 类库 ratchet

12-25 3,258 views

github 官网 安装 //安装 composer require cboden/ratchet 创建自己的websocket类库 <?php namespace MyApp; use Ratchet\MessageComponentInterface; us...
阅读全文 0

一款非常好用的jquery滚动条样式插件 jquery.nicescroll

12-25 2,092 views

github地址 demo 使用方法 //默认 $(".do-nicescrol").niceScroll(); // $(".do-nicescrol").niceScroll({ cursorcolor:"aquam...
阅读全文 0

一个好用的图片裁剪,水印类 intervention/image,支持gd库和image和imagick

12-04 2,188 views

安装 composer require intervention/image 使用文档:http://image.intervention.io/getting_started/introduction 类库 <?php /* * 图片处理 */ name...
阅读全文 0