上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 53 下一页
摘要: 2021/03/25 19:30 2021/04/03 11:30 转移失败,继续用 阅读全文
posted @ 2021-03-25 19:35 夏秋初 阅读(37) 评论(0) 推荐(0)
摘要: 参考:https://www.imooc.com/article/303110?block_id=tuijian_wz 环境: 操作系统: mac os 11.2.3 idea版本: 社区版 2020.3.2 步骤: 1. 2.打开 Settings -> Plugins,(按照步骤选择,因为我已经 阅读全文
posted @ 2021-03-17 20:47 夏秋初 阅读(2721) 评论(0) 推荐(0)
摘要: 转自:https://www.cnblogs.com/liuzhixian666/p/13727013.html 问题: 自己在 ~/.bash_profile 中配置环境变量, 可是每次重启终端后配置的不生效.需要重新执行 : $source ~/.bash_profile后,才会生效。 原因: 阅读全文
posted @ 2021-03-16 18:16 夏秋初 阅读(1025) 评论(0) 推荐(0)
摘要: 1.安装运行出现cli.js出错 找了网上相关的解决办法,都没有解决,最终找到是因为node版本与electronjs 版本不对(我本地电脑node版本低) 2.获取不到nodeapi的问题 还是版本问题,12.0.0怎么测试都不可以,所以切换到11版本,测试通过 阅读全文
posted @ 2021-03-07 22:29 夏秋初 阅读(518) 评论(0) 推荐(0)
摘要: 参考 springboot 统一json返回格式 代码 自定义响应类 @Data public class ResponseBody<T> { public static final Integer SUCCESS = 0; public static final Integer ERROR = 1 阅读全文
posted @ 2021-02-16 11:47 夏秋初 阅读(973) 评论(0) 推荐(0)
摘要: 转载的,但是地址找不到了。。。 // 创建 JacksonConfig 文件(哪里都行,最好放在config目录[包]) import java.io.IOException; import org.springframework.boot.autoconfigure.condition.Condi 阅读全文
posted @ 2021-02-16 11:03 夏秋初 阅读(1527) 评论(0) 推荐(0)
摘要: 代码 import lombok.Data; @Data public class JsonResult<T> { public static Integer ERROR_CODE = 1; public static Integer SUCCESS_CODE = 0; public static 阅读全文
posted @ 2021-02-16 11:01 夏秋初 阅读(493) 评论(0) 推荐(0)
摘要: 在项目目录下创建public,该目录下的文件会打包到根目录下,如在public创建了一个index.js文件,在引入的时候可以使用/index.js进行引入。 public目录 https://umijs.org/zh-CN/docs/directory-structure#public-%E7%9 阅读全文
posted @ 2021-01-29 15:27 夏秋初 阅读(6866) 评论(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 夏秋初 阅读(1336) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-25 21:56 夏秋初 阅读(132) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 53 下一页