摘要:
onReachBottom: function () { var that = this var limit = that.data.limit var count = that.data.count if(count>limit){ limit = limit + 5 }else{ wx.showToast({ ... 阅读全文
摘要:
mysql>GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'192.168.1.3'IDENTIFIED BY 'mypassword' WITH GRANT OPTION; mysql>FLUSH PRIVILEGES#关闭防火墙#通过systemctl stat 阅读全文