bootbox 水平垂直居中

8-26 4,071 views

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

PHP中的DateTime类

8-25 2,526 views

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

如何在PHP中检测用户时区

8-25 4,189 views

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

数据库订单号设计函数

8-14 2,516 views

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

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

8-14 2,736 views

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

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

8-05 5,439 views

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

非常好用的 文本编辑器 ckeditor

8-03 2,891 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,785 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,045 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

php根据IP定位 国家 省市 ,使用GeoIP2

7-13 3,196 views

github : https://github.com/maxmind/GeoIP2-php 代码库下载: 链接: https://pan.baidu.com/s/1FDKTrn3Uj3iFClbRPxgwEg 密码: s55k 使用方法: //根据ip...
阅读全文 0