使用Springcloud Gateway和Spring AI遇到的问题

使用Springcloud Gateway和Spring AI遇到的问题

1. 启动微服务时出现以下问题

Web application could not be started as there was no org.springframework.boot.web.reactive.server.ReactiveWebServerFactory bean defined in the context.

解决方法

<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId>
</dependency>

2. 访问openAI的URL时请求超时

   org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://api.openai.com/v1/chat/completions": Connection timed out: connect

国内无法直接调用openAI的接口,需要使用国内代理https://api.chatanywhere.tech

spring:ai:openai:base-url: https://api.chatanywhere.tech

3. 引进alibaba ai后日志冲突

Exception in thread "main" java.lang.IllegalArgumentException: LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the competing implementation (class org.slf4j.simple.SimpleLoggerFactory loaded from file:/E:/mavenRepository/org/slf4j/slf4j-simple/2.0.13/slf4j-simple-2.0.13.jar). If you are using WebLogic you will need to add 'org.slf4j' to prefer-application-packages in WEB-INF/weblogic.xml: org.slf4j.simple.SimpleLoggerFactory

spring-cloud-starter-alibaba-ai依赖中包含了其他日志框架

<dependency><groupId>com.alibaba.cloud</groupId><artifactId>spring-cloud-starter-alibaba-ai</artifactId><exclusions><exclusion><groupId>org.slf4j</groupId><artifactId>slf4j-simple</artifactId></exclusion></exclusions>
</dependency>

4. 问题

