Unity URP 2022 Release-Notes

🌈Unity URP 2022 Release-Notes

本文信息收集来自自动搜集工具👈

版本更新内容
2022.3.15URP: Building 3D Sample Scenes (URP) Project fails(UUM-57781)
2022.3.14URP: Fixed partially corrupted Android screen when Vulkan display rotation during rendering is enabled.(UUM-48569)
2022.3.13URP: Fixed Color Grading Mode set to Low Dynamic Range on one camera in the stack despite HDR output active.(UUM-41948)
2022.3.12URP: Vulkan URP will use MSAA samples count fallback from player settings. Prior to this x2 fallback would have been to upgrade to x4.(UUM-741)
2022.3.12URP: Added workarounds for MSAA-specific visual artifacts on materials that use alpha clipping in unexpected ways.(UUM-26513)
2022.3.12URP: Fixed per-vertex light layers.(UUM-40810)
2022.3.5URP: 2D - Fixed additional draw call when Foremost Sorting Layer is enabled during unlit.(UUM-37441)
2022.3.5URP: Fixed Screen space Overlay UI rendered at the wrong size for scaling mode “Constant Pixel Size” or “Constant Physical Size”, when HDR output is active.(UUM-36231)
2022.3.3URP: Fixed redundant blit is used due to postFX, although it is disabled in rendererData.(UUM-31474)
2022.3.1URP: 2D - Remove serialization and cache vertices and indices for sprite lights causing bloat in prefabs.(UUM-33700)
2022.3.1URP: Fixed incorrect MSAA sample count when using Deferred renderer but rendering to a target texture.(UUM-31113)
2022.3.1URP: Fixed ShaderGraph preview window not showing anything when using DepthNormals pass.(UUM-31643)
2022.3.1URP: Fixed, URP & core package leaking materials when entering/exiting Play Mode.(UUM-27587)
2022.3.1URP: Stripped BlitHDROverlay from build if HDR output is not allowed and stripping unused shader is allowed.
2022.2.20URP: Fixed HDR output too saturated when HDR rendering is disabled on the camera.(UUM-31589)
2022.2.13URP: Added vertex SH option to URP rendering and fixed HL2 forward light perf regression.(UUM-26824)
2022.2.13URP: Fixed a null exception when adding a sorting layer.(UUM-29492)
2022.2.12URP: Fixed resource leak in URP deferred.(UUM-26626)
2022.2.10URP: Fixed XR vsync so it stays enabled when the focus is lost.(UUM-16846)
2022.2.9URP: Fixed a bug with the shadow mesh bounds of ShadowCaster2D so that shadows no longer disappear.(UUM-19090)
2022.2.9URP: Fixed GC.Allocs with sorting layers in Light2D.(UUM-1929)
2022.2.9URP: Fixed the 2D Sprite Light & Freeform Light fast normal map quality setting to correctly use the normal map.(UUM-4613)
2022.2.3URP: Fixed 2D game view flickering when using URP Pixel Perfect and Cinemachine Pixel Perfect Extension.(UUM-20343)
2022.2.3URP: Fixed errors related to the lack of support of native shadow maps on WebGL1.(UUM-2270)
2022.2.2URP: Fixed a bug where lights with different blend styles may have missing shadows.(UUM-1872)
2022.2.2URP: Fixed an issue where the Universal Renderer could incorrectly clear the render target during the forward opaques pass even if the render target contains valid rendering data produced by a pass that ran before opaque rendering.(ARFB-190)
2022.2.2URP: Fixed mixed lights when using deferred rendering and shadow mask.(UUM-19587)
2022.2.0URP: Added clustered reflection probe support to the URP Forward+ rendering path. This enables the use of more than 2 reflection probes per object, allows Unity to skip per-object culling of lights and reflection probes, and enables Entities Graphics and procedural draws to make use of reflection probes.
2022.2.0URP: Added decal layers.
2022.2.0URP: Added Forward+ rendering path, allowing for more lights per object and enabling lighting on non-GameObjects.
2022.2.0URP: Added Screen Coordinates Override feature. Adapted post effects to support Screen Coordinates Override. (Used, for example, to support Cluster Display.).
2022.2.0URP: All built-in URP shaders and URP ShaderGraph shaders support Mesh LOD CrossFade, which you can select in UniversalRenderPipelineAsset.lodCrossFadeDitheringType property.
2022.2.0URP: Added Screen space for the Transform node.
2022.2.0URP: Changed so Unity exports shader variants information into a file in a temp folder.
2022.2.0URP: Improved edge quality for alpha-clipped materials when multisampling is used in URP.
2022.2.0URP: Reduced the number of memcpy operations from NativeArray access in URP for performance.
2022.2.0URP: Added: #pragma editorsynccompilation directive to FallbackError.shader.
2022.2.0URP: Added: Batch mode support for the converters.
2022.2.0URP: Added: Changed “USEDRAW_PROCEDURAL” to be used only in vertex shader in Post Processing related shaders as they are not needed for fragment shaders. In result we now generate less shader variants.
2022.2.0URP: Added: CommandBuffer variable to RenderingData struct and switched all of the renderer to use that buffer instead of creating local command buffers.
2022.2.0URP: Added: Default DOTS compatible loading shader (FallbackLoading.shader).
2022.2.0URP: Added: Inspector documentation URLs to the SSAO, Decal, and Render Objects renderer features.
2022.2.0URP: Added: New Downscale and Max Iterations options for Bloom.
2022.2.0URP: Added: Renderer Features can now use the HelpURLAttribute to specify a documentation URL to be used in the inspector.
2022.2.0URP: Added: Soft Shadows filtering quality as per light option. Low, PCF 3x3 pixel area with fixed offsets which is recommended for mobile. Medium, Tent 5x5 pixel area as the default. High, Tent 7x7 pixel area.
2022.2.0URP: Added: Support for FidelityFX Super Resolution 1.0 upscaling filter.
2022.2.0URP: Added: Support for user-selected upscaling filters. Current options are automatic, bilinear, and nearest-neighbor.
2022.2.0URP: Adapted URP to use Blitter interface for full screen draws.
2022.2.0URP: Added new UI/UX for the converter framework.
2022.2.0URP: Avoid using Depth32Stencil8 format on Android.
2022.2.0URP: Changed PostProcessPass to internal visibility since it’s in internal namespace.
2022.2.0URP: Integrated Foveated Rendering into URP for supported platforms.
2022.2.0URP: Merged the MaterialError.shader and FallbackError.shader.
2022.2.0URP: Moved the Shader Variant Log Level from the URP Asset to URP Global Settings.
2022.2.0URP: Re-added the menu button so you can convert selected materials.
2022.2.0URP: Removed low quality light fade for lighting consistency on both desktop and mobile.
2022.2.0URP: Removed SHADERQUALITYLOW, SHADERQUALITYMEDIUM, SHADERQUALITYHIGH from shaders so everything is SHADERQUALITYHIGH.
2022.2.0URP: Removed skipIterations from Bloom settings. It has now been replaced with maxIterations.
2022.2.0URP: Removed the name input for the SSAO and Screen Space Shadows renderer features.
2022.2.0URP: Removed SHADER_API_MOBILE from shaders in cases where it affected quality.
2022.2.0URP: Removed SHADER_HINT_NICE_QUALITY from shaders.
2022.2.0URP: Reverted behavior of intermediate texture .
2022.2.0URP: Updated the “Add Renderer Feature” menu to support filtering.
2022.2.0URP: Fixed a capture pass issue so the recorder screenshot doesn’t miss the post processing results.(1405209)
2022.2.0URP: Fixed a capture pass issue so the recorder screenshot doesn’t miss the post processing results.(1405224)
2022.2.0URP: Fixed a shader compilation error on certain platforms. (URP-1415).
2022.2.0URP: Fixed a shader compiler issue with mismatching variable types when calling lerp.
2022.2.0URP: Fixed a stencil test issue when a RendererObjects feature is injected after Post Processing.(1403640)
2022.2.0URP: Fixed an issue in where a user could stack cameras with different renderers and not get a warning in the editor (this is not supported).
2022.2.0URP: Fixed an issue in where the _ScreenParams is not setup correctly.
2022.2.0URP: Fixed an issue that the Shaders now correctly fallback to error shader.(UUM-1417)
2022.2.0URP: Fixed an issue where camera UI inspector’s clearFlag is not respected.(UUM-3991)
2022.2.0URP: Fixed an issue where specular color was not matching behaviour in Legacy and HDRP.(1326941)
2022.2.0URP: Fixed camera sorting layer render target not being allocated in the 2d renderer.
2022.2.0URP: Fixed FXAA quality issues when render scale is not 1.0.
2022.2.0URP: Fixed incorrect Decal rendering when rendescale is different than one.
2022.2.0URP: Fixed incorrect Depth for Camera Stacks.(1404157)
2022.2.0URP: Fixed inspector documentation URLs for the URP asset and Universal Renderer asset.
2022.2.0URP: Fixed Light2D upgrading issue with m_AlphaBlendOnOverlap property.(UUM-1845)
2022.2.0URP: Fixed material converter not being able to be called in batch mode.(1375962)
2022.2.0URP: Fixed materials that use Autodesk Interactive shader to convert correctly.(1391912)
2022.2.0URP: Fixed missing depth for Depth of Field in an overlay camera.(1365623)
2022.2.0URP: Fixed property wrappers around material properties.
2022.2.0URP: Fixed setters so they don’t cause an infinite loop in URP pipeline asset.
2022.2.0URP: Fixed so objects don’t disappear when using Depth Priming and Rendering Debugger.(1379409)
2022.2.0URP: Fixed stale light cookie data when the last cookie is removed inside a prefab.
2022.2.0URP: Fixed the shader graph usage of Unity cross fade.(1423201)
2022.2.0URP: Fixed vertex color for sprite shapes in URP 2D.(UUM-1921)
2022.2.0URP: Fixed wireframe view in URP (UUM-2548).
2022.2.0URP: Improved fallback to single shadow cascade on GLES2.(1418462)
2022.2.0URP: Fixed Full Screen Pass functionality when used with XR.(UUM-12644)First seen in 2022.2.0b13.
2022.1.23URP: Avoid using Depth32Stencil8 format on Android.
2022.1.22URP: Fixed texture creation failed when creating URP Lit Shader Graph if “Opaque Texture” is enabled. (UUM-15441)
2022.1.19URP: Fixed memory leak issue in URP deferred when resizing preview camera window. (UUM-2385)
2022.1.16URP: Fixed an issue with Depth Priming when executing the DepthNormals prepass with MSAA on. (UUM-5684)
2022.1.15URP: Adding force depth prepass option when requesting the Depth Texture (UUM-8273)
2022.1.15URP: Fixed an issue where camera UI inspector’s clearFlag is not respected. (1422234)
2022.1.15URP: Fixes alpha discard on Unlit Sprite targets for Shadergraph (UUM-6998)
2022.1.15URP: URP 2D - Fixed 2D Spot Light artifacts in light (UUM-7839)
2022.1.13URP: Fixed Gizmos in Game View when using Viewports (UUM-7069).
2022.1.9URP: Added multi_compile_instancing to SimpleLit shader on SM 2.0. (1397612)
2022.1.9URP: URP 2D - Fixed Light2D upgrading issue with m_AlphaBlendOnOverlap property. (UUM-1845)
2022.1.8URP: URP 2D - Fixes vertex color for sprite shapes. (UUM-1921)
2022.1.6URP: URP 2D - Fix bug when upgrading parametric lights to freeform lights. (UUM-1869)
2022.1.3URP: Backported RTHandles load/store actions fixes.
2022.1.3URP: Fixed smooth material lighting banding issues on mobile platforms. (1375791)
2022.1.2URP: Fixed issue of Renderer2D using the incorrect render path when lights are out of the scene view. (1400566)
2022.1.1URP: Fixed URP bakedlit blend state for GLES API. (1403531)
2022.1.0URP: Added: Added Adaptive Performance Decals scaler.
2022.1.0URP: Added: Added Depth Priming support for Vulkan with MSAA.
2022.1.0URP: Added: Added Depth Texture setting for Overlay Camera.
2022.1.0URP: Added: Added Display Stats panel to Rendering Debugger that displays CPU/GPU frame timings and bottlenecks.
2022.1.0URP: Added: Added minimal picking support for DOTS 1.0 (on parity with Hybrid Renderer V2).
2022.1.0URP: Added: Added Shadows and Additional Lights off variants stripping.
2022.1.0URP: Added: Added support for RTHandle.
2022.1.0URP: Added: Depth Texture setting for Overlay Camera.
2022.1.0URP: Added: Emulate alpha for multiply blend mode by whitening the base map colors using the alpha value. Keyword _ALPHAMODULATE_ON is set for multiply blend mode.
2022.1.0URP: Added: Exposed public API for DebugDisplaySettings.
2022.1.0URP: Added: GetUniversalAdditionalLightData, a method that returns the additional data component for a given light or create one if it doesn’t exist yet.
2022.1.0URP: Added: Help button on material editor to show the shader documentation page.
2022.1.0URP: Added: Lights 2D to the Light Explorer window.
2022.1.0URP: Added: Motion Vector render pass for URP.
2022.1.0URP: Added: Preserve Specular blend mode toggle for glass like materials where the specular reflection itself is not transparent.
2022.1.0URP: Added: Public api and updated docs for Light2D shape properties.
2022.1.0URP: Added: Render Settings Converter to the Render Pipeline Converter, this tool creates and assigns URP Assets based off rendering settings of a Builtin project.
2022.1.0URP: Added: Support for default sprite mask shaders for the 2D Renderer in URP.
2022.1.0URP: Added: Terrain grass shader alpha changed to always write 1 to alpha. Enabled alpha channel write mask.
2022.1.0URP: Added: Two new URP specific scene templates, Basic which has a camera and directional light, then Standard which has the addition of a global volume with basic post effects setup.
2022.1.0URP: Added: URP global setting for stripping off shader variants.
2022.1.0URP: Added: URP global setting for stripping post processing shader variants.
2022.1.0URP: Added: VFX: Fix light cookies integration.
2022.1.0URP: Added: XR: Added Late Latching support to reduce VR latency (Quest).
2022.1.0URP: Changed: Fixed incorrect shadow fade in deferred rendering mode.
2022.1.0URP: 2D Lights now inherit from Light2DBase.
2022.1.0URP: Changed default target sorting layers of Light2D to “Everything”. Newly added sorting layers will be included in Light2Ds that have target sorting layers already set to “Everything”.
2022.1.0URP: Changed the default name when a new urp asset is created.
2022.1.0URP: Converted internal render targets to use RTHandle targets instead of RenderTargetHandle and RenderTargetIdentifier.
2022.1.0URP: Improved blending modes trigger a material update which tries to keep the existing look intact. This is not always possible and manual blend mode changes might be required.
2022.1.0URP: Main light shadow, additional light shadow and additional light keywords are now enabled based on urp setting instead of existence in scene. This allows better variant stripping.
2022.1.0URP: MaterialReimporter.ReimportAllMaterials now batches the asset database changes to improve performance.
2022.1.0URP: Multiply blend now keeps DstAlpha as it’s RGB only.
2022.1.0URP: Now using the SpeedTree8 PBRLit shadergraph as the default SpeedTree8 shader for Universal.
2022.1.0URP: Particle AlphaModulate() renamed to AlphaModulateAndPremultiply() as it does both. Moved separate AlphaModulate() and AlphaPremultiply() to URP shader library. Fix double alpha multiply for ParticleLit.
2022.1.0URP: Refactored some of the array resizing code around decal projector rendering to use the new APIs in render core.
2022.1.0URP: Removed experimental tile deferred code.
2022.1.0URP: Removed the name input for the SSAO and Screen Space Shadows renderer features.
2022.1.0URP: Removed use of deprecated UNITY_USE_NATIVE_HDR keyword in shaders.
2022.1.0URP: Separated Premultiplied blend mode and Preserve Specular Lighting feature from each other. Premultiplied blend mode is now true straight premultiply mode. Preserve Specular Lighting, which applies alpha differently for diffuse and specular parts of lighting, is now a separate option for Alpha and Additive blend modes. The results of previous Premultiplied blend implementation can be achieved by using Alpha blend mode with Preserve Specular Lighting toggled on.
2022.1.0URP: Set usage of RenderTargetHandle and public functions using RenderTargetIdentifier as obsolete for future removal.
2022.1.0URP: Split RendererFeatures AddRenderPasses into two functions with SetupRenderPasses so render targets can be used after allocation.
2022.1.0URP: Stripping shader variants per renderer features instead of combined renderer features.
2022.1.0URP: The behavior of setting a camera’s Background Type to “Dont Care” has changed on mobile. Previously, “Dont Care” would behave identically to “Solid Color” on mobile. Now, “Dont Care” corresponds to the render target being filled with arbitrary data at the beginning of the frame, which may be faster in some situations. Note that there are no guarantees for the exact content of the render target, so projects should use “Dont care” only if they are guaranteed to render to, or otherwise write every pixel every frame.
2022.1.0URP: UniversalRendererData and ForwardRendererData GUIDs have been reversed so that users coming from 2019LTS, 2020LTS and 2021.1 have a smooth upgrade path. For 2021.2 Alpha/Beta users, you may encounter issues and are strongly recommended to start with a fresh library if initial upgrade fails.
2022.1.0URP: URP Asset Inspector - Advanced settings have been reordered under Show Additional Properties in each section.
2022.1.0URP: URP Asset Inspector - General section has been renamed to Rendering.
2022.1.0URP: URP will no longer render via an intermediate texture unless actively required by a Renderer Feature. See the upgrade guide for compatibility options and how assets are upgraded.
2022.1.0URP: VFX: New shadergraph support directly on Universal target.
2022.1.0URP: When MSAA is enabled and a depth texture is required, the opaque pass depth will be copied instead of scheduling a depth prepass.
2022.1.0URP: Added Undo support for URP Global Settings asset assignation.
2022.1.0URP: Added warning for lit shader detailed abledo, if texture is not linear. (1342011)
2022.1.0URP: Fixed “Add Renderer Feature” filtering in menu.
2022.1.0URP: Fixed a depth non-clear in XR due to wrong depth slice being checked.
2022.1.0URP: Fixed a regression where filtering the scene view yielded incorrect visual results.
2022.1.0URP: Fixed a regression where ShaderGraph screen position was not correct in game view and when using XR.
2022.1.0URP: Fixed an issue in where the Convert Renderering Settings would cause a freeze.
2022.1.0URP: Fixed an issue in where the current open scene didn’t load after running the converters. (1365101)
2022.1.0URP: Fixed an issue where shadow artefacts appeared between cascades on Terrain Detail objects.
2022.1.0URP: Fixed an issue where ShadowCasters were sometimes being rendered twice in the editor while in playmode.
2022.1.0URP: Fixed an issue where Sprite type Light2Ds were missing a default sprite.
2022.1.0URP: Fixed an issue where Sprite type Light2Ds would throw an exeception if missing a sprite.
2022.1.0URP: Fixed an issue where SSAO would throw a “RenderingCommandBuffer: invalid pass index” errors. (1374215)
2022.1.0URP: Fixed an issue where the “Skip Iterations” option on Bloom could cause the effect to not run at all, which would cause flickering due to the Bloom texture being uninitialized. (1382991)
2022.1.0URP: Fixed an issue where the 2D Renderer was not rendering depth and stencil in the normal rendering pass.
2022.1.0URP: Fixed an issue where _AfterPostProcessTexture was no longer being assigned in UniversalRenderer.
2022.1.0URP: Fixed an issue with MSAA falling back to the incorrect value when sample count 2 is not supported on some Android GPUs.
2022.1.0URP: Fixed an issue with too many variants being included in ShaderGraph shaders used in URP.
2022.1.0URP: Fixed camera sorting layer render target not being allocated in the 2d renderer.
2022.1.0URP: Fixed CopyDepthPass incorrectly always enqueued when deferred rendering mode was enabled when it should depends on the pipeline asset settings.
2022.1.0URP: Fixed decal compilation issue on mac.
2022.1.0URP: Fixed decals to work with native render pass. (1353141)
2022.1.0URP: Fixed disabled debug lighting modes on Vulkan and OpenGL following a shader compiler fix.
2022.1.0URP: Fixed for rendering thumbnails.
2022.1.0URP: Fixed graphical artefact when terrain height map is used with rendering layer mask for lighting.
2022.1.0URP: Fixed incorrect behavior of Reflections with Smoothness lighting debug mode.
2022.1.0URP: Fixed incorrect shadow batching and shadow length.
2022.1.0URP: Fixed indentation of Emission map on material editor.
2022.1.0URP: Fixed inspector documentation URLs for the URP asset and Universal Renderer asset.
2022.1.0URP: Fixed inspector documentation URLs to the SSAO, Decal, and Render Objects renderer features.
2022.1.0URP: Fixed lit detail correctly upgraded from standard shader. (1323725)
2022.1.0URP: Fixed memory leak with XR combined occlusion meshes.
2022.1.0URP: Fixed property wrappers around material properties.
2022.1.0URP: Fixed sceneview debug mode rendering.
2022.1.0URP: Fixed ScreenSpaceShadows target which was not bound during draw. (1388353)
2022.1.0URP: Fixed shaderGraph shaders to render into correct depthNormals passes when deferred rendering mode and SSAO are enabled.
2022.1.0URP: Fixed ShadowCaster now requires varying normalWS to include changed normals from vertex shader in shader graph.
2022.1.0URP: Fixed soft shadows shader variants not set to multi_compile_fragment on some shaders (gbuffer pass, speedtree shaders, WavingGrass shader).
2022.1.0URP: Fixed some rendering inconsistencies when using Decals.
2022.1.0URP: Fixed typo in numIterationsEnclosingSphere api name.
2022.1.0URP: MotionVector fix when using Native RenderPass. (1348528)
2022.1.0URP: Removed the name input for the SSAO and Screen Space Shadows renderer features.

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

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

