07 2024 档案
摘要:基础查询 查询全部 select * from 表 where 条件; 查询指定列 select name, age from student as别名: select name as zName, age as zAge from student as zStudent distinct去重: s
阅读全文
摘要:在开发环境并不做打包,采用es6 中的module进行引入;具体它是怎么做? please continue to look down~~~ 编译服务、esbild预购建、rollup打包。 npm run dev vite会跑一个开发服务; const {createServer} = await
阅读全文
摘要:qiankun是single-spa二开;使用场景:不同技术栈,不同团队,独立开发部署、增量升级;总结:解耦; 主应用: 具有整合-输入子应用的html入口; 子应用 与single-spa基本一致,导出了三个生命周期函数 (bootstrap mount unmout) js沙箱: 三个沙箱(快照
阅读全文