- Sort Score
- Result 10 results
- Languages All
Results 511 - 520 of 545 for strs (1.95 sec)
-
docs/em/docs/deployment/docker.md
from fastapi import FastAPI app = FastAPI() @app.get("/") def read_root(): return {"Hello": "World"} @app.get("/items/{item_id}") def read_item(item_id: int, q: Union[str, None] = None): return {"item_id": item_id, "q": q} ``` ### ๐ ๐ ๐ ๐ ๐ โ ๐ `Dockerfile` โฎ๏ธ: ```{ .dockerfile .annotate } # (1) FROM python:3.9 # (2) WORKDIR /code
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 27.9K bytes - Viewed (0) -
docs/ja/docs/tutorial/handling-errors.md
ใใใใใฏใฉใคใขใณใใ`http://example.com/items/bar`๏ผๅญๅจใใชใ`item_id` `"bar"`๏ผใใชใฏใจในใใใๅ ดๅใHTTPในใใผใฟในใณใผใ404๏ผ"not found"ใจใฉใผ๏ผใจไปฅไธใฎJSONใฌในใใณในใ่ฟใใใพใ: ```JSON { "detail": "Item not found" } ``` /// tip | ่ฑ็ฅ่ญ `HTTPException`ใ็บ็ใใใ้ใซใฏใ`str`ใ ใใงใชใใJSONใซๅคๆใงใใไปปๆใฎๅคใ`detail`ใใฉใกใผใฟใจใใฆๆธกใใใจใใงใใพใใ `dict`ใ`list`ใชใฉใๆธกใใใจใใงใใพใใ ใใใใฏ **FastAPI** ใซใใฃใฆ่ชๅ็ใซๅฆ็ใใใJSONใซๅคๆใใใพใใ /// ## ใซในใฟใ ใใใใผใฎ่ฟฝๅ ไพใใฐใใใใคใใฎใฟใคใใฎใปใญใฅใชใใฃใฎใใใซใHTTPใจใฉใผใซใซในใฟใ ใใใใ่ฟฝๅ ใงใใใจไพฟๅฉใช็ถๆณใใใใคใใใใพใใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Jun 22 14:35:27 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/webapp/js/admin/adminlte.min.js.map
if (this.options.highlightName) {\n name = name.replace(\n regExp,\n str => {\n return `<strong class=\"${this.options.highlightClass}\">${str}</strong>`\n }\n )\n }\n\n if (this.options.highlightPath) {\n path = path.replace(\n regExp,\n str => {\n return `<strong class=\"${this.options.highlightClass}\">${str}</strong>`\n }\n )\n }\n }\n\n const groupItemElement = $('<a/>',...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 132.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/sql-databases.md
* `Field(index=True)`๋ SQLModel์ ํด๋น ์ด์ ๋ํด **SQL ์ธ๋ฑ์ค**๋ฅผ ์์ฑํ๋๋ก ์ง์ํฉ๋๋ค. ์ด๋ฅผ ํตํด ๋ฐ์ดํฐ๋ฒ ์ด์ค์์ ์ด ์ด์ผ๋ก ํํฐ๋ง๋ ๋ฐ์ดํฐ๋ฅผ ์ฝ์ ๋ ๋ ๋น ๋ฅด๊ฒ ์กฐํํ ์ ์์ต๋๋ค. SQLModel์ `str`์ผ๋ก ์ ์ธ๋ ํญ๋ชฉ์ด SQL ๋ฐ์ดํฐ๋ฒ ์ด์ค์์ `TEXT` (๋๋ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ๋ฐ๋ผ `VARCHAR`) ์ ํ์ ์ด๋ก ์ ์ฅ๋๋ค๋ ๊ฒ์ ์ธ์ํฉ๋๋ค. ### ์์ง ์์ฑํ๊ธฐ SQLModel์ `engine` (๋ด๋ถ์ ์ผ๋ก๋ SQLAlchemy `engine`)์ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ๋ํ **์ฐ๊ฒฐ์ ์ ์ง**ํ๋ ์ญํ ์ ํฉ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Dec 24 16:14:29 UTC 2024 - 18K bytes - Viewed (0) -
cmd/site-replication.go
// OpenID, such mappings are provided from the IDP directly and so are not // applicable here. // // Service accounts are replicated as long as they are not meant for the root // user. // // STS accounts are replicated, but only if the session token is verifiable // using the local cluster's root credential. func (c *SiteReplicationSys) IAMChangeHook(ctx context.Context, item madmin.SRIAMItem) error {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 184.7K bytes - Viewed (0) -
src/cmd/cgo/doc.go
#line 1 "not-int-const" void __cgo_f_1_3(void) { enum { __cgo_undefined__3 = (foo)*1 }; } #line 1 "not-num-const" void __cgo_f_1_4(void) { static const double __cgo_undefined__4 = (foo); } #line 1 "not-str-lit" void __cgo_f_1_5(void) { static const char __cgo_undefined__5[] = (foo); } This program will not compile, but cgo can use the presence or absence of an error message on a given line to deduce the information it
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Dec 11 23:57:34 UTC 2024 - 44K bytes - Viewed (0) -
android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java
s,ocevon,?winmo,?l&aicosnepo,enapc,?n&eyb,o&iton,yc,??s&ihtedam,pvtsaf,?thrs,w&eiverp,olfyeh,?xevnoc,ysrab,?bew!.remarf,??ov?ra?t&ioled?ol??utitsni??u&lb?qi&nilc?tuob???v!.&21e?b&ew?ib?og??ce&r?t??e&dnerpme?rots??gro?lim?m&o&c?n??rif??o&c?fni??rar?stra?t&en?ni??ude?vog??as?e3gerb2h--nx?i&l!.&mea,xlh,??rd?ssergorp??ol??w&kct--nx?r??xul?y!.&gro?lim?moc?ten?ude?vog????f&0f3rkcg--nx?198xim--nx?280xim--nx?7vqn--nx?a!.&gro?moc?ten?ude?vog???b!.vog?wa9bgm--nx??c!a1p--nx!.&a14--nx,b8lea1j--nx,c&avc0aaa0...
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Aug 12 15:39:59 UTC 2025 - 75.3K bytes - Viewed (0) -
docs/en/docs/deployment/docker.md
from fastapi import FastAPI app = FastAPI() @app.get("/") def read_root(): return {"Hello": "World"} @app.get("/items/{item_id}") def read_item(item_id: int, q: Union[str, None] = None): return {"item_id": item_id, "q": q} ``` ### Dockerfile { #dockerfile } Now in the same project directory create a file `Dockerfile` with: ```{ .dockerfile .annotate } # (1)!
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 29.5K bytes - Viewed (1) -
docs/es/docs/deployment/docker.md
from fastapi import FastAPI app = FastAPI() @app.get("/") def read_root(): return {"Hello": "World"} @app.get("/items/{item_id}") def read_item(item_id: int, q: Union[str, None] = None): return {"item_id": item_id, "q": q} ``` ### Dockerfile Ahora, en el mismo directorio del proyecto, crea un archivo `Dockerfile` con: ```{ .dockerfile .annotate } # (1)!
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:15:52 UTC 2025 - 31K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64.s
FMOVD 8(R1), F2 // 220440fd FMOVQ 32(R5), F2 // a208c03d FMOVQ 65520(R10), F10 // 4afdff3d FMOVQ 64(RSP), F11 // eb13c03d // medium offsets that either fit a single instruction or can use add+ldr/str MOVD -4095(R17), R3 // 3bfe3fd1630340f9 MOVD -391(R17), R3 // 3b1e06d1630340f9 MOVD -257(R17), R3 // 3b0604d1630340f9
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Mar 26 10:48:50 UTC 2025 - 95.3K bytes - Viewed (0)