相关文章

Java岗大厂面试百日冲刺 - 日积月累,每日三题【Day11】 —— MyBatis1

市面上主流ORM框架: EJB:重量级、高花费的ORM技术,支持JPA,尤其是EJB3低侵入式 的设计,增加了Annotation Hibernate:开源,支持JPA ,被选作JBoss的持久层解决方案 iBatis:”SQL Mappi…

SpringBoot多数据源配置之事务管理

SpringBoot多数据源配置之事务管理 1.Spring编程式事务1.1 简单案例 2.mybatis多数据源事务2.1 简单mybatis项目结构2.2 application.yml配置2.3 读写数据源配置 3.测试 1.Spring编程式事务 Spring编程式事务是一种通过编写具体代码来实现事务管理的方式。 在编程式事务中, 开…

如何用ChatGPT进行论文撰写?

原文链接:如何用ChatGPT进行论文撰写?https://mp.weixin.qq.com/s?__bizMzUzNTczMDMxMg&mid2247601619&idx1&snb686fbe87dedfac2df3a6afe780b2ffe&chksmfa820c34cdf5852251dca64597024ea62ddbde280086535ec251f4b62b848d9f9234688384e6…

vim使用指南:指令、配置、插件、异常

文章目录 vi / vim命令模式插入模式光标定位复制粘贴删除撤销替换删除查找 底行模式保存退出行号查找多开其他 视图模式注释 异常vim配置vim插件 vi / vim vim的本质是一个编辑器,是一种多模式的编辑器,只能进行读写操作,不能进行编译编辑器…

