HTML、PHP、JS
WOW.js – 让页面滚动更有趣
Kalet 发表于2021-02-26 浏览650 评论0
官网:http://mynameismatthieu.com/WOW/建议去官网一看下载地址:https://github.com/matthieua/WOW浏览器兼容IE10+ Chrome Firefox Opera Safari IE6、IE7等老旧浏览器不支持CSS3动画,所以没有效果;而wow.js也使用了querySelectorAll方法,IE低版本会报错。为了达到更好的兼容,最好加一个浏览器及版本判断。 1、wow.js依赖于animate.css,首先在头部引用animate.css或者anima...
Linux系统、树莓派
openwrt安装mosquitto
Kalet 发表于2021-02-03 浏览1324 评论0
倒腾了一天,终于能连接上了。1、安装以下三个包libmosquitto-nosslmosquitto-nosslmosquitto-client-nossl2、修改配置vim/etc/mosquitto/mosquitto.confport1883 allow_anonymousfalsepassword_file/etc/mosquitto/pwfile.example3、添加用户密码(无mosquitto_passwd)vim/etc/mosquitto/pwfile.examplehell...