D:\Java\jdk21\bin\java.exe -XX:TieredStopAtLevel=1 -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true "-Dmanagement.endpoints.jmx.exposure.include=*" -javaagent:D:\Java\JetBrains\ideaIU-2024.1.4.win\lib\idea_rt.jar=5283:D:\Java\JetBrains\ideaIU-2024.1.4.win\bin -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -classpath E:\WorkSpace\IDEA\lmc-demo24\lmc-base-demo\lmc-hello-ai\target\classes;E:\mavenRepository\com\alibaba\cloud\spring-cloud-starter-alibaba-nacos-discovery\2023.0.1.2\spring-cloud-starter-alibaba-nacos-discovery-2023.0.1.2.jar;E:\mavenRepository\com\alibaba\cloud\spring-cloud-alibaba-commons\2023.0.1.0\spring-cloud-alibaba-commons-2023.0.1.0.jar;E:\mavenRepository\com\alibaba\nacos\nacos-client\2.3.2\nacos-client-2.3.2.jar;E:\mavenRepository\com\alibaba\nacos\nacos-auth-plugin\2.3.2\nacos-auth-plugin-2.3.2.jar;E:\mavenRepository\com\alibaba\nacos\nacos-encryption-plugin\2.3.2\nacos-encryption-plugin-2.3.2.jar;E:\mavenRepository\commons-codec\commons-codec\1.16.1\commons-codec-1.16.1.jar;E:\mavenRepository\com\fasterxml\jackson\core\jackson-core\2.17.2\jackson-core-2.17.2.jar;E:\mavenRepository\com\fasterxml\jackson\core\jackson-databind\2.17.2\jackson-databind-2.17.2.jar;E:\mavenRepository\com\fasterxml\jackson\core\jackson-annotations\2.17.2\jackson-annotations-2.17.2.jar;E:\mavenRepository\org\apache\httpcomponents\httpasyncclient\4.1.5\httpasyncclient-4.1.5.jar;E:\mavenRepository\org\apache\httpcomponents\httpcore-nio\4.4.16\httpcore-nio-4.4.16.jar;E:\mavenRepository\org\apache\httpcomponents\httpclient\4.5.13\httpclient-4.5.13.jar;E:\mavenRepository\org\apache\httpcomponents\httpcore\4.4.16\httpcore-4.4.16.jar;E:\mavenRepository\io\prometheus\simpleclient\0.16.0\simpleclient-0.16.0.jar;E:\mavenRepository\io\prometheus\simpleclient_tracer_otel\0.16.0\simpleclient_tracer_otel-0.16.0.jar;E:\mavenRepository\io\prometheus\simpleclient_tracer_common\0.16.0\simpleclient_tracer_common-0.16.0.jar;E:\mavenRepository\io\prometheus\simpleclient_tracer_otel_agent\0.16.0\simpleclient_tracer_otel_agent-0.16.0.jar;E:\mavenRepository\org\yaml\snakeyaml\2.2\snakeyaml-2.2.jar;E:\mavenRepository\io\micrometer\micrometer-core\1.13.2\micrometer-core-1.13.2.jar;E:\mavenRepository\io\micrometer\micrometer-commons\1.13.2\micrometer-commons-1.13.2.jar;E:\mavenRepository\org\hdrhistogram\HdrHistogram\2.2.2\HdrHistogram-2.2.2.jar;E:\mavenRepository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\mavenRepository\com\alibaba\spring\spring-context-support\1.0.11\spring-context-support-1.0.11.jar;E:\mavenRepository\org\springframework\cloud\spring-cloud-commons\4.1.2\spring-cloud-commons-4.1.2.jar;E:\mavenRepository\org\springframework\security\spring-security-crypto\6.3.1\spring-security-crypto-6.3.1.jar;E:\mavenRepository\org\springframework\cloud\spring-cloud-context\4.1.2\spring-cloud-context-4.1.2.jar;E:\mavenRepository\com\alibaba\cloud\spring-cloud-starter-alibaba-nacos-config\2023.0.1.2\spring-cloud-starter-alibaba-nacos-config-2023.0.1.2.jar;E:\mavenRepository\org\slf4j\slf4j-api\2.0.13\slf4j-api-2.0.13.jar;E:\mavenRepository\jakarta\annotation\jakarta.annotation-api\2.1.1\jakarta.annotation-api-2.1.1.jar;E:\mavenRepository\org\springframework\boot\spring-boot-starter-undertow\3.3.2\spring-boot-starter-undertow-3.3.2.jar;E:\mavenRepository\io\undertow\undertow-core\2.3.13.Final\undertow-core-2.3.13.Final.jar;E:\mavenRepository\org\jboss\logging\jboss-logging\3.5.3.Final\jboss-logging-3.5.3.Final.jar;E:\mavenRepository\org\jboss\xnio\xnio-api\3.8.8.Final\xnio-api-3.8.8.Final.jar;E:\mavenRepository\org\wildfly\common\wildfly-common\1.5.4.Final\wildfly-common-1.5.4.Final.jar;E:\mavenRepository\org\wildfly\client\wildfly-client-config\1.0.1.Final\wildfly-client-config-1.0.1.Final.jar;E:\mavenRepository\org\jboss\xnio\xnio-nio\3.8.8.Final\xnio-nio-3.8.8.Final.jar;E:\mavenRepository\org\jboss\threads\jboss-threads\3.5.0.Final\jboss-threads-3.5.0.Final.jar;E:\mavenRepository\io\undertow\undertow-servlet\2.3.13.Final\undertow-servlet-2.3.13.Final.jar;E:\mavenRepository\jakarta\servlet\jakarta.servlet-api\6.0.0\jakarta.servlet-api-6.0.0.jar;E:\mavenRepository\io\undertow\undertow-websockets-jsr\2.3.13.Final\undertow-websockets-jsr-2.3.13.Final.jar;E:\mavenRepository\jakarta\websocket\jakarta.websocket-api\2.1.1\jakarta.websocket-api-2.1.1.jar;E:\mavenRepository\jakarta\websocket\jakarta.websocket-client-api\2.1.1\jakarta.websocket-client-api-2.1.1.jar;E:\mavenRepository\org\apache\tomcat\embed\tomcat-embed-el\10.1.26\tomcat-embed-el-10.1.26.jar;E:\mavenRepository\org\springframework\boot\spring-boot-starter-web\3.3.2\spring-boot-starter-web-3.3.2.jar;E:\mavenRepository\org\springframework\boot\spring-boot-starter\3.3.2\spring-boot-starter-3.3.2.jar;E:\mavenRepository\org\springframework\boot\spring-boot-starter-logging\3.3.2\spring-boot-starter-logging-3.3.2.jar;E:\mavenRepository\ch\qos\logback\logback-classic\1.5.6\logback-classic-1.5.6.jar;E:\mavenRepository\ch\qos\logback\logback-core\1.5.6\logback-core-1.5.6.jar;E:\mavenRepository\org\apache\logging\log4j\log4j-to-slf4j\2.23.1\log4j-to-slf4j-2.23.1.jar;E:\mavenRepository\org\apache\logging\log4j\log4j-api\2.23.1\log4j-api-2.23.1.jar;E:\mavenRepository\org\slf4j\jul-to-slf4j\2.0.13\jul-to-slf4j-2.0.13.jar;E:\mavenRepository\org\springframework\spring-core\6.1.11\spring-core-6.1.11.jar;E:\mavenRepository\org\springframework\spring-jcl\6.1.11\spring-jcl-6.1.11.jar;E:\mavenRepository\org\springframework\boot\spring-boot-starter-json\3.3.2\spring-boot-starter-json-3.3.2.jar;E:\mavenRepository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.17.2\jackson-datatype-jdk8-2.17.2.jar;E:\mavenRepository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.17.2\jackson-datatype-jsr310-2.17.2.jar;E:\mavenRepository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.17.2\jackson-module-parameter-names-2.17.2.jar;E:\mavenRepository\org\springframework\spring-web\6.1.11\spring-web-6.1.11.jar;E:\mavenRepository\org\springframework\spring-beans\6.1.11\spring-beans-6.1.11.jar;E:\mavenRepository\io\micrometer\micrometer-observation\1.13.2\micrometer-observation-1.13.2.jar;E:\mavenRepository\org\springframework\spring-webmvc\6.1.11\spring-webmvc-6.1.11.jar;E:\mavenRepository\org\springframework\spring-aop\6.1.11\spring-aop-6.1.11.jar;E:\mavenRepository\org\springframework\spring-expression\6.1.11\spring-expression-6.1.11.jar;E:\mavenRepository\org\springframework\boot\spring-boot-devtools\3.3.2\spring-boot-devtools-3.3.2.jar;E:\mavenRepository\org\springframework\boot\spring-boot\3.3.2\spring-boot-3.3.2.jar;E:\mavenRepository\org\springframework\boot\spring-boot-autoconfigure\3.3.2\spring-boot-autoconfigure-3.3.2.jar;E:\mavenRepository\com\alibaba\cloud\spring-cloud-starter-alibaba-ai\2023.0.1.0\spring-cloud-starter-alibaba-ai-2023.0.1.0.jar;E:\mavenRepository\org\springframework\ai\spring-ai-core\0.8.1\spring-ai-core-0.8.1.jar;E:\mavenRepository\io\swagger\core\v3\swagger-annotations\2.2.20\swagger-annotations-2.2.20.jar;E:\mavenRepository\com\github\victools\jsonschema-module-swagger-2\4.33.1\jsonschema-module-swagger-2-4.33.1.jar;E:\mavenRepository\org\springframework\cloud\spring-cloud-function-context\4.1.0\spring-cloud-function-context-4.1.0.jar;E:\mavenRepository\net\jodah\typetools\0.6.2\typetools-0.6.2.jar;E:\mavenRepository\org\springframework\cloud\spring-cloud-function-core\4.1.0\spring-cloud-function-core-4.1.0.jar;E:\mavenRepository\org\antlr\stringtemplate\4.0.2\stringtemplate-4.0.2.jar;E:\mavenRepository\org\antlr\antlr-runtime\3.3\antlr-runtime-3.3.jar;E:\mavenRepository\org\antlr\antlr4-runtime\4.13.1\antlr4-runtime-4.13.1.jar;E:\mavenRepository\io\projectreactor\reactor-core\3.6.8\reactor-core-3.6.8.jar;E:\mavenRepository\org\reactivestreams\reactive-streams\1.0.4\reactive-streams-1.0.4.jar;E:\mavenRepository\org\springframework\spring-messaging\6.1.11\spring-messaging-6.1.11.jar;E:\mavenRepository\com\knuddels\jtokkit\1.0.0\jtokkit-1.0.0.jar;E:\mavenRepository\com\github\victools\jsonschema-generator\4.31.1\jsonschema-generator-4.31.1.jar;E:\mavenRepository\com\fasterxml\classmate\1.7.0\classmate-1.7.0.jar;E:\mavenRepository\com\github\victools\jsonschema-module-jackson\4.31.1\jsonschema-module-jackson-4.31.1.jar;E:\mavenRepository\com\alibaba\dashscope-sdk-java\2.12.0\dashscope-sdk-java-2.12.0.jar;E:\mavenRepository\com\google\guava\guava\32.1.1-jre\guava-32.1.1-jre.jar;E:\mavenRepository\com\google\guava\failureaccess\1.0.1\failureaccess-1.0.1.jar;E:\mavenRepository\com\google\guava\listenablefuture\9999.0-empty-to-avoid-conflict-with-guava\listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar;E:\mavenRepository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar;E:\mavenRepository\org\checkerframework\checker-qual\3.33.0\checker-qual-3.33.0.jar;E:\mavenRepository\com\google\errorprone\error_prone_annotations\2.18.0\error_prone_annotations-2.18.0.jar;E:\mavenRepository\com\google\j2objc\j2objc-annotations\2.8\j2objc-annotations-2.8.jar;E:\mavenRepository\io\reactivex\rxjava2\rxjava\2.2.21\rxjava-2.2.21.jar;E:\mavenRepository\org\projectlombok\lombok\1.18.34\lombok-1.18.34.jar;E:\mavenRepository\com\google\code\gson\gson\2.10.1\gson-2.10.1.jar;E:\mavenRepository\com\squareup\okio\okio\3.5.0\okio-3.5.0.jar;E:\mavenRepository\com\squareup\okio\okio-jvm\3.5.0\okio-jvm-3.5.0.jar;E:\mavenRepository\org\jetbrains\kotlin\kotlin-stdlib-common\1.9.24\kotlin-stdlib-common-1.9.24.jar;E:\mavenRepository\com\squareup\okhttp3\logging-interceptor\4.12.0\logging-interceptor-4.12.0.jar;E:\mavenRepository\org\jetbrains\kotlin\kotlin-stdlib-jdk8\1.9.24\kotlin-stdlib-jdk8-1.9.24.jar;E:\mavenRepository\org\jetbrains\kotlin\kotlin-stdlib\1.9.24\kotlin-stdlib-1.9.24.jar;E:\mavenRepository\org\jetbrains\annotations\13.0\annotations-13.0.jar;E:\mavenRepository\org\jetbrains\kotlin\kotlin-stdlib-jdk7\1.9.24\kotlin-stdlib-jdk7-1.9.24.jar;E:\mavenRepository\com\squareup\okhttp3\okhttp-sse\4.12.0\okhttp-sse-4.12.0.jar;E:\mavenRepository\com\squareup\okhttp3\okhttp\4.12.0\okhttp-4.12.0.jar;E:\mavenRepository\org\springframework\spring-context\6.1.11\spring-context-6.1.11.jar com.lmc.base.demo.ai.HelloAiApplication
11:04:18.446 [restartedMain] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter -- ***************************
APPLICATION FAILED TO START
***************************Description:No spring.config.import property has been definedAction:Add a spring.config.import=nacos: property to your configuration.If configuration is not required add spring.config.import=optional:nacos: instead.To disable this check, set spring.cloud.nacos.config.import-check.enabled=false.Process finished with exit code 0

