01 2021 档案

摘要:在项目目录下创建public,该目录下的文件会打包到根目录下,如在public创建了一个index.js文件,在引入的时候可以使用/index.js进行引入。 public目录 https://umijs.org/zh-CN/docs/directory-structure#public-%E7%9 阅读全文
posted @ 2021-01-29 15:27 夏秋初 阅读(6636) 评论(0) 推荐(0) 编辑
摘要:<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic 2023/12/16 --> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logba 阅读全文
posted @ 2021-01-27 00:12 夏秋初 阅读(1247) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-01-25 21:56 夏秋初 阅读(125) 评论(0) 推荐(0) 编辑
摘要:本文依照 (https://blog.csdn.net/dkbnull/article/details/87278817 Spring Boot整合MyBatis连接数据库) 的实践记录,主要实践MyBatis映射文件实现数据库的连接. 备注: MyBatis查询数据库的方式有三种,xml文件查询复 阅读全文
posted @ 2021-01-25 01:25 夏秋初 阅读(708) 评论(0) 推荐(0) 编辑
摘要:1.需要先安装eclipse springboot插件,mac上面是一个单独软件STS https://www.cnblogs.com/xiaqiuchu/articles/14319410.html 2.使用aliyun的在线生成代码初始化springboot项目 https://start.al 阅读全文
posted @ 2021-01-24 14:47 夏秋初 阅读(501) 评论(0) 推荐(0) 编辑
摘要:编辑配置文件 .umirc.ts import { defineConfig } from 'umi'; export default defineConfig({ // 新增这一条 antd:false }); 完成 阅读全文
posted @ 2021-01-18 17:38 夏秋初 阅读(1225) 评论(3) 推荐(2) 编辑
摘要:ant官网没有具体说明,也没有解决办法。。 阅读全文
posted @ 2021-01-18 16:12 夏秋初 阅读(383) 评论(0) 推荐(0) 编辑
摘要:更新记录 2023/02/02 淘宝镜像域名更新 2024/01/22 yarn 有时候抽风导致命令执行失败,可以试试换成 npm 执行对应命令。 参考 https://www.jianshu.com/p/eef54b38b2a7 npm 淘宝镜像安装 https://zhuanlan.zhihu. 阅读全文
posted @ 2021-01-17 00:24 夏秋初 阅读(2257) 评论(0) 推荐(0) 编辑
摘要:转自:https://www.cnblogs.com/liangzhixiaolaohu/p/12858660.html 修改package.json // win "scripts": { "start": "set PORT=5000 && react-scripts start", //... 阅读全文
posted @ 2021-01-16 13:28 夏秋初 阅读(86) 评论(0) 推荐(0) 编辑
摘要:1. electron/main.js // main.js页面最下面 // server是 express 脚手架生成的目,bin/www是启动/监听http服务器的代码. // 把bin/www的www文件后缀加上js,这样可以自动引入 const {socket} = require('./s 阅读全文
posted @ 2021-01-15 16:37 夏秋初 阅读(3393) 评论(0) 推荐(0) 编辑
摘要:参考 https://www.cnblogs.com/zhaoyingjie/p/6088358.html https://www.w3school.com.cn/jquery/attributes_removeclass.asp https://www.jb51.net/article/14688 阅读全文
posted @ 2021-01-02 18:03 夏秋初 阅读(253) 评论(0) 推荐(2) 编辑

点击右上角即可分享
微信分享提示