Windows系统下安装paddle

开始使用_飞桨-源于产业实践的开源深度学习平台 (paddlepaddle.org.cn) 命令行下: python -m pip install --upgrade pip --user python -m pip install paddlepaddle2.6.1 -i https://pypi.tuna.tsinghua.edu.cn/simple 报异常 ERROR: Could not install packa…

rlwrap工具包安装与配置

linux系统中disql模式下不可以上翻 很不方便 我找到了很好用的rlwrap工具 可以实现disql模式下的上翻等一些操作。 同理dmrman模式下也可以按此操作实现上翻命令 安装包下载:https://fossies.org/linux/privat/rlwrap-0.46.1.tar.gz/ 先进行yum源配置 [rootstudy…

java:反射和注解

反射 在运行时动态地获取一个类的信息并操作该类的属性和方法的技术 可以解决一些常规编程中难以预知类的情况下的问题 eg: 实例化一个类:通过反射可以根据类名动态实例化一个对象 调用类的方法:通过反射可以根据方法名动态地调用一个类的方法 获取和设置类的字段:通过反…

【笔记】下云的一小步尝试——内网穿透

云上的世界很精彩,可是越来越贵,系统也越来越臃肿;如果我只需要云提供网络接入,流量大的时候CDN和load balancer就够了,其他的业务只想在内部公开,那么就得将一些需要内部化的服务下云了。用自己的数据中心…

