- Sort Score
- Result 10 results
- Languages All
Results 321 - 330 of 945 for mein (0.03 sec)
-
docs/em/docs/advanced/websockets.md
/// ## โ ๐ง & ๐จ ๐ง ๐ *๏ธโฃ ๐ฃ ๐ ๐ช `await` ๐ง & ๐จ ๐ง. {* ../../docs_src/websockets/tutorial001.py hl[48:52] *} ๐ ๐ช ๐จ & ๐จ ๐ฑ, โ, & ๐ป ๐ฝ. ## ๐ โซ๏ธ ๐ฅ ๐ ๐ ๐ `main.py`, ๐ ๐ ๐ธ โฎ๏ธ: <div class="termy"> ```console $ uvicorn main:app --reload <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/FessBoot.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.3K bytes - Viewed (0) -
docs/ko/docs/advanced/websockets.md
WebSocket ๊ฒฝ๋ก์์ ๋ฉ์์ง๋ฅผ ๋๊ธฐ(`await`)ํ๊ณ ์ ์กํ ์ ์์ต๋๋ค. {* ../../docs_src/websockets/tutorial001.py hl[48:52] *} ์ฌ๋ฌ๋ถ์ ์ด์ง ๋ฐ์ดํฐ, ํ ์คํธ, JSON ๋ฐ์ดํฐ๋ฅผ ๋ฐ์ ์ ์๊ณ ์ ์กํ ์ ์์ต๋๋ค. ## ์๋ํด๋ณด๊ธฐ ํ์ผ ์ด๋ฆ์ด `main.py`๋ผ๊ณ ๊ฐ์ ํ๊ณ ์์ฉ ํ๋ก๊ทธ๋จ์ ์คํํฉ๋๋ค: <div class="termy"> ```console $ fastapi dev main.py <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Wed Nov 27 20:03:29 UTC 2024 - 6.3K bytes - Viewed (0) -
docs/de/docs/tutorial/body.md
Ein **Request**body sind Daten, die vom Client zu Ihrer API gesendet werden. Ein **Response**body (Deutsch: Antwortkรถrper) sind Daten, die Ihre API zum Client sendet.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.1K bytes - Viewed (0) -
docs/extensions/s3zip/examples/aws-js/package.json
{ "name": "s3-zip-example", "version": "1.0.0", "main": "main.js", "dependencies": { "aws-sdk": "^2.924.0" }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Jun 10 15:17:03 UTC 2021 - 139 bytes - Viewed (0) -
src/main/assemblies/targz-bin.xml
<?xml version="1.0"?> <assembly> <id>targz</id> <formats> <format>tar.gz</format> </formats> <includeBaseDirectory>false</includeBaseDirectory> <componentDescriptors> <componentDescriptor>src/main/assemblies/common-bin.xml </componentDescriptor> </componentDescriptors>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Dec 13 08:20:29 UTC 2015 - 296 bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/DcerpcException.java
static String getMessageByDcerpcError(final int errcode) { int min = 0; int max = DCERPC_FAULT_CODES.length; while (max >= min) { final int mid = (min + max) / 2; if (errcode > DCERPC_FAULT_CODES[mid]) { min = mid + 1; } else if (errcode < DCERPC_FAULT_CODES[mid]) { max = mid - 1;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.2K bytes - Viewed (0) -
docs/sts/client-grants.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 main import ( "bytes" "context" "crypto/tls" "encoding/json" "flag" "fmt" "log" "net/http" "net/url" "strings" minio "github.com/minio/minio-go/v7"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Aug 19 01:35:22 UTC 2021 - 3.3K bytes - Viewed (0) -
misc/ios/detect.go
// be obtained by following the instructions at // https://github.com/libimobiledevice/libimobiledevice. package main import ( "bytes" "crypto/x509" "fmt" "os" "os/exec" "strings" ) func main() { udids := getLines(exec.Command("idevice_id", "-l")) if len(udids) == 0 { fail("no udid found; is a device connected?") }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Oct 19 23:33:30 UTC 2023 - 3.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/common/admin/footer.jsp
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> <footer class="main-footer"> <div class="float-right d-none d-sm-inline-block"></div> <la:message key="labels.footer.copyright" />
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Feb 12 20:25:27 UTC 2020 - 213 bytes - Viewed (0)