日誌管理 的英文怎麼說

中文拼音 [zhìguǎn]
日誌管理 英文
log management
  • : Ⅰ名詞1 (太陽) sun 2 (白天) daytime; day 3 (一晝夜; 天) day 4 (泛指某一段時間) time 5 (日...
  • : Ⅰ名詞1 (管子) pipe; tube 2 (吹奏的樂器) wind musical instrument 3 (形狀似管的電器件) valve;...
  • : Ⅰ名詞1 (物質組織的條紋) texture; grain (in wood skin etc ) 2 (道理;事理) reason; logic; tru...
  • 日誌 : daily record; journal
  • 管理 : manage; run; administer; supervise; rule; administration; management; regulation
  1. Fsmail adopts and implements the asynchronous event driven mechanism, with all those network i / o operations in the server working under the non - blocking style ; accomplishes object - oriented heap with the dynamic array, adapted to any type of data ; adopts the multi - queue scheduling mechanism based on a fsm, easily to fulfill the extentions of delivery funtions ; fulfills the non - blocking domain name resolvement mechanism and the caching of the resolved results ; implements the non - blocking user database management and the caching of the user data recently accessed ; uses the unified memory pool management, avoiding the memory leakage and improving the performance of the fsmail server ; lastly, implements the log management server based on the c / s mode, eliminating the inconsistency of the logging metadata and being adapted to any kind of application logging

    Fsmail採用並實現了異步事件驅動機制,所有網路i o的實現使用了非阻塞方式;以動態數組實現了基於面向對象的堆隊列,屏蔽了堆數據的非一致性;使用了基於有限狀態機的多隊列郵件調度機制,為后續版本的擴展性提供了良好的介面機制;服務器內部實現了非阻塞的域名解析機制,並實現域名地址緩存;實現了非阻塞的用戶數據庫模塊,並實現用戶數據緩存;使用了統一的內存池機制,既防止了內存泄漏,又提高了服務器的性能;最後,還實現了基於c s模式的日誌管理服務器,屏蔽了數據元的非一致性。
  2. Information access security is studied from several ways : information security storage, information access control, user identity authentication, cipher key management and log management etc. the main which information transmission studied is the selection and deployment of information encryption transmission plan

    其中平臺信息訪問涉及信息存儲方式、信息訪問權限控制、用戶身份驗證、密碼和日誌管理等諸多問題;信息傳輸安全主要研究信息加密傳輸方案的選擇和實施。
  3. Moreover, by choosing different kinds of write - back strategy, log management system can cooperate with buffer management to implement commit delay and group commit

    日誌管理模塊還通過對回寫策略的調整,配合數據緩沖器進行延遲提交,成組提交,從而達到提高系統效率的目的。
  4. At the end, the author illustrates user management, correcting clock, log management and network maintenance as well

    文中最後還闡述了用戶、時鐘校準、日誌管理、網路維護等輔助功能。
  5. If you need isolation for your log manager, java. util. logging would not be suitable due to architectural limitations

    如果您的日誌管理程序需要隔離性,那麼由於架構的限制, java . util . logging可能不適合您的要求。
  6. This module is in charge of the form and organization of the log record, log page and log file. this module is also used to control the concurrent access of the log records and provides rapid read / write to the upper level

    日誌管理模塊設計記錄、頁以及文件的格式和組織方法;該模塊同時多個服務線程對記錄的並發訪問,並且向上層提供快速讀寫的介面。
  7. This article aims at how to enhance the log system ' s performance. after analysis of the factors affecting system performance, we will discuss the disadvantages of conventional log system. then, the article will emphasize on the details of the wal rules, check - pointing techniques, buffer mechanism and write - through rules in dpsql

    本文著重於提高系統的性能,分析了影響日誌管理系統性能的主要因素之後,對傳統系統的不足之處做了討論;在此基礎上,具體研究了dpsql運行環境下wal規則、檢查點技術、緩沖區技術、提交時回寫規則等等。
  8. Recovery models and transaction log management

    >恢復模式與事務日誌管理
  9. Completing the log management so that the system will be managed and monitored easily

    完善的日誌管理功能便於對系統進行和稽查
  10. We also proposed several optimizations in the log management and information searching

    本文介紹了jrecovery對日誌管理與搜索策略做出的優化。
  11. This dissertation focuses on the design and implementation of oscar ' s log management module

    本文詳細介紹了日誌管理模塊在oscar數據庫系統中的實現。
  12. This dissertation does some research on log management, transaction management and recovery methods of dbms

    本文研究了日誌管理器及其相關內容如事務、故障恢復等。
  13. It realizes log audit through the filter technology of jsp and interfuses log management and the system

    應用jsp的過濾器技術實現審計,使得日誌管理與系統自身融合在一起。
  14. Through these methods, dbms can run more efficiently. log management module supports the concepts of log member and log group

    Oscar的日誌管理模塊的設計體現了系統的高效性和可擴展性。
  15. There is one log manager for each plug - in

    每個插件都有一個日誌管理器。
  16. Based on a distributed database dpsql, the project try to provide a quality log manager system

    針對dpsql分散式數據庫,本課題著眼于提供一個高性能的日誌管理系統。
  17. Besides database ' s integrity and consistency, the log manager system also obtains the high performance during failure - free time at the price of acceptable overload of disk i / o during recovery

    分散式數據庫日誌管理系統以在恢復時大量的集中式的io開銷為代價,來換取正常狀態(沒有失敗)下的最大性能,同時保證了數據庫的完整性和一致性。
  18. This log structure can satisfy at - least - one syntax and can be executed at different places. it also supports multiple recoveries. besides the efficiency it provided to log manager system during failure - free time, this log mechanism will considerably improve, the performance, of transaction process and log - recovery protocols

    統一格式滿足至少一次語義,可異地執行,可容忍多重恢復,在提高了日誌管理系統正常運行時性能的同時,改進了分散式事務提交協議和恢復協議。
  19. First, this article will analyze the failure model and point out the necessity to employ a log manager system. at the same time, we also discussed many most important features of log system in distributed database system. then, the design goal of our log manager system is presented

    本文首先分析了故障模式,指出了採用日誌管理系統的必要性,以及分散式環境下日誌管理系統的特點,提出了系統的設計目標;然後具體闡述了系統模型以及設計方案,並作了性能分析。
  20. By the study of system security, during implement the mis, the paper shows a way of system management, including two key techniques in user popedom and system log, and shows some discusses in familiar problem of system management

    在開發信息系統的過程中,通過對系統安全性方面的研究,提出了利用權限口令和操作碼2種關鍵技術來完成系統權限日誌管理的方法,並就系統中幾個常見的問題做了一定的探討和分析。
分享友人