ADOP-400G光模块问题发布会

前沿光学(ADOP)400G光模块为客户提供各种超高密度的400G以太网连接方案,广泛应用于数据中心、企业网和服务提供商。 📣📣以下一些问题是我们新一代400G光模块常能遇见问题,所以我们决定在这里开一场小小的…

书生·浦语大模型第二期实战营(4)笔记

Finetune 为什么要微调 适应下游任务 两种微调范式 上面的是增量训练 下面的是指令微调 数据格式 微调方案 lora: 在基座模型的基础上再套用一个小模型 XTuner 简介 快速上手 LnternLM2 1.8B 多模态LLM

qt-C++笔记之获取当前文件名所在路径并拼接出新文件路径的一种方法

qt-C笔记之获取当前文件名所在路径并拼接出新文件路径的一种方法 code review! 运行 在 Qt 框架中&#xff0c;QFileInfo 和 QDir类通常用于文件系统信息的查询和目录管理。下面是按照这样一种新颖的步骤来拼接新文件路径的示例代码&#xff1a; #include <QFileInfo>…

智慧煤矿/智慧矿区视频汇聚存储与安全风险智能分析平台建设思路

一、建设背景 目前我国非常重视煤矿安全生产&#xff0c;并投入大量资金用于煤矿安全综合远程监控系统的研发。视频监控系统作为实现煤矿智能化无人开采的关键系统与煤矿安全生产的多系统协同分析与处理的关键信息源&#xff0c;在智慧矿山管控平台的建设中发挥着重要的作用。…

