CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:NETCTOSS

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-06-18
  • 文件大小:
    1.4mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度



在电信的业务中,有一种Unix实验室出租业务。只要用户向电信运营商申请一个Unix账号(OS 账号),就可以远程登录Unix实验室,以使用Unix系统。任何用户登录电信运营商提供的Unix实验室的Unix系统时,Unix系统都会记录该OS 账号的登入和登出信息,这些信息都保存在Unix的系统日志文件中。



用户使用电信运营商提供的Unix实验室的服务需要缴纳一定的费用。因此,电信运营商需要一套系统,将用户登录实验室的时间长度数据采集起来,以作为对用户的收费依据。



数据采集程序采集到登录数据之后,首先需要对数据进行解析和匹配等处理,然后需要将数据发送到服务器端。服务器端得到数据之后,需要将数据保存为数据文件,同时将数据存入数据库。另外,还需要计费管理系统来实现费用的管理和查看。-In the telecommunications business, there is a Unix laboratory rental business.As long as the user to the telecom operators to apply for a Unix account (OS) accounts, you can remote login Unix laboratory, by using the Unix system.Any user to log on to the telecom operators to provide Unix laboratory of Unix system, Unix system will record the OS account login and logout information, this information is stored on a Unix system log file.





Users use Unix laboratory services provided by telecom operators need to pay a fee.Therefore, telecom operators need a system that will be the length of time the user login lab data collection, as the user fee basis.





After the login data collected data acquisition program, first of all need to parse the data and matching processing, and then need to send the data to the server.The server to get data, need to save the data for the data file, the data in the at the same time.In addition, you also need to accounting management system to realize t
(系统自动生成,下载前可以参看下载内容)

下载文件列表

NETCTOSS/
NETCTOSS/.classpath
NETCTOSS/.myeclipse/
NETCTOSS/.mymetadata
NETCTOSS/.project
NETCTOSS/.settings/
NETCTOSS/.settings/.jsdtscope
NETCTOSS/.settings/com.genuitec.eclipse.core.prefs
NETCTOSS/.settings/com.genuitec.eclipse.j2eedt.core.prefs
NETCTOSS/.settings/org.eclipse.wst.jsdt.ui.superType.container
NETCTOSS/.settings/org.eclipse.wst.jsdt.ui.superType.name
NETCTOSS/MyBatisType.png
NETCTOSS/WebRoot/
NETCTOSS/WebRoot/META-INF/
NETCTOSS/WebRoot/META-INF/MANIFEST.MF
NETCTOSS/WebRoot/WEB-INF/
NETCTOSS/WebRoot/WEB-INF/account/
NETCTOSS/WebRoot/WEB-INF/account/account_list.jsp
NETCTOSS/WebRoot/WEB-INF/account/add_account.jsp
NETCTOSS/WebRoot/WEB-INF/admin/
NETCTOSS/WebRoot/WEB-INF/admin/admin_list.jsp
NETCTOSS/WebRoot/WEB-INF/classes/
NETCTOSS/WebRoot/WEB-INF/classes/applicationContext.xml
NETCTOSS/WebRoot/WEB-INF/classes/com/
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/annotation/
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/annotation/MyBatisRepository.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/controller/
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/controller/AccountController.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/controller/AdminController.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/controller/BaseController.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/controller/CostController.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/controller/LoginController.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/controller/RoleController.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/controller/ServiceController.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/dao/
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/dao/AccountMapper.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/dao/AdminMapper.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/dao/CostMapper.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/dao/RoleMapper.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/dao/ServiceMapper.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/Account.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/AccountMapper.xml
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/Admin.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/AdminMapper.xml
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/Cost.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/CostMapper.xml
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/Module.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/Role.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/RoleMapper.xml
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/Service.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/ServiceMapper.xml
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/page/
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/page/AccountPage.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/page/AdminPage.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/page/CostPage.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/page/Page.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/page/RolePage.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/entity/page/ServicePage.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/interceptor/
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/interceptor/CheckLoginInterceptor.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/interceptor/CheckModuleInterceptor.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/interceptor/CurrentModuleInterceptor.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/test/
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/test/TestAccountMapper.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/test/TestAdminMapper.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/test/TestCostMapper.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/test/TestLog4j.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/test/TestRoleMapper.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/test/TestServiceMapper.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/util/
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/util/DateEditor.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/util/ExceptionLogger.class
NETCTOSS/WebRoot/WEB-INF/classes/com/tarena/util/ImageUtil.class
NETCTOSS/WebRoot/WEB-INF/classes/log4j.properties
NETCTOSS/WebRoot/WEB-INF/classes/netctoss.sql
NETCTOSS/WebRoot/WEB-INF/cost/
NETCTOSS/WebRoot/WEB-INF/cost/add_cost.jsp
NETCTOSS/WebRoot/WEB-INF/cost/cost_list.jsp
NETCTOSS/WebRoot/WEB-INF/cost/update_cost.jsp
NETCTOSS/WebRoot/WEB-INF/main/
NETCTOSS/WebRoot/WEB-INF/main/error.jsp
NETCTOSS/WebRoot/WEB-INF/main/index.jsp
NETCTOSS/WebRoot/WEB-INF/main/login.jsp
NETCTOSS/WebRoot/WEB-INF/main/menu.jsp
NETCTOSS/WebRoot/WEB-INF/main/nopower.jsp
NETCTOSS/WebRoot/WEB-INF/role/
NETCTOSS/WebRoot/WEB-INF/role/add_role.jsp
NETCTOSS/WebRoot/WEB-INF/role/role_list.jsp
NETCTOSS/WebRoot/WEB-INF/role/update_role.jsp
NETCTOSS/WebRoot/WEB-INF/service/
NETCTOSS/WebRoot/WEB-INF/service/add_service.jsp
NETCTOSS/WebRoot/WEB-INF/service/service_list.jsp
NETCTOSS/WebRoot/WEB-INF/service/updat

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com