zhuangjie
ZhuangJie
摘要: 安装nodejs及npm sudo apt-get install nodejs sudo apt-get install npm 更改为淘宝源: npm config set registry https://registry.npm.taobao.org --global npm config 阅读全文
posted @ 2021-06-14 22:41 zhuangjie 阅读(120) 评论(0) 推荐(0)
摘要: CREATE TABLE <表名> ( 字段... ) ENGINE=INNODB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; 或 阅读全文
posted @ 2021-06-14 16:49 zhuangjie 阅读(85) 评论(0) 推荐(0)