摘要:
var abc = function() { var fbtg = document.getElementsByClassName('ft-bg'); if (fbtg.length > 0) { for (var i=0;i'; } } newEle.innerHTML = c; var body = document... 阅读全文
摘要:
vim ~/.bash_profile add line after the file:alias subl=\''/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl'\' source ~/.bash_profile 阅读全文
摘要:
[eslint] Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`. [arrow-body-style] 本来是上面这样写,当只有一个返回的时候 阅读全文
摘要:
选择mysql数据库use mysql;重置密码:update user set authentication_string=password(''),plugin='mysql_native_password' where user='root';刷新flush privileges;搞定 阅读全文
摘要:
如果网上各种文档告诉你去配置/etc/my.cnf,你没找到的话,不防试试我这个,文件的位置在: 去里面找找看 注释掉bind-address 然后重置下密码: use mysql update user set authentication_string=password('wxhcj131452 阅读全文