摘要:
创建序列 create sequence if not exists inf_topology_node_device_id_seq increment by 1 minvalue 1 no maxvalue start with 1; nextval('inf_topology_node_devi 阅读全文
摘要:
树结构的查询,根据条件设置树结构中符合条件节点设置标识位 数据表 /* Navicat PGSQL Data Transfer Source Server : 172.22.24.139 Source Server Version : 101500 Source Host : 172.22.24.1 阅读全文
摘要:
狂神笔记简述版 数据类型 字符串 //多行字符串 let a=`你好! zhy bye` //模板字符串 let a='zhy'; let b='bye'; let c=`你好!${a}${b}`; 数组 Array可以包含任意的数据类型 var arr=[1,2,3,4,5,'hello','1' 阅读全文