- Sort Score
- Num 10 results
- Language All
Results 131 - 140 of 145 for authority (0.18 seconds)
-
docs/zh-hant/docs/tutorial/security/simple-oauth2.md
同時也可能有工具會期待並使用它(現在或未來),而這可能對你或你的使用者有幫助,現在或未來皆然。 這就是標準的好處... /// ## 實際操作看看 { #see-it-in-action } 開啟互動式文件:[http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)。 ### 驗證身分 { #authenticate } 點選「Authorize」按鈕。 使用下列帳密: User: `johndoe` Password: `secret` <img src="/img/tutorial/security/image04.png"> 在系統中完成驗證後,你會看到如下畫面: <img src="/img/tutorial/security/image05.png">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 9.1K bytes - Click Count (0) -
docs/es/docs/tutorial/security/first-steps.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 8.8K bytes - Click Count (0) -
docs/pt/docs/tutorial/security/first-steps.md
Você verá algo deste tipo: <img src="/img/tutorial/security/image01.png"> /// check | Botão Autorizar! Você já tem um novo botão 'Authorize'. E sua operação de rota tem um pequeno cadeado no canto superior direito em que você pode clicar. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 8.7K bytes - Click Count (0) -
docs/zh/docs/tutorial/security/simple-oauth2.md
说不定什么时候,就有工具用得上它,而且,开发者或用户也可能用得上。 这就是遵循标准的好处... /// ## 实际效果 { #see-it-in-action } 打开交互式文档:[http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)。 ### 身份验证 { #authenticate } 点击“Authorize”按钮。 使用以下凭证: 用户名:`johndoe` 密码:`secret` <img src="/img/tutorial/security/image04.png"> 通过身份验证后,显示下图所示的内容: <img src="/img/tutorial/security/image05.png">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 9K bytes - Click Count (0) -
tensorflow/BUILD
visibility = ["//visibility:public"], deps = [ ":tensorflow_py_no_contrib", "//tensorflow/lite/python:analyzer", "//tensorflow/lite/python:lite", "//tensorflow/lite/python/authoring", ], ) py_strict_library( name = "tensorflow_py_no_contrib", srcs = select({ "api_version_2": [":tf_python_api_gen_v2"],Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Mar 24 21:00:18 GMT 2026 - 53.1K bytes - Click Count (0) -
docs/ko/docs/tutorial/security/simple-oauth2.md
그것이 표준의 이점입니다 ... /// ## 확인하기 { #see-it-in-action } 대화형 문서 열기: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). ### 인증하기 { #authenticate } "Authorize" 버튼을 눌러봅시다. 자격 증명을 사용합니다. 유저명: `johndoe` 패스워드: `secret` <img src="/img/tutorial/security/image04.png"> 시스템에서 인증하면 다음과 같이 표시됩니다: <img src="/img/tutorial/security/image05.png">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11.1K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/simple-oauth2.md
/// ## Voir en action { #see-it-in-action } Ouvrez la documentation interactive : [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). ### S'authentifier { #authenticate } Cliquez sur le bouton « Authorize ». Utilisez les identifiants : Utilisateur : `johndoe` Mot de passe : `secret` <img src="/img/tutorial/security/image04.png"> Après vous être authentifié dans le système, vous verrez ceci :Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 11.2K bytes - Click Count (0) -
docs/pt/docs/tutorial/security/simple-oauth2.md
/// ## Veja em ação { #see-it-in-action } Abra o docs interativo: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). ### Autentique-se { #authenticate } Clique no botão "Authorize". Use as credenciais: User: `johndoe` Password: `secret` <img src="/img/tutorial/security/image04.png"> Após autenticar no sistema, você verá assim:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 10.2K bytes - Click Count (0) -
docs/ja/docs/tutorial/security/simple-oauth2.md
これが標準の利点です…。 /// ## 動作確認 { #see-it-in-action } インタラクティブドキュメントを開きます: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)。 ### 認証 { #authenticate } 「Authorize」ボタンをクリックします。 次の認証情報を使います: User: `johndoe` Password: `secret` <img src="/img/tutorial/security/image04.png"> システムで認証されると、次のように表示されます:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 12.1K bytes - Click Count (0) -
schema/relationship_test.go
References: []Reference{{"ID", "User", "UserRefer", "Profile", "", true}}, }) } type Author struct { gorm.Model } type Book struct { gorm.Model Author Author AuthorID uint } func (Book) TableName() string { return "my_schema.a_very_very_very_very_very_very_very_very_long_table_name" } func TestParseConstraintNameWithSchemaQualifiedLongTableName(t *testing.T) {Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Mon Aug 18 11:44:52 GMT 2025 - 26.5K bytes - Click Count (0)