- Sort Score
- Result 10 results
- Languages All
Results 7241 - 7250 of 7,455 for org (0.06 sec)
-
docs/em/docs/async.md
### โ ๐ ๐ ๐ ๐ ๐ (& **FastAPI**) โ๏ธ ๐ <a href="https://anyio.readthedocs.io/en/stable/" class="external-link" target="_blank">AnyIO</a>, โ โ โซ๏ธ ๐ โฎ๏ธ ๐ฏโโ๏ธ ๐ ๐ฉ ๐ <a href="https://docs.python.org/3/library/asyncio-task.html" class="external-link" target="_blank">โณ</a> & <a href="https://trio.readthedocs.io/en/stable/" class="external-link" target="_blank">๐ป</a>.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 18.6K bytes - Viewed (0) -
docs/ko/docs/tutorial/sql-databases.md
**FastAPI**์์ SQL(๊ด๊ณํ) ๋ฐ์ดํฐ๋ฒ ์ด์ค ์ฌ์ฉ์ ํ์๊ฐ ์๋๋๋ค. ์ฌ๋ฌ๋ถ์ด ์ํ๋ **์ด๋ค ๋ฐ์ดํฐ๋ฒ ์ด์ค๋ ** ์ฌ์ฉํ ์ ์์ต๋๋ค. ์ฌ๊ธฐ์๋ <a href="https://sqlmodel.tiangolo.com/" class="external-link" target="_blank">SQLModel</a>์ ์ฌ์ฉํ๋ ์์ ๋ฅผ ์ดํด๋ณด๊ฒ ์ต๋๋ค. **SQLModel**์ <a href="https://www.sqlalchemy.org/" class="external-link" target="_blank">SQLAlchemy</a>์ Pydantic์ ๊ธฐ๋ฐ์ผ๋ก ๊ตฌ์ถ๋์์ต๋๋ค.SQLModel์ **SQL ๋ฐ์ดํฐ๋ฒ ์ด์ค**๋ฅผ ์ฌ์ฉํ๋ FastAPI ์ ํ๋ฆฌ์ผ์ด์ ์ ์๋ฒฝํ ์ด์ธ๋ฆฌ๋๋ก **FastAPI**์ ์ ์์๊ฐ ์ค๊ณํ ๋๊ตฌ์ ๋๋ค. /// tip | ํ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Dec 24 16:14:29 UTC 2024 - 18K bytes - Viewed (0) -
guava/src/com/google/common/collect/Iterables.java
import java.util.RandomAccess; import java.util.Set; import java.util.SortedSet; import java.util.Spliterator; import java.util.function.Consumer; import java.util.stream.Stream; import org.jspecify.annotations.NonNull; import org.jspecify.annotations.Nullable; /** * An assortment of mainly legacy static utility methods that operate on or return objects of type
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 43.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicInteger; import java.util.concurrent.atomic.AtomicLong; import javax.security.auth.Subject; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import jcifs.CIFSContext; import jcifs.CIFSException; import jcifs.Configuration; import jcifs.DialectVersion; import jcifs.RuntimeCIFSException; import jcifs.SmbConstants;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealConnectionPool.kt
* The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Jun 03 17:10:08 UTC 2025 - 16.1K bytes - Viewed (0) -
docs/ko/docs/tutorial/query-params-str-validations.md
``` ๊ทธ๋์ `Query`๋ฅผ ํ์๊ฐ์ผ๋ก ๋ง๋ค์ด์ผ ํ ๋๋ฉด, ์ฒซ ๋ฒ์งธ ์ธ์๋ก `...`๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค: {* ../../docs_src/query_params_str_validations/tutorial006.py hl[7] *} /// info | ์ ๋ณด ์ด์ ์ `...`๋ฅผ ๋ณธ์ ์ด ์๋ค๋ฉด: ํน๋ณํ ๋จ์ผ๊ฐ์ผ๋ก, <a href="https://docs.python.org/3/library/constants.html#Ellipsis" class="external-link" target="_blank">ํ์ด์ฌ์ ์ผ๋ถ์ด๋ฉฐ "Ellipsis"๋ผ ๋ถ๋ฆ ๋๋ค</a>. /// ์ด๋ ๊ฒ ํ๋ฉด **FastAPI**๊ฐ ์ด ๋งค๊ฐ๋ณ์๋ ํ์์์ ์ ์ ์์ต๋๋ค. ## ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์ ๋ฆฌ์คํธ / ๋ค์ค๊ฐRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.2K bytes - Viewed (0) -
cmd/local-locker.go
// GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd //go:generate msgp -file=$GOFILE -unexported import ( "context" "fmt" "strconv" "sync" "sync/atomic" "time" "github.com/minio/minio/internal/dsync" )
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 12K bytes - Viewed (0) -
okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/Adapters.kt
* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 15K bytes - Viewed (0) -
cmd/erasure-metadata_test.go
// GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "fmt" "slices" "strconv" "testing" "time" "github.com/dustin/go-humanize" ) const ActualSize = 1000 // Test FileInfo.AddObjectPart()
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 13.4K bytes - Viewed (0) -
cmd/signature-v4.go
// GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. // Package cmd This file implements helper functions to validate AWS // Signature Version '4' authorization header. // // This package provides comprehensive helpers for following signature // types.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Dec 13 22:19:12 UTC 2024 - 12.4K bytes - Viewed (0)