- Sort Score
- Result 10 results
- Languages All
Results 1001 - 1010 of 1,729 for target (0.05 sec)
-
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) -
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) -
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) -
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) -
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) -
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) -
guava-tests/test/com/google/common/io/MoreFilesTest.java
* between being a directory and being a symlink, while the given {@code target} is the target the * symlink should have. */ @SuppressWarnings("ThreadPriorityCheck") // TODO: b/175898629 - Consider onSpinWait. private static void startDirectorySymlinkSwitching( final Path file, final Path target, ExecutorService executor) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 02:42:09 UTC 2024 - 27.4K bytes - Viewed (0) -
.bazelrc
# START MACOS CROSS-COMPILE CONFIGS build:cross_compile_macos_x86 --config=cross_compile_base build:cross_compile_macos_x86 --config=nonccl # Target Catalina (10.15) as the minimum supported OS build:cross_compile_macos_x86 --action_env MACOSX_DEPLOYMENT_TARGET=10.15 # Set the target CPU to Darwin x86 build:cross_compile_macos_x86 --platforms=//tensorflow/tools/toolchains/cross_compile/config:darwin_x86_64
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Oct 28 22:02:31 UTC 2024 - 51.3K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/ExperimentalOkHttpApi.kt
* * Do not use these APIs in published libraries. * * Do not use these APIs if you aren't willing to track changes to them. */ @MustBeDocumented @Retention(value = AnnotationRetention.BINARY) @Target( AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FIELD, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER,
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 1.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/advance.jsp
<a class="nav-link active" href="${eolLink}" target="_olh"><em class="fas fa-times-circle text-danger"></a> </li> </c:if> <c:if test="${developmentMode}"> <li class="nav-item" data-toggle="tooltip" data-placement="left" title="<la:message key="labels.development_mode_warning" />" ><a class="nav-link active" href="${installationLink}" target="_olh"><em
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 14.9K bytes - Viewed (0)