摘要: https://blog.csdn.net/wangjolly/article/details/78183427 https://www.cnblogs.com/Jessy/archive/2011/05/30/2063447.html sql 中如何取出指定行: Row_Number ROW_NU 阅读全文
posted @ 2021-10-26 21:32 itlover2013 阅读(381) 评论(0) 推荐(0) 编辑
摘要: https://www.w3school.com.cn/sql/sql_notnull.asp SQL NOT NULL 约束 SQL Constraints SQL Unique SQL NOT NULL 约束 NOT NULL 约束强制列不接受 NULL 值。 NOT NULL 约束强制字段始终 阅读全文
posted @ 2021-10-26 21:00 itlover2013 阅读(51) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/alummox/p/11343269.html 模板字面量 是允许嵌入表达式的字符串字面量。 你可以使用多行字符串和字符串插值功能。它们在ES2015规范的先前版本中被称为“模板字符串”。 语法 `string text`​`string text l 阅读全文
posted @ 2021-10-26 20:25 itlover2013 阅读(516) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/coloc/p/8111601.html JavaScript本身可通过charCodeAt方法得到一个字符的Unicode编码,并通过fromCharCode方法将Unicode编码转换成对应字符。 但charCodeAt方法得到的应该是一个16位的 阅读全文
posted @ 2021-10-26 20:24 itlover2013 阅读(1112) 评论(0) 推荐(0) 编辑