摘要:
MySQL出现 You do not have the SUPER privilege and binary logging is enabled报错 解决方案: 1、用root用户登录:mysql -u root -p 2、设置参数log_bin_trust_function_creators为1 阅读全文
摘要:
1、项目右键后,点击“Git - Show History” 这里会显示有历史提交的版本记录(这里我们假设要回滚到 “提交” 版本中) 2、选中 “提交” ,右键Copy Revision Number 3、回到项目,右键-Git-Repository-Reset HEAD 4、Reset Type 阅读全文