1 2 3 4 5 ··· 88 下一页
摘要: pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2024-05-15 15:36 Peter.Jones 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-05-06 14:44 Peter.Jones 阅读(1) 评论(0) 推荐(0) 编辑
摘要: package com.xx.xx.core.utils; import cn.hutool.core.util.ReflectUtil; import com.xx.tools.utils.BeanUtil; import com.xx.tools.utils.StringUtil; import 阅读全文
posted @ 2024-04-30 16:34 Peter.Jones 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 在Nginx配置中,location 和 proxy_pass 指令的组合使用决定了如何处理URL路径以及如何将请求转发给后端服务器。 在Nginx配置中,proxy_pass指令用于指定后端服务器的URL,其后是否跟斜线(/)将影响到请求的URL路径如何被处理。 有子路径和无子路径是有区别的: # 阅读全文
posted @ 2024-04-30 11:10 Peter.Jones 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1. 安装XCode或者Command Line Tools for Xcode。 Xcode可以从AppStore里下载安装,Command Line Tools for Xcode需要在终端中输入以下代码运行安装 xcode-select --install 2. 安装 brew /bin/zs 阅读全文
posted @ 2024-03-30 00:24 Peter.Jones 阅读(126) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-03-22 20:29 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-03-14 14:50 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-03-08 10:31 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-03-06 12:55 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1.引入spring cloud, spring cloud alibaba, spring boot依赖 <!-- SpringCloud 微服务 --> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>s 阅读全文
posted @ 2024-02-08 14:20 Peter.Jones 阅读(32) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 88 下一页