摘要: IDEA报错--java: 非法的表达式开始/需要';' 但是实际上没有语法错误 把文件编码utf-8改为GBK格式就可以了 参考: https://blog.csdn.net/weixin_41166287/article/details/105166010 阅读全文
posted @ 2024-04-24 17:13 一刀一个小西瓜 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 原因:新建的文件没有纳入版本管理,所以会被带到切换的分支。 解决方法:新创建一个分支,如feature2,然后把文件commit到该分支。然后再切换到目标分支。这样就不会把新的文件带到切换的分支了。 参考: https://blog.csdn.net/weixin_42436131/article/ 阅读全文
posted @ 2024-04-24 15:33 一刀一个小西瓜 阅读(2) 评论(0) 推荐(0) 编辑
摘要: windows 如何查看端口占用情况? https://blog.csdn.net/qq_39657909/article/details/80378983 阅读全文
posted @ 2024-04-19 10:27 一刀一个小西瓜 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1.File->Project Structure 2.Artifacts->"+"->Web Application Exploded->From Modules 弹框选择对应Module,点击ok 3."+" -> Web Application Archive -> For 'xxx:war 阅读全文
posted @ 2024-04-10 09:23 一刀一个小西瓜 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 使用cmd命令行进行ssh远程登录时报错: 解决: ssh-keygen -R [服务器地址] 然后重新链接 阅读全文
posted @ 2024-03-15 23:03 一刀一个小西瓜 阅读(26) 评论(0) 推荐(0) 编辑
摘要: RabbitMq入门 目录RabbitMq入门1.MQ1.1同步调用1.2异步调用1.3MQ技术选型2.RabbitMQ2.1安装2.2收发消息(交换机、队列)2.3数据隔离2.3.1用户管理2.3.2Virtual Host3.SpringAMQP3.1创建项目3.2快速入门3.2.1消息发送3. 阅读全文
posted @ 2024-03-14 22:21 一刀一个小西瓜 阅读(17) 评论(0) 推荐(0) 编辑
摘要: Docker学习笔记 目录Docker学习笔记1.快速入门1.1部署MySQL1.2命令解读2.Docker基础2.1常见命令2.2数据卷2.2.1什么是数据卷?2.2.2挂载本地目录或文件(推荐)2.3自定义镜像2.3.1镜像的结构2.3.2Dockerfile2.3.3构建镜像2.4网络3.项目 阅读全文
posted @ 2024-02-10 16:21 一刀一个小西瓜 阅读(76) 评论(0) 推荐(0) 编辑
摘要: # 主题 3 编辑器(Vim) [编辑器 (Vim) · the missing semester of your cs education (missing-semester-cn.github.io)](https://missing-semester-cn.github.io/2020/edi 阅读全文
posted @ 2023-07-02 21:27 一刀一个小西瓜 阅读(62) 评论(0) 推荐(0) 编辑
摘要: # Spring Cloud Alibaba Nacos-服务注册与配置中心 官网:[https://github.com/alibaba/nacos](https://github.com/alibaba/nacos),[Nacos官方中文手册](https://nacos.io/zh-cn/do 阅读全文
posted @ 2023-06-07 12:33 一刀一个小西瓜 阅读(149) 评论(3) 推荐(0) 编辑
摘要: # SpringCloud Sleuth+Zipkin-链路追踪 官网:[spring-cloud/spring-cloud-sleuth: Distributed tracing for spring cloud (github.com)](https://github.com/spring-cl 阅读全文
posted @ 2023-06-05 22:43 一刀一个小西瓜 阅读(94) 评论(0) 推荐(0) 编辑