06 2022 档案

摘要:@GetMapping("app") public void app(HttpServletResponse response) throws IOException { ServletOutputStream out = null; ClassPathResource classPathResou 阅读全文
posted @ 2022-06-29 15:49 _Lawrence 阅读(919) 评论(0) 推荐(0)
摘要:SOURCE 文件路径 例:SOURCE /opt/double_preventiont.sql 如果导入数据量大: -- 禁用索引和约束SET autocommit=0;SET unique_checks=0;SET FOREIGN_KEY_CHECKS=0; -- 导入数据SOURCE /pat 阅读全文
posted @ 2022-06-23 19:26 _Lawrence 阅读(124) 评论(0) 推荐(0)
摘要:ALTER TABLE person_people MODIFY COLUMN Sex VARCHAR(512); 阅读全文
posted @ 2022-06-23 18:56 _Lawrence 阅读(286) 评论(0) 推荐(0)