- Sort Score
- Result 10 results
- Languages All
Results 1251 - 1260 of 1,631 for Targets (0.05 sec)
-
docs/em/docs/benchmarks.md
# ๐ ๐ฌ ๐ธ๐ฒ ๐ ๐ฆ **FastAPI** ๐ธ ๐โโ ๐ฝ Uvicorn <a href="https://www.techempower.com/benchmarks/#section=test&runid=7464e520-0dc2-473d-bd34-dbdfd7e85911&hw=ph&test=query&l=zijzen-7" class="external-link" target="_blank">1๏ธโฃ โฉ ๐ ๐ ๏ธ ๐ช</a>, ๐ด ๐ ๐ & Uvicorn ๐ซ (โ๏ธ ๐ FastAPI). (*) โ๏ธ ๐โ โ ๐ & ๐บ ๐ ๐ โ๏ธ ๐ ๐คฏ. ## ๐ & ๐ ๐โ ๐ โ ๐, โซ๏ธ โ ๐ ๐ ๐งฐ ๐ ๐ ๐ฌ ๐. ๐ฏ, ๐ Uvicorn, ๐ & FastAPI ๐ฌ ๐ฏโโ๏ธ (๐ช ๐ ๐ ๐งฐ).
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Apr 01 09:26:04 UTC 2023 - 2.7K bytes - Viewed (0) -
internal/bucket/bandwidth/reader.go
lastErr error // last error reported, if this non-nil all reads will fail. m *Monitor opts *MonitorReaderOptions } // BucketOptions represents the bucket and optionally its replication target pair. type BucketOptions struct { Name string ReplicationARN string // This is optional, and not mandatory. } // MonitorReaderOptions provides configurable options for monitor reader implementation.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jul 12 14:57:31 UTC 2024 - 3.2K bytes - Viewed (0) -
.github/workflows/sigbuild-docker.yml
id: docker_build uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: push: true context: ./tensorflow/tools/tf_sig_build_dockerfiles target: devel build-args: | PYTHON_VERSION=${{ matrix.python-version }} CACHEBUSTER=${{ steps.tf-version.outputs.DATE }} tags: |
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Fri Nov 01 08:40:10 UTC 2024 - 4.3K bytes - Viewed (0) -
cmd/bucket-replication-metrics.go
const ( // beta is the weight used to calculate exponential moving average beta = 0.1 // Number of averages considered = 1/(1-beta) ) // rateMeasurement captures the transfer details for one bucket/target //msgp:ignore rateMeasurement type rateMeasurement struct { lock sync.Mutex bytesSinceLastWindow uint64 // Total bytes since last window was processed
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 15 12:04:40 UTC 2024 - 14.2K bytes - Viewed (0) -
guava/src/com/google/common/io/Files.java
* * @param file the file to read from * @return a byte array containing all the bytes from file * @throws IllegalArgumentException if the file is bigger than the largest possible byte array * (2^31 - 1) * @throws IOException if an I/O error occurs */ public static byte[] toByteArray(File file) throws IOException { return asByteSource(file).read(); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Jul 22 19:03:12 UTC 2024 - 33.1K bytes - Viewed (0) -
internal/event/rulesmap.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package event // RulesMap - map of rules for every event name. type RulesMap map[Name]Rules // add - adds event names, prefixes, suffixes and target ID to rules map. func (rulesMap RulesMap) add(eventNames []Name, pattern string, targetID TargetID) { rules := make(Rules) rules.Add(pattern, targetID) for _, eventName := range eventNames {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jun 01 21:59:40 UTC 2021 - 2.6K bytes - Viewed (0) -
docs/zh/docs/project-generation.md
# FastAPIๅ จๆ ๆจกๆฟ ๆจกๆฟ้ๅธธๅธฆๆ็นๅฎ็่ฎพ็ฝฎ๏ผ่ไธ่ขซ่ฎพ่ฎกไธบ็ตๆดปๅๅฏๅฎๅถ็ใ่ฟๅ ่ฎธๆจๆ นๆฎ้กน็ฎ็้ๆฑไฟฎๆนๅ่ฐๆดๅฎไปฌ๏ผไฝฟๅฎไปฌๆไธบไธไธชๅพๅฅฝ็่ตท็นใ๐ ๆจๅฏไปฅไฝฟ็จๆญคๆจกๆฟๅผๅง๏ผๅ ไธบๅฎๅ ๅซไบ่ฎธๅคๅทฒ็ปไธบๆจๅฎๆ็ๅๅง่ฎพ็ฝฎใๅฎๅ จๆงใๆฐๆฎๅบๅไธไบAPI็ซฏ็นใ ไปฃ็ ไป๏ผ <a href="https://github.com/fastapi/full-stack-fastapi-template" class="external-link" target="_blank">Full Stack FastAPI Template</a> ## FastAPIๅ จๆ ๆจกๆฟ - ๆๆฏๆ ๅ็นๆง - โก [**FastAPI**](https://fastapi.tiangolo.com) ็จไบPythonๅ็ซฏAPI. - ๐งฐ [SQLModel](https://sqlmodel.tiangolo.com) ็จไบPythonๅSQLๆฐๆฎๅบ็้ๆ๏ผORM๏ผใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Oct 04 11:16:34 UTC 2024 - 1.8K bytes - Viewed (0) -
internal/bucket/replication/replication_test.go
}, }, // case 3 - multiple rules for different target, overlapping rules on a target {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Mar 28 17:44:56 UTC 2024 - 32.5K bytes - Viewed (0) -
docs/ja/docs/tutorial/static-files.md
`name="static"` ใฏใ**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) -
docs/ko/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">๊ณต์ Python ๋ฌธ์</a>๋ฅผ ํ์ธํ์ธ์ /// ## ๋๋ฒ๊ฑฐ๋ก ์ฝ๋ ์คํ ์ฝ๋์์ ์ง์ Uvicorn ์๋ฒ๋ฅผ ์คํํ๊ณ ์๊ธฐ ๋๋ฌธ์ ๋๋ฒ๊ฑฐ์์ ์ง์ Python ํ๋ก๊ทธ๋จ(FastAPI ์ ํ๋ฆฌ์ผ์ด์ )์ ํธ์ถํ ์ ์์ต๋๋ค. --- ์๋ฅผ ๋ค์ด Visual Studio Code์์ ๋ค์์ ์ํํ ์ ์์ต๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.8K bytes - Viewed (0)