About 50 results
Open links in new tab
  1. Use managed identity to access storage account with persistent …

    Sep 13, 2024 · 0 I face the following situation: I would like to access a storage account using Persistent Volume (PV) and Persistent Volume Claim (PVC) but without an access to the storage account's …

  2. python - chromadb persistent client crashes when attempting to add a ...

    Jul 7, 2025 · chromadb persistent client crashes when attempting to add a record to collection Ask Question Asked 8 months ago Modified 7 months ago

  3. What are persistent cookies? How long do they exist?

    Jan 16, 2010 · A persistent cookie is one that remains on your machine past the point of session expiration. It is stored on disk, and used for websites to remember you (or other information about …

  4. BAT file to map to network drive without running as admin

    May 8, 2014 · I'm trying to create a .bat file that will map to a network drive when it is clicked (it would be even better if it could connect automatically on login if connected to the network, otherwise do not

  5. How to initialize a persistent variable in c - Stack Overflow

    Dec 14, 2023 · The persistent attribute specifies that the variable should not be initialized or cleared at startup. Persistent data is not normally initialized by the C run-time. In summary, persistent variable …

  6. Set a persistent environment variable from cmd.exe

    May 5, 2011 · Set a persistent environment variable from cmd.exe Asked 14 years, 10 months ago Modified 2 years, 3 months ago Viewed 232k times

  7. Fixing Fortify Cross-Site Scripting: Persistent Error

    Jan 23, 2024 · Data enters a web application through an untrusted source. In the case of persistent (also known as stored) XSS, the untrusted source is typically a database or other back-end data store, …

  8. What are the different NameID format used for? - Stack Overflow

    Feb 27, 2018 · Here're my understandings about this, with the Identity Federation Use Case to give a details for those concepts: Persistent identifiers- IdP provides the Persistent identifiers, they are used …

  9. matlab - Is it possible to declare a persistent variable in a Stateflow ...

    Aug 3, 2022 · I would like to declare a subchart variable as persistent (or static), so the value is remembered the next time the subchart is executed. A solution is to attach this variable to one of the …

  10. Mapping a network drive and having trouble saving password

    Mar 27, 2014 · I'm changing file servers soon, and cmdkey really saves the day here: I can now script how to forget the old credentials and store new ones, and my new persistent share reconnects …