- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 186 for 00009 (0.03 sec)
-
docs/em/docs/deployment/manually.md
</div> ...โ๏ธ ๐ ๐ ๐ซ ๐ฝ. //// ## ๐ ๐ฝ ๐ ๐ ๐ช โคด๏ธ ๐ ๐ ๐ธ ๐ ๐ ๐ โ๏ธ โ ๐ฐ, โ๏ธ ๐ต `--reload` ๐, โ : //// tab | Uvicorn <div class="termy"> ```console $ uvicorn main:app --host 0.0.0.0 --port 80 <span style="color: green;">INFO</span>: Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit) ``` </div> //// //// tab | Hypercorn <div class="termy"> ```console
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 4.2K bytes - Viewed (0) -
src/archive/tar/strconv_test.go
{"06 k=v\n", "06 k=v\n", "", "", false}, {"00006 k=v\n", "00006 k=v\n", "", "", false}, {"000006 k=v\n", "000006 k=v\n", "", "", false}, {"000000 k=v\n", "000000 k=v\n", "", "", false}, {"0 k=v\n", "0 k=v\n", "", "", false},
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Feb 09 05:28:50 UTC 2021 - 14K bytes - Viewed (0) -
cmd/erasure-decode_test.go
b.Run(" 0000|0000 ", func(b *testing.B) { benchmarkErasureDecode(4, 4, 0, 0, size, b) }) b.Run(" 0000|X000 ", func(b *testing.B) { benchmarkErasureDecode(4, 4, 0, 1, size, b) }) b.Run(" X000|0000 ", func(b *testing.B) { benchmarkErasureDecode(4, 4, 1, 0, size, b) }) b.Run(" X000|X000 ", func(b *testing.B) { benchmarkErasureDecode(4, 4, 1, 1, size, b) }) b.Run(" 0000|XXXX ", func(b *testing.B) { benchmarkErasureDecode(4, 4, 0, 4, size, b) })
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jan 30 20:43:25 UTC 2024 - 21.1K bytes - Viewed (0) -
docs/bigdata/README.md
Found 3 items -rw-rw-rw- 1 spark spark 0 2019-05-04 01:36 s3a://testbucket/wordcount/_SUCCESS -rw-rw-rw- 1 spark spark 4956 2019-05-04 01:36 s3a://testbucket/wordcount/part-00000 -rw-rw-rw- 1 spark spark 5616 2019-05-04 01:36 s3a://testbucket/wordcount/part-00001
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 14.7K bytes - Viewed (0) -
compat/maven-embedder/src/test/java/org/apache/maven/cli/CLIReportingUtilsTest.java
assertEquals("01:00 h", CLIReportingUtils.formatDuration(60 * 60 * 1000)); assertEquals("23:59 h", CLIReportingUtils.formatDuration(24 * 60 * 60 * 1000 - 1)); assertEquals("1 d 00:00 h", CLIReportingUtils.formatDuration(24 * 60 * 60 * 1000)); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.7K bytes - Viewed (0) -
docs/fr/docs/deployment/manually.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 5.3K bytes - Viewed (0) -
docs/ja/docs/tutorial/debugging.md
ใชใฎใงใไปฅไธ: ```Python uvicorn.run(app, host="0.0.0.0", port=8000) ``` ใฏๅฎ่กใใใพใใ --- ใใฎใขใธใฅใผใซ (ใใกใคใซ) ใใคใณใใผใใใๅ ดๅใฏใใใใฏใชใใพใใใ ใใใใฃใฆใๆฌกใฎใใใชใใไธใคใฎใใกใคใซ `importer.py` ใใใๅ ดๅ: ```Python from myapp import app # Some more code ``` `myapp.py` ๅ ใฎ่ชๅๅคๆฐใซใฏใๅคใ `"__main __"` ใฎๅคๆฐ `__name__` ใฏใใใพใใใ ใใใใฃใฆใไปฅไธใฎ่ก: ```Python uvicorn.run(app, host="0.0.0.0", port=8000) ``` ใฏๅฎ่กใใใพใใใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3K bytes - Viewed (0) -
docs/features/events.md
// Consume and discard the response body. response.body().source().readByteString(); } ``` And the listener prints the corresponding events: ``` REQUEST 1 (new connection) 0.000 callStart 0.010 dnsStart 0.017 dnsEnd 0.025 connectStart 0.117 secureConnectStart 0.586 secureConnectEnd 0.586 connectEnd 0.587 connectionAcquired 0.588 requestHeadersStart 0.590 requestHeadersEnd
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 7.7K bytes - Viewed (0) -
istioctl/pkg/internaldebug/internal-debug.go
) (map[string]*discovery.DiscoveryResponse, error) { var namespace, serviceAccount string xdsRequest := discovery.DiscoveryRequest{ ResourceNames: []string{"list"}, Node: &core.Node{ Id: "debug~0.0.0.0~istioctl~cluster.local", }, TypeUrl: v3.DebugType, } xdsResponses, respErr := multixds.AllRequestAndProcessXds(&xdsRequest, centralOpts, istioNamespace, namespace, serviceAccount, kubeClient, multixds.DefaultOptions)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 12 11:30:24 UTC 2024 - 6.7K bytes - Viewed (0) -
guava-tests/test/com/google/common/net/InetAddressesTest.java
} public void testTeredoAddress_nullServer() { InetAddresses.TeredoInfo info = new InetAddresses.TeredoInfo(null, null, 80, 1000); assertEquals(InetAddresses.forString("0.0.0.0"), info.getServer()); assertEquals(InetAddresses.forString("0.0.0.0"), info.getClient()); assertEquals(80, info.getPort()); assertEquals(1000, info.getFlags()); } public void testIsatapAddresses() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri May 24 16:44:05 UTC 2024 - 35.3K bytes - Viewed (0)