摘要:
var、let、const三者的特点和区别 一、var的特点 1、存在变量提升 console.log(a); // undefined var a = 10; // 编译过程 var a; console.log(a); // undefined a = 10; 2、一个变量可多次声明,后面的声明 阅读全文
posted @ 2022-07-03 21:55
小王被抓去敲代码
阅读(274)
评论(0)
推荐(0)
摘要:
1.The total number of locks exceeds the lock table size(锁的总数超过锁表的大小 ) 国外牛人解释: If you're running an operation on a large number of rows within a table 阅读全文
posted @ 2022-07-03 00:43
小王被抓去敲代码
阅读(542)
评论(0)
推荐(0)

浙公网安备 33010602011771号