摘要: 05_BOM_概述 06_BOM_Window_弹出方法 04_Window对象.html <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Window对象</title> </head><body> <inpu 阅读全文
posted @ 2020-03-20 18:07 Curedfisher 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 02_DOM简单学习 01_DOM_获取元素对象.html <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> </head><body> <img id="light" src="img 阅读全文
posted @ 2020-03-20 17:44 Curedfisher 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 15_JavaScript_对象_Function 15_JS对象_Function.html <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Function对象</title> <script > /* Fu 阅读全文
posted @ 2020-03-20 11:08 Curedfisher 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 一、索引是什么? 索引是帮助MySQL高效获取数据的数据结构。 二、索引能干什么? 索引非常关键,尤其是当表中的数据量越来越大时,索引对于性能的影响愈发重要。索引能够轻易将查询性能提高好几个数量级,总的来说就是可以明显的提高查询效率。 三、索引的分类? 1、从存储结构上来划分:BTree索引(B-T 阅读全文
posted @ 2020-03-20 09:29 Curedfisher 阅读(1296) 评论(0) 推荐(0) 编辑