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

简单功能强大的jQuery图片剪裁插件Image Cropper

8-28 3,072 views

引入必要的js和css核心文件 <script src="/path/to/jquery.js"></script><!-- jQuery is required --> <link href="/path/to/cropper...
阅读全文 0

bootbox 水平垂直居中

8-26 4,078 views

bootbox.alert('Danger!!' ).find('.modal-content').css({ 'background-color': '#f99', 'font-weight' : 'bold', 'color': '#F00', 'font-...
阅读全文 0

PHP中的DateTime类

8-25 2,532 views

DataTime类跟date(),strtotime(),gmdate()等函数有相同的作用,都是用来处理日期和时间的,但DateTime类更加直观、方便, 所以在PHP5.2.0以后推荐使用DateTime...
阅读全文 0

如何在PHP中检测用户时区

8-25 4,196 views

获取浏览器时区的使用案例 获取用户时区可以帮助您的应用程序显示相对于用户浏览器的日期和时间。这意味着纽约的用户将看到相对于America / New_York时区的时...
阅读全文 0

数据库订单号设计函数

8-14 2,523 views

/** * 生成唯一随机数字串 * $unix=0表示随机串以普通时间即年月日时分秒串上毫秒数再串上一个四位的随机数,共22位 * $unix=1表示随机串...
阅读全文 0

ckeditor内容和表单一起提交,ajax提交

8-14 2,737 views

在ajax提交表单之前执行这个方法 function updateContent() { for(instance in CKEDITOR.instances){ CKEDITOR.instances[instance].updateEleme...
阅读全文 0

jquery plupload 上传文件后清空上传队列

8-05 5,444 views

最近使用plupload 来上传图片,设置了一个假如当前图片大于10,就不能上传的条件,但是发现,假如这次传了11张,是不可以上传,但是下次只传一张,把之前的11...
阅读全文 0

非常好用的 文本编辑器 ckeditor

8-03 2,893 views

参考地址 :https://ckeditor.com 使用方法: 可以在这个网址,https://ckeditor.com/cke4/builder,自定义你的文本编辑器工具栏。 <textarea name="tes...
阅读全文 0

Connect to private/auth failed: No such file or directory . postfix

7-30 4,792 views

sudo tail -f 10 /var/log/maillog warning: SASL: Connect to private/auth failed: No such file or directory fatal: no SASL authentication mechanisms ...
阅读全文 0

php设置最大执行时间无效

7-22 3,050 views

If you have a large WordPress setup or a server with limited resources, then you will often see the “504 Gateway Time-out” error. You can follow t...
阅读全文 0