五五字典>英语词典>uncommitted翻译和用法

uncommitted

英 [ˌʌnkəˈmɪtɪd]

美 [ˌʌnkəˈmɪtɪd]

adj.  未作承诺的; 未表态的

GRE经济

BNC.21332 / COCA.23244

牛津词典

    adj.

    • 未作承诺的;未表态的
      not having given or promised support to a particular person, group, belief, action, etc.
      1. The party needs to canvass the uncommitted voters.
        这个党需要向未表明态度的选民游说拉票。

    柯林斯词典

    • ADJ 未作承诺的;未表态的
      If you areuncommitted, you have not yet decided to support a particular idea, belief, group, or person, or you are unwilling to show your support.
      1. The allegiance of uncommitted voters will be crucial...
        未表态的选民支持谁将是至关重要的。
      2. I was still uncommitted to the venture when we reached Kanpur.
        我们到达坎普尔时,我仍未拿定主意是否去冒险。
      3. The uncommittedare people who are uncommitted.
        未表态者;未作出承诺的人
      4. It was the uncommitted that Labour needed to reach.
        工党需要拉拢的是未表态者。
    • ADJ (资源等)未指定用途的,未明确用途的
      If resources areuncommitted, it has not yet been decided what to use them for.
      1. ...uncommitted gas reserves.
        用途待定的汽油储备
      2. ...£2.3m of uncommitted loans.
        230万英镑用途未定的贷款

    英英释义

    adj

    • not associated in an exclusive sexual relationship
        Synonym:unattached
      1. not bound or pledged
        1. not busy
          1. he was not available for comment
          2. he was available and willing to accompany her
          Synonym:available

        双语例句

        • Also, uncommitted changes are not synchronized.
          另外,未提交的更改不会被同步。
        • Release the row locks so that other applications can SELECT, INSERT, UPDATE, and DELETE from the table ( for example, use isolation level cursor stability or uncommitted read).
          释放行锁,以便其他应用程序可以对表执行SELECT、INSERT、UPDATE和DELETE(例如,使用游标稳定性(cursorstability)隔离级别或未提交读(uncommittedread)隔离级别)。
        • Either extreme can work against you as you'll appear unfocused, uncommitted or unqualified.
          这两种极端都对你不利,会让显得你很不专注、责任感、格。
        • A database snapshot captures the point in time at which snapshot creation began, minus any uncommitted transactions.
          数据库快照捕获开始创建快照的时间点,去掉所有未提交的事务。
        • One transaction may not write to a row if another uncommitted transaction has already written to it.
          如果一个事务已经开始写数据,则另外一个数据则不允许同时写。
        • We can also choose to commit or roll back the uncommitted transactions during SQL or OS errors using COMMIT or ROLLBACK options.
          我们还可以选择使用COMMIT或ROLLBACK选项在SQL或OS错误期间提交或回滚未提交的事务。
        • But A2 can afterwards roll back the insert, and then A1 has not retrieved uncommitted data.
          但A2可以在此后回滚插入操作,随后A1将无法再检索到未提交的数据。
        • Transactions are not isolated from each other, and read only cursors can access uncommitted changes from other transactions.
          事务之间未隔离,只读游标可访问其他事务未提交的更改。
        • Logs contain both committed and uncommitted data.
          日志包含提交和未提交的数据。
        • An autonomous transaction has its own COMMIT and ROLLBACK scope to ensure that its outcome does not affect the caller's uncommitted changes.
          自治事务拥有自己的COMMIT和ROLLBACK范围,确保它的结果不会影响到调用方的未提交的变更。