Unity Android 2022 Release-Notes

🌈Unity Android 2022 Release-Notes

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

版本更新内容
2022.3.17Android: Added Auto Rotation behavior to the Orientation section.(UUM-44021)
2022.3.16Android: Fixed ad banner disappearance after suspend/resume.(UUM-57151)
2022.3.16Android: Fixed merged manifest path for permissions event.(UUM-51545)
2022.3.16Android: Fixed PersistentUnitySurface potentially crashing on destroy if given context is not an Activity.
2022.3.16Android: Improved ANR recovery logic, Unity will try not to exceed ANR threshold (5 seconds) when pausing the application.(UUM-56705)
2022.3.16Android: You can override UnityPlayerActivity.java, by placing the file directly in Unity project, this was accidentally broken with incremental build pipeline.(UUM-57761)
2022.3.15Android: AdmobSDK banner ad disappears when the device goes to the home screen and returns to the application(UUM-57151)
2022.3.15Android: Bump Android Logcat package to 1.4.0.
2022.3.15Android: Input device listener processes the callback on UI thread, instead of the Main thread; this was incompatible with GameActivity setup, where Java looper is not present on Unity’s main thread. This change fixed the bug where DualShock4 controller was not recognised after being disconnected and reconnected to certain Android devices.(UUM-52211)
2022.3.15Android: When picking target API level which is not the highest installed API level, Unity will now show a dialog asking if you want install it and will install missing API level upon request, previously Unity would throw an error and would ask you to install API level manually. This new behavior will be available only in non batch mode, in batch mode you would still receive an error, the reason is to avoid potential implicit errors.(UUM-52052)
2022.3.14Android: Google play.asset-delivery package version is updated to 2.1.0 to solve PAD related compatibility problem with Android 14.(UUM-54157)
2022.3.13Android: Error “Execution failed for task ‘:launcher:checkReleaseDuplicateClasses’” is thrown when building with a “Build App Bundle (Google Play)” and “Split Application Binary” enabled at the same time(UUM-49559)
2022.3.12Android: Error “Execution failed for task ‘:launcher:checkReleaseDuplicateClasses’” is thrown when building with a “Build App Bundle (Google Play)” and “Split Application Binary” enabled at the same time(UUM-49559)
2022.3.12Android: Fixed an issue where the preserved screen was displayed when using swipe for pop-up view.(UUM-48173)
2022.3.12Android: Further fix Screen.brightness setter on Xiaomi phones with Android 11 or higher. The minimum screen brightness value will be capped at 0.04, since setting this value lower would default to system brightness setting.(UUM-47926)
2022.3.12Android: Screen.brigthness getter will adjust logarithmic scale for Android Pie or higher.(UUM-48141)
2022.3.11Android: Fixed a bug related to the “Mute Other Audio Sources” player setting on Android. There were two cases where another app’s audio might not get muted when it should be. This could happen if the other app was started before the Unity app or if the other app was played via the Android “quick panel” after the Unity app was started.(UUM-37753)
2022.3.11Android: Fixed a potential race condition during pause routine, which would cause application to accidentally quit instead of pausing.(UUM-30732)
2022.3.11Android: Fixed background color when rendering over native UI.(UUM-32877)
2022.3.11Android: Fixed URP FinalBlit on Adreno 3XX GPUs.(UUM-41795)
2022.3.11Android: Screen.brigthness will correctly return values on phones like Oppo or Xiaomi, previously the value was sometimes bigger than 1.0.(UUM-48141)
2022.3.11Android: Setting Screen.brightness will now work correctly, it will be applied via https://developer.android.com/reference/android/view/WindowManager.LayoutParams#screenBrightness, thus system setting ‘display brightness’ will remain unaffected, thus not affecting other applications.(UUM-47926)
2022.3.10Android: Fixed AndroidJavaProxy not always finding over private methods.(UUM-44752)
2022.3.10Android: Fixed Input.multiTouchEnabled setter when it’s called before any touch event, previously such values would be disregarded since internally there was no touch device available for multiTouch to set to.(UUM-47104)
2022.3.10Android: Fixed locations of unaligned load/stores on 32-bit Android.(UUM-46550)
2022.3.10Android: Removed screen with centred app icon before the splash screen.(UUM-41488)
2022.3.10Android: Show the last rendered frame when the application come back from the pause state.(UUM-30881)
2022.3.7Android: Fixed an issue where Android build system was asking for an API level that didn’t exist.(UUM-40891)
2022.3.7Android: Fixed an issue where pause was not processed when onPause() is called right after onResume() is called.(UUM-23247)
2022.3.7Android: On closing the touch screen keyboard TouchScreenKeyboard.hideInput is set to true.(UUM-39642)
2022.3.6Android: Fixed unpatched activity tags in AndroidManifest.(UUM-40774)
2022.3.5Android: AndroidJavaProxy correctly maps null variables (e.g empty string) for reflection search + automatic tests for AndroidJavaProxy.(UUM-30243)
2022.3.5Android: Fixed crash when using Optimized Frame Pacing combined with Vulkan native rendering plugins.(UUM-36096)
2022.3.5Android: Fixed Unity allocator crash when forcing -systemallocator on ARM64 with Android 10/11 or higher.(UUM-40105)
2022.3.4Android: Updated that the text inputfield to appear and disappear with the “Enter” key.(UUM-30811)
2022.3.1Android: Fixed errors on new InputSystem when using mouse clicks on Samsung Dex.(UUM-19038)
2022.3.0Android: Avoid an error generated by the Vulkan loader on Android when trying to load vkGetPhysicalDeviceFragmentShadingRatesKHR as Vulkan device function
2022.3.0Android: Filter some redundant warnings on some Adreno devices that cause severe performance issues in development builds
2022.3.0Android: Avoid an error generated by the Vulkan loader on Android when trying to load vkGetPhysicalDeviceFragmentShadingRatesKHR as Vulkan device function
2022.3.0Android: Filter some redundant warnings on some Adreno devices that cause severe performance issues in development builds
2022.2.21Android: Fixed ‘back button’ press on VideoPlayer.(UUM-33468)
2022.2.21Android: The ‘Filter Touches When Obscured’ Player Setting is now respected by the new input system.(UUM-31555)
2022.2.20Android: Updated GetDeviceName() API to support SystemInfo.deviceName on API Level 32 or higher.(UUM-32514)
2022.2.19Android: Fixed escaped double quotes when using SetAdditionalIl2CppArgs.(UUM-25447)
2022.2.18Android: Added warning messages when AndroidManifest.xml from the Plugin has duplicated elements with UnityPlayerSettings.(UUM-27274)
2022.2.18Android: Fixed the Troubleshooting button URL upon gradle error.(UUM-30719)
2022.2.18Android: Removed OPENGLES uses-feature element in AndroidManifest of the exported project when not selected in Player Settings.(UUM-32676)
2022.2.17Android: Disabled --fastdeploy during application installation, since in some cases it doesn’t work correctly.(UUM-28376)
2022.2.17Android: Enabled the display of gradle tasks in progress dialog while building to Android.(UUM-31890)
2022.2.16Android: Added upgrade guide information about mainTemplate.gradle file changes.(UUM-32805)
2022.2.14Android: Enabled the unlock image to be set on each lock rather than only on the first.(UUM-21954)
2022.2.14Android: Fixed an issue where the Accelerometer values are not updated when the ASENSORTYPELINEAR_ACCELERATION sensor is disabled on certain Samsung devices.(UUM-20754)
2022.2.13Android: Fixed a frame debugger crash when using mono scripting on Android.(UUM-14632)
2022.2.12Android: An error has been added to inform when project depends on the older Google Play Library version than required by Unity.
2022.2.12Android: The BundleTool version used by Unity has been upgraded to 1.11.1.
2022.2.12Android: The default minimum version of Google Play Library for Asset Delivery has been upgraded to 2.0.0 with Unity built-in support.
2022.2.12Android: Fixed PlayAssetDelivery asset packs installation on Pixel 6 devices.(UUM-17475)
2022.2.12Android: Fixed QNX changes in atomics wrapper having side effects on Android.(UUM-10852)
2022.2.12Android: Fixed the preferred install location setting so it now works and it no longer sets to preferExternal.(UUM-25965)
2022.2.11Android: Unity will no longer wrap native crashes into java exceptions on Android, as has been the case, and will correctly forward signals to the previous handlers.
2022.2.10Android: Added UI for settings.gradle template.(UUM-27109)
2022.2.10Android: Fixed Screen.SetResolution when using split-screen and Screen.orientation changes.(UUM-19019)
2022.2.10Android: Fixed shader code generation when using SV_Coverage input.(UUM-26807)
2022.2.10Android: Replaced DIR_UNITYPROJECT in settingsTemplate.gradle.(UUM-27090)
2022.2.9Android: Build will fail, if custom asset pack does not have a valid structure.(UUM-25501)
2022.2.9Android: Fixed an issue to not move files in custom asset packs to src/main/assets, the directory structure is preserved as it is.(UUM-15109)
2022.2.9Android: Fixed an issue where Network.OperationalStatus would always return Unknown for Android.(UUM-19683)
2022.2.9Android: Fixed the Time.deltaTime values so they are now stable on Android devices.(UUM-10244)
2022.2.5Android: Fixed an issue causing builds to fail when output file has no extension and Build App Bundle (Google Play) is enabled.(UUM-10941)
2022.2.5Android: Fixed mapping file output failure when destination folder doesn’t exist.(UUM-9368)
2022.2.5Android: Warn user if both template file and disabled template file exists in project.(UUM-19338)
2022.2.4Android: Avoid GC deadlock in AndroidJavaProxy.(UUM-15968)
2022.2.4Android: PermissionCallbacks.DeniedAndDontAskAgain is no longer invoked on Android 11 and later. Use Denied instead on all versions.(UUM-20936)
2022.2.0Android: Added preliminary support for Magic Leap 2.
2022.2.0Android: Added support for Armv9 security features (PAC/BTI) for Arm64 builds.
2022.2.0Android: Added a way to include custom symbol files in the symbol zip package which can later on be uploaded to Google Play.
2022.2.0Android: Added new PlayerSettings Resolution Scaling Mode “Letterboxed”.Added black bars when the aspect ratio of the specified resolution does not match the aspect ratio of the native SurfaceView to avoid stretching.
2022.2.0Android: Apks are installed with --fastdeploy to improve replace performance for large projects.
2022.2.0Android: Fixed Android to use identical code folding with the LLD linker.
2022.2.0Android: Improved issues with Android NDK r23b.
2022.2.0Android: Improved the input event handling performance in the Input Manager by up to 30%.
2022.2.0Android: Added: Classes AndroidJNI, AndroidJNIHelper, AndroidJavaObject, AndroidJavaClass, AndroidJavaProxy have new methods for more efficient low-level interop with Java. See API docs for full list.
2022.2.0Android: Added: Hindi support to SystemLanguage.(1380309)
2022.2.0Android: Added: Introduced UnityEditor.Android.ADB.KillServerOnExit which controls a behavior where Unity would call adb kill-server on exit, effectively killing adb process, the default value for this property is true, meaning Unity will always kill adb upon exit. This can be changed either through this newly added API or from Preferences->External Tools in Unity.(1376211)
2022.2.0Android: Added: SetAndroidCPU and SetAndroidSharedLibraryType extension methods for PluginImporter (from UnityEditor.Android.Plugins namespace).
2022.2.0Android: Changed: The Android Java interop APIs now do nothing when used from unattached thread. Previously they would temporary attach a thread and return invalid local references. No change for properly written code that attaches a thread prior to calling JNI.
2022.2.0Android: Changed: Updated SupportsAccelerometer() API to return whether a device has an accelerometer sensor or not.
2022.2.0Android: Obsoleted: PlayerSettings.Android.minifyWithR8 is now obsolete: setting it now has no effect will always return true.
2022.2.0Android: Android SDK must have cmdline-tools component installed now. Unity will ignore tools component.
2022.2.0Android: Default gradle templates have changed significantly with new Gradle and AGP versions. Gradle templates in existing projects will have to be recreated based on new default templates when upgrading projects created with previous Unity versions.
2022.2.0Android: Implemented a new system to generate Android manifests internally.
2022.2.0Android: JDK 11 is now required to build Android apps.
2022.2.0Android: Removed Editor UI option that previously allowed you to choose between R8 and Proguard tools to minify code. The new AGP version doesn’t have an option to minify using proguard, so R8 is always used instead.
2022.2.0Android: Unity uses Android Gradle Plugin 7.1.2 by default.
2022.2.0Android: Unity uses Gradle 7.2 by default.
2022.2.0Android: Upgraded to using Android NDK r23b. Default linker is now lld which fixes issues with large projects and IL2CPP.
2022.2.0Android: Added proper support for Stylus in the new input system. Previously Pen was reported as mouse, now it should be reported as Pen.
2022.2.0Android: Allowed any file to be selected as keystore.(1398997)
2022.2.0Android: Changed boost documentation and timing values in the simulator to reflect the boost mode timing of 10s instead of the previous 15 seconds as it changes on the driver side.
2022.2.0Android: Changed bottleneck profiler colors to reflect warning states correctly.
2022.2.0Android: Fixed a potential app store validation issue related to a QueryIntentActivities() call when initializing the engine.
2022.2.0Android: Fixed an intermittent issue with manual lifetime tests failing.
2022.2.0Android: Fixed an issue with scaler not being initialized with settings from the Editor UI properly when using profiles.
2022.2.0Android: Fixed an issue with scaler types getting stripped out when building with IL2CPP.
2022.2.0Android: Fixed an issue with the test provider and settings showing up in Project Settings.
2022.2.0Android: Fixed Android build failure when Windows Display Language is set to Thai.(1413080)
2022.2.0Android: Fixed crash if Java proxy is invoked at the same time as Unity is quit.(UUM-15968)
2022.2.0Android: Fixed error 'Source directory ‘….’. is not a directory when Symlink Sources option is on.(1379917)
2022.2.0Android: Fixed frequency change error case (e.g. when boost is activated). Does not retry every frame. Manual retry is required.
2022.2.0Android: Fixed issue whereby executing an Android SDK tool command would fail with a missing java error. Additionally added printed environment variables to help identify/debug similar issues.(UUM-2106)
2022.2.0Android: Fixed memory leak in WebCamTexture when using OpenGL ES.(1319089)
2022.2.0Android: Fixed opening TouchScreenKeyboard when one already exists with different parameters. Now it reopens the keyboard if parameters are different.(1381845)
2022.2.0Android: Fixed overhead of memory allocations in the Vulkan backend for allocation sizes between 128kB and 1024kB.(UUM-5966)
2022.2.0Android: Fixed ReadPixels for RGBA half formats and realtime GI on Mali using ES 2.0.(1396036)
2022.2.0Android: Fixed regression where TouchScreenKeyboard.Open() was not opening.(UUM-2112)
2022.2.0Android: Fixed simulator where temperature level and trend would not get updated when thermal action was updated.
2022.2.0Android: Fixed so that the AAB size warning in Unity editor displays base module size and total install size separately when those sizes are different.(1361085)
2022.2.0Android: Fixed the long compile times in shader warmup issue on Android with OpenGL EX by using fixed instancing batch size on PowerVR GPU.(UUM-739)
2022.2.0Android: Fixed the new Input System’s Keyboard class so it treats Button Start button clicks as Key.Enter.
2022.2.0Android: Fixed the new Input System’s Keyboard class so it treats DPad Center button clicks as Key.Enter.(1361325)
2022.2.0Android: Fixed Screen.safeArea calculations.(UUM-3972)
2022.2.0Android: Removed styles*.xml files from launcher module, since styles.xml are only used by unityLibrary AndroidManifest.xml.
2022.2.0Android: Updated Gradle build configuration to include hidden files and folders into APK, when Gradle builds.(1382574)
2022.2.0Android: Workaround for crash for many PowerVR based devices.(UUM-7782)
2022.2.0Android: Fixed error messages when hideInput is enabled in TouchScreenKeyboard.(UUM-15609)First seen in 2022.2.0b8.
2022.1.24Android: Android: Fixed error messages when hideInput is enabled in TouchScreenKeyboard(UUM-15609)
2022.1.23Android: Fixed infinite loop when requesting for runtime permission that is automatically rejected by the OS. (UUM-15923)
2022.1.23Android: Fixed stacktrace on Chrome OS x86_64. (UUM-781)
2022.1.23Android: InputView is not clickable when isInputFieldHidden AND !mConsumeOutsideTouches. (UUM-16292)
2022.1.22Android: Fixed crash if Java proxy is invoked at the same time as Unity is quit. (UUM-15968)
2022.1.21Android: New Input System’s Keyboard class will treat DPad Center button clicks as Key.Enter. Since that’s hold the old input was treating them. (UUM-882)
2022.1.21Android: Use fixed instancing batch size on PowerVR GPUs on Android with OpenGL ES to avoid long compile times in shader warmup (UUM-739)
2022.1.19Android: Fixed overflow of MotionEvent global references. (UUM-8438)
2022.1.17Android: Fixed orientation issues in laptop mode and tablet mode on Chromebooks. (UUM-782)
2022.1.16Android: Added mono audio output support. (UUM-9205)
2022.1.16Android: Fixed an Android audio crash when targeting API Level 31 and running on an Android 12 device. Also fixed an AudioManager.GetStreamVolume exception when targeting API Level 29 or later, which caused the AudioSettings.Mobile.stopAudioOutputOnMute feature to not work correctly, if enabled. (UUM-5652)
2022.1.14Android: Fixed crash when creating pipeline objects for some URP Lit shader on some older Adreno drivers. (UUM-3650)
2022.1.12Android: Fixed Screen.safeArea returning wrong height when building Native app with Unity as a Library. (UUM-515)
2022.1.11Android: Fixed crash with Vulkan when putting app into background during startup. (UUM-915)
2022.1.9Android: Fixed overhead of memory allocations in the Vulkan backend for allocation sizes between 128kB and 1024kB. (UUM-5966)
2022.1.9Android: Fixed Patch (/And Run) failing on some Android 12 devices with “Permission Denied” or “No such file or directory”. (UUM-2445)
2022.1.8Android: Allow any file to be selected as keystore (previously only .keystore was supported). (UUM-917)
2022.1.8Android: Fixed a potential app store validation issue related to a QueryIntentActivities() call when initializing the engine.
2022.1.8Android: Fixed crash during low memory kill. (UUM-4811)
2022.1.7Android: Fixed high memory usage when uploading 2D array textures using Vulkan on Adreno devices. (1418261)
2022.1.7Android: Fixed Java local reference leak when AndroidJavaProxy is passed as argument to AndroidJavaObject.Call/CallStatic. (1389252)
2022.1.7Android: Fixed video with alpha when using Vulkan on some older devices. (1407184)
2022.1.7Android: Fixed VideoPlayer with Vulkan on Samsung GPUs. (1416478)
2022.1.7Android: To change android:screenOrientation value from “fullSensor” to “fullUser” so that the orientation of the screen can be locked when screen orientation on a device’s setting is turned off. (1410778)
2022.1.5Android: Fixed potential crash during shutdown when using Vulkan. (1423459)
2022.1.3Android: Allow 2 segment package names. (1425979)
2022.1.3Android: Fixed Screen.resolutions to return all supported refresh rates, not only 60Hz. (1426366)
2022.1.2Android: Fixed app-freezing when an application changes into multi-window(split-screen) on Chrome OS tablet mode. (1361131)
2022.1.1Android: Bump Android Logcat package to 1.3.2 version.
2022.1.1Android: Added Initial launch size metadata into AndroidManifest.xml for Chrome OS devices with Android R or higher installed. (1360064)
2022.1.1Android: Fixed a bug with Unity UGUI and UI Elements input fields, where switching languages dynamically and IME functionality was not working. (1395812)
2022.1.1Android: Fixed a Unity Audio bug related to Bluetooth audio. This was causing issues with Vivox, and possibly other 3rd part audio libraries, with Bluetooth functionality. On Android, Bluetooth audio state is basically global, so Unity Audio now only makes the bare minimum changes to this state. We may still call startBluetoothSco and stopBluetoothSco when starting or re-initializing the audio output engine and when starting/stopping the Unity microphone. We may also call AudioManager.setMode when starting/stopping a Bluetooth mic through the Unity microphone APIs, but that’s it. (1418634)
2022.1.1Android: Fixed XR subsystem initialization in case of app bundle + asset packs. (1392895)
2022.1.0Android: Added ability to include custom asset packs into the build if you add assets to the directory that ends with ‘.androidpack’.
2022.1.0Android: Added Adaptive Decals for Adaptive Performance.
2022.1.0Android: Added Adaptive Layer Culling for Adaptive Performance.
2022.1.0Android: Added Adaptive Physics for Adaptive Performance.
2022.1.0Android: Added Custom Scaler for Adaptive Performance.
2022.1.0Android: Added Visual Scripting support for Adaptive Performance.
2022.1.0Android: Enabled the Unity Editor to create asset packs if you build an Android App Bundle with Split App Binary enabled.
2022.1.0Android: Added boot-config/command-line switch “platform-android-cpucapacity-threshold” that can be used to specify which CPU cores are treated as big cores. The cpu capacity is a value in the range between 0 and 1024. A capacity value of 870 yields the same behavior as before the fix for case 1349057.
2022.1.0Android: Added support for HDR display output.
2022.1.0Android: Builds will fail early and with a human readable error message, when Unity project is located in path with Non ASCII characters. Android Tools like clang don’t work correctly when operating in paths with non ascii characters and the error is not very clear, thus Unity will provide a better error message. (1340631)
2022.1.0Android: Bump Android Logcat package to 1.2.3.
2022.1.0Android: Editor log will contain more information about the location from where OnPostGenerateGradleAndroidProject are called.
2022.1.0Android: Improved VideoPlayer performance on Android when using Vulkan on devices that support VK_ANDROID_external_memory_android_hardware_buffer.
2022.1.0Android: Improved WebCamTexture when using Vulkan on Android devices that support VK_ANDROID_external_memory_android_hardware_buffer.
2022.1.0Android: Input System will now send text events for combinations Ctrl + [A…Z].
2022.1.0Android: Native Input Backend will send less Move Events to the input system package. It will ignore Move Events which position didn’t change from previous event. This should improve performance when touching screen with multiple fingers.
2022.1.0Android: OBB loading performance improved and removed excessive asks for external storage read permission.
2022.1.0Android: Added: New APIs to manage fast-follow and on-demand delivered asset packs. The APIs wrap Google’s PlayCore functionality.
2022.1.0Android: Changed: UnityPlayer Java class now explicitly requires Activity instead of Context in constructors.
2022.1.0Android: Allow Android Player to use Vulkan on GPUs that are currently unknown to Unity on Android 11 or newer.
2022.1.0Android: Android Gradle Plugin version upgraded from 3.6.0 to 4.0.1.
2022.1.0Android: Gradle version upgraded from 5.6.4 to 6.1.1.
2022.1.0Android: Pdb files in development builds will now be stored along with the main apk file or main asset pack.
2022.1.0Android: Changed boost documentation and timing values in the simulator to reflect the boost mode timing of 10s instead of the previous 15 seconds as it changes on the driver side.
2022.1.0Android: Changed bottleneck profiler colors to reflect warning states correctly.
2022.1.0Android: Fixed error to log about isHdr method not found on Android 7 devices. (1402949)
2022.1.0Android: Fixed exporting Android Studio project to non-existing folder using Editor API. (1347960)
2022.1.0Android: Fixed frequency change error case (e.g. when boost is activated). Does not retry every frame. Manual retry is required.
2022.1.0Android: Fixed simulator where temperature level and trend would not get updated when thermal action was updated.
2022.1.0Android: Il2cpp resources will be extracted during player launch only when needed, for ex., changes in scripts. Previously they would be extracted each time you make a new build from Unity.
2022.1.0Android: In the new input system, the search, call, endcall, camera, focus, and headsethook keys were all mapped to various function keys. These mappings are not helpful on any current platforms, and in the case of the search key, this mapping is wrong on Chrome OS keyboards which have separate search and F2 keys. (1343608)
2022.1.0Android: Provide user friendly error message when attempting to use application patching on Chrome OS devices. (1367588)
2022.1.0Android: Removed ‘Experimental’ tag from Split APK by architectures, since this feature was stable for years, we simply forgot to remove ‘Experimental’ tag. (1364276)
2022.1.0Android: Toggling Build App Bundle in the Build Player Window will now prompt for a save location rather than attempting to use the last build location which would have been the incorrect type of package. (1329922)
2022.1.0Android: Fixed error to log about isHdr method not found on Android 7 devices. (1402949)

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

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

