Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 41 for upsert_name (0.07 sec)

  1. docs/vi/docs/features.md

    Không còn nhập sai tên khóa, quay đi quay lại giữa các tài liệu hoặc cuộn lên cuộn xuống để tìm xem cuối cùng bạn đã sử dụng `username` hay `user_name`.
    
    ### Ngắn gọn
    
    FastAPI có các giá trị mặc định hợp lý cho mọi thứ, với các cấu hình tùy chọn ở mọi nơi. Tất cả các tham số có thể được tinh chỉnh để thực hiện những gì bạn cần và để định nghĩa API bạn cần.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  2. docs/zh-hant/docs/features.md

    ![editor support](https://fastapi.tiangolo.com/img/pycharm-completion.png)
    
    你將能進行程式碼補齊,這是在之前你可能曾認為不可能的事。例如,請求 JSON body(可能是巢狀的)中的鍵 `price`。
    
    這樣比較不會輸錯鍵名,不用來回翻看文件,也不用來回滾動尋找你最後使用的 `username` 或者 `user_name`。
    
    
    
    ### 簡潔
    
    FastAPI 為你提供了**預設值**,讓你不必在初期進行繁瑣的配置,一切都可以自動運作。如果你有更具體的需求,則可以進行調整和自定義,
    
    但在大多數情況下,你只需要直接使用預設值,就能順利完成 API 開發。
    
    ### 驗證
    
    所有的驗證都由完善且強大的 **Pydantic** 處理。
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Dec 10 10:48:41 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/user/admin_user_edit.jsp

                                    <div class="form-group row">
                                        <label for="name" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.user_name"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="name"/>
                                            <c:if test="${crudMode==1}">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Feb 14 12:15:45 UTC 2020
    - 31.4K bytes
    - Viewed (0)
  4. docs/ko/docs/features.md

    ![editor support](https://fastapi.tiangolo.com/img/pycharm-completion.png)
    
    여러분이 이전에 불가능하다고 고려했던 코드도 완성할 수 있을 겁니다. 예를 들어, 요청에서 전달되는 (중첩될 수도 있는)JSON 본문 내부에 있는 `price` 키입니다.
    
    잘못된 키 이름을 적을 일도, 문서를 왔다 갔다할 일도 없으며, 혹은 마지막으로 `username` 또는 `user_name`을 사용했는지 찾기 위해 위 아래로 스크롤할 일도 없습니다.
    
    ### 토막 정보
    
    어느 곳에서나 선택적 구성이 가능한 모든 것에 합리적인 기본값이 설정되어 있습니다. 모든 매개변수는 여러분이 필요하거나, 원하는 API를 정의하기 위해 미세하게 조정할 수 있습니다.
    
    하지만 기본적으로 모든 것이 "그냥 작동합니다".
    
    ### 검증
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  5. docs/ja/docs/features.md

    ![editor support](https://fastapi.tiangolo.com/img/pycharm-completion.png)
    
    以前は不可能だと考えていたコードでさえ補完されます。例えば、リクエストからのJSONボディ(ネストされている可能性がある)内の `price`キーです。
    
    間違ったキー名を入力したり、ドキュメント間を行き来したり、上下にスクロールして`username`と`user_name`のどちらを使用したか調べたりする必要はもうありません。
    
    ### 簡潔
    
    すべてに適切な**デフォルト**があり、オプションの構成ができます。必要なことを実行し、必要なAPIを定義するためにすべてのパラメーターを調整できます。
    
    ただし、デフォルトでもすべて **うまくいきます**。
    
    ### 検証
    
    * 以下の様な、ほとんどの(すべての?)Python **データ型**の検証:
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_en.properties

    labels.request_error_title=Invalid Request Format.
    labels.bad_request=Your request to the URL is invalid.
    labels.page_not_found_title=Page Not Found.
    labels.check_url=Please check the URL.
    labels.user_name=Username
    labels.login=Login
    labels.login.placeholder_username=Username
    labels.login.placeholder_password=Password
    labels.login.title=Login
    labels.index_label=Label
    labels.index_lang=Preferred Language
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_zh_TW.properties

    labels.error_title=錯誤
    labels.system_error_title=系統錯誤
    labels.contact_site_admin=請聯繫網站管理員。
    labels.request_error_title=請求格式不正確。
    labels.bad_request=對URL的請求不正確。
    labels.page_not_found_title=頁面未找到。
    labels.check_url=請檢查URL。
    labels.user_name=使用者名稱
    labels.login=登入
    labels.login.placeholder_username=使用者名稱
    labels.login.placeholder_password=密碼
    labels.login.title=登入
    labels.index_label=標籤
    labels.index_lang=首選語言
    labels.index_sort=排序
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_de.properties

    labels.request_error_title=Ungültiges Anforderungsformat.
    labels.bad_request=Ihre Anfrage an die URL ist ungültig.
    labels.page_not_found_title=Seite nicht gefunden.
    labels.check_url=Bitte überprüfen Sie die URL.
    labels.user_name=Benutzername
    labels.login=Anmelden
    labels.login.placeholder_username=Benutzername
    labels.login.placeholder_password=Passwort
    labels.login.title=Anmelden
    labels.index_label=Label
    labels.index_lang=Bevorzugte Sprache
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  9. src/main/resources/fess_label_nl.properties

    labels.request_error_title=Verzoekformaat is onjuist.
    labels.bad_request=Het verzoek aan de URL is onjuist.
    labels.page_not_found_title=Pagina niet gevonden.
    labels.check_url=Controleer de URL.
    labels.user_name=Gebruikersnaam
    labels.login=Inloggen
    labels.login.placeholder_username=Gebruikersnaam
    labels.login.placeholder_password=Wachtwoord
    labels.login.title=Inloggen
    labels.index_label=Label
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  10. src/main/resources/fess_label_pl.properties

    labels.request_error_title=Nieprawidłowy format żądania.
    labels.bad_request=Żądanie do adresu URL jest nieprawidłowe.
    labels.page_not_found_title=Strona nie znaleziona.
    labels.check_url=Sprawdź adres URL.
    labels.user_name=Nazwa użytkownika
    labels.login=Zaloguj się
    labels.login.placeholder_username=Nazwa użytkownika
    labels.login.placeholder_password=Hasło
    labels.login.title=Zaloguj się
    labels.index_label=Etykieta
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
Back to top