Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 83 for stdio (0.02 seconds)

  1. docs/pt/docs/features.md

    Todo o framework **FastAPI** é feito para satisfazer isso. O preenchimento automático funciona em todos os lugares.
    
    Você raramente precisará voltar à documentação.
    
    Aqui está como o editor poderá te ajudar:
    
    * no [Visual Studio Code](https://code.visualstudio.com/):
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    * no [PyCharm](https://www.jetbrains.com/pycharm/):
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  2. docs/ru/docs/features.md

    Вся структура **FastAPI** основана на удовлетворении этой возможности. Автозавершение работает везде.
    
    Вам редко нужно будет возвращаться к документации.
    
    Вот как ваш редактор может вам помочь:
    
    * в [Visual Studio Code](https://code.visualstudio.com/):
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    * в [PyCharm](https://www.jetbrains.com/pycharm/):
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 15.5K bytes
    - Click Count (0)
  3. docs/es/docs/features.md

    Todo el framework **FastAPI** está basado para satisfacer eso. El autocompletado funciona en todas partes.
    
    Rara vez necesitarás regresar a la documentación.
    
    Aquí está cómo tu editor podría ayudarte:
    
    * en [Visual Studio Code](https://code.visualstudio.com/):
    
    ![soporte del editor](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    * en [PyCharm](https://www.jetbrains.com/pycharm/):
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  4. docs/ko/docs/tutorial/body.md

    <img src="/img/tutorial/body/image04.png">
    
    단순한 우연이 아닙니다. 프레임워크 전체가 이러한 디자인을 중심으로 설계되었습니다.
    
    그 어떤 구현 전에, 모든 편집기에서 작동할 수 있도록 보장하기 위해 설계 단계에서 혹독하게 테스트되었습니다.
    
    이를 지원하기 위해 Pydantic 자체에서 몇몇 변경점이 있었습니다.
    
    이전 스크린샷은 [Visual Studio Code](https://code.visualstudio.com)로 찍은 것입니다.
    
    하지만 똑같은 편집기 지원을 [PyCharm](https://www.jetbrains.com/pycharm/)와 대부분의 다른 파이썬 편집기에서도 받을 수 있습니다:
    
    <img src="/img/tutorial/body/image05.png">
    
    /// tip | 팁
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 8K bytes
    - Click Count (0)
  5. docs/changelogs/changelog_3x.md

    OkHttp 3.x Change Log
    =====================
    
    ## Version 3.14.9
    
    _2020-05-17_
    
     *  Fix: Don't crash when running as a plugin in Android Studio Canary 4.1. To enable
        platform-specific TLS features OkHttp must detect whether it's running in a JVM or in Android.
        The upcoming Android Studio runs in a JVM but has classes from Android and that confused OkHttp!
    
    
    ## Version 3.14.8
    
    _2020-04-28_
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 06 14:55:54 GMT 2022
    - 50.8K bytes
    - Click Count (0)
  6. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "largeAndroidBuild",
        "linux" : 427
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.android.RealLifeAndroidStudioPerformanceTest.run Android Studio sync",
      "durations" : [ {
        "testProject" : "largeAndroidBuild",
        "linux" : 742
      }, {
        "testProject" : "nowInAndroidBuild",
        "linux" : 1163
      }, {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 04:45:09 GMT 2026
    - 26.1K bytes
    - Click Count (0)
  7. android/guava/src/com/google/common/eventbus/EventBus.java

     *       initialize all possible subscribers at startup time.
     *   <li>It uses reflection in ways that break when code is processed by optimizers/minimizers like
     *       <a href="https://developer.android.com/studio/build/shrink-code">R8 and Proguard</a>.
     *   <li>It doesn't offer a way to wait for multiple events before taking action. For example, it
     *       doesn't offer a way to wait for multiple producers to all report that they're "ready," nor
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Dec 21 03:10:51 GMT 2024
    - 12.7K bytes
    - Click Count (0)
  8. docs/ja/docs/features.md

    **FastAPI** はその要求を満たすことを基盤にしています。オートコンプリートはどこでも機能します。
    
    ドキュメントに戻る必要はほとんどありません。
    
    エディタがどのように役立つかの例です:
    
    * [Visual Studio Code](https://code.visualstudio.com/) の場合:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    * [PyCharm](https://www.jetbrains.com/pycharm/) の場合:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 11.6K bytes
    - Click Count (0)
  9. .teamcity/performance-tests-ci.json

          "coverage" : {
            "per_commit" : [ "linux" ]
          }
        } ]
      }, {
        "testId" : "org.gradle.performance.regression.android.RealLifeAndroidStudioPerformanceTest.run Android Studio sync",
        "groups" : [ {
          "testProject" : "largeAndroidBuild",
          "coverage" : {
            "per_commit" : [ "linux" ]
          }
        }, {
          "testProject" : "nowInAndroidBuild",
          "coverage" : {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Feb 03 21:56:33 GMT 2026
    - 32.5K bytes
    - Click Count (0)
  10. docs/ja/docs/tutorial/body.md

    <img src="/img/tutorial/body/image04.png">
    
    これは偶然ではなく、フレームワーク全体がその設計を中心に構築されています。
    
    そして、すべてのエディタで動作することを確実にするために、実装前の設計フェーズで徹底的にテストされました。
    
    これをサポートするために、Pydantic自体にもいくつかの変更が加えられました。
    
    前述のスクリーンショットは [Visual Studio Code](https://code.visualstudio.com) で撮影されたものです。
    
    ただし、[PyCharm](https://www.jetbrains.com/pycharm/) や、他のほとんどのPythonエディタでも同じエディタサポートを得られます:
    
    <img src="/img/tutorial/body/image05.png">
    
    /// tip | 豆知識
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 8.2K bytes
    - Click Count (0)
Back to Top