相关文章

初识ansible服务及ansible主机清单配置

目录 1、什么是自动化批量管理 2、自动化工具ansible架构 3、ansible服务专用术语对照表 4、设置主机清单(inventory) 4.1实验环境准备 4.2配置主机清单 4.2.1分组基本格式 4.2.2指定用户名,密码。端口 4.2.3子组 4.3查看 4.3.1看…

LeetCode———144—— 二叉树的前序遍历

目录 ​编辑 1.题目 2.解答 1.首先计算二叉树的节点个数: 2.以先序遍历(Preorder Traversal)的方式遍历一个二叉树,并将遍历到的节点的值存储在一个整数数组中 3.最终代码 1.题目 . - 力扣(LeetCode) 给…

双碳目标下基于“遥感+”集成技术的碳储量、碳排放、碳循环、温室气体等多领域监测与模拟

以全球变暖为主要特征的气候变化已成为全球性环境问题,对全球可持续发展带来严峻挑战。2015年多国在《巴黎协定》上明确提出缔约方应尽快实现碳达峰和碳中和目标。2019年第49届 IPCC全会明确增加了基于卫星遥感的排放清单校验方法。随着碳中和目标以及全球碳盘点的现…

[stm32]DMA使用

自动重装和M2M(软件trig)不能一起使用,否则会停不下来 void MyDMA_Init(uint32_t AddrA,uint32_t AddrB,uint16_t Size){RCC_AHBPeriphClockCmd(RCC_AHBPeriph_DMA1,ENABLE);DMA_InitTypeDef DMA_InitStructure;DMA_InitStructure.DMA_PeripheralBaseAddrAddrA;//外…

爬楼梯(c)

文章目录 描述分析思路关键代码运行结果 描述 给定一个整数数组 cost ,其中 cost[i]是从楼梯第i 个台阶向上爬需要支付的费用,下标从0开始。-旦你支付此费用,即可选择向上爬一个或者两个台阶 要求:请你计算并返回达到楼梯顶部的…

在使用lombok的@Slf4j时,启动项目报错。java:找不到符号

问题背景: 在使用lombok的Slf4j时,启动项目报错。 java:找不到符号符号: 方法info(java.lang.String,java.lang.String)位置: 类型为org.apache.ibatis.logging.Log的变量 log解决方式: 在如图所示位置加…

在线预约家政服务小程序上门服务源码系统 带完整的安装代码包以及搭建教程

随着互联网的快速发展,家政服务行业也逐渐向线上化、智能化转型。为了满足广大用户的需求,罗峰给大家分享一款在线预约家政服务小程序上门服务源码系统。该系统不仅功能完善,而且操作简单,是您打造高效、便捷的家政服务平台的首选…

MySql 表中的id突然变很大,如何给id重新排序

目录 一、场景 二、解决方法 一、场景 我们在开发过程中,难免遇到id突然增大的情况。 由于id突然增大很多,我们重新增加数据时候id会默认加1 那么如何让id 重新从1按顺序排序呢 二、解决方法 点击编辑表,然后新建一个字段id2,将…

探索分布式系统监控zabbix-------------监控Windows

扩展windows 10 server2012 server2016 server2019 监控 一、在虚拟机中安装zabbix的客户端 下载网站 Download and install Zabbix 安装系统一直托不进虚拟机中;因为没安装Tools组件 点击虚拟机,选择安装VMware Tools 查看主机名 二、在web页…

每天五分钟计算机视觉:基于卷积操作完成滑动窗口的图片分类?

本文重点 我们前面学习了使用不同大小的滑动窗口来滑动图片,然后切分成许多小的图片,然后依次应用到我们已经训练好的图像分类模型中,但是这种方式效率太低了,本节课程我们学习一种新的方式,来看一下如何并行识别这些剪切的图片。 原始结构 首先我们先来看一下,如何把…

InCopy2024安装包(亲测可用)

目录 一、软件简介 二、软件下载 一、软件简介 InCopy是一种专业的文字处理软件,由Adobe公司开发。它通常与Adobe InDesign一起使用,主要用于协作式工作流程中的文本编辑和校对。通过与InDesign的集成,InCopy实现了文本编辑和设计分离&#…

初步了解InnoDB存储引擎的架构设计

1. 更新语句在MySQL中是如何执行的? 之前我们已经分析了MySQL架构上的整体设计原理,现在对一条SQL语句从我们的系统层面发送到MySQL中,然后一步一步执行这条SQL的流程,都有了一个整体的了解。 我们已经知道了,MVSQL最…

Springboot 初始化操作

在使用Springboot过程中,或多或少我们会遇到在Springboot启动时要初始化类,或者加载文件之类的一些操作。关于初始化,主要分为两类,一类是在程序启动后的执行初始化操作,另一类是Bean实例化时执行初始化操作&#xff0…

3D Tiles 规范(一概述)

3D Tiles 专为流式传输和渲染大量 3D 地理空间内容而设计,例如摄影测量、3D 建筑、BIM/CAD、实例化要素和点云。它定义了分层数据结构和一组提供可渲染内容的Tile格式。3D Tiles 没有定义内容可视化的明确规则;客户可以根据自己认为合适的方式可视化 3D …

如何理解Vue 3组件的component关键字

🤍 前端开发工程师、技术日更博主、已过CET6 🍨 阿珊和她的猫_CSDN博客专家、23年度博客之星前端领域TOP1 🕠 牛客高级专题作者、打造专栏《前端面试必备》 、《2024面试高频手撕题》 🍚 蓝桥云课签约作者、上架课程《Vue.js 和 E…

Verilog仿真跨模块调用内部信号的方法

在Verilog仿真时如果需要调用某子模块中的信号在本模块中使用可以使用层次化引用的方法,而不需要在rtl部分用端口引出来。 引用方式:当前例化模块名.子例化模块名.子子例化模块名.参数 将需要的信号引出。 注意是用例化模块名而不是用子模块名&#xff…

【C++】二维数组传参方式

最近刚开始刷剑指offer,刚做到第三题的时候,发现C二维数组的传参方式和C语言略有些不同,所以在这篇博客中,会列出C/C常见的二维数组传参方式。(本方式和代码都是基于vs环境所编写) 一.C语言二维数组传参方式…

CCF区块链论文录用资讯--ICSE 2024

ICSE是CCF A类会议 (软件工程/系统软件/程序设计语言) 其2024录用了13篇区块链论文 Smart Contract and DeFi Security Tools: Do They Meet the Needs of Practitioners? 智能合约和 DeFi 安全工具:它们满足从业者的需求吗? St…

SegAnyGAussians(SAGA)项目配置和运行

GitHub项目地址:Jumpat/SegAnyGAussians: The official implementation of SAGA (Segment Any 3D GAussians) (github.com) 一、项目准备 1、下载原项目的zip包解压 2、下载third_party目录下的两个模块,放到对应目录下 3、下载预训练模型和数据集 数据…

非计算机专业,如何从事研发岗位的建议!

首先,非计算机专业的毕业生通过读研和专门的培训是完全可以进入IT行业的,目前IT行业内也有大量非计算机专业毕业的技术开发(研发)人员,其中有不少人也非常优秀,发展空间同样比较大。 虽然IT行业内整体的人才…