摘要: http://nodejs.cn/download/ 阅读全文
posted @ 2020-12-15 00:16 天下丑 阅读(264) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2020-11-28 15:19 天下丑 阅读(161) 评论(0) 推荐(0)
摘要: create table IPADDR_BAK( omc varchar(55), ip varchar(55) ); 表名描述comment on table testemp is '测试专用表'; 字段备注comment on column testemp.deptno is '部门编码';co 阅读全文
posted @ 2020-11-25 09:32 天下丑 阅读(62) 评论(0) 推荐(0)