Search Options

Results per page
Sort
Preferred Languages
Advance

Results 971 - 980 of 1,007 for update (0.08 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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:
    
    ![Swagger UI](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
    
    * 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)
  9. src/main/java/jcifs/smb1/netbios/NbtAddress.java

                            }
                        }
                        return null;
                    }
                    if (isDataFromNodeStatus) {
                        /* 'this' has been updated and should now
                         * have a real NetBIOS name
                         */
                        calledName = null;
                        return hostName.name;
                    }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 31.7K bytes
    - Viewed (0)
  10. 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)
Back to top