龙岩易富通网络科技有限公司

龙岩小程序开发,龙岩分销系统

小程序实现倒计时:解决ios倒计时失效(setInterval失效)

在小程序开发中,ios是个很头疼的事情,下面就“时间”来简单的说一下对于上面代码中提到的2018-9-2723:28:00.14756 在ios中是不支持‘-’的,应该替换为'...

2020.08.29 | 1357阅读 | 0 条评论 阅读全文

MySQL中concat以及group_concat连接一个或多个字符串使用

一、concat()函数1、mysql的Concat函数可以连接一个或多个字符串selectconcat('10');//10selectconcat('11',&...

2020.08.29 | 1678阅读 | 0 条评论 阅读全文

NGINX下升级HTTPS错误:Mixed Content: The page at ‘https://XXX’ was loaded over HTTPS, but requested an ins

提示或报错:MixedContent:Thepageat'https://www.example.com'wasloadedoverHTTPS,butreques...

2020.04.06 | 1846阅读 | 0 条评论 阅读全文

layui select使用问题

1.需要引用form模板layui.use(['form'],function(){  varform=layui.form;});2.html代码...

2020.04.04 | 1590阅读 | 0 条评论 阅读全文

网站变黑灰色 css代码

一、将以下代码加到CSS最顶端就可以实现网站黑灰色:html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-web...

2020.04.03 | 1632阅读 | 0 条评论 阅读全文

微信小程序wx.uploadFile返回数据处理

https://developers.weixin.qq.com/miniprogram/dev/api/network/upload/wx.uploadFile.html回调函数返回数据为stri...

2020.03.25 | 1599阅读 | 0 条评论 阅读全文

sshd出现error Bind to port 22 on 0.0.0.0 failed Address already in use错误的解决方法

查看/var/log/secure 发现日志Sep1504:38:01231763sshd[1813]:Serverlisteningon::port22.Sep15...

2020.03.15 | 2125阅读 | 0 条评论 阅读全文

如何让textarea,kindeditor的高度自适应

vareditor;KindEditor.ready(function(K){editor=K.create('textarea[name="content&q...

2020.03.09 | 1460阅读 | 0 条评论 阅读全文

MySQL升级(5.6->5.7)时,遇到一个故障

错误故障:mysql.userhasno`Event_priv`columnatposition28Formoreinformation解决方法:可以执行mysql_upgrade命...

2020.03.06 | 1406阅读 | 0 条评论 阅读全文

Native table 'performance_schema'.'session_variables' has the wrong structure

mysql5.6升级到mysql5.7查看参数报错root@localhost[(none)]>showvariableslike'%data%';ERROR1682...

2020.03.05 | 1613阅读 | 0 条评论 阅读全文