Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1401 - 1410 of 1,423 for aead (0.29 sec)

  1. android/guava/src/com/google/common/collect/Iterators.java

       *
       * <p><b>Note:</b> The current implementation eagerly allocates storage for {@code size} elements.
       * As a consequence, passing values like {@code Integer.MAX_VALUE} can lead to {@link
       * OutOfMemoryError}.
       *
       * @param iterator the iterator to return a partitioned view of
       * @param size the desired size of each partition (the last may be smaller)
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <acronym>DWG</acronym>
        <_comment>AutoCad Drawing</_comment>
        <tika:link>http://en.wikipedia.org/wiki/.dwg</tika:link>
        <alias type="image/x-dwg"/>
        <alias type="application/acad"/>
        <alias type="application/x-acad"/>
        <alias type="application/autocad_dwg"/>
        <alias type="application/dwg"/>
        <alias type="application/x-dwg"/>
        <alias type="application/x-autocad"/>
        <alias type="drawing/dwg"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. docs/zh/docs/tutorial/sql-databases.md

    但是在 ORM 模式下,由于 Pydantic 本身会尝试从属性访问它需要的数据(而不是假设为 `dict`),你可以声明你想要返回的特定数据,它甚至可以从 ORM 中获取它。
    
    ## CRUD工具
    
    现在让我们看看文件`sql_app/crud.py`。
    
    在这个文件中,我们将编写可重用的函数用来与数据库中的数据进行交互。
    
    **CRUD**分别为:增加(**C**reate)、查询(**R**ead)、更改(**U**pdate)、删除(**D**elete),即增删改查。
    
    ...虽然在这个例子中我们只是新增和查询。
    
    ### 读取数据
    
    从 `sqlalchemy.orm`中导入`Session`,这将允许您声明`db`参数的类型,并在您的函数中进行更好的类型检查和完成。
    
    导入之前的`models`(SQLAlchemy 模型)和`schemas`(Pydantic*模型*/模式)。
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg io, func NopCloser(Reader) ReadCloser
    pkg io, func ReadAll(Reader) ([]uint8, error)
    pkg io, type ReadSeekCloser interface { Close, Read, Seek }
    pkg io, type ReadSeekCloser interface, Close() error
    pkg io, type ReadSeekCloser interface, Read([]uint8) (int, error)
    pkg io, type ReadSeekCloser interface, Seek(int64, int) (int64, error)
    pkg io, var Discard Writer
    pkg io/fs, const ModeAppend = 1073741824
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.12.md

    * client-go: shortens refresh period for token files to 1 minute to ensure auto-rotated projected service account tokens are read frequently enough. ([#72437](https://github.com/kubernetes/kubernetes/pull/72437), [@liggitt](https://github.com/liggitt))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  6. cmd/testdata/undeleteable-object.tgz

    ÈõN O­ãE ïG±$Ÿ >C Íâe•l­ 5(_†˜á?êÁW:> ü3Ë‚â^ª®ˆ Ô& “O¢ê Gh;Íú‰ ‚¨y î }xŸÝC+ ËÁOå ¢§ÿåÝ\=L9W¦ ‹ú »¨£ tâÚyˆ}½U &¡/Óÿ WíkÎ1ÆdxNë¹! À ^Ð’¼ öwŠ‚$ãuëzr¦€Ç¼ÀW‰Ì "›î f@f#Òß ’z ¾êÝž™•ç \‚‹¦áÎ-ÇmšÑ–¤[™)^Ç{j ˆå> %jœ › æh˜å]øj ål§kŒG{€,R¾Ž! ±O3¹v- ¤$P2—‡Ú÷Ъq Æa aéÅ m%æí#º±ïÄFºÎ=1 a¾7^]ê žTøäd4 çáIˆ ø¿S­ ßZ‡:¹CC÷7 > ¨*{k‰O|“£ËÍgë´ï4)Q(¿¤¼Ørê ò*‘5kgê[0“xj\óÕóq÷OìØᦃbз K° º46š’y "‹ëEÒXÇTÀ§á¸×Ûù‘‚aݨ9Ì»%à®}ÅÑÒ `ó-¤0èLÂp ‹¸_ºó! /Gq—î§m½Á\ô €· GYƒðI%£eT†?î4 Á€ si»#,™ Ò Ú‹l ÄL kÈ*©Lh Ðàêó çÿ´Eµ4]ŒHû •fG{Ð ü!)‡\...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Apr 26 00:31:12 UTC 2024
    - 8.7M bytes
    - Viewed (0)
  7. okhttp/api/okhttp.api

    	public static synthetic fun delete$default (Lokhttp3/Request$Builder;Lokhttp3/RequestBody;ILjava/lang/Object;)Lokhttp3/Request$Builder;
    	public fun get ()Lokhttp3/Request$Builder;
    	public fun head ()Lokhttp3/Request$Builder;
    	public fun header (Ljava/lang/String;Ljava/lang/String;)Lokhttp3/Request$Builder;
    	public fun headers (Lokhttp3/Headers;)Lokhttp3/Request$Builder;
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Apr 15 13:41:01 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  8. docs/bucket/notifications/README.md

    -intro/) that offers additional functionality like `At-least-once-delivery`, and `Publisher rate limiting`. To configure MinIO server to send notifications to NATS Streaming server, update the MinIO server configuration file as follows:
    
    Read more about sections `cluster_id`, `client_id` on [NATS documentation](https://github.com/nats-io/nats-streaming-server/blob/master/README.md). Section `maxPubAcksInflight` is explained [here](https://github.com/nats-io/stan.go#publisher-rate-limiting)....
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
  9. cmd/admin-handlers-users.go

    					Replication:         rcfg != nil,
    					Locking:             lcfg.LockEnabled,
    					Quota:               quota,
    					Tagging:             tcfg,
    				},
    				Access: madmin.AccountAccess{
    					Read:  rd,
    					Write: wr,
    				},
    			})
    		}
    	}
    
    	usageInfoJSON, err := json.Marshal(acctInfo)
    	if err != nil {
    		writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL)
    		return
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 03 23:11:02 UTC 2024
    - 85.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.3.md

    * Added DNS Reverse Record logic for service IPs ([#26226](https://github.com/kubernetes/kubernetes/pull/26226), [@ArtfulCoder](https://github.com/ArtfulCoder))
    * read gluster log to surface glusterfs plugin errors properly in describe events ([#24808](https://github.com/kubernetes/kubernetes/pull/24808), [@screeley44](https://github.com/screeley44))
    
    
    
    # v1.3.0-alpha.5
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
Back to top