- Sort Score
- Result 10 results
- Languages All
Results 971 - 980 of 1,007 for update (0.08 sec)
-
docs/de/docs/deployment/concepts.md
Wenn Ihre Verbindung zum Server jedoch unterbrochen wird, wird der **laufende Prozess** wahrscheinlich abstรผrzen. Und wenn der Server neu gestartet wird (z. B. nach Updates oder Migrationen vom Cloud-Anbieter), werden Sie das wahrscheinlich **nicht bemerken**. Und deshalb wissen Sie nicht einmal, dass Sie den Prozess manuell neu starten mรผssen. Ihre API bleibt also einfach tot. ๐ฑ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 20.6K bytes - Viewed (0) -
tests/create_test.go
t.Errorf("user's primary key should has value after create, got : %v", u1.ID) } if u1.CreatedAt.IsZero() { t.Errorf("user's created at should be not zero") } if u1.UpdatedAt.IsZero() { t.Errorf("user's updated at should be not zero") } var newUser User if err := DB.Where("id = ?", u1.ID).First(&newUser).Error; err != nil { t.Fatalf("errors happened when query: %v", err) } else { CheckUser(t, newUser, u1) }
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Mon Jul 21 09:55:20 UTC 2025 - 26.8K bytes - Viewed (0) -
src/main/resources/fess_message_ja.properties
# - - - - - - - - - -/ errors.login.failure = ใญใฐใคใณใซๅคฑๆใใพใใใ errors.app.illegal.transition = ไธๆญฃใช้ท็งปใฎใใใๅๅบฆๅฎ่กใใฆใใ ใใใ errors.app.db.already.deleted = ไปใฎๅฆ็ใงๅ้คใใใฆใใๅฏ่ฝๆงใใใใพใใๅๅบฆใๆไฝใใใ็ดใใฆใใ ใใใ errors.app.db.already.updated = ไปใฎๅฆ็ใงๆดๆฐใใใฆใใๅฏ่ฝๆงใใใใพใใๅๅบฆใๆไฝใใใ็ดใใฆใใ ใใใ errors.app.db.already.exists = ใใผใฟใใใงใซๅญๅจใใฆใใพใใๅๅบฆใๆไฝใใใ็ดใใฆใใ ใใใ errors.app.double.submit.request = ใใฎใชใฏใจในใใฎๅใซๅฆ็ใใใฆใใๅ ดๅใใใใพใใๅๅบฆใๆไฝใใใ็ดใใฆใใ ใใใ
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 15.2K bytes - Viewed (0) -
docs/en/docs/deployment/concepts.md
And it will work and will be useful **during development**. But if your connection to the server is lost, the **running process** will probably die. And if the server is restarted (for example after updates, or migrations from the cloud provider) you probably **won't notice it**. And because of that, you won't even know that you have to restart the process manually. So, your API will just stay dead. ๐ฑ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 18.6K bytes - Viewed (0) -
docs/sts/ldap.md
- find accounts whose group memberships have changed; access policies available to a credential are updated to reflect the change, i.e. they will lose any privileges associated with a group they are removed from, and gain any privileges associated with a group they are added to.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 18.9K bytes - Viewed (0) -
docs/en/docs/help-fastapi.md
## Subscribe to the newsletter { #subscribe-to-the-newsletter } You can subscribe to the (infrequent) [**FastAPI and friends** newsletter](newsletter.md){.internal-link target=_blank} to stay updated about: * News about FastAPI and friends ๐ * Guides ๐ * Features โจ * Breaking changes ๐จ * Tips and tricks โ ## Follow FastAPI on X (Twitter) { #follow-fastapi-on-x-twitter }Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 14K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/AbstractScheduledService.java
return executor.schedule(this, schedule.delay, schedule.unit); } } /** * Contains the most recently submitted {@code Future}, which may be cancelled or updated, * always under a lock. */ private static final class SupplantableFuture implements Cancellable { private final ReentrantLock lock; @GuardedBy("lock")
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 27.8K bytes - Viewed (0) -
README.md
Now go to <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>. * The interactive API documentation will be automatically updated, including the new body:  * Click on the button "Try it out", it allows you to fill the parameters and directly interact with the API:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 15:19:49 UTC 2025 - 24.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.7K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/AbstractScheduledService.java
return executor.schedule(this, schedule.delay, schedule.unit); } } /** * Contains the most recently submitted {@code Future}, which may be cancelled or updated, * always under a lock. */ private static final class SupplantableFuture implements Cancellable { private final ReentrantLock lock; @GuardedBy("lock")
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 27.7K bytes - Viewed (0)