怎么创建 Windows 服务。```sh sc create MyService binpath= "C:\FTP\server\s.exe" start= auto displayname= "MyService"
Vue记录。~~~typescript // const 组件名 = () => import('组件路径');
Axios 和 Fetch 的用法比较。对原生 XMLhttpRequest 的封装。适用于简单的使用。复杂的使用需要再次封装。 ~~~typescript
前后端托管平台。| 名称 | 描述 | 备注 | | ----------- | ------------------------ | ---
Mybatis Plus关于mapper的配置。~~~ @MapperScan({"com.gear.biz.mapper"})