05 2020 档案

摘要:兼容所有浏览器网页关闭方法 1 <button id="exitSystem" onclick="CloseWebPage()">关闭</button> 2 <script> 3 function CloseWebPage() { 4 if (navigator.userAgent.indexOf( 阅读全文
posted @ 2020-05-27 10:58 Winton-H 阅读(9798) 评论(0) 推荐(2)
摘要:一、问题 有时候我们登录Mysql输入密码的时候,会出现这种情况 mysql -u root -p Enter Password > '密码' 错误:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using passwo 阅读全文
posted @ 2020-05-25 14:39 Winton-H 阅读(124646) 评论(63) 推荐(15)