摘要: 转载记录: NULL值的概念是造成SQL的新手的混淆的普遍原因,他们经常认为NULL是和一个空字符串''的一样的东西。不是这样的!例如,下列语句是完全不同的: mysql> INSERT INTO my_table (phone) VALUES (NULL); mysql> INSERT INTO 阅读全文
posted @ 2018-04-08 09:43 x4k 阅读(589) 评论(0) 推荐(0) 编辑
摘要: watch: { totalCount: function() { if (!this.totalCount) { this.fold = false; return false; } }, fold: function(totalCount) { let show = this.fold; if 阅读全文
posted @ 2018-04-07 19:02 x4k 阅读(644) 评论(0) 推荐(0) 编辑