不小心把依赖spring-cloud-starter-bootstrap删除导致这个问题,重新加回去就可以了

        <dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-starter-bootstrap</artifactId></dependency>

5. 网关路由404

访问/actuator/gateway/routes时出现404

虽然加了actuator依赖和management.endpoints.web.exposure.include=*,但把management.endpoint.gateway.enabled=true遗漏了
补充配置之后就正常了

management:endpoints:web:exposure:include: "*"endpoint:gateway:enabled: true

6. 通过springcloud gateway访问时出现503

 There was an unexpected error (type=Service Unavailable, status=503).

原因是遗漏了负载均衡,添加依赖就OK了

        <dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-starter-loadbalancer</artifactId></dependency>

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/pingmian/50688.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Vue Pinia 基础

Vue Pinia 是一个专为Vue设计的状态管理库。它提供了一种简单、直观且强大的方式来管理Vue应用中的状态。 Store 用于保存和管理应用的状态。每个store都是一个独立的状态&#xff0c;包含自己的State、Getters和Actions。 State 状态&#xff0c;类似Vue的data。用于存储st…

【GeoJSON】Java 使用 GeoTools 将 SHP 文件转成 GeoJSON 文件

文章目录 引言Maven settings.xml 配置配置项目中的 pom.xml引入 GeoTools Jar 包使用 引言 在使用 GeoTools 时&#xff0c;我们没办法直接使用 Maven 中央库的 GeoTools&#xff0c;所以就需要我们配置一下关于 GeoTools 自己的镜像&#xff0c;所以我们才需要以下这几个步骤…

