- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 252 for DB (0.05 sec)
-
docs/ja/README.md
- [Confluence/Jira](https://github.com/codelibs/fess-ds-atlassian) - [Box](https://github.com/codelibs/fess-ds-box) - [CSV](https://github.com/codelibs/fess-ds-csv) - [Database](https://github.com/codelibs/fess-ds-db) - [Dropbox](https://github.com/codelibs/fess-ds-dropbox) - [Elasticsearch](https://github.com/codelibs/fess-ds-elasticsearch) - [Git](https://github.com/codelibs/fess-ds-git)
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 8.3K bytes - Viewed (0) -
docs/de/docs/tutorial/dependencies/dependencies-with-yield.md
opt Löst Exception aus dep -->> handler: Löst Exception aus handler -->> client: HTTP-Error-Response end dep ->> operation: Führt Abhängigkeit aus, z. B. DB-Session opt Löst aus operation -->> dep: Löst Exception aus (z. B. HTTPException) opt Handhabt dep -->> dep: Kann Exception abfangen, eine neue HTTPException auslösen, andere Exceptions auslösen
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: others might be updated, so retry. */ public static final String ERRORS_APP_DB_ALREADY_UPDATED = "{errors.app.db.already.updated}"; /** The key of the message: already existing data, so retry. */ public static final String ERRORS_APP_DB_ALREADY_EXISTS = "{errors.app.db.already.exists}";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 119.9K bytes - Viewed (0) -
docs/en/docs/tutorial/dependencies/dependencies-with-yield.md
Note over dep: Run code up to yield opt raise Exception dep -->> handler: Raise Exception handler -->> client: HTTP error response end dep ->> operation: Run dependency, e.g. DB session opt raise operation -->> dep: Raise Exception (e.g. HTTPException) opt handle dep -->> dep: Can catch exception, raise a new HTTPException, raise other exception end
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 14K bytes - Viewed (0) -
docs/bucket/notifications/README.md
ARGS: connection_string* (string) Postgres server connection-string e.g. "host=localhost port=5432 dbname=minio_events user=postgres password=password sslmode=disable" table* (string) DB table name to store/update events, table is auto-created format* (namespace*|access) 'namespace' reflects current bucket/object list and 'access' reflects a journal of object operations, defaults to 'namespace'
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 84K bytes - Viewed (0) -
api/go1.6.txt
pkg crypto/x509, method (InsecureAlgorithmError) Error() string pkg crypto/x509, method (SignatureAlgorithm) String() string pkg crypto/x509, type InsecureAlgorithmError int pkg database/sql, method (*DB) SetConnMaxLifetime(time.Duration) pkg debug/dwarf, const ClassUnknown = 0 pkg debug/dwarf, const ClassUnknown Class pkg debug/elf, const COMPRESS_HIOS = 1879048191 pkg debug/elf, const COMPRESS_HIOS CompressionType
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Jan 13 23:40:13 UTC 2016 - 12.9K bytes - Viewed (0) -
schema/field.go
Set func(context.Context, reflect.Value, interface{}) error Serializer SerializerInterface NewValuePool FieldNewValuePool // In some db (e.g. MySQL), Unique and UniqueIndex are indistinguishable. // When a column has a (not Mul) UniqueIndex, Migrator always reports its gorm.ColumnType is Unique. // It causes field unnecessarily migration.
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Apr 15 03:20:20 UTC 2024 - 32K bytes - Viewed (0) -
guava-tests/test/com/google/common/net/InetAddressesTest.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri May 24 16:44:05 UTC 2024 - 35.3K bytes - Viewed (0) -
cmd/testdata/xl-meta-merge.zip
¼x-minio-internal-inline-dataÄ true§MetaUsr‚¬content-type¸application/octet-stream¤etagÙ 9fe7a344ef4227d3e537¡vÎeçnÐÎ ¤ ‚Ù$73c9f651-f023-4566-b012-cc537fdb7ce2Ä’áð ºbÁ¨Æ ðb™ P\šR[ õ( FçE ?× ‰Š Ÿ69 $ ³wîkcaRPQqVÒ ¦M¾œ 7 'yòqRÝD‘Ž ®Žº™”B¬¬ òqRÝDÜ––·¾Šˆª„]„N ÐßùÃèØí÷Ü ]B²½Öëm^t U©|ÎÁ 0 . ûм¥\{Áùh|}@î¾Ù$1f163718-9bc5-4b01-bff7-5d8cf09caf10Ä’áð ºbÁ¨Æ ðb™ P\šR[ õ( FçE ?× ‰Š Ÿ69 $ ³wîkcaRPQqVÒ ¦M¾œ 7 'yòqRÝD‘Ž ®Žº™”B¬¬ òqRÝDÜ––·¾Šˆª„]„N ÐßùÃèØí÷Ü ]B²½Öëm^t U©|ÎÁ 0 . ûм¥\{Áùh|}@î¾ xl1/testbucket/hosts/xl.meta XL2...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 30.2K bytes - Viewed (0) -
docs/en/docs/tutorial/sql-databases.md
If you check the previous app, in the UI you can see that, up to now, it lets the client decide the `id` of the `Hero` to create. 😱 We shouldn't let that happen, they could overwrite an `id` we already have assigned in the DB. Deciding the `id` should be done by the **backend** or the **database**, **not by the client**. Additionally, we create a `secret_name` for the hero, but so far, we are returning it everywhere, that's not very **secret**... 😅
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Oct 09 19:44:42 UTC 2024 - 14.7K bytes - Viewed (0)