Java对象转xml(Object to Xml)

目录 第一章、Java对象转xml1.1&#xff09;Java实体类1.2&#xff09;Xml中需要包含的字段1.3&#xff09;设置根标签和属性序列化方式1.4&#xff09;使用JAXBContext和Marshaller进行转换 友情提醒: 先看目录&#xff0c;了解文章结构&#xff0c;点击目录可跳转到文章指定…

数据结构书后习题

p17 1&#xff0c; 个人解答&#xff1a; int DeleteMinElem(SqList &L,int &min) {int j 0;if (L.length 0){printf("error!");return 0;}int min L.data[0];for (int i 1; i < L.length; i){if (L.data[i] < min){min L.data[i];j i;}}L.dat…

cesium 调整3dtiles的位置 世界坐标下 相对坐标下 平移矩阵

cesium调整3dtiles的位置用到的是平移矩阵&#xff0c;原理是在世界坐标系中用偏移点减去原始点得到一个平移向量&#xff0c;再根据这个向量得到平移矩阵。 原始点&#xff1a;一般是模型的中心点位置&#xff0c;可通过模型的包围盒得到偏移点&#xff1a;可分为两种情况&…

Docker八股总结

1. 容器和虚拟机的区别 传统虚拟机技术是虚拟出一套硬件后&#xff0c;在其上运行一个完整操作系统&#xff0c;在该系统上再运行所需应用进程&#xff1b;而容器内的应用进程直接运行于宿主的内核&#xff0c;容器内没有自己的内核&#xff0c;而且也没有进行硬件虚拟。因此容…

