01 2020 档案
摘要:一、video 参考:https://www.cnblogs.com/rogerwu/p/10072119.html 或 https://www.w3school.com.cn/html5/html_5_video_dom.asp 或 https://blog.csdn.net/zhonghuach
阅读全文
摘要:一、参考链接:https://www.jianshu.com/p/a2f02f5e0cc2(亲测有效) 二、
阅读全文
摘要:node 操作 mysql数据库 # mysql包的安装 npm install mysql 一、创建数据库:Mysql创建先创建好数据库和数据表。 二、连接数据库: const mysql = require('mysql') let connection = mysql.createConnec
阅读全文
摘要:一、es7(es2016)新特性:https://blog.csdn.net/gongch0604/article/details/88065299 1、Array.prototype.includes:表示某个数组是否包含给定的值,与字符串的includes方法类似 2、指数运算符: 2 ** 2
阅读全文