嵌入式Python、ROS、SLAM、WebSocket和Node.js:智能巡逻监控安防机器人设计流程(代码示例)

项目概述 随着智能技术的发展&#xff0c;智能巡逻机器人在安防、监控和巡逻等领域的应用越来越广泛。本文将介绍一个结合嵌入式系统、机器人技术和后端开发的智能巡逻机器人。该机器人能够自主导航&#xff0c;实时检测异常情况&#xff08;如火灾或入侵者&#xff09;&#…

【北京迅为】《i.MX8MM嵌入式Linux开发指南》-第三篇 嵌入式Linux驱动开发篇-第五十七章 Linux中断实验

i.MX8MM处理器采用了先进的14LPCFinFET工艺&#xff0c;提供更快的速度和更高的电源效率;四核Cortex-A53&#xff0c;单核Cortex-M4&#xff0c;多达五个内核 &#xff0c;主频高达1.8GHz&#xff0c;2G DDR4内存、8G EMMC存储。千兆工业级以太网、MIPI-DSI、USB HOST、WIFI/BT…

neo4j+LLM构建成品油医疗跨领域知识图谱(初)neo4j查询某个节点

全词查询 MATCH(n) WHERE n.name 成品油 RETURN n 关键词查询&#xff1a; MATCH (n) WHERE n.id CONTAINS 油 RETURN n 计算节点数&#xff1a; MATCH (n) RETURN count(n) AS number_of_nodes; 计算关系数&#xff1a; MATCH ()-[r]->() RETURN count(r) AS numbe…

