Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1551 - 1560 of 1,704 for instant (0.13 sec)

  1. guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java

      }
    
      public void testPlatformThreadFactory_default() {
        ThreadFactory factory = MoreExecutors.platformThreadFactory();
        assertNotNull(factory);
        // Executors#defaultThreadFactory() may return a new instance each time.
        assertEquals(factory.getClass(), Executors.defaultThreadFactory().getClass());
      }
    
      public void testThreadRenaming() {
        Executor renamingExecutor =
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 28K bytes
    - Viewed (0)
  2. docs/pt/docs/tutorial/sql-databases.md

    Primeiro, certifique-se de criar seu [ambiente virtual](../virtual-environments.md){.internal-link target=_blank}, ativรก-lo e, em seguida, instalar o `sqlmodel`:
    
    <div class="termy">
    
    ```console
    $ pip install sqlmodel
    ---> 100%
    ```
    
    </div>
    
    ## Criar o App com um รšnico Modelo
    
    Vamos criar a primeira versรฃo mais simples do app com um รบnico modelo **SQLModel**.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Oct 27 15:25:29 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  3. cmd/bucket-targets.go

    		sys.arnErrsMap[arn] = arnErrs{
    			updateInProgress: v.updateInProgress,
    			count:            v.count + 1,
    		}
    	}
    }
    
    // GetRemoteTargetClient returns minio-go client for replication target instance
    func (sys *BucketTargetSys) GetRemoteTargetClient(bucket, arn string) *TargetClient {
    	sys.RLock()
    	tgt := sys.arnRemotesMap[arn]
    	sys.RUnlock()
    
    	if tgt.Client != nil {
    		return tgt.Client
    	}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 20.9K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/escape/UnicodeEscaper.java

     * correctly if you are considering implementing a new escaper you should favor using UnicodeEscaper
     * wherever possible.
     *
     * <p>A {@code UnicodeEscaper} instance is required to be stateless, and safe when used concurrently
     * by multiple threads.
     *
     * <p>Popular escapers are defined as constants in classes like {@link
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Feb 13 15:45:16 UTC 2025
    - 13.2K bytes
    - Viewed (0)
  5. docs/em/docs/advanced/settings.md

    /// tip
    
    ๐Ÿ‘‰ ๐Ÿ‘ท, ๐Ÿ‘† ๐Ÿ’ช `pip install python-dotenv`.
    
    ///
    
    ###  `.env` ๐Ÿ“
    
    ๐Ÿ‘† ๐Ÿ’ช โœ”๏ธ `.env` ๐Ÿ“ โฎ๏ธ:
    
    ```bash
    ADMIN_EMAIL="******@****.***"
    APP_NAME="ChimichangApp"
    ```
    
    ### โœ โš’ โšช๏ธโžก๏ธ `.env`
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  6. guava/src/com/google/common/escape/UnicodeEscaper.java

     * correctly if you are considering implementing a new escaper you should favor using UnicodeEscaper
     * wherever possible.
     *
     * <p>A {@code UnicodeEscaper} instance is required to be stateless, and safe when used concurrently
     * by multiple threads.
     *
     * <p>Popular escapers are defined as constants in classes like {@link
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Feb 13 15:45:16 UTC 2025
    - 13.2K bytes
    - Viewed (0)
  7. src/main/java/jcifs/config/DelegatingConfiguration.java

    import java.util.List;
    import java.util.TimeZone;
    
    import jcifs.Configuration;
    import jcifs.DialectVersion;
    import jcifs.ResolverType;
    
    /**
     * Configuration implementation that delegates to another configuration instance.
     * Provides a wrapper mechanism for configuration objects with delegation pattern.
     *
     * @author mbechler
     */
    public class DelegatingConfiguration implements Configuration {
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 24.1K bytes
    - Viewed (0)
  8. cmd/erasure-sets.go

    	erasureDisksMu sync.RWMutex
    
    	// Re-ordered list of disks per set.
    	erasureDisks [][]StorageAPI
    
    	// Distributed locker clients.
    	erasureLockers setsDsyncLockers
    
    	// Distributed lock owner (constant per running instance).
    	erasureLockOwner string
    
    	// List of endpoints provided on the command line.
    	endpoints PoolEndpoints
    
    	// String version of all the endpoints, an optimization
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 37K bytes
    - Viewed (1)
  9. docs/ko/docs/deployment/server-workers.md

    ๊ทธ๋ฆฌ๊ณ  ๋‚˜์„œ ๊ตฌ๋‹ˆ์ฝ˜๊ณผ ํ˜ธํ™˜๋˜๋Š” **์œ ๋น„์ฝ˜ ์›Œ์ปค** ํด๋ž˜์Šค๋Š” ๊ตฌ๋‹ˆ์ฝ˜์ด ๋ณด๋‚ธ ๋ฐ์ดํ„ฐ๋ฅผ FastAPI์—์„œ ์‚ฌ์šฉํ•˜๊ธฐ ์œ„ํ•œ ASGI ํ‘œ์ค€์œผ๋กœ ๋ณ€ํ™˜ํ•˜๋Š” ์ผ์„ ๋‹ด๋‹นํ•ฉ๋‹ˆ๋‹ค.
    
    ## ๊ตฌ๋‹ˆ์ฝ˜๊ณผ ์œ ๋น„์ฝ˜ ์„ค์น˜ํ•˜๊ธฐ
    
    <div class="termy">
    
    ```console
    $ pip install "uvicorn[standard]" gunicorn
    
    ---> 100%
    ```
    
    </div>
    
    ์ด ๋ช…๋ น์–ด๋Š” ์œ ๋น„์ฝ˜ `standard` ์ถ”๊ฐ€ ํŒจํ‚ค์ง€(์ข‹์€ ์„ฑ๋Šฅ์„ ์œ„ํ•œ)์™€ ๊ตฌ๋‹ˆ์ฝ˜์„ ์„ค์น˜ํ•  ๊ฒƒ์ž…๋‹ˆ๋‹ค.
    
    ## ๊ตฌ๋‹ˆ์ฝ˜์„ ์œ ๋น„์ฝ˜ ์›Œ์ปค์™€ ํ•จ๊ป˜ ์‹คํ–‰ํ•˜๊ธฐ
    
    ์„ค์น˜ ํ›„ ๊ตฌ๋‹ˆ์ฝ˜ ์‹คํ–‰ํ•˜๊ธฐ:
    
    <div class="termy">
    
    ```console
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  10. docs/de/docs/deployment/https.md

    Dieser ganze Erneuerungsprozess, wรคhrend die Anwendung weiterhin bereitgestellt wird, ist einer der Hauptgrรผnde, warum Sie ein **separates System zur Verarbeitung von HTTPS** mit einem TLS-Terminierungsproxy haben mรถchten, anstatt einfach die TLS-Zertifikate direkt mit dem Anwendungsserver zu verwenden (z. B. Uvicorn).
    
    ## Zusammenfassung
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 13.6K bytes
    - Viewed (0)
Back to top