亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

LOG

  • 系統(tǒng)分為三個(gè)大模塊:采集、整合、查詢管理模塊

    系統(tǒng)分為三個(gè)大模塊:采集、整合、查詢管理模塊,各模塊款功能描述如下: 在采集系統(tǒng)中,采用JAVA中的字符串解析、網(wǎng)絡(luò)編程(Socket)、輸入輸出流(IO)和多線程等技術(shù)對原始計(jì)費(fèi)LOG(wtmpx)文件進(jìn)行讀取并分析、處理。但要求效率比較高,于是采用了Unix系統(tǒng)的計(jì)劃任務(wù)命令(crontab)進(jìn)行定時(shí)采集原始計(jì)費(fèi)日志文件(UNIX系統(tǒng)下的/var/adm/wtmpx文件),并將采集的數(shù)據(jù)封裝整理成己匹配和未匹配兩種BIDR結(jié)構(gòu)的數(shù)據(jù)清單,然后把己匹配好的數(shù)據(jù)通過Socket傳輸給中央處理系統(tǒng);中央處理系統(tǒng)接收到數(shù)據(jù)并將數(shù)據(jù)插入到Oracle數(shù)據(jù)庫所對應(yīng)的原始數(shù)據(jù)表中。 在整合系統(tǒng)中,采用PL/SQL中的存儲過程和Oracle中與日期相關(guān)的函數(shù)(to_number, to_char , add_months , trunc等)對Oracle數(shù)據(jù)庫中的表的數(shù)據(jù)進(jìn)行整合。一方面,對原始數(shù)據(jù)表到用戶計(jì)費(fèi)數(shù)據(jù)日表的整合,再從用戶計(jì)費(fèi)數(shù)據(jù)日表到用戶計(jì)費(fèi)數(shù)據(jù)月表的整合,最后再到用戶計(jì)費(fèi)數(shù)據(jù)年表的整合;另一方面,對原始數(shù)據(jù)表到服務(wù)器數(shù)據(jù)日表的整合,再從服務(wù)器數(shù)據(jù)日表到服務(wù)器數(shù)據(jù)月表的整合,最后再到服務(wù)器數(shù)據(jù)年表的整合。還要求定時(shí)整合已經(jīng)保存到數(shù)據(jù)庫的數(shù)據(jù),于是采用了Oracle中的調(diào)度任務(wù)(DBMS_JOB)方法進(jìn)行處理。

    標(biāo)簽: 模塊 查詢

    上傳時(shí)間: 2017-04-09

    上傳用戶:lnnn30

  • 基于Domino的oa工作流套件

    基于Domino的oa工作流套件,所有流程的審批均可通過單一的待辦事宜模塊進(jìn)行審批,提供統(tǒng)一入口,而不需要根據(jù)不同流程進(jìn)入不同地應(yīng)用庫進(jìn)行審批 1.Application.nsf 流程運(yùn)行應(yīng)用庫(必需)(CS/BS) 2.Process.nsf 流程定義庫(必需)(僅CS) 3.Organization.nsf 流程組織庫(CS/BS) 4.Outofoffice.nsf 外出代理授權(quán)庫(CS/BS) 5.Archive.nsf 流程歸檔庫樣例(CS/BS) 6.LOG.nsf 流程運(yùn)行日志庫(CS/BS) 7.Names_Ext.nsf 輔助目錄庫(CS/BS) 8.ToDoList.nsf 待辦事宜(CS/BS) 注:所有Profile設(shè)置,均在CS進(jìn)行.

    標(biāo)簽: Domino 套件

    上傳時(shí)間: 2014-11-24

    上傳用戶:aysyzxzm

  • This is a binary search tree with void* pointer in data segment in order you to search store and del

    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.

    標(biāo)簽: search pointer segment binary

    上傳時(shí)間: 2013-12-22

    上傳用戶:wys0120

  • Basic function to locate and measure the positive peaks in a noisy data sets. Detects peaks by loo

    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.

    標(biāo)簽: peaks function positive Detects

    上傳時(shí)間: 2017-04-26

    上傳用戶:彭玖華

  • 最小生成樹 MST的四種算法實(shí)現(xiàn)。 包括普通的Kruskal算法和Prim算法

    最小生成樹 MST的四種算法實(shí)現(xiàn)。 包括普通的Kruskal算法和Prim算法,用Disjoint-Set優(yōu)化的Kruskal算法和用Heap優(yōu)化的堆算法。 復(fù)雜度分別為O(mn), O(n^2), O(m LOG n), O(m LOG n)

    標(biāo)簽: Kruskal Prim 算法 MST

    上傳時(shí)間: 2013-12-10

    上傳用戶:stewart·

  • Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely ba

    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)

    標(biāo)簽: followingconditions tree completely satisfying

    上傳時(shí)間: 2017-05-25

    上傳用戶:2467478207

  • 這是一個(gè)演示分布式系統(tǒng)并行計(jì)算的GUI程序

    這是一個(gè)演示分布式系統(tǒng)并行計(jì)算的GUI程序,通過在LOG定制事件,即可查看

    標(biāo)簽: GUI 分布式系統(tǒng) 并行計(jì)算 程序

    上傳時(shí)間: 2013-12-25

    上傳用戶:ardager

  • You can download a packet sniffer which grabs packets from local interface and analyses headers. It

    You can download a packet sniffer which grabs packets from local interface and analyses headers. It also writes headers into the LOG file.

    標(biāo)簽: interface analyses download headers

    上傳時(shí)間: 2014-01-16

    上傳用戶:sk5201314

  • 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 fil

    生成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

    標(biāo)簽: TrickTest tricktest command source

    上傳時(shí)間: 2014-01-23

    上傳用戶:水口鴻勝電器

  • tuobo碼的編碼

    tuobo碼的編碼,以及tuobo碼的譯碼算法,其中包括LOG-map算法和sova算法

    標(biāo)簽: tuobo 編碼

    上傳時(shí)間: 2017-08-05

    上傳用戶:zhoujunzhen

主站蜘蛛池模板: 祁东县| 同江市| 邻水| 桂林市| 义马市| 延长县| 鄂托克旗| 波密县| 湘西| 汶上县| 仪陇县| 阳西县| 平昌县| 湘阴县| 林西县| 柏乡县| 宜昌市| 合山市| 柳江县| 河西区| 陈巴尔虎旗| 申扎县| 九江县| 琼中| 肥城市| 康定县| 额尔古纳市| 南召县| 云梦县| 静宁县| 岳西县| 濮阳市| 古丈县| 勃利县| 宝山区| 车险| 凤城市| 尖扎县| 鹤庆县| 吴川市| 灯塔市|