【MATLAB源码-第191期】基于matlab的4QAM系统相位偏移估计EOS算法仿真,对比补偿前后的星座图误码率。

操作环境&#xff1a; MATLAB 2022a 1、算法描述 1. 引言 M-QAM调制技术的重要性 现代通信系统追求的是更高的数据传输速率和更有效的频谱利用率。M-QAM调制技术&#xff0c;作为一种高效的调制方案&#xff0c;能够通过在相同的带宽条件下传输更多的数据位来满足这一需求。…

代码随想录 回溯—组合

递归函数三部曲&#xff1a; 递归函数参数返回值 确定终止条件 单层递归逻辑 思路&#xff1a;result存组合结果&#xff0c;path存一个结果生成的路径&#xff0c;回溯函数的参数除了所传进去的n和k&#xff0c;还要传进一个起始点startIndex&#xff0c;这就是确定了参数返…

EasyImage2.0 简单图床开源 多功能 简单易用图床系统源码

内容目录 一、详细介绍二、效果展示1.部分代码2.效果图展示 三、学习资料下载 一、详细介绍 支持API 支持仅登录后上传 支持设置图片质量 支持压缩图片大小 支持文字/图片水印 支持设置图片指定宽/高 支持上传图片转换为指定格式 支持限制最低宽度/高度上传 支持上传其他文件格…

物联网与服务器有什么样的联系?

当今物联网是比较火的词汇&#xff0c;那么物联网是什么呢&#xff1f;物联网对人们的生活会产生哪些影响呢&#xff1f;。说的通俗一点物联网就是将设 备接入网络&#xff0c;实现设备智能化。那么物联网与服务器又有着怎样的联系呢&#xff1f;下面我们就一起来探讨一下这个问…