摘要: 学习教程:黑马程序员视频链接 JS简介 JS组成 JavaScrip = ECMAscript(语言基础)+web API web API=BOM+DOM 资料查询网站:MDN <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" 阅读全文
posted @ 2023-11-04 21:50 ayubene 阅读(21) 评论(0) 推荐(0)
摘要: 今天误删数据,学习到了使用闪回恢复数据的方法 通过闪回日志可以使数据库恢复到过去的某个状态 -- 查看对应时间点对应表的数据 select * from 'table_name' as of timestamp to_timestamp('2023-11-04 07:00:00','yyyy-mm- 阅读全文
posted @ 2023-11-04 10:35 ayubene 阅读(296) 评论(0) 推荐(0)