摘要: (1)首先确认是否开启binlog,如果开启了就可以此恢复删除的数据 查看是否开启了备份功能: show VARIABLES like '%log_bin%'; 结果如下图: (2)查看日志,找到删除数据的记录 log_bin_basename 指向的目录就是备份文件所在目录; 查看数据库日志文件: 阅读全文
posted @ 2021-06-10 21:20 那哈哈 阅读(85) 评论(0) 推荐(0)
摘要: 获取标签内容: selector.text 获取自定义属性内容: selector.{标签}[{内容}] 阅读全文
posted @ 2021-06-09 19:46 那哈哈 阅读(25) 评论(0) 推荐(0)
摘要: <html> <head> <style type="text/css"> h1 {text-decoration: overline} h2 {text-decoration: line-through} h3 {text-decoration: underline} h4 {text-decor 阅读全文
posted @ 2021-05-04 22:37 那哈哈 阅读(123) 评论(0) 推荐(0)