tps 交易量_交易处理系统(TPS)

tps 交易量

A transaction is a simple process that takes place during business operations. The transaction processing system (TPS) manages the business transactions of the client and therefore helps a company's operations. A TPS registers, as well as all of its consequences, a non-inquiry transaction itself in the database and generates transaction-related documents.

交易是在业务运营过程中发生的简单过程。 交易处理系统(TPS)管理客户的商业交易,因此有助于公司的运营。 TPS会在数据库中注册非查询交易本身及其所有后果,并生成与交易相关的文档。

TPS manages and records transactions. It is the automation of the simple, repetitive processing used to support business operations.

TPS管理和记录交易。 它是用于支持业务运营的简单,重复处理的自动化。

Many real-time advantages for every company are offered by transaction processing systems. TPS uses data and creates reports as shown in the diagram below. To find out the key insights for decision-making, it offers graphical or condensed textual data.

交易处理系统为每个公司提供许多实时优势。 TPS使用数据并创建报告,如下图所示。 为了找出决策的关键见解,它提供了图形或压缩的文本数据。

Transaction Processing System

TPS was previously referred to as the Management Information System. Data processing was conducted manually or with simple machines before computers. TPS's domain is at the lowest level of an organization's management hierarchy.

TPS以前称为“管理信息系统”。 数据处理是手动进行的,或者在计算机之前使用简单的机器进行。 TPS的域位于组织管理层次结构的最低级别。

A transaction processing system is a form of computer processing that takes place in the presence of a computer user and allows a user request or transaction to be answered immediately. Some examples of processing systems for transactions include,

交易处理系统是计算机处理的一种形式,它在计算机用户在场的情况下进行,并允许用户请求或交易立即得到答复。 交易处理系统的一些示例包括

  • ATM transactions

    ATM交易

  • Credit Card system

    信用卡系统

  • Electronic Commerce

    电子商务

  • Online Payments

    网上支付

  • Online Trading Stocks

    网上交易股票

  • Self-checking stations

    自检站

TPS is needed to conduct business in nearly any organization today. TPSs bring data into the databases of the organization; these systems are also a basis on which management-oriented information systems are based.

现在,几乎所有组织都需要TPS来开展业务。 TPS将数据带入组织的数据库中; 这些系统也是面向管理的信息系统所基于的基础。

交易处理活动 (Transaction Processing Activities)

The processing of individual transactions depends, of course, to some extent on their nature. The transaction processing general elements include,

当然,单个交易的处理在某种程度上取决于其性质。 事务处理的一般元素包括:

  1. Capturing and validating data

    捕获和验证数据

  2. Transaction-steps of processing

    交易的处理步骤

  3. Maintenance of the database

    数据库维护

Data Capture

数据抓取

Data capturing denotes to the storage of data through source data automation. Transaction processing systems are increasingly relying on the interchange of electronic data. These systems provide for computer-to-computer communication without repeated data entry by replacing paper documents with formatted transaction data sent over telecommunications networks.

数据捕获表示通过源数据自动化进行数据存储。 交易处理系统越来越依赖于电子数据的交换。 这些系统通过用电信网络上发送的格式化交易数据代替纸质文档,从而提供了计算机与计算机之间的通信,而无需重复输入数据。

Data Validation

资料验证

Validation includes checking for missing data items, valid codes and valid values. More extensive validation may involve transaction authorization based on the record of the customer and the inventory available.

验证包括检查丢失的数据项,有效代码和有效值。 更广泛的验证可能涉及基于客户记录和可用库存的交易授权。

Transaction-steps of processing

交易的处理步骤

Processing of data inputted by users into automated machinery system, it shows logical and mathematical operations and stores processed results into the system.

用户输入到自动化机械系统中的数据的处理,它显示逻辑和数学运算并将处理的结果存储到系统中。

Database Maintenance

数据库维护

System files or databases need to be updated after transactions other than inquiries. Thus, the data collected by TPSs serves as a source of detail for management-oriented information system components.

除查询外,还需要在交易后更新系统文件或数据库。 因此,TPS收集的数据可作为面向管理的信息系统组件的详细信息来源。

翻译自: https://www.includehelp.com/MIS/transaction-processing-system-tps.aspx

tps 交易量

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/540951.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

CYQ.Data 轻量数据层之路 自定义MDataTable绑定续章(七)

本章起,将续章讲解整框架当初的设计思路: 本章既为续章,说明我以前写过,是的,以前我写过内部整个MDataTable的构造,不过,当初匆匆写完后, 最后一步的实现MDataTable绑定GridView/Dat…

php 文字超出画布,input实现文字超出省略号(代码示例)

本篇文章给大家带来的内容是关于input实现文字超出省略号(代码示例),有一定的参考价值,有需要的朋友可以参考一下,希望对你有所帮助。input实现文字省略号功能普通元素实现文字超出宽度自动变成省略号非常简单,给元素加个宽度&…

排序算法系列:插入排序算法

概述 直接插入排序(Straight Insertion Sort)的基本操作是将一个记录插入到已经排好序的有序表中,从而得到一个新的、记录数增1的有序表。 – 《大话数据结构》 版权说明 著作权归作者所有。商业转载请联系作者获得授权,非商业转载…

php点击复制按钮到我的粘贴板,js实现点击复制当前文本到剪贴板功能(兼容所有浏览器)...

最近做项目时,在网站框架搭建过程,有一个功能需要实现复制文本到剪贴板,相信这个功能很常用,但是对于不常写JS代码的我来说是一个比较大的挑战,回想以前做过的一个站点,使用window.clipboardData实现复制到…