AI绘画:艺术与科技融合的新篇章

随着人工智能&#xff08;AI&#xff09;技术的飞速发展&#xff0c;AI绘画作为一种新兴的艺术形式&#xff0c;正逐步改变着传统艺术创作的格局。从早期的简单模仿到如今的个性化创作&#xff0c;AI绘画不仅提升了艺术创作的效率和质量&#xff0c;还开辟了全新的应用场景和商…

ElasticSearch 面试题及答案整理,最新面试题

Elasticsearch中的倒排索引是什么?它如何工作? 倒排索引是Elasticsearch中用于快速全文搜索的关键数据结构。它的工作原理包括: 1、索引创建: 对文档中的每个唯一单词创建一个索引条目。 2、文档列表: 每个索引条目都指向包含该单词的文档列表。 3、快速查找: 在搜索时,…

C++模板——泛型编程

目录 1. 什么是泛型编程 2. 函数模板 2.1 定义格式 2.2 实例化及原理 2.3 参数匹配原则 3. 类模板 3.1 定义格式 3.2 实例化 4. 非类型模板参数 5. 模板的特化 5.1 概念 5.2 函数模板和类模板特化 6. 模板的分离编译 1. 什么是泛型编程 如何实现一个通用的加…

【Java算法专场】二分查找(下)

目录 山脉数组的峰顶索引 算法分析 算法步骤 算法代码 算法示例 寻找峰值 算法分析 算法步骤 算法代码 算法示例 寻找旋转排序数组中的最小值 算法分析 算法步骤 算法代码 算法示例 点名 算法分析 算法步骤 算法代码 算法示例 山脉数组的峰顶索引 …

TCP/IP协议(全的一b)应用层,数据链层,传输层,网络层,以及面试题

目录 TCP/IP协议介绍 协议是什么,有什么作用? 网络协议为什么要分层 TCP/IP五层网络协议每层的作用 应⽤层 DNS的作用及原理 DNS工作流程 数据链路层 以太⽹帧格式 MAC地址的作用 ARP协议的作⽤ ARP协议的工作流程 MTU以及MTU对 IP / UD / TCP 协议的影响 传输层…

数据结构之判断二叉树是否为搜索树(C/C++实现)

