- Sort Score
- Num 10 results
- Language All
Results 221 - 230 of 383 for stessi (0.29 seconds)
-
README.md
The TensorFlow project strives to abide by generally accepted best practices in open-source software development. ## Patching guidelines Follow these steps to patch a specific version of TensorFlow, for example, to apply fixes to bugs or security vulnerabilities: * Clone the TensorFlow repository and switch to the appropriate branch for
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Apr 02 10:38:57 GMT 2026 - 11.6K bytes - Click Count (0) -
docs/zh/docs/deployment/concepts.md
/// tip | 提示 如果这些关于 **容器**、Docker 或 Kubernetes 的内容还没有多大意义,请不要担心。 我将在以后的章节中向您详细介绍容器镜像、Docker、Kubernetes 等:[容器中的 FastAPI - Docker](docker.md)。 /// ## 启动之前的步骤 { #previous-steps-before-starting } 在很多情况下,您希望在**启动**应用程序之前执行一些步骤。 例如,您可能想要运行**数据库迁移**。 但在大多数情况下,您只想执行这些步骤**一次**。 因此,在启动应用程序之前,您将需要一个**单个进程**来执行这些**前面的步骤**。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 16.8K bytes - Click Count (0) -
docs/zh/docs/tutorial/dependencies/index.md
然后,由该系统(本文中为 **FastAPI**)负责执行所有必要的逻辑,为你的代码提供这些所需的依赖(“注入”依赖)。 当你需要以下内容时,这非常有用: * 共享业务逻辑(同一段代码逻辑反复复用) * 共享数据库连接 * 实施安全、认证、角色权限等要求 * 以及更多其他内容... 同时尽量减少代码重复。 ## 第一步 { #first-steps } 先来看一个非常简单的例子。它现在简单到几乎没什么用。 但这样我们就可以专注于**依赖注入**系统是如何工作的。 ### 创建依赖项,或“dependable” { #create-a-dependency-or-dependable } 首先关注依赖项。 它只是一个函数,且可以接收与*路径操作函数*相同的所有参数:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 8.7K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/chat/chat.jsp
</div> </div> <div id="progressIndicator" class="progress-indicator d-none" role="status" aria-live="polite"> <div class="progress-steps"> <div class="progress-step" data-phase="intent"> <div class="step-icon"><i class="fa fa-lightbulb-o" aria-hidden="true"></i></div>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 10.4K bytes - Click Count (0) -
docs/es/docs/deployment/concepts.md
Te contaré más sobre imágenes de contenedores, Docker, Kubernetes, etc. en un capítulo futuro: [FastAPI en Contenedores - Docker](docker.md). /// ## Pasos Previos Antes de Iniciar { #previous-steps-before-starting } Hay muchos casos en los que quieres realizar algunos pasos **antes de iniciar** tu aplicación. Por ejemplo, podrías querer ejecutar **migraciones de base de datos**.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 20K bytes - Click Count (0) -
docs/tr/docs/async.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 23.7K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/ConnectPlan.kt
import okhttp3.internal.platform.Platform import okhttp3.internal.tls.OkHostnameVerifier import okhttp3.internal.toHostHeader /** * A single attempt to connect to a remote server, including these steps: * * * [TCP handshake][connectSocket] * * Optional [CONNECT tunnels][connectTunnel]. When using an HTTP proxy to reach an HTTPS server
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 19.3K bytes - Click Count (2) -
src/main/webapp/WEB-INF/view/chat/chat.jsp
</div> </div> <div id="progressIndicator" class="progress-indicator d-none" role="status" aria-live="polite"> <div class="progress-steps"> <div class="progress-step" data-phase="intent"> <div class="step-icon"><i class="fa fa-lightbulb-o" aria-hidden="true"></i></div>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 10.8K bytes - Click Count (0) -
docs/SMB3_IMPLEMENTATION_PLAN.md
3. **Reliability**: - Persistent handles survive 99% of network interruptions - Witness protocol achieves <5 second failover time 4. **Compatibility**: Works with Windows Server 2016+ and Azure Files ## Next Steps 1. **Immediate Actions**: - Set up Windows Server test environment - Create detailed technical specifications for Phase 1 - Identify and evaluate Java RDMA libraries 2. **Phase 1 Kickoff**:
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 10.7K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/GenerateReleaseNotesTask.java
import javax.inject.Inject; import static java.util.Comparator.naturalOrder; import static java.util.stream.Collectors.toList; import static java.util.stream.Collectors.toSet; /** * Orchestrates the steps required to generate or update various release notes files. */ public class GenerateReleaseNotesTask extends DefaultTask { private static final Logger LOGGER = Logging.getLogger(GenerateReleaseNotesTask.class);Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 12.9K bytes - Click Count (0)