嵌套錯誤 的英文怎麼說

中文拼音 [qiàntàocuò]
嵌套錯誤 英文
nesting error
  • : 嵌名詞(用於地名) a word used in place name
  • : 名1 (套子) cover; case; sheath 2 (河流或山勢的彎曲處) a bend of a river or a curve in a mount...
  • : Ⅰ形容詞1 (錯誤; 不正確) wrong; mistaken; erroneous 2 (用於否定: 壞; 差) bad; poor 3 (交叉; ...
  • : Ⅰ名詞(錯誤) mistake; error Ⅱ動詞1 (弄錯) mistake; misunderstand 2 (耽誤) miss 3 (使受損害...
  • 錯誤 : 1 (不正確) wrong; mistaken; incorrect; erroneous 2 (不正確的事物、行為等) mistake; error; blu...
  1. In nested catch blocks, error line returns the error line number specific to the scope of the catch block in which it is referenced

    catch塊中, error _ line返回特定於引用它的catch塊作用域的行號。
  2. In nested catch blocks, error number returns the error number specific to the scope of the catch block in which it is referenced

    的catch塊中, error _ number返回特定於其被引用的catch塊作用域的號。
  3. In nested catch blocks, error message returns the error message specific to the scope of the catch block in which it is referenced

    catch塊中, error _ message返回特定於它被引用catch塊作用域的消息。
  4. Nesting additional scriptlets within the conditionalized content can wreak havoc if a syntax error is inadvertently introduced, and it can be quite a challenge to make sense of the resulting error message when the page is compiled by the jsp container

    如果不經意間引入了一個語法,則條件內容中的其它scriptlet可能會造成嚴重破壞,並且在jsp容器編譯該頁面時,要使所產生的信息有意義可能會很困難。
  5. Existent automatic grading model of programs can not deal with the programs with structural body. in this paper, we study the syntax and concept of structural body based on an existed model, and improve the original model in the following aspects : increasing the middle representation form of structural body in analysis of morphology and syntax and system dependence graph and abstract syntax tree, adding standardization rules, mainly including type definition, nesting structure, initialization, function invocation, renaming and sequence of program sentence, besides standardization rules of bit operation and program with enumeration, enhancing the function of inspecting syntax error and improving matching strategies

    本文在原有的編程題自動評分模型的基礎上,對結構體的語法結構和實現原理進行研究,並在以下幾個方面完善原有模型:在詞法和語法分析、程序的系統依賴圖建立和抽象語法樹生成三個方面增加結構體類型的中間表示形式;擴充程序的標準化規則,主要包括類型定義標準化、結構體結構標準化、結構體初始化的標準化、結構體作為函數參數時函數調用標準化、結構體變量名稱標準化、結構體語句排列順序標準化等等;另外,還增加了位運算標準化、枚舉標準化以及文件的處理;增強學生程序中語法的檢測和改進程序匹配策略。
  6. In bpel, scopes allow defining a nested activity with its own associated variables, fault handlers, and compensation handler

    在bpel中,范圍允許定義擁有自己的關聯變量、處理和補償處理的活動。
  7. But at present, there seem to be much deficiencies on the correctness and reliability of workflow and it can not meet the practical needs very well. in this paper, we introduce some transactional properties to workflow and put forward a nested workflow model with transactional characteristics. this model includes nested tasks and dependencies between the tasks, and it is provided with some atm properties such as relaxed isolation and atomicity. further more, we discuss the execution mechanism, system recovery and error handling of workflow on the base of the transactional characteristics. by defining consistency unit and execution atomic unit, we loosen the failure atomicity, serializability of concurrent worflow and isolation between tasks, thus, workflow meets the needs of the application semantics more flexiblly with high correctness and reliability

    這個模型包含任務和任務間的依賴,並具有高級事務模型的一些屬性,比如鬆散的隔離性和原子性。我們又進一步在這個模型的基礎上利用這些事務性質提出了有關工作流的執行機制、系統恢復和處理等問題的解決方法。通過定義一致性單元和執行單元放鬆了事務的失敗原子性、並發工作流的可串列化要求以及任務間的隔離性,使工作流在具有高可靠性和正確性的前提下更靈活地滿足實際應用語義的要求。
  8. Once the view is created by outjoin, those existing algorithms may fail in view maintenance. this paper introduce a new view maintenance algorithm, which can handle view involving outjoin, regular join and data inconsistency. moreover, our maintenance mechanism minimizes the number of the queries that need to be sent to the local database systems for view maintenance, which is an efficient way to make the multidatabase system more efficient

    針對傳統的視圖維護演算法在有外連接或數據不一致的情況下會出現的問題,本文提出了一種新的視圖維護演算法: vmdt演算法,該演算法不僅解決了外連接及數據不一致問題,而且最大限度地減少了國防科學技術大學研究生院學位論文mdbs與ldb之間的通信量,解決了異常問題。
  9. The result is less code and the elimination of a common source of errors when writing nested loops

    結果是當編寫循環時更少的程序代碼和消除了共同的源。
  10. The historical development of bom technique is reviewed from theory and practice, and the analysis, design and optimization strategy of relational database based bom are presented. in the flowing section, the paper analyzes traditional bom search algorithms and proposes some optimization algorithms, and then, through applying dag to bom technique, the bom cyclic nesting error check algorithms and low - lever code algorithms are improved as well

    本文重點研究了bom技術的研究現狀,提出了基於關系型數據庫的bom的分析、設計和優化策略;並且對bom的常用遍歷演算法進行分析后對其進行改進;將dag圖運用到bom技術上對bom的循環嵌套錯誤檢查的演算法和低層碼的演算法進行改進。
  11. Exception mode is also useful because you can structure your error handling more clearly than with traditional php - style warnings, and with less code nesting than by running in silent mode and explicitly checking the return value of each database call

    異常模式另一個有用的地方是,與傳統的php風格的警告相比,您可以更清晰地構造自己的處理,而且,比起以靜寂方式以及顯式地檢查每個數據庫調用的返回值,異常模式需要的代碼/也更少。
  12. Sql server error 7395 is raised regarding nested transactions

    引發關于事務的sql server7395
  13. If you attempt to execute nested transactions over the linked server connection to the oracle publisher, you will receive the following error

    如果嘗試通過連接到oracle發布服務器的鏈接服務器連接執行事務,將接收到以下
分享友人