Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1021 - 1030 of 1,596 for Forget (0.07 sec)

  1. docs/pt/docs/advanced/additional-responses.md

    * <a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#responsesObject" class="external-link" target="_blank">Objeto de Retorno OpenAPI</a>, inclui o `Response Object`.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  2. docs/em/docs/advanced/templates.md

    ```
    
    &amp; โ†ฉ๏ธ ๐Ÿ‘† โš™๏ธ `StaticFiles`, ๐Ÿ‘ˆ ๐ŸŽš ๐Ÿ“ ๐Ÿ”œ ๐Ÿฆ ๐Ÿ” ๐Ÿ‘† **FastAPI** ๐Ÿˆธ ๐Ÿ“› `/static/styles.css`.
    
    ## ๐ŸŒ… โ„น
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. docs/zh/docs/tutorial/static-files.md

     `directory="static"` ๆŒ‡ๅ‘ๅŒ…ๅซไฝ ็š„้™ๆ€ๆ–‡ไปถ็š„็›ฎๅฝ•ๅๅญ—ใ€‚
    
    `name="static"` ๆไพ›ไบ†ไธ€ไธช่ƒฝ่ขซ**FastAPI**ๅ†…้ƒจไฝฟ็”จ็š„ๅๅญ—ใ€‚
    
    ๆ‰€ๆœ‰่ฟ™ไบ›ๅ‚ๆ•ฐๅฏไปฅไธๅŒไบŽ"`static`"๏ผŒๆ นๆฎไฝ ๅบ”็”จ็š„้œ€่ฆๅ’Œๅ…ทไฝ“็ป†่Š‚่ฐƒๆ•ดๅฎƒไปฌใ€‚
    
    ## ๆ›ดๅคšไฟกๆฏ
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  4. docs/vi/docs/python-types.md

    ```
    
    ////
    
    /// info
    
    ฤแปƒ hแปc nhiแปu hฦกn vแป <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic, tham khแบฃo tร i liแป‡u cแปงa nรณ</a>.
    
    ///
    
    **FastAPI** ฤ‘ฦฐแปฃc dแปฑa hoร n toร n trรชn Pydantic.
    
    Bแบกn sแบฝ thแบฅy nhiแปu vรญ dแปฅ thแปฑc tแบฟ hฦกn trong [Hฦฐแป›ng dแบซn sแปญ dแปฅng](tutorial/index.md){.internal-link target=_blank}.
    
    /// tip
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  5. docs/em/docs/tutorial/debugging.md

    , โธ:
    
    ```Python
        uvicorn.run(app, host="0.0.0.0", port=8000)
    ```
    
    ๐Ÿ”œ ๐Ÿšซ ๐Ÿ› ๏ธ.
    
    /// info
    
    ๐ŸŒ… โ„น, โœ… <a href="https://docs.python.org/3/library/__main__.html" class="external-link" target="_blank">๐Ÿ›‚ ๐Ÿ ๐Ÿฉบ</a>.
    
    ///
    
    ## ๐Ÿƒ ๐Ÿ‘† ๐Ÿ“Ÿ โฎ๏ธ ๐Ÿ‘† ๐Ÿ•น
    
    โ†ฉ๏ธ ๐Ÿ‘† ๐Ÿƒ Uvicorn ๐Ÿ’ฝ ๐Ÿ”— โšช๏ธโžก๏ธ ๐Ÿ‘† ๐Ÿ“Ÿ, ๐Ÿ‘† ๐Ÿ’ช ๐Ÿค™ ๐Ÿ‘† ๐Ÿ ๐Ÿ“‹ (๐Ÿ‘† FastAPI ๐Ÿˆธ) ๐Ÿ”— โšช๏ธโžก๏ธ ๐Ÿ•น.
    
    ---
    
    ๐Ÿ–ผ, ๐ŸŽ™ ๐ŸŽ™ ๐Ÿ“Ÿ, ๐Ÿ‘† ๐Ÿ’ช:
    
    * ๐Ÿšถ "โ„น" ๐ŸŽ›.
    * "๐Ÿšฎ ๐Ÿ“ณ...".
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  6. src/test/java/jcifs/tests/FileLocationTest.java

            try ( SmbResource p = new SmbFile("smb://1.2.3.4/dfs/share/bar/", getContext()) ) {
                DfsReferralData dr = new TestDfsReferral("1.2.3.4", "target", "", 6); // consumes the /share dfs root path
                String reqPath = "\\share\\bar\\";
                SmbResourceLocator fl = p.getLocator();
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Wed Jan 08 13:16:07 UTC 2020
    - 23K bytes
    - Viewed (0)
  7. src/main/java/jcifs/ntlmssp/av/AvPair.java

        /**
         * Timestamp type
         */
        public static final int MsvAvTimestamp = 0x7;
    
        /**
         * Single host type
         */
        public static final int MsvAvSingleHost = 0x08;
    
        /**
         * Target name type
         */
        public static final int MsvAvTargetName = 0x09;
    
        /**
         * Channel bindings type
         */
        public static final int MsvAvChannelBindings = 0x0A;
    
        private final int type;
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 1.8K bytes
    - Viewed (0)
  8. src/main/java/jcifs/SmbResourceLocator.java

    
    import java.net.URL;
    
    
    /**
     * Location information for a SMB resource
     * 
     * @author mbechler
     *
     */
    public interface SmbResourceLocator {
    
        /**
         * Returns the last component of the target URL. This will
         * effectively be the name of the file or directory represented by this
         * <code>SmbFile</code> or in the case of URLs that only specify a server
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 5.6K bytes
    - Viewed (0)
  9. docs/ko/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md

    ///
    
    /// info | "์ •๋ณด"
    
    ์ด ์˜ˆ์‹œ์—์„œ `X-Key`์™€ `X-Token`์ด๋ผ๋Š” ์ปค์Šคํ…€ ํ—ค๋”๋ฅผ ๋งŒ๋“ค์–ด ์‚ฌ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค.
    
    ๊ทธ๋Ÿฌ๋‚˜ ์‹ค์ œ๋กœ ๋ณด์•ˆ์„ ๊ตฌํ˜„ํ•  ๋•Œ๋Š” ํ†ตํ•ฉ๋œ [๋ณด์•ˆ ์œ ํ‹ธ๋ฆฌํ‹ฐ (๋‹ค์Œ ์ฑ•ํ„ฐ)](../security/index.md){.internal-link target=_blank}๋ฅผ ์‚ฌ์šฉํ•˜๋Š” ๊ฒƒ์ด ๋” ๋งŽ์€ ์ด์ ์„ ์–ป์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    ///
    
    ## ์˜์กด์„ฑ ์˜ค๋ฅ˜์™€ ๊ฐ’ ๋ฐ˜ํ™˜ํ•˜๊ธฐ
    
    ํ‰์†Œ์— ์‚ฌ์šฉํ•˜๋˜๋Œ€๋กœ ๊ฐ™์€ ์˜์กด์„ฑ *ํ•จ์ˆ˜*๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    ### ์˜์กด์„ฑ ์š”๊ตฌ์‚ฌํ•ญ
    
    (ํ—ค๋”๊ฐ™์€) ์š”์ฒญ ์š”๊ตฌ์‚ฌํ•ญ์ด๋‚˜ ํ•˜์œ„-์˜์กด์„ฑ์„ ์„ ์–ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
    
    //// tab | Python 3.9+
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/helper/JobHelper.java

                op.setRefreshPolicy(Constants.TRUE);
            });
        }
    
        public TimeoutTask startMonitorTask(final JobLog jobLog) {
            final TimeoutTarget target = new MonitorTarget(jobLog);
            return TimeoutManager.getInstance().addTimeoutTarget(target, monitorInterval, true);
        }
    
        public void setMonitorInterval(final int monitorInterval) {
            this.monitorInterval = monitorInterval;
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top