Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 291 - 300 of 335 for virtuel (0.3 seconds)

  1. docs/zh/docs/tutorial/sql-databases.md

    ///
    
    这是一个非常简单和简短的教程。如果你想了解一般的数据库、SQL 或更高级的功能,请查看 [SQLModel 文档](https://sqlmodel.tiangolo.com/)。
    
    ## 安装 `SQLModel` { #install-sqlmodel }
    
    首先,确保你创建并激活了[虚拟环境](../virtual-environments.md),然后安装 `sqlmodel`:
    
    <div class="termy">
    
    ```console
    $ pip install sqlmodel
    ---> 100%
    ```
    
    </div>
    
    ## 创建含有单一模型的应用 { #create-the-app-with-a-single-model }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 15.4K bytes
    - Click Count (0)
  2. src/main/java/jcifs/config/BaseConfiguration.java

        /** Native operating system name to report */
        protected String nativeOs;
        /** Native LAN Manager string to report */
        protected String nativeLanMan = "jCIFS";
        /** Virtual circuit number for SMB sessions */
        protected int vcNumber = 1;
        /** Whether DFS support is disabled */
        protected boolean dfsDisabled = false;
        /** DFS cache time-to-live in seconds */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 36.5K bytes
    - Click Count (0)
  3. docs/zh/docs/tutorial/response-model.md

    {* ../../docs_src/response_model/tutorial002_py310.py hl[7,9] *}
    
    /// info | 信息
    
    要使用 `EmailStr`,首先安装 [`email-validator`](https://github.com/JoshData/python-email-validator)。
    
    请先创建并激活一个[虚拟环境](../virtual-environments.md),然后安装,例如:
    
    ```console
    $ pip install email-validator
    ```
    
    或者:
    
    ```console
    $ pip install "pydantic[email]"
    ```
    
    ///
    
    我们使用这个模型来声明输入,同时也用相同的模型来声明输出:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 14.5K bytes
    - Click Count (0)
  4. docs/fr/docs/deployment/https.md

    Vous obtiendriez probablement un serveur cloud (une machine virtuelle) ou quelque chose de similaire, et il aurait une adresse IP publique <dfn title="Ne change pas dans le temps. Pas dynamique.">fixe</dfn>.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 15.8K bytes
    - Click Count (0)
  5. docs/metrics/prometheus/list.md

    | `minio_node_process_resident_memory_bytes` | Resident memory size in bytes.                                                                                  |
    | `minio_node_process_virtual_memory_bytes`  | Virtual memory size in bytes.                                                                                   |
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 43.4K bytes
    - Click Count (0)
  6. docs/ko/docs/tutorial/sql-databases.md

    ///
    
    이 튜토리얼은 매우 간단하고 짧습니다. 데이터베이스 기본 개념, SQL, 또는 더 고급 기능에 대해 배우고 싶다면, [SQLModel 문서](https://sqlmodel.tiangolo.com/)를 참고하세요.
    
    ## `SQLModel` 설치하기 { #install-sqlmodel }
    
    먼저, [가상 환경](../virtual-environments.md)을 생성하고 활성화한 다음, `sqlmodel`을 설치하세요:
    
    <div class="termy">
    
    ```console
    $ pip install sqlmodel
    ---> 100%
    ```
    
    </div>
    
    ## 단일 모델로 애플리케이션 생성하기 { #create-the-app-with-a-single-model }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 18.6K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/helper/SystemHelper.java

            return designJspFileNameMap.entrySet().stream().map(e -> new Pair<>(e.getKey(), e.getValue())).toArray(n -> new Pair[n]);
        }
    
        /**
         * Refreshes the design JSP files for all virtual hosts.
         *
         * @return A list of paths to the refreshed files.
         */
        public List<Path> refreshDesignJspFiles() {
            final List<Path> fileList = new ArrayList<>();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 43.2K bytes
    - Click Count (0)
  8. android/guava/src/com/google/common/io/ByteStreams.java

       *       into the other buffer (userspace). Note that if the file is very large, a naive
       *       implementation will effectively put the whole file in memory. On many systems with paging
       *       and virtual memory, this is not a problem - because it is mapped read-only, the kernel
       *       can always page it to disk "for free". However, on systems where killing processes
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 23 21:06:42 GMT 2026
    - 31.1K bytes
    - Click Count (0)
  9. src/test/java/org/codelibs/fess/helper/QueryHelperTest.java

        }
    
        @Test
        public void test_build_adminSearch() {
            QueryContext context = queryHelper.build(SearchRequestType.ADMIN_SEARCH, "test", ctx -> {
                // Admin search should not add virtual host filter
                ctx.skipRoleQuery(); // Skip role query to avoid complex dependency issues
            });
    
            assertNotNull(context);
        }
    
        @Test
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 53.2K bytes
    - Click Count (0)
  10. android/guava/src/com/google/common/net/MediaType.java

       * @throws IllegalCharsetNameException if a charset value is present, but illegal
       * @throws UnsupportedCharsetException if a charset value is present, but no support is available
       *     in this instance of the Java virtual machine
       */
      public Optional<Charset> charset() {
        // racy single-check idiom, this is safe because Optional is immutable.
        Optional<Charset> local = parsedCharset;
        if (local == null) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Oct 02 01:46:40 GMT 2025
    - 48K bytes
    - Click Count (0)
Back to Top