摘要: node:7196) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without 阅读全文
posted @ 2020-11-09 23:30 HooAnn 阅读(187) 评论(0) 推荐(0)
摘要: 1、查看某一表的所有字段 select COLUMN_NAME from information_schema.COLUMNS where table_name = 'table_name'; select COLUMN_NAME from information_schema.COLUMNS wh 阅读全文
posted @ 2020-11-09 14:43 HooAnn 阅读(89) 评论(0) 推荐(0)
摘要: coda 命令: 创建环境 conda create --name your_env_name1输入y确认创建。 创建制定python版本的环境 conda create --name your_env_name python=2.7conda create --name your_env_name 阅读全文
posted @ 2020-05-26 14:36 HooAnn 阅读(118) 评论(0) 推荐(0)