摘要:
错误信息: Swift_TransportException Connection could not be established with host smtp.126.com :stream_socket_client(): SSL operation failed with code 1. O 阅读全文
摘要:
1.创建用户 #test表示你要建立的用户名,后面的123456表示密码, #localhost限制在固定地址localhost登陆 CREATE USER test@localhost IDENTIFIED BY '123456'; 2.授权用户 授权格式:grant 权限 on 数据库.* to 阅读全文
摘要:
今天脚本了里写了一句话: window.close() 但是浏览器却报了警告提示:Scripts may close only the windows that were opened by it,而且也没有能够关闭我想关闭的页面,怎么办呢?找万能的度娘,搜到的解决方案有: (1) window.o 阅读全文