系统分为三个大模块:采集、整合、查询管理模块,各模块款功能描述如下: 在采集系统中,采用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