[Phonegap+Sencha Touch] 移动开发77 Cordova Hot Code Push插件实现自己主动更新App的Web内容...

原文地址:http://blog.csdn.net/lovelyelfpop/article/details/50848524 插件地址:https://github.com/nordnet/cordova-hot-code-push 以下是我对GitHub项目readme的翻译 ——————————————————————————————————————…

java 如何重写迭代器,如何用Java按需定制自己的迭代器

编写自己的迭代器的流程是:首先实现Iterable接口,进而实现该接口中的Iterator iterator()方法,该方法返回接口Iterator,Iterator接口中封装了next,hasnext,remove等方法。实现了Iterable接口的类能够通过fo…

php整合支付宝,Thinkphp5.0整合支付宝在线下单

thinkphp5.0支付宝在线支付下单整个流程,包括创建订单、支付成功回调更新订单状态、最终跳转到商户订单详情页查看演示下载资源:17次 下载资源下载积分:998积分支付宝在线支付控制器代码 public function alipay() {//发起支付宝支付$order_n…

php怎么引用表单元素,表单元素:最全的各种html表单元素获取和使用方法总结...

表单是网页与用户的交互工具,由一个元素作为容器构成,封装其他任何数量的表单控件,还有其他任何元素里可用的标签,表单能够包含、、、、、等表单控件元素。表单元素有哪些呢?它包含了如下的这些元素,输入文…

数据中心部署气流遏制系统需要考虑的十大要素

数据中心气流遏制策略能够大幅提高传统数据中心制冷系统的可预测性和效率。事实上,绿色网格组织(The Green Grid)将气流管理策略称作“实施数据中心节能计划的起点”。但是,大多数已有数据中心由于受各种条件的制约,只…

JAVA语言异常,Java语言中的异常

1、异常分类从产生源头来看,Java语言中的异常可以分为两类:JVM抛出的异常。比如:访问null引用会引发NullPointerException;0作为除数,如9/0,JVM会抛出ArithmeticException;内存消耗完&#xff0…

使用Mybatis Generator结合Ant脚本快速自动生成Model、Mapper等文件的方法

新建generatorConfig.xml和build_mybatis.xml&#xff1a; jar下载 <dependency><groupId>org.mybatis.generator</groupId><artifactId>mybatis-generator-core</artifactId><version>1.3.2</version></dependency> <depe…

STM32启动解析

启动方式对的不同下载模式 STM32可以通过BOOT引脚的配置&#xff0c;来选择不同的启动模式------对应不同的下载方式。 仿真器下载—— 内部FLASH的启动方式 串口下载 —— 系统存储器的启动方式 内部SRAM一般不用&#xff0c;不讲 启动过程 以内部FLASH的启动方式为例&am…

自动化部署kvm虚拟机_自动化虚拟助手

自动化部署kvm虚拟机The automated virtual assistant or commonly called personal assistants, are developed to serve its users by performing some tasks, setting reminders and much more based on the input is given and local awareness. It is integrated with a l…

php 数据库编码,php怎么设置数据库编码方式

在php中&#xff0c;可以使用mysql_query()函数来设置mysql数据库的编码方式&#xff1b;具体方法&#xff1a;在mysql_connect()语句之后添加“mysql_query("set names 编码方式");”代码即可。本教程操作环境&#xff1a;windows7系统、PHP7.1版&#xff0c;DELL G…

mysql截取字符串与reverse函数

mysql的函数大全&#xff1a; http://www.jb51.net/Special/606.htm 这个网页上很多知识点&#xff0c;可以学习下&#xff0c;关于mysql的函数&#xff0c;也可以作为API查询&#xff1a; 这里只说下mysql的截取函数和reverse函数&#xff1a; MySQL 字符串截取函数&#xff1…

flask sql外键使用_如何在SQL中使用外键?

flask sql外键使用Basically, Foreign Key represents relationship between tables. 基本上&#xff0c; 外键代表表之间的关系 。 Syntax: 句法&#xff1a; column-name data_type (size) CONSTRAINT constraint-name References Table-name (Column-name)Example: 例&a…

合并排序算法排序过程_外部合并排序算法

合并排序算法排序过程外部分类 (External sorting) External sorting is a technique in which the data is stored on the secondary memory, in which part by part data is loaded into the main memory and then sorting can be done over there. Then this sorted data wi…

php榛子云短信验证,java + maven +榛子云短信 实现发送短信验证码功能

如何使用java maven的项目环境发送短信验证码&#xff0c;本文使用的是榛子云短信的接口。下载下来是jar文件&#xff0c;需要将jar发布到本地的maven仓库中&#xff0c; 在cmd环境下输入:mvn install:install-file -DgroupIdcom.zhenzi -DartifactIdsms -Dversion1.0.0 -Dpac…

django css_在应用程序上实现CSS Django的

django cssCSS (Cascade Style Sheets) are used to implement design. CSS(级联样式表)用于实现设计。 Step 1: Create a Sandbox, Activate it, Install Django and Create Sample Project 步骤1&#xff1a;创建一个沙箱&#xff0c;将其激活&#xff0c;安装Django并创建示…

vb mysql 表格显示,在VB中编辑数据库和电子表格

在VB50中有很多功能强大的控件&#xff0c;其中数据控件与一些绑定控件(如文本框&#xff0c;图片框及 ActiveX控件)的相互协作&#xff0c;能够方便地实现对各种数据库记录、表格乃至电子表格的浏览和编辑操作。下面介绍实例&#xff0c;其中数据控件用于记录的浏览、移动、…