文章目录 判断二叉树是否为搜索树方法一&#xff1a;递归法方法二&#xff1a;中序遍历法总结 二叉树是一种非常常见的数据结构&#xff0c;它在计算机科学中有着广泛的应用。二叉搜索树&#xff08;Binary Search Tree&#xff0c;简称BST&#xff09;是二叉树的一种特殊形式&…

自动化测试--WebDriver API

1. 元素定位方法 通过 ID 定位&#xff1a;如果元素具有唯一的 ID 属性&#xff0c;可以使用 findElement(By.id("elementId")) 方法来定位元素。通过 Name 定位&#xff1a;使用 findElement(By.name("elementName")) 来查找具有指定名称的元素。通过 Cl…

【2024最新华为OD-C/D卷试题汇总】[支持在线评测] 5键键盘(100分) - 三语言AC题解(Python/Java/Cpp)

🍭 大家好这里是清隆学长 ,一枚热爱算法的程序员 ✨ 本系列打算持续跟新华为OD-C/D卷的三语言AC题解 💻 ACM银牌🥈| 多次AK大厂笔试 | 编程一对一辅导 👏 感谢大家的订阅➕ 和 喜欢💗 🍿 最新华为OD机试D卷目录,全、新、准,题目覆盖率达 95% 以上,支持题目在线…

Linux常用操作

软件安装 CentOS 系统使用&#xff1a; yum [install remove search] [-y] 软件名称 install 安装 remove 卸载 search 搜索 -y &#xff0c;自动确认 Ubuntu 系统使用 apt [install remove search] [-y] 软件名称 install 安装 remove 卸载 search 搜索 -y…

Greenplum数据库中的连接方式及其应用

一、自然连接 自然连接是一种基于两个或多个表之间的共同列进行连接的方式。它会自动匹配两个表中具有相同列名的数据&#xff0c;并返回匹配的结果。 语法示例&#xff1a; SELECT * FROM table1 , table2 ; 应用场景&#xff1a; 自然连接适用于需要根据两个表共同的列进行…

【北京迅为】《i.MX8MM嵌入式Linux开发指南》-第三篇 嵌入式Linux驱动开发篇-第四十六章 自动创建设备节点

i.MX8MM处理器采用了先进的14LPCFinFET工艺&#xff0c;提供更快的速度和更高的电源效率;四核Cortex-A53&#xff0c;单核Cortex-M4&#xff0c;多达五个内核 &#xff0c;主频高达1.8GHz&#xff0c;2G DDR4内存、8G EMMC存储。千兆工业级以太网、MIPI-DSI、USB HOST、WIFI/BT…

前端播放rtsp视频流(最后使用WebRtc)

前端播放rtsp视频流&#xff08;最后使用WebRtc&#xff09; 前言&#xff1a; ​ 项目需要将实验室里的摄像头画面引入到前端页面中&#xff0c;故对目前常见的几种方法进行了尝试&#xff0c;虽然过程坎坷但结局是好的。 一些尝试&#xff1a; RTSPtoWebRtc工具 由于RTSPt…

opengl 写一个3D立方体——计算机图形学编程 第4章 管理3D图形数据 笔记

计算机图形学编程&#xff08;使用OpenGL和C&#xff09; 第4章 管理3D图形数据 笔记 数据处理 想要绘制一个对象&#xff0c;它的顶点数据需要发送给顶点着色器。通常会把顶点数据在C端放入 一个缓冲区&#xff0c;并把这个缓冲区和着色器中声明的顶点属性相关联。 初始化立…

力扣 二分查找

二分查找基础篇。 题目 class Solution {public int searchInsert(int[] nums, int target) {int l 0, r nums.length - 1;while(l < r) {int mid l((r-l)>>1);//(lr)/2if(nums[mid]<target)lmid1;else rmid-1;}return l;//处理边界&#xff0c;设定数组的左半…

21 Python常用内置函数——zip()

zip() 函数用来把多个可迭代对象中的元素压缩到一起&#xff0c;返回一个可迭代的 zip 对象&#xff0c;其中每个元素都是包含原来的多个可迭代对象对应位置上元素的元组&#xff0c;最终结果中包含的元素个数取决于所有参数序列或可迭代对象中最短的那个。 可以这样理解这个函…