系統分為三個大模塊:采集、整合、查詢管理模塊,各模塊款功能描述如下: 在采集系統中,采用JAVA中的字符串解析、網絡編程(Socket)、輸入輸出流(IO)和多線程等技術對原始計費Log(wtmpx)文件進行讀取并分析、處理。但要求效率比較高,于是采用了Unix系統的計劃任務命令(crontab)進行定時采集原始計費日志文件(UNIX系統下的/var/adm/wtmpx文件),并將采集的數據封裝整理成己匹配和未匹配兩種BIDR結構的數據清單,然后把己匹配好的數據通過Socket傳輸給中央處理系統;中央處理系統接收到數據并將數據插入到Oracle數據庫所對應的原始數據表中。 在整合系統中,采用PL/SQL中的存儲過程和Oracle中與日期相關的函數(to_number, to_char , add_months , trunc等)對Oracle數據庫中的表的數據進行整合。一方面,對原始數據表到用戶計費數據日表的整合,再從用戶計費數據日表到用戶計費數據月表的整合,最后再到用戶計費數據年表的整合;另一方面,對原始數據表到服務器數據日表的整合,再從服務器數據日表到服務器數據月表的整合,最后再到服務器數據年表的整合。還要求定時整合已經保存到數據庫的數據,于是采用了Oracle中的調度任務(DBMS_JOB)方法進行處理。
上傳時間: 2017-04-09
上傳用戶:lnnn30
基于Domino的oa工作流套件,所有流程的審批均可通過單一的待辦事宜模塊進行審批,提供統一入口,而不需要根據不同流程進入不同地應用庫進行審批 1.Application.nsf 流程運行應用庫(必需)(CS/BS) 2.Process.nsf 流程定義庫(必需)(僅CS) 3.Organization.nsf 流程組織庫(CS/BS) 4.Outofoffice.nsf 外出代理授權庫(CS/BS) 5.Archive.nsf 流程歸檔庫樣例(CS/BS) 6.Log.nsf 流程運行日志庫(CS/BS) 7.Names_Ext.nsf 輔助目錄庫(CS/BS) 8.ToDoList.nsf 待辦事宜(CS/BS) 注:所有Profile設置,均在CS進行.
上傳時間: 2014-11-24
上傳用戶:aysyzxzm
This is a binary search tree with void* pointer in data segment in order you to search store and delete O(n) worst case, O(Log(n)) agerage case data.
標簽: search pointer segment binary
上傳時間: 2013-12-22
上傳用戶:wys0120
Basic function to locate and measure the positive peaks in a noisy data sets. Detects peaks by looking for downward zero-crossings in the smoothed third derivative that exceed SlopeThreshold and peak amplitudes that exceed AmpThreshold. Determines, position, height, and approximate width of each peak by least-squares curve-fitting the Log of top part of the peak with a parabola.
標簽: peaks function positive Detects
上傳時間: 2017-04-26
上傳用戶:彭玖華
最小生成樹 MST的四種算法實現。 包括普通的Kruskal算法和Prim算法,用Disjoint-Set優化的Kruskal算法和用Heap優化的堆算法。 復雜度分別為O(mn), O(n^2), O(m Log n), O(m Log n)
上傳時間: 2013-12-10
上傳用戶:stewart·
Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as possible. -The data associated with all descendants of a node are smaller than the datum associated with this node. Implementation 1.using a linear array not a binary tree. -The sons of A(h) are A(2h) and A(2h+1). 2.time complexity: O(n Log n)
標簽: followingconditions tree completely satisfying
上傳時間: 2017-05-25
上傳用戶:2467478207
這是一個演示分布式系統并行計算的GUI程序,通過在Log定制事件,即可查看
上傳時間: 2013-12-25
上傳用戶:ardager
You can download a packet sniffer which grabs packets from local interface and analyses headers. It also writes headers into the Log file.
標簽: interface analyses download headers
上傳時間: 2014-01-16
上傳用戶:sk5201314
生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no limit -s trick buffer block size, must be n*188 -l Log file, default c:\tricktest.Log example: tricktest -f 黑鷹行動.mpg -o c:\temp -i A -m 1000 -b 3750000 soure file: 黑鷹行動.mpg output directory: c:\temp filename: 000000A,000000A.ff,000000A.fr,000000A.vvx max coding error: 1000 trick generation speed: 3750000 bps a
標簽: TrickTest tricktest command source
上傳時間: 2014-01-23
上傳用戶:水口鴻勝電器
tuobo碼的編碼,以及tuobo碼的譯碼算法,其中包括Log-map算法和sova算法
上傳時間: 2017-08-05
上傳用戶:zhoujunzhen