- Sort Score
- Num 10 results
- Language All
Results 311 - 320 of 1,165 for umajin (0.05 seconds)
-
src/main/resources/fess_env.properties
# ------ # Does it send mock mail? (true: no send actually, logging only) mail.send.mock = true # SMTP server settings for main: host:port mail.smtp.server.main.host.and.port = localhost:25 # The prefix of subject to show test environment or not mail.subject.test.prefix = [Test] # The common return path of all mail mail.return.path = root@localhost
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Aug 07 04:53:24 GMT 2021 - 2.2K bytes - Click Count (1) -
docs/es/docs/tutorial/first-steps.md
```python from main import app ``` Si tu código estuviera estructurado así: ``` . ├── backend │ ├── main.py │ ├── __init__.py ``` Entonces pondrías el `entrypoint` como: ```toml [tool.fastapi] entrypoint = "backend.main:app" ``` lo cual sería equivalente a: ```python from backend.main import app ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 13.9K bytes - Click Count (0) -
docs/fr/docs/tutorial/first-steps.md
```python from main import app ``` Si votre code est structuré comme : ``` . ├── backend │ ├── main.py │ ├── __init__.py ``` Alors vous définiriez le `entrypoint` comme : ```toml [tool.fastapi] entrypoint = "backend.main:app" ``` ce qui équivaudrait à : ```python from backend.main import app ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 15.1K bytes - Click Count (0) -
docs/pt/docs/tutorial/first-steps.md
```python from main import app ``` Se o seu código estiver estruturado assim: ``` . ├── backend │ ├── main.py │ ├── __init__.py ``` Então você definiria o `entrypoint` como: ```toml [tool.fastapi] entrypoint = "backend.main:app" ``` o que seria equivalente a: ```python from backend.main import app ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 14.2K bytes - Click Count (0) -
docs/zh/docs/advanced/settings.md
注意,现在我们不再创建默认实例 `settings = Settings()`。 ### 主应用文件 { #the-main-app-file } 现在我们创建一个依赖项,返回一个新的 `config.Settings()`。 {* ../../docs_src/settings/app02_an_py310/main.py hl[6,12:13] *} /// tip | 提示 我们稍后会讨论 `@lru_cache`。 目前你可以把 `get_settings()` 当作普通函数。 /// 然后我们可以在路径操作函数中将其作为依赖项引入,并在需要的任何地方使用它。 {* ../../docs_src/settings/app02_an_py310/main.py hl[17,19:21] *} ### 设置与测试 { #settings-and-testing }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 10.4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/design/admin_design_edit.jsp
<jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp"> <jsp:param name="menuCategoryType" value="system"/> <jsp:param name="menuType" value="design"/> </jsp:include> <main class="content-wrapper"> <div class="content-header"> <div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6"> <h1>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 3.7K bytes - Click Count (0) -
.github/workflows/mint/nginx.conf
include /etc/nginx/mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; access_log /var/log/nginx/access.log main; sendfile on; keepalive_timeout 65; # include /etc/nginx/conf.d/*.conf;Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed May 15 16:52:29 GMT 2024 - 3.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/pathmap/admin_pathmap.jsp
<jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp"> <jsp:param name="menuCategoryType" value="crawl"/> <jsp:param name="menuType" value="pathMapping"/> </jsp:include> <main class="content-wrapper"> <div class="content-header"> <div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6"> <h1>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 7.5K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_edit.jsp
<jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp"> <jsp:param name="menuCategoryType" value="system"/> <jsp:param name="menuType" value="dict"/> </jsp:include> <main class="content-wrapper"> <div class="content-header"> <div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6"> <h1>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 7.6K bytes - Click Count (0) -
docs/tr/docs/tutorial/first-steps.md
```python from main import app ``` Kodunuz şöyle yapılandırılmışsa: ``` . ├── backend │ ├── main.py │ ├── __init__.py ``` O zaman `entrypoint`'i şöyle ayarlardınız: ```toml [tool.fastapi] entrypoint = "backend.main:app" ``` Bu da şuna eşdeğer olur: ```python from backend.main import app ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 14.4K bytes - Click Count (0)