- Sort Score
- Num 10 results
- Language All
Results 401 - 410 of 414 for 2200 (0.07 seconds)
-
docs/ko/docs/index.md
FastAPI는 현대적이고, 빠르며(고성능), 파이썬 표준 타입 힌트에 기초한 Python의 API를 빌드하기 위한 웹 프레임워크입니다. 주요 특징으로: * **빠름**: (Starlette과 Pydantic 덕분에) **NodeJS** 및 **Go**와 대등할 정도로 매우 높은 성능. [사용 가능한 가장 빠른 파이썬 프레임워크 중 하나](#_11). * **빠른 코드 작성**: 약 200%에서 300%까지 기능 개발 속도 증가. * * **적은 버그**: 사람(개발자)에 의한 에러 약 40% 감소. * * **직관적**: 훌륭한 편집기 지원. 모든 곳에서 <abbr title="also known as auto-complete, autocompletion, IntelliSense">자동완성</abbr>. 적은 디버깅 시간. * **쉬움**: 쉽게 사용하고 배우도록 설계. 적은 문서 읽기 시간.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 19.7K bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
lass package org.codehaus.plexus.util.xml.pull; public synchronized class MXParser implements XmlPullParser { protected static final String XML_URI = http://www.w3.org/XML/1998/namespace; protected static final String XMLNS_URI = http://www.w3.org/2000/xmlns/; protected static final String FEATURE_XML_ROUNDTRIP = http://xmlpull.org/v1/doc/features.html#xml-roundtrip; protected static final String FEATURE_NAMES_INTERNED = http://xmlpull.org/v1/doc/features.html#names-interned; protected static final...Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 164.6K bytes - Click Count (0) -
cmd/api-response.go
// Don't write a response if one has already been written. // Fixes https://github.com/minio/minio/issues/21633 if headersAlreadyWritten(w) { return } if statusCode == 0 { statusCode = 200 } // Similar check to http.checkWriteHeaderCode if statusCode < 100 || statusCode > 999 { bugLogIf(context.Background(), fmt.Errorf("invalid WriteHeader code %v", statusCode))
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Oct 24 04:05:19 GMT 2025 - 35K bytes - Click Count (0) -
cmd/admin-handlers-users_test.go
// 3.1 Execute the request. resp, err := s.TestSuiteCommon.client.Do(req) if err != nil { c.Fatalf("unexpected request err: %v", err) } if resp.StatusCode != 200 { c.Fatalf("got unexpected response: %#v\n", resp) } // 3.2 check that user cannot delete the bucket err = uClient.RemoveBucket(ctx, bucket) if err == nil || err.Error() != "Access Denied." {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Oct 15 17:00:45 GMT 2025 - 50.6K bytes - Click Count (0) -
tests/query_test.go
DB.AutoMigrate(&QueryResetNullValue{}, &QueryResetItem{}) now := time.Now() q1 := QueryResetNullValue{ Name: "name", Flag: true, Number1: 100, Number2: 200, Number3: 300.1, Now: &now, Item1: &QueryResetItem{ ID: "u_1_1", Name: "item_1_1", }, Item2: &QueryResetItem{ ID: "u_1_2", Name: "item_1_2", }, }
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Tue Jul 22 06:21:04 GMT 2025 - 51K bytes - Click Count (0) -
api/go1.1.txt
pkg syscall (darwin-386), const B19200 = 19200 pkg syscall (darwin-386), const B19200 ideal-int pkg syscall (darwin-386), const B200 = 200 pkg syscall (darwin-386), const B200 ideal-int pkg syscall (darwin-386), const B230400 = 230400 pkg syscall (darwin-386), const B230400 ideal-int pkg syscall (darwin-386), const B2400 = 2400 pkg syscall (darwin-386), const B2400 ideal-int pkg syscall (darwin-386), const B28800 = 28800
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Mar 31 20:37:15 GMT 2022 - 2.6M bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
0xffffffff, uint64(p224Uint1(x195))) var x199 uint64 _, x199 = bits.Sub64(x189, uint64(0x0), uint64(p224Uint1(x197))) var x200 uint64 p224CmovznzU64(&x200, p224Uint1(x199), x190, x181) var x201 uint64 p224CmovznzU64(&x201, p224Uint1(x199), x192, x183) var x202 uint64 p224CmovznzU64(&x202, p224Uint1(x199), x194, x185) var x203 uint64 p224CmovznzU64(&x203, p224Uint1(x199), x196, x187) out1[0] = x200 out1[1] = x201 out1[2] = x202 out1[3] = x203 } // p224Square squares a field element in the Montgomery domain....
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const B19200 ideal-int pkg syscall (freebsd-arm64), const B200 = 200 pkg syscall (freebsd-arm64), const B200 ideal-int pkg syscall (freebsd-arm64), const B230400 = 230400 pkg syscall (freebsd-arm64), const B230400 ideal-int pkg syscall (freebsd-arm64), const B2400 = 2400 pkg syscall (freebsd-arm64), const B2400 ideal-int pkg syscall (freebsd-arm64), const B28800 = 28800
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0) -
cmd/site-replication.go
// Log if we took a lot of time. logger.Info("Site replication healing refresh took %.2fs", took) } // wait for 200 millisecond, if we are experience lot of I/O waitForLowIO(runtime.GOMAXPROCS(0), 200*time.Millisecond, currentHTTPIO) } healTimer.Reset(siteHealTimeInterval) case <-ctx.Done(): return } } }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 184.8K bytes - Click Count (1) -
lib/fips140/v1.1.0-rc1.zip
0xffffffff, uint64(p224Uint1(x195))) var x199 uint64 _, x199 = bits.Sub64(x189, uint64(0x0), uint64(p224Uint1(x197))) var x200 uint64 p224CmovznzU64(&x200, p224Uint1(x199), x190, x181) var x201 uint64 p224CmovznzU64(&x201, p224Uint1(x199), x192, x183) var x202 uint64 p224CmovznzU64(&x202, p224Uint1(x199), x194, x185) var x203 uint64 p224CmovznzU64(&x203, p224Uint1(x199), x196, x187) out1[0] = x200 out1[1] = x201 out1[2] = x202 out1[3] = x203 } // p224Square squares a field element in the Montgomery domain....
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)