WO2017166095A1 - Server front-end method - Google Patents

Server front-end method Download PDF

Info

Publication number
WO2017166095A1
WO2017166095A1 PCT/CN2016/077812 CN2016077812W WO2017166095A1 WO 2017166095 A1 WO2017166095 A1 WO 2017166095A1 CN 2016077812 W CN2016077812 W CN 2016077812W WO 2017166095 A1 WO2017166095 A1 WO 2017166095A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
terminal
transaction
server
processing
Prior art date
Application number
PCT/CN2016/077812
Other languages
French (fr)
Chinese (zh)
Inventor
李昕光
Original Assignee
李昕光
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 李昕光 filed Critical 李昕光
Priority to PCT/CN2016/077812 priority Critical patent/WO2017166095A1/en
Publication of WO2017166095A1 publication Critical patent/WO2017166095A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes

Definitions

  • the present invention relates to the field of data processing, and in particular, to a server pre-method.
  • the front-end system is a bridge connecting the processing units, is a blood vessel of the financial payment service system, and is an intermediate data service exchange platform.
  • the front-end system is not responsible for processing logical services and transaction services, and only performs packet conversion and message encryption and decryption. Processing, communication protocol conversion, and routing information transfer or transfer processing through the routing function on this platform.
  • the front-end system has multiple implementation methods.
  • the long-chain synchronization processing method is adopted. After the client sends a request message, the server takes out the request message in a certain order, and after the response, processes the next transaction. Therefore, the response speed of the client mainly depends on the processing speed of the server.
  • the current technical solution is to process all the transaction data in the memory, and in order to ensure the security of the data, it is necessary to build an in-memory database for data processing, which increases the system cost.
  • the main advantage of the long-chain is that the link needs to be established for the first time, and the direct communication is made later, which reduces the time for each link establishment in the short-chain; the disadvantage is that resources are occupied regardless of whether or not data communication exists.
  • the current front-end system has a relatively simple function, and is often an application system that individually corresponds to a background business function. Many front-end systems can only implement unique business processing, data processing or device control management. As new businesses continue to evolve, the cost of development and management will increase.
  • Packet break refers to the TCP protocol. When the packet data sent by the sender is sent to the receiver, it is divided into multiple uploads. Only when multiple copies of the data are uploaded are meaningful packets.
  • Sticky packet refers to the TCP protocol. When several packets of data sent by the sender are received by the receiver, they are glued into a packet. From the receiving buffer, the header of the next packet of data is immediately followed by the end of the previous packet.
  • RMI Remote Method Invocation, remote service invocation. Is a group of Java support Send an API for distributed applications. RMI defines remote objects using the Java language interface, which aggregates Java serialization and Java remote method protocols.
  • JNDI Java Naming and Directory Interface, Java Naming and Directory Interface. Is a set of APIs for accessing naming and directory services in Java applications.
  • the naming service associates names with objects so that we can access objects by name.
  • 8583 specification message ISO8583 package, referred to as 8583 package, is an international standard package format, composed of up to 128 field fields, each domain has a unified regulation, and has a fixed length and variable length.
  • the previous paragraph of the 8583 packet is a bitmap used to determine the composition of the field of the packet.
  • the embodiment of the present invention provides a server pre-method.
  • the technical solution is as follows:
  • a front system comprising:
  • the server includes a data receiving module, a data processing module, and a data response module;
  • the data receiving module is configured to receive a transaction request initiated by the terminal
  • the data processing module is configured to process the transaction request, and perform data distribution, parsing, and encapsulation;
  • the data response module is configured to respond to the processing result in real time to the corresponding client.
  • the data processing module further includes:
  • a message parsing and encapsulating unit configured to parse and encapsulate the data, further comprising parsing a key domain, obtaining complete transaction data, and encapsulating the data into a processable object;
  • An error processing unit configured to filter when the transaction is an abnormal transaction, a packet error, or an illegal transaction
  • a log processing unit configured to record the running status of the server, record the request data, and provide log analysis
  • a data forwarding unit configured to enable a soft load when the amount of data from the terminal exceeds a predetermined value, and enable a hard load when the soft load reaches a predetermined threshold.
  • the system adopts an ORACLE database, a Linux and Windows operating system, a TOMCAT architecture, and a JAVA/C development language; and an IBM Pseries as a server hardware.
  • a server pre-method comprising:
  • the receiving data from the terminal includes:
  • the terminal sends a request message conforming to the 8583 standard specification
  • the method further includes: when any of the terminals disconnects communication with the server, the server performs resource release of the terminal.
  • parsing and encapsulating the data further includes parsing a key domain, obtaining complete transaction data, and packaging the object into a processable object.
  • the method further comprises filtering when the transaction is an abnormal transaction, a message error, or an illegal transaction.
  • the method further includes recording the server running condition, recording the request data, and providing log analysis.
  • the method further includes: enabling a soft load when the amount of data from the terminal exceeds a predetermined value; enabling a hard load when the soft load reaches a predetermined threshold .
  • the receiving and receiving data is handled asynchronously by short links.
  • abnormal analysis and packet breaking and sticky processing are performed.
  • the service distribution adopts distributed remote communication processing to maximize the utilization of hardware resources and ensure the reliability of transaction data. Integrity and high concurrency of the system;
  • FIG. 1 is a schematic structural view of an implementation environment involved in various embodiments of the present invention.
  • FIG. 2 is a flowchart of a method of a pre-method according to an embodiment of the present invention
  • FIG. 3 is a schematic structural diagram of a front system according to another embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of a data processing module of a front-end system according to an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of a data processing module according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of a server according to another embodiment of the present invention.
  • FIG. 1 is a schematic structural diagram of an implementation environment involved in various embodiments of the present invention.
  • the data is processed and analyzed by the front-end system, and then distributed to the transaction system for business processing, completing business data verification, data collection, data processing, and closed-loop transactions.
  • the result is returned to the trading system, and the trading system is fed back to the front-end system.
  • the front-end system performs data assembly and sends a response to the terminal.
  • the front-end system is oriented to interface development and provides services such as data transmission and reception, task assignment, etc.
  • the aorta in the payment service and integrated data management system is the communication channel between the terminal and the center, which complements the business transaction system. It has the functions of packet parsing and packaging, error handling, log processing, and data forwarding.
  • the pre-communication is responsible for data acquisition and access of the terminal and the third-party industry access system.
  • the system can support the terminal to perform data interaction according to the standard packet format through the TCP/IP protocol.
  • the pre-communication needs to perform port monitoring, and the data is sent to When the port is used, the pre-communication system should trigger the receiving mechanism to receive and process it.
  • the pre-communication acts as the server and interacts directly with the client. Due to service requirements, there may be a large number of clients.
  • the server needs to process the client concurrently. request. And can respond to the client one-to-one.
  • FIG. 2 shows a flowchart of a method of a pre-method provided by an embodiment of the present invention.
  • This embodiment is exemplified by the application of the pre-method to the implementation environment shown in FIG. 1.
  • the pre-method may include:
  • Step 201 Create a short link to receive data from the terminal.
  • the specific implementation manner of receiving data from the terminal includes:
  • the terminal sends a request message conforming to the 8583 standard specification
  • Step 202 The received data is subjected to packet breaking and/or sticky processing
  • Step 203 parsing, encapsulating, and distributing the data to a business transaction system
  • parsing and encapsulating the data further includes parsing a key domain, acquiring complete transaction data, and packaging the object into a processable object.
  • Step 204 Receive processing result data fed back by the service transaction system.
  • Step 205 The processing result data is assembled into a packet conforming to the specification, and sent to the terminal, and the short link is closed.
  • the server performs resource release of the terminal.
  • the filtering is performed when the transaction is an abnormal transaction, a message error or an illegal transaction.
  • the method further includes recording the running status of the server, and recording the request data. And provide log analysis.
  • the soft load is enabled when the amount of data from the terminal exceeds a predetermined value; the hard load is enabled when the soft load reaches a predetermined threshold.
  • the present invention can support multi-domain, multi-scene, multi-standard and multi-protocol applications.
  • FIG. 3 is a schematic structural diagram of a front system according to another embodiment of the present invention. This embodiment is exemplified by the application of the pre-method to the implementation environment shown in FIG. 1.
  • the front system can include:
  • server includes a data receiving module 101, a data processing module 102, and a data response module 103;
  • the data receiving module 101 is configured to receive a transaction request initiated by the terminal;
  • the data processing module 102 is configured to process the transaction request, and perform data distribution, parsing, and encapsulation;
  • the data response module 103 is configured to respond to the processing result in real time to the corresponding client.
  • the system uses an ORACLE database, a Linux and Windows operating system, a TOMCAT architecture, and a JAVA/C development language; and IBM Pseries is used as a server hardware.
  • the present invention adopts the technical solution to establish a front-end system, which can support multi-domain, multi-scene, multi-standard and multi-protocol applications.
  • Support multi-channel access support third-party industry application access, ensure the system's high scalability; face a large number of terminals, send and receive data to take short links asynchronous processing, while doing abnormal analysis and packet break, sticky packet processing,
  • the service distribution adopts distributed remote communication processing to maximize the utilization of hardware resources, ensure the reliability, integrity and high concurrency of the transaction data; compatible with multiple data formats, and different data access systems can process and implement High compatibility of the system.
  • FIG. 4 is a structural diagram of a data processing module of a front-end system according to an embodiment of the present invention. This embodiment is exemplified by the application of the pre-method to the implementation environment shown in FIG. 1.
  • the data processing module 102 can include:
  • the message parsing and encapsulating unit 1021 is configured to parse and encapsulate the data, and further includes parsing a key domain, acquiring complete transaction data, and packaging the data into a processable object;
  • the error processing unit 1022 is configured to perform filtering when the transaction is an abnormal transaction, a packet error, or an illegal transaction;
  • a log processing unit 1023 configured to record the running status of the server, record the request data, and provide log analysis
  • the data forwarding unit 1024 is configured to enable a soft load when the amount of data from the terminal exceeds a predetermined value, and enable a hard load when the soft load reaches a predetermined threshold.
  • the technical solution focuses on the high data carrying capacity, data processing security and service scalability of the front-end system, carries out design and development, and is oriented to actual business requirements, so that hardware resources are fully utilized to ensure data processing security. Achieve high scalability of the business.
  • the front-end system supports a common standard network protocol (such as TCP/IP), an international standard large-scale dynamic routing protocol (such as BGP, OSPF) and other open protocols, 8583 messages, and fixed length messages, which is beneficial to To ensure smooth connection between the financial payment service system and the existing business unit network, as well as future network expansion.
  • a common standard network protocol such as TCP/IP
  • an international standard large-scale dynamic routing protocol such as BGP, OSPF
  • other open protocols 8583 messages
  • 8583 messages 8583 messages
  • fixed length messages 8583 messages
  • All software and hardware equipment used in the system design should meet the international general standards and meet the openness principle in accordance with the requirements of the enterprise, which is consistent with the current trend of technology development, ensuring the openness and technical extension of the system.
  • the entire data warehouse system should have good openness.
  • the system provides the statistical model principles, formulas, data sources and processing procedures for its internal use, so that managers can check the rationality of the self-developed or questionable model output to avoid the system.
  • the model risk generated by itself should be used in the system design.
  • the pre-system provided by the foregoing embodiment is only illustrated by the division of the foregoing functional modules. In actual applications, the function distribution may be completed by different functional modules as needed. The internal structure of the system is divided into different functional modules to complete all or part of the functions described above.
  • the embodiments of the pre-system and the pre-method provided by the foregoing embodiments are in the same concept, and the specific implementation process is described in detail in the method embodiment, and details are not described herein again.
  • FIG. 5 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
  • the electricity The sub-device can be used to implement the item transfer method provided in the above embodiments. Specifically:
  • the terminal 1000 may include an RF (Radio Frequency) circuit 1010, a memory 1020 including one or more computer readable storage media, an input unit 1030, a display unit 1040, a sensor 1050, an audio circuit 1060, a short-range communication module 1070, A processor 1080 having one or more processing cores, and a power supply 1090 and the like are included.
  • RF Radio Frequency
  • FIG. 10 does not constitute a limitation to the terminal, and may include more or less components than those illustrated, or combine some components, or different component arrangements. among them:
  • the RF circuit 1010 can be used for receiving and transmitting signals during and after receiving or transmitting information, in particular, receiving downlink information of the base station and then processing it by one or more processors 1080; in addition, transmitting data related to the uplink to the base station .
  • the RF circuit 1010 includes, but is not limited to, an antenna, at least one amplifier, a tuner, one or more oscillators, a Subscriber Identity Module (SIM) card, a transceiver, a coupler, an LNA (Low Noise Amplifier). , duplexer, etc.
  • SIM Subscriber Identity Module
  • RF circuit 1010 can also communicate with the network and other devices via wireless communication.
  • Wireless communication can use any communication standard or protocol, including but not limited to GSM (Global System of Mobile communication), GPRS (General Packet Radio Service), CDMA (Code Division Multiple Access) Divisional Multiple Access), WCDMA (Wideband Code Division Multiple Access), LTE (Long Term Evolution), e-mail, SMS (Short Messaging Service), and the like.
  • GSM Global System of Mobile communication
  • GPRS General Packet Radio Service
  • CDMA Code Division Multiple Access
  • WCDMA Wideband Code Division Multiple Access
  • LTE Long Term Evolution
  • e-mail Short Messaging Service
  • the memory 1020 can be used to store software programs and modules, and the processor 1080 executes various functional applications and data processing by running software programs and modules stored in the memory 1020.
  • the memory 1020 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application required for at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may be stored according to The data created by the use of the terminal 1000 (such as audio data, phone book, etc.) and the like.
  • memory 1020 can include high speed random access memory, and can also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device. Accordingly, memory 1020 can also include a memory controller to provide access to memory 1020 by processor 1080 and input unit 1030.
  • the input unit 1030 can be configured to receive input numeric or character information, and generate and user settings And keyboard, mouse, joystick, optical or trackball signal input related to function control.
  • input unit 1030 can include touch-sensitive surface 1031 as well as other input devices 1032.
  • Touch-sensitive surface 1031 also known as a touch display or touchpad, can collect touch operations on or near the user (such as a user using a finger, stylus, etc., on any touch-sensitive surface 1031 or The operation near the touch-sensitive surface 1031) and driving the corresponding connecting device according to a preset program.
  • the touch-sensitive surface 1031 may include two parts of a touch detection device and a touch controller.
  • the touch detection device detects the touch orientation of the user, and detects a signal brought by the touch operation, and transmits the signal to the touch controller; the touch controller receives the touch information from the touch detection device, converts the touch information into contact coordinates, and sends the touch information.
  • the processor 1080 is provided and can receive commands from the processor 1080 and execute them.
  • the touch sensitive surface 1031 can be implemented in various types such as resistive, capacitive, infrared, and surface acoustic waves.
  • the input unit 1030 can also include other input devices 1032.
  • other input devices 1032 may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control buttons, switch buttons, etc.), trackballs, mice, joysticks, and the like.
  • Display unit 1040 can be used to display information entered by the user or information provided to the user and various graphical user interfaces of terminal 1000, which can be constructed from graphics, text, icons, video, and any combination thereof.
  • the display unit 1040 may include a display panel 1041.
  • the display panel 1041 may be configured in the form of an LCD (Liquid Crystal Display), an OLED (Organic Light-Emitting Diode), or the like.
  • the touch-sensitive surface 1031 can cover the display panel 1041, and when the touch-sensitive surface 1031 detects a touch operation thereon or nearby, it is transmitted to the processor 1080 to determine the type of the touch event, and then the processor 1080 according to the touch event The type provides a corresponding visual output on display panel 1041.
  • touch-sensitive surface 1031 and display panel 1041 are implemented as two separate components to implement input and input functions, in some embodiments, touch-sensitive surface 1031 can be integrated with display panel 1041 for input. And output function.
  • Terminal 1000 can also include at least one type of sensor 1050, such as a light sensor, motion sensor, and other sensors.
  • the light sensor may include an ambient light sensor and a proximity sensor, wherein the ambient light sensor may adjust the brightness of the display panel 1041 according to the brightness of the ambient light, and the proximity sensor may close the display panel 1041 when the terminal 1000 moves to the ear. / or backlight.
  • the gravity acceleration sensor can detect the acceleration of each direction (usually three axes), and the magnitude and direction of gravity can be detected at rest, which can be used to identify the gesture of the mobile phone (such as horizontal Vertical screen switching, related games, magnetometer attitude calibration), vibration recognition related functions (such as pedometer, tapping), etc.; as for the terminal 1000 can also be configured with gyroscopes, barometers, hygrometers, thermometers, infrared sensors, etc. The sensor will not be described here.
  • Audio circuit 1060, speaker 1061, and microphone 1062 can provide an audio interface between the user and terminal 1000.
  • the audio circuit 1060 can transmit the converted electrical data of the received audio data to the speaker 1061, and convert it into a sound signal output by the speaker 1061; on the other hand, the microphone 1062 converts the collected sound signal into an electrical signal, by the audio circuit 1060. After receiving, it is converted into audio data, and then processed by the audio data output processor 180, transmitted to the terminal, for example, via the RF circuit 110, or outputted to the memory 120 for further processing.
  • the audio circuit 160 may also include an earbud jack to provide communication of the peripheral earphones with the terminal 1000.
  • the short-range communication module 170 may include WiFi (wireless fidelity) technology and/or NFC technology and/or Bluetooth technology and/or infrared technology, and the terminal 1000 may help the user to send and receive emails and browse the webpage through the short-range communication module 170. And accessing streaming media, etc., it provides users with wireless broadband Internet access and close-range communication, such as reading and writing of electronic cards in the embodiment of the present invention.
  • the processor 1080 is the control center of the terminal 1000, connecting various portions of the entire handset with various interfaces and lines, by running or executing software programs and/or modules stored in the memory 1020, and recalling data stored in the memory 1020, The various functions and processing data of the terminal 1000 are performed to perform overall monitoring of the mobile phone.
  • the processor 1080 may include one or more processing cores; preferably, the processor 1080 may integrate an application processor and a modem processor, where the application processor mainly processes an operating system, a user interface, an application, and the like.
  • the modem processor primarily handles wireless communications. It will be appreciated that the above described modem processor may also not be integrated into the processor 1080.
  • the terminal 1000 also includes a power source 1090 (such as a battery) for powering various components.
  • the power source can be logically coupled to the processor 1080 through a power management system to manage functions such as charging, discharging, and power management through the power management system.
  • the power supply 1090 may also include any one or more of a DC or AC power source, a recharging system, a power failure detection circuit, a power converter or inverter, a power status indicator, and the like.
  • the terminal 1000 may further include a camera, a Bluetooth module, and the like, and details are not described herein again.
  • the display unit of the electronic device is a touch screen display, and the electronic device further includes a memory, and one or more programs, wherein one or more programs are stored in the memory and configured to be executed by one or more processors, the one or more programs comprising for performing server front-end as described above method.
  • FIG. 6 is a schematic structural diagram of a server according to an embodiment of the present invention.
  • the server 1100 includes a central processing unit (CPU) 1101, a system memory 1104 including a random access memory (RAM) 1102 and a read only memory (ROM) 1103, and a system bus 1105 that connects the system memory 1104 and the central processing unit 1101.
  • the server 1100 also includes a basic input/output system (I/O system) 1106 that facilitates transfer of information between various devices within the computer, and mass storage for storing the operating system 1113, applications 1114, and other program modules 1115.
  • I/O system basic input/output system
  • the basic input/output system 1106 includes a display 1108 for displaying information and an input device 1109 such as a mouse or keyboard for user input of information.
  • the display 1108 and the input device 1109 are both connected to the central processing unit 1101 via an input-output controller 1110 connected to the system bus 1105.
  • the basic input/output system 1106 can also include an input output controller 1110 for receiving and processing input from a plurality of other devices, such as a keyboard, mouse, or electronic stylus.
  • the input and output controller 1110 also provides output to a display screen, printer, or other type of output device.
  • the mass storage device 1107 is connected to the central processing unit 1101 by a mass storage controller (not shown) connected to the system bus 1105.
  • the mass storage device 1107 and its associated computer readable medium provide non-volatile storage for the server 1100. That is, the mass storage device 1107 can include a computer readable medium (not shown) such as a hard disk or a CD-ROM drive.
  • the computer readable medium can include computer storage media and communication media.
  • Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data.
  • Computer storage media includes RAM, ROM, EPROM, EEPROM, flash memory or other solid state storage technologies, CD-ROM, DVD or other optical storage, tape cartridges, tape, diskette Storage or other magnetic storage device.
  • RAM random access memory
  • ROM read only memory
  • EPROM Erasable programmable read-only memory
  • EEPROM electrically erasable programmable read-only memory
  • the server 1100 may also be operated by a remote computer connected to the network through a network such as the Internet. That is, the server 1100 can be connected to the network 1112 through the network interface unit 1111 connected to the system bus 1105, or can also be connected to other types of networks or remote computer systems (not shown) using the network interface unit 1111. .
  • the memory further includes one or more programs, the one or more programs being stored in a memory, the one or more programs including instructions for performing a server pre-method provided by an embodiment of the present invention.
  • a person skilled in the art may understand that all or part of the steps of implementing the above embodiments may be completed by hardware, or may be instructed by a program to execute related hardware, and the program may be stored in a computer readable storage medium.
  • the storage medium mentioned may be a read only memory, a magnetic disk or an optical disk or the like.

Abstract

Disclosed in the present invention is a server front-end method, relating to the field of data processing. Comprising: creating a short link, and receiving data from a terminal; implementing packet breakage and/or packet sticking processing of the received data; parsing and packaging the data, and distributing same to a service transaction system; receiving processing result data fed back by the service transaction system; assembling the processing result data into a message conforming to a specification and sending same to the terminal, and simultaneously closing the short link. The present invention can support multi-domain, multi-scenario, multi-standard, and multi-protocol applications. Multi-channel access and third-party industry application access are supported, ensuring high system scalability.

Description

服务器前置方法Server pre-method 技术领域Technical field
本发明涉及数据处理领域,特别涉及一种服务器前置方法。The present invention relates to the field of data processing, and in particular, to a server pre-method.
背景技术Background technique
前置系统是连接各处理单元的桥梁,是金融支付服务系统的血管,是中间数据业务交换平台,前置系统不负责处理逻辑业务以及交易业务,只单独进行报文转换、报文的加解密处理、通讯协议转换,以及通过这个平台上的路由功能进行通讯报文的转入或转出处理。The front-end system is a bridge connecting the processing units, is a blood vessel of the financial payment service system, and is an intermediate data service exchange platform. The front-end system is not responsible for processing logical services and transaction services, and only performs packet conversion and message encryption and decryption. Processing, communication protocol conversion, and routing information transfer or transfer processing through the routing function on this platform.
在目前的企业运用中,前置系统有多种实现方式。在有些证券交易所中,采用长链同步的处理方式,在客户端发出一笔请求报文后,服务端按一定顺序取出请求报文,应答完以后,再处理下一笔交易。所以客户端的应答快慢主要取决于服务端的处理速度。In the current enterprise application, the front-end system has multiple implementation methods. In some stock exchanges, the long-chain synchronization processing method is adopted. After the client sends a request message, the server takes out the request message in a certain order, and after the response, processes the next transaction. Therefore, the response speed of the client mainly depends on the processing speed of the server.
在实现本发明的过程中,发明人发现现有技术至少存在以下问题:In the process of implementing the present invention, the inventors have found that the prior art has at least the following problems:
为了保证处理速度,目前有的技术方案是在交易数据全部在内存中进行处理,同时为了确保数据的安全性,需要搭建内存数据库进行数据处理,增大了系统成本。In order to ensure the processing speed, the current technical solution is to process all the transaction data in the memory, and in order to ensure the security of the data, it is necessary to build an in-memory database for data processing, which increases the system cost.
同时长链主要优势是第一次需要建立链路,以后直接通讯,减少了短链中的每次建立链路时间;劣势就是不管是否有数据通讯都会占有资源。At the same time, the main advantage of the long-chain is that the link needs to be established for the first time, and the direct communication is made later, which reduces the time for each link establishment in the short-chain; the disadvantage is that resources are occupied regardless of whether or not data communication exists.
目前的前置系统功能比较单一,往往是一个应用系统单独对应一个后台业务功能。很多前置系统都只能实现特有业务处理、数据处理或者设备控制管理。当新业务不断发展,开发和管理的成本会越来越高。The current front-end system has a relatively simple function, and is often an application system that individually corresponds to a background business function. Many front-end systems can only implement unique business processing, data processing or device control management. As new businesses continue to evolve, the cost of development and management will increase.
相关领域的技术术语包括:Technical terms in related fields include:
断包:指TCP协议中,发送方发送的包数据到接收方时,分成多份上传,只有等多份数据全部上传,才是有意义的数据包。Packet break: refers to the TCP protocol. When the packet data sent by the sender is sent to the receiver, it is divided into multiple uploads. Only when multiple copies of the data are uploaded are meaningful packets.
粘包:指TCP协议中,发送方发送的若干包数据到接收方接收时粘成一包,从接收缓冲区看,后一包数据的头紧接着前一包数据的尾。Sticky packet: refers to the TCP protocol. When several packets of data sent by the sender are received by the receiver, they are glued into a packet. From the receiving buffer, the header of the next packet of data is immediately followed by the end of the previous packet.
RMI:Remote Method Invocation,远程服务调用。是Java的一组拥护开 发分布式应用程序的API。RMI使用Java语言接口定义了远程对象,它集合了Java序列化和Java远程方法协议。RMI: Remote Method Invocation, remote service invocation. Is a group of Java support Send an API for distributed applications. RMI defines remote objects using the Java language interface, which aggregates Java serialization and Java remote method protocols.
JNDI:Java Naming and Directory Interface,Java命名和目录接口。是一组在Java应用中访问命名和目录服务的API。命名服务将名称和对象联系起来,使得我们可以用名称访问对象。JNDI: Java Naming and Directory Interface, Java Naming and Directory Interface. Is a set of APIs for accessing naming and directory services in Java applications. The naming service associates names with objects so that we can access objects by name.
8583规范报文:ISO8583包,简称8583包,是一个国际标准的包格式,最多由128个字段域组成,每个域都有统一的规定,并有定长与变长之分。8583包前面一段为位图,用来确定包的字段域组成情况。8583 specification message: ISO8583 package, referred to as 8583 package, is an international standard package format, composed of up to 128 field fields, each domain has a unified regulation, and has a fixed length and variable length. The previous paragraph of the 8583 packet is a bitmap used to determine the composition of the field of the packet.
发明内容Summary of the invention
为了解决目前的系统开发成本大的问题,本发明实施例提供了一种服务器前置方法。所述技术方案如下:In order to solve the problem of the current system development cost, the embodiment of the present invention provides a server pre-method. The technical solution is as follows:
根据本发明实施例的第一方面,提供了一种前置系统,所述系统包括:According to a first aspect of the embodiments of the present invention, a front system is provided, the system comprising:
服务器,所述服务器包括数据接收模块、数据处理模块和数据响应模块;其中,a server, the server includes a data receiving module, a data processing module, and a data response module; wherein
所述数据接收模块,用于接收终端发起的交易请求;The data receiving module is configured to receive a transaction request initiated by the terminal;
所述数据处理模块,用于处理所述交易请求,并进行数据分发、解析和封装;The data processing module is configured to process the transaction request, and perform data distribution, parsing, and encapsulation;
数据响应模块,用于将所述处理结果实时响应至对应的客户端。The data response module is configured to respond to the processing result in real time to the corresponding client.
在第二种可能的实施方式中,所述数据处理模块还包括:In a second possible implementation manner, the data processing module further includes:
报文解析、封装单元,用于将所述数据解析、封装,还包括解析关键域、获取完整的交易数据,并封装成可处理对象;a message parsing and encapsulating unit, configured to parse and encapsulate the data, further comprising parsing a key domain, obtaining complete transaction data, and encapsulating the data into a processable object;
错误处理单元,用于当所述交易为异常交易、报文错误或非法交易时,进行过滤;An error processing unit, configured to filter when the transaction is an abnormal transaction, a packet error, or an illegal transaction;
日志处理单元,用于记录所述服务器运行情况、记录所述请求数据以及提供日志分析;a log processing unit, configured to record the running status of the server, record the request data, and provide log analysis;
数据转发单元,用于当所述来自终端的数据量超过预定数值时,启用软负载,当所述软负载达到预定阀值时,启用硬负载。And a data forwarding unit, configured to enable a soft load when the amount of data from the terminal exceeds a predetermined value, and enable a hard load when the soft load reaches a predetermined threshold.
结合第一方面、第一方面的第一种可能的实施方式或者第一方面的第二种 可能的实施方式,在第三种可能的实施方式中,所述系统采用ORACLE数据库、Linux和windows操作系统、TOMCAT架构和JAVA/C开发语言;采用IBM Pseries作为服务器硬件。Combining the first aspect, the first possible implementation of the first aspect or the second aspect of the first aspect In a third possible implementation manner, the system adopts an ORACLE database, a Linux and Windows operating system, a TOMCAT architecture, and a JAVA/C development language; and an IBM Pseries as a server hardware.
第二方面,提供了一种服务器前置方法,所述方法包括:In a second aspect, a server pre-method is provided, the method comprising:
创建短链接,接收来自终端的数据;Create a short link to receive data from the terminal;
对所述接收到的数据进行断包和/或粘包处理;Performing packet breaking and/or sticky processing on the received data;
将所述数据解析、封装,分发给业务交易系统;Parsing, encapsulating, and distributing the data to a business transaction system;
接收所述业务交易系统反馈的处理结果数据;Receiving processing result data fed back by the business transaction system;
将所述处理结果数据组装成符合规范的报文,发送到终端,同时关闭所述短链接;Assembling the processing result data into a packet conforming to the specification, and transmitting the packet to the terminal, and closing the short link;
其中,所述接收来自终端的数据,包括:The receiving data from the terminal includes:
终端发送符合8583标准规范的请求报文;The terminal sends a request message conforming to the 8583 standard specification;
通过异步通讯框架NETTY,接收所述请求报文;Receiving the request message through the asynchronous communication framework NETTY;
在终端的交易发起时,创建短链接,接收来自终端的数据。When the transaction of the terminal is initiated, a short link is created to receive data from the terminal.
在第二方面第一种可能的实施方式中,所述方法还包括当任一所述终端断开与服务器之间的通讯时,所述服务器进行所述终端的资源释放。In a first possible implementation manner of the second aspect, the method further includes: when any of the terminals disconnects communication with the server, the server performs resource release of the terminal.
在第二方面第二种可能的实施方式中,将所述数据解析、封装,还包括解析关键域、获取完整的交易数据,并封装成可处理对象。In a second possible implementation manner of the second aspect, parsing and encapsulating the data further includes parsing a key domain, obtaining complete transaction data, and packaging the object into a processable object.
在第二方面第三种可能的实施方式中,所述方法还包括当所述交易为异常交易、报文错误或非法交易时,进行过滤。In a third possible implementation of the second aspect, the method further comprises filtering when the transaction is an abnormal transaction, a message error, or an illegal transaction.
在第二方面第四种可能的实施方式中,所述方法还包括记录所述服务器运行情况、记录所述请求数据以及提供日志分析。In a fourth possible implementation manner of the second aspect, the method further includes recording the server running condition, recording the request data, and providing log analysis.
在第二方面第五种可能的实施方式中,所述方法还包括:当所述来自终端的数据量超过预定数值时,启用软负载;当所述软负载达到预定阀值时,启用硬负载。In a fifth possible implementation manner of the second aspect, the method further includes: enabling a soft load when the amount of data from the terminal exceeds a predetermined value; enabling a hard load when the soft load reaches a predetermined threshold .
本发明实施例提供的技术方案带来的有益效果是:The beneficial effects brought by the technical solutions provided by the embodiments of the present invention are:
通过采用本技术方案建立前置系统,可以支持多领域、多场景、多标准和多协议的应用。支持多渠道接入,支持第三方行业应用的接入,保证系统的高 可扩展性;By adopting the technical solution to establish a front-end system, it is possible to support multi-domain, multi-scene, multi-standard and multi-protocol applications. Support multi-channel access, support access to third-party industry applications, and ensure high system Scalability;
面对庞大的终端数量,收发数据采取短链接异步处理,同时做异常分析和断包、粘包处理,业务分发采用分布式远程通讯处理,将硬件资源利用最大化,保证交易数据的可靠性、完整性和系统的高并发量;Faced with a large number of terminals, the receiving and receiving data is handled asynchronously by short links. At the same time, abnormal analysis and packet breaking and sticky processing are performed. The service distribution adopts distributed remote communication processing to maximize the utilization of hardware resources and ensure the reliability of transaction data. Integrity and high concurrency of the system;
兼容处理多种数据格式,不同数据接入系统都可以进行处理,实现系统的高兼容性。Compatible with multiple data formats, different data access systems can be processed to achieve high system compatibility.
附图说明DRAWINGS
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings used in the description of the embodiments will be briefly described below. It is obvious that the drawings in the following description are only some embodiments of the present invention. Other drawings may also be obtained from those of ordinary skill in the art in light of the inventive work.
图1是本发明各个实施例所涉及的实施环境的结构示意图;1 is a schematic structural view of an implementation environment involved in various embodiments of the present invention;
图2是本发明一个实施例提供的前置方法的方法流程图;2 is a flowchart of a method of a pre-method according to an embodiment of the present invention;
图3是本发明另一个实施例提供的前置系统的结构示意图;3 is a schematic structural diagram of a front system according to another embodiment of the present invention;
图4是本发明一个实施例提供的前置系统的数据处理模块的结构示意图;4 is a schematic structural diagram of a data processing module of a front-end system according to an embodiment of the present invention;
图5是本发明一个实施例提供的数据处理模块的结构示意图;FIG. 5 is a schematic structural diagram of a data processing module according to an embodiment of the present invention;
图6是本发明另一实施例提供的服务器的结构示意图。FIG. 6 is a schematic structural diagram of a server according to another embodiment of the present invention.
具体实施方式detailed description
为使本发明的目的、技术方案和优点更加清楚,下面将结合附图对本发明实施方式作进一步地详细描述。The embodiments of the present invention will be further described in detail below with reference to the accompanying drawings.
请参考图1,其示出了本发明各个实施例所涉及的实施环境的结构示意图。Please refer to FIG. 1, which is a schematic structural diagram of an implementation environment involved in various embodiments of the present invention.
在终端交易上送时,由前置系统进行数据分析处理,然后分发到交易系统进行业务处理,完成业务数据验证、数据收集、数据处理,闭环交易。经中心系统处理之后,返回结果至交易系统,交易系统再反馈到前置系统,前置系统进行数据组装,发送应答到终端。When the terminal transaction is sent, the data is processed and analyzed by the front-end system, and then distributed to the transaction system for business processing, completing business data verification, data collection, data processing, and closed-loop transactions. After processing by the central system, the result is returned to the trading system, and the trading system is fed back to the front-end system. The front-end system performs data assembly and sends a response to the terminal.
前置系统面向接口开发,提供数据收发、任务分配等服务,是跨行业的金 融支付服务暨综合数据管理系统中的大动脉,是终端与中心的通讯通道,与业务交易系统相辅相成。具备报文解析封装、错误处理、日志处理、数据转发等功能。The front-end system is oriented to interface development and provides services such as data transmission and reception, task assignment, etc. The aorta in the payment service and integrated data management system is the communication channel between the terminal and the center, which complements the business transaction system. It has the functions of packet parsing and packaging, error handling, log processing, and data forwarding.
前置通讯负责终端及第三方行业接入系统的数据采集接入,系统可支持终端通过TCP/IP协议,根据规范的报文格式,进行数据交互,前置通讯需进行端口监听,数据发往该端口时,前置通讯系统应触发接收机制对其进行接收处理,前置通讯作为服务器端,与客户端直接进行交互,因业务需求,可存在大量的客户端,服务器需要进行并发处理客户端请求。并能进行与客户端一一对应的响应。The pre-communication is responsible for data acquisition and access of the terminal and the third-party industry access system. The system can support the terminal to perform data interaction according to the standard packet format through the TCP/IP protocol. The pre-communication needs to perform port monitoring, and the data is sent to When the port is used, the pre-communication system should trigger the receiving mechanism to receive and process it. The pre-communication acts as the server and interacts directly with the client. Due to service requirements, there may be a large number of clients. The server needs to process the client concurrently. request. And can respond to the client one-to-one.
请参考图2,其示出了本发明一个实施例提供的前置方法的方法流程图。本实施例以该前置方法应用于图1所示实施环境来举例说明。该前置方法,可以包括:Please refer to FIG. 2, which shows a flowchart of a method of a pre-method provided by an embodiment of the present invention. This embodiment is exemplified by the application of the pre-method to the implementation environment shown in FIG. 1. The pre-method may include:
步骤201,创建短链接,接收来自终端的数据;Step 201: Create a short link to receive data from the terminal.
其中,所述接收来自终端的数据的具体实现方式包括:The specific implementation manner of receiving data from the terminal includes:
终端发送符合8583标准规范的请求报文;The terminal sends a request message conforming to the 8583 standard specification;
通过异步通讯框架NETTY,接收所述请求报文;Receiving the request message through the asynchronous communication framework NETTY;
在终端的交易发起时,创建短链接,接收来自终端的数据。When the transaction of the terminal is initiated, a short link is created to receive data from the terminal.
步骤202,所述接收到的数据进行断包和/或粘包处理;Step 202: The received data is subjected to packet breaking and/or sticky processing;
步骤203,将所述数据解析、封装,分发给业务交易系统; Step 203, parsing, encapsulating, and distributing the data to a business transaction system;
具体的,将所述数据解析、封装,还包括解析关键域、获取完整的交易数据,并封装成可处理对象。Specifically, parsing and encapsulating the data further includes parsing a key domain, acquiring complete transaction data, and packaging the object into a processable object.
步骤204,接收所述业务交易系统反馈的处理结果数据;Step 204: Receive processing result data fed back by the service transaction system.
步骤205,将所述处理结果数据组装成符合规范的报文,发送到终端,同时关闭所述短链接。Step 205: The processing result data is assembled into a packet conforming to the specification, and sent to the terminal, and the short link is closed.
优选的,当任一所述终端断开与服务器之间的通讯时,所述服务器进行所述终端的资源释放。Preferably, when any of the terminals disconnects communication with the server, the server performs resource release of the terminal.
优选的,当所述交易为异常交易、报文错误或非法交易时,进行过滤。Preferably, the filtering is performed when the transaction is an abnormal transaction, a message error or an illegal transaction.
优选的,所述方法还包括记录所述服务器运行情况、记录所述请求数据以 及提供日志分析。Preferably, the method further includes recording the running status of the server, and recording the request data. And provide log analysis.
优选的,当所述来自终端的数据量超过预定数值时,启用软负载;当所述软负载达到预定阀值时,启用硬负载。Preferably, the soft load is enabled when the amount of data from the terminal exceeds a predetermined value; the hard load is enabled when the soft load reaches a predetermined threshold.
综上所述,本发明可以支持多领域、多场景、多标准和多协议的应用。支持多渠道接入,支持第三方行业应用的接入,保证系统的高可扩展性。In summary, the present invention can support multi-domain, multi-scene, multi-standard and multi-protocol applications. Support multi-channel access, support access to third-party industry applications, and ensure high scalability of the system.
请参考图3,其示出了本发明另一个实施例提供的前置系统的结构示意图。本实施例以该前置方法应用于图1所示实施环境来举例说明。该前置系统,可以包括:Please refer to FIG. 3 , which is a schematic structural diagram of a front system according to another embodiment of the present invention. This embodiment is exemplified by the application of the pre-method to the implementation environment shown in FIG. 1. The front system can include:
服务器,所述服务器包括数据接收模块101、数据处理模块102和数据响应模块103;其中,a server, where the server includes a data receiving module 101, a data processing module 102, and a data response module 103;
所述数据接收模块101,用于接收终端发起的交易请求;The data receiving module 101 is configured to receive a transaction request initiated by the terminal;
所述数据处理模块102,用于处理所述交易请求,并进行数据分发、解析和封装;The data processing module 102 is configured to process the transaction request, and perform data distribution, parsing, and encapsulation;
数据响应模块103,用于将所述处理结果实时响应至对应的客户端。The data response module 103 is configured to respond to the processing result in real time to the corresponding client.
具体的,所述系统采用ORACLE数据库、Linux和windows操作系统、TOMCAT架构和JAVA/C开发语言;采用IBM Pseries作为服务器硬件。Specifically, the system uses an ORACLE database, a Linux and Windows operating system, a TOMCAT architecture, and a JAVA/C development language; and IBM Pseries is used as a server hardware.
综上所述,本发明采用本技术方案建立前置系统,可以支持多领域、多场景、多标准和多协议的应用。支持多渠道接入,支持第三方行业应用的接入,保证系统的高可扩展性;面对庞大的终端数量,收发数据采取短链接异步处理,同时做异常分析和断包、粘包处理,业务分发采用分布式远程通讯处理,将硬件资源利用最大化,保证交易数据的可靠性、完整性和系统的高并发量;兼容处理多种数据格式,不同数据接入系统都可以进行处理,实现系统的高兼容性。In summary, the present invention adopts the technical solution to establish a front-end system, which can support multi-domain, multi-scene, multi-standard and multi-protocol applications. Support multi-channel access, support third-party industry application access, ensure the system's high scalability; face a large number of terminals, send and receive data to take short links asynchronous processing, while doing abnormal analysis and packet break, sticky packet processing, The service distribution adopts distributed remote communication processing to maximize the utilization of hardware resources, ensure the reliability, integrity and high concurrency of the transaction data; compatible with multiple data formats, and different data access systems can process and implement High compatibility of the system.
请参考图4,其示出了本发明一个实施例提供的前置系统的数据处理模块结构示意图。本实施例以该前置方法应用于图1所示实施环境来举例说明。该数据处理模块102,可以包括:Please refer to FIG. 4, which is a structural diagram of a data processing module of a front-end system according to an embodiment of the present invention. This embodiment is exemplified by the application of the pre-method to the implementation environment shown in FIG. 1. The data processing module 102 can include:
报文解析、封装单元1021,用于将所述数据解析、封装,还包括解析关键域、获取完整的交易数据,并封装成可处理对象; The message parsing and encapsulating unit 1021 is configured to parse and encapsulate the data, and further includes parsing a key domain, acquiring complete transaction data, and packaging the data into a processable object;
错误处理单元1022,用于当所述交易为异常交易、报文错误或非法交易时,进行过滤;The error processing unit 1022 is configured to perform filtering when the transaction is an abnormal transaction, a packet error, or an illegal transaction;
日志处理单元1023,用于记录所述服务器运行情况、记录所述请求数据以及提供日志分析;a log processing unit 1023, configured to record the running status of the server, record the request data, and provide log analysis;
数据转发单元1024,用于当所述来自终端的数据量超过预定数值时,启用软负载,当所述软负载达到预定阀值时,启用硬负载。The data forwarding unit 1024 is configured to enable a soft load when the amount of data from the terminal exceeds a predetermined value, and enable a hard load when the soft load reaches a predetermined threshold.
在上述的现有技术的技术方案中,为达到保证处理速度和数据安全性,需要通过投入更高的硬件成本来实现;为实现新业务的拓展,需要增加开发成本和管理成本。尤其当管理出现混乱时,会给企业带来很高风险。In the above prior art technical solution, in order to achieve the processing speed and data security, it is required to implement higher hardware costs; in order to realize the expansion of new services, development costs and management costs need to be increased. Especially when there is chaos in management, it will bring high risks to the company.
本技术方案,着眼于前置系统的高数据承载能力、数据处理安全性和业务扩展性,进行设计和开发,以实际业务需求为导向,使硬件资源得到充分利用,保障数据处理的安全性,实现业务的高可扩展性。The technical solution focuses on the high data carrying capacity, data processing security and service scalability of the front-end system, carries out design and development, and is oriented to actual business requirements, so that hardware resources are fully utilized to ensure data processing security. Achieve high scalability of the business.
本技术方案中,前置系统支持通用标准的网络协议(如TCP/IP)、国际标准的大型的动态路由协议(如BGP,OSPF)等开放协议、8583报文、定长报文,有利于以保证金融支付服务系统与现有业务单位网络之间的平滑连接互通,以及将来的网络扩展。In the technical solution, the front-end system supports a common standard network protocol (such as TCP/IP), an international standard large-scale dynamic routing protocol (such as BGP, OSPF) and other open protocols, 8583 messages, and fixed length messages, which is beneficial to To ensure smooth connection between the financial payment service system and the existing business unit network, as well as future network expansion.
系统设计采用的各项软、硬件设备在均应在满足企业要求的情况下,符合国际通用标准,符合开放性原则,与当前技术发展的潮流吻合,保证系统的开放性和技术延伸性。整个数据仓库系统应具有良好的开放性,系统提供其内部使用的统计模型原理、公式、数据来源及加工过程,使管理人员能够对自行开发或有疑问的模型输出结果进行合理性检查,避免系统本身产生的模型风险。All software and hardware equipment used in the system design should meet the international general standards and meet the openness principle in accordance with the requirements of the enterprise, which is consistent with the current trend of technology development, ensuring the openness and technical extension of the system. The entire data warehouse system should have good openness. The system provides the statistical model principles, formulas, data sources and processing procedures for its internal use, so that managers can check the rationality of the self-developed or questionable model output to avoid the system. The model risk generated by itself.
需要说明的是:上述实施例提供的前置系统在执行前置方法时,仅以上述各功能模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能模块完成,即将系统的内部结构划分成不同的功能模块,以完成以上描述的全部或者部分功能。另外,上述实施例提供的前置系统和前置方法的实施例属于同一构思,其具体实现过程详见方法实施例,这里不再赘述。It should be noted that, in the implementation of the pre-method, the pre-system provided by the foregoing embodiment is only illustrated by the division of the foregoing functional modules. In actual applications, the function distribution may be completed by different functional modules as needed. The internal structure of the system is divided into different functional modules to complete all or part of the functions described above. In addition, the embodiments of the pre-system and the pre-method provided by the foregoing embodiments are in the same concept, and the specific implementation process is described in detail in the method embodiment, and details are not described herein again.
上述本发明实施例序号仅仅为了描述,不代表实施例的优劣。The serial numbers of the embodiments of the present invention are merely for the description, and do not represent the advantages and disadvantages of the embodiments.
请参考图5,其示出了本发明一个实施例提供的终端的结构示意图。该电 子设备可以用于实施上述实施例中提供的物品转移方法。具体来讲:Please refer to FIG. 5, which is a schematic structural diagram of a terminal according to an embodiment of the present invention. The electricity The sub-device can be used to implement the item transfer method provided in the above embodiments. Specifically:
终端1000可以包括RF(Radio Frequency,射频)电路1010、包括有一个或一个以上计算机可读存储介质的存储器1020、输入单元1030、显示单元1040、传感器1050、音频电路1060、短距离通信模块1070、包括有一个或者一个以上处理核心的处理器1080、以及电源1090等部件。本领域技术人员可以理解,图10中示出的终端结构并不构成对终端的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。其中:The terminal 1000 may include an RF (Radio Frequency) circuit 1010, a memory 1020 including one or more computer readable storage media, an input unit 1030, a display unit 1040, a sensor 1050, an audio circuit 1060, a short-range communication module 1070, A processor 1080 having one or more processing cores, and a power supply 1090 and the like are included. It will be understood by those skilled in the art that the terminal structure shown in FIG. 10 does not constitute a limitation to the terminal, and may include more or less components than those illustrated, or combine some components, or different component arrangements. among them:
RF电路1010可用于收发信息或通话过程中,信号的接收和发送,特别地,将基站的下行信息接收后,交由一个或者一个以上处理器1080处理;另外,将涉及上行的数据发送给基站。通常,RF电路1010包括但不限于天线、至少一个放大器、调谐器、一个或多个振荡器、用户身份模块(SIM)卡、收发信机、耦合器、LNA(Low Noise Amplifier,低噪声放大器)、双工器等。此外,RF电路1010还可以通过无线通信与网络和其他设备通信。无线通信可以使用任一通信标准或协议,包括但不限于GSM(Global System of Mobile communication,全球移动通讯系统)、GPRS(General Packet Radio Service,通用分组无线服务)、CDMA(Code Division Multiple Access,码分多址)、WCDMA(Wideband Code Division Multiple Access,宽带码分多址)、LTE(Long Term Evolution,长期演进)、电子邮件、SMS(Short Messaging Service,短消息服务)等。The RF circuit 1010 can be used for receiving and transmitting signals during and after receiving or transmitting information, in particular, receiving downlink information of the base station and then processing it by one or more processors 1080; in addition, transmitting data related to the uplink to the base station . Generally, the RF circuit 1010 includes, but is not limited to, an antenna, at least one amplifier, a tuner, one or more oscillators, a Subscriber Identity Module (SIM) card, a transceiver, a coupler, an LNA (Low Noise Amplifier). , duplexer, etc. In addition, RF circuit 1010 can also communicate with the network and other devices via wireless communication. Wireless communication can use any communication standard or protocol, including but not limited to GSM (Global System of Mobile communication), GPRS (General Packet Radio Service), CDMA (Code Division Multiple Access) Divisional Multiple Access), WCDMA (Wideband Code Division Multiple Access), LTE (Long Term Evolution), e-mail, SMS (Short Messaging Service), and the like.
存储器1020可用于存储软件程序以及模块,处理器1080通过运行存储在存储器1020的软件程序以及模块,从而执行各种功能应用以及数据处理。存储器1020可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序(比如声音播放功能、图像播放功能等)等;存储数据区可存储根据终端1000的使用所创建的数据(比如音频数据、电话本等)等。此外,存储器1020可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他易失性固态存储器件。相应地,存储器1020还可以包括存储器控制器,以提供处理器1080和输入单元1030对存储器1020的访问。The memory 1020 can be used to store software programs and modules, and the processor 1080 executes various functional applications and data processing by running software programs and modules stored in the memory 1020. The memory 1020 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application required for at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may be stored according to The data created by the use of the terminal 1000 (such as audio data, phone book, etc.) and the like. Moreover, memory 1020 can include high speed random access memory, and can also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device. Accordingly, memory 1020 can also include a memory controller to provide access to memory 1020 by processor 1080 and input unit 1030.
输入单元1030可用于接收输入的数字或字符信息,以及产生与用户设置 以及功能控制有关的键盘、鼠标、操作杆、光学或者轨迹球信号输入。具体地,输入单元1030可包括触敏表面1031以及其他输入设备1032。触敏表面1031,也称为触摸显示屏或者触控板,可收集用户在其上或附近的触摸操作(比如用户使用手指、触笔等任何适合的物体或附件在触敏表面1031上或在触敏表面1031附近的操作),并根据预先设定的程式驱动相应的连接装置。可选的,触敏表面1031可包括触摸检测装置和触摸控制器两个部分。其中,触摸检测装置检测用户的触摸方位,并检测触摸操作带来的信号,将信号传送给触摸控制器;触摸控制器从触摸检测装置上接收触摸信息,并将它转换成触点坐标,再送给处理器1080,并能接收处理器1080发来的命令并加以执行。此外,可以采用电阻式、电容式、红外线以及表面声波等多种类型实现触敏表面1031。除了触敏表面1031,输入单元1030还可以包括其他输入设备1032。具体地,其他输入设备1032可以包括但不限于物理键盘、功能键(比如音量控制按键、开关按键等)、轨迹球、鼠标、操作杆等中的一种或多种。The input unit 1030 can be configured to receive input numeric or character information, and generate and user settings And keyboard, mouse, joystick, optical or trackball signal input related to function control. In particular, input unit 1030 can include touch-sensitive surface 1031 as well as other input devices 1032. Touch-sensitive surface 1031, also known as a touch display or touchpad, can collect touch operations on or near the user (such as a user using a finger, stylus, etc., on any touch-sensitive surface 1031 or The operation near the touch-sensitive surface 1031) and driving the corresponding connecting device according to a preset program. Alternatively, the touch-sensitive surface 1031 may include two parts of a touch detection device and a touch controller. Wherein, the touch detection device detects the touch orientation of the user, and detects a signal brought by the touch operation, and transmits the signal to the touch controller; the touch controller receives the touch information from the touch detection device, converts the touch information into contact coordinates, and sends the touch information. The processor 1080 is provided and can receive commands from the processor 1080 and execute them. In addition, the touch sensitive surface 1031 can be implemented in various types such as resistive, capacitive, infrared, and surface acoustic waves. In addition to the touch-sensitive surface 1031, the input unit 1030 can also include other input devices 1032. Specifically, other input devices 1032 may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control buttons, switch buttons, etc.), trackballs, mice, joysticks, and the like.
显示单元1040可用于显示由用户输入的信息或提供给用户的信息以及终端1000的各种图形用户接口,这些图形用户接口可以由图形、文本、图标、视频和其任意组合来构成。显示单元1040可包括显示面板1041,可选的,可以采用LCD(Liquid Crystal Display,液晶显示器)、OLED(Organic Light-Emitting Diode,有机发光二极管)等形式来配置显示面板1041。进一步的,触敏表面1031可覆盖显示面板1041,当触敏表面1031检测到在其上或附近的触摸操作后,传送给处理器1080以确定触摸事件的类型,随后处理器1080根据触摸事件的类型在显示面板1041上提供相应的视觉输出。虽然在图10中,触敏表面1031与显示面板1041是作为两个独立的部件来实现输入和输入功能,但是在某些实施例中,可以将触敏表面1031与显示面板1041集成而实现输入和输出功能。 Display unit 1040 can be used to display information entered by the user or information provided to the user and various graphical user interfaces of terminal 1000, which can be constructed from graphics, text, icons, video, and any combination thereof. The display unit 1040 may include a display panel 1041. Alternatively, the display panel 1041 may be configured in the form of an LCD (Liquid Crystal Display), an OLED (Organic Light-Emitting Diode), or the like. Further, the touch-sensitive surface 1031 can cover the display panel 1041, and when the touch-sensitive surface 1031 detects a touch operation thereon or nearby, it is transmitted to the processor 1080 to determine the type of the touch event, and then the processor 1080 according to the touch event The type provides a corresponding visual output on display panel 1041. Although in FIG. 10, touch-sensitive surface 1031 and display panel 1041 are implemented as two separate components to implement input and input functions, in some embodiments, touch-sensitive surface 1031 can be integrated with display panel 1041 for input. And output function.
终端1000还可包括至少一种传感器1050,比如光传感器、运动传感器以及其他传感器。具体地,光传感器可包括环境光传感器及接近传感器,其中,环境光传感器可根据环境光线的明暗来调节显示面板1041的亮度,接近传感器可在终端1000移动到耳边时,关闭显示面板1041和/或背光。作为运动传感器的一种,重力加速度传感器可检测各个方向上(一般为三轴)加速度的大小,静止时可检测出重力的大小及方向,可用于识别手机姿态的应用(比如横 竖屏切换、相关游戏、磁力计姿态校准)、振动识别相关功能(比如计步器、敲击)等;至于终端1000还可配置的陀螺仪、气压计、湿度计、温度计、红外线传感器等其他传感器,在此不再赘述。Terminal 1000 can also include at least one type of sensor 1050, such as a light sensor, motion sensor, and other sensors. Specifically, the light sensor may include an ambient light sensor and a proximity sensor, wherein the ambient light sensor may adjust the brightness of the display panel 1041 according to the brightness of the ambient light, and the proximity sensor may close the display panel 1041 when the terminal 1000 moves to the ear. / or backlight. As a kind of motion sensor, the gravity acceleration sensor can detect the acceleration of each direction (usually three axes), and the magnitude and direction of gravity can be detected at rest, which can be used to identify the gesture of the mobile phone (such as horizontal Vertical screen switching, related games, magnetometer attitude calibration), vibration recognition related functions (such as pedometer, tapping), etc.; as for the terminal 1000 can also be configured with gyroscopes, barometers, hygrometers, thermometers, infrared sensors, etc. The sensor will not be described here.
音频电路1060、扬声器1061、传声器1062可提供用户与终端1000之间的音频接口。音频电路1060可将接收到的音频数据转换后的电信号,传输到扬声器1061,由扬声器1061转换为声音信号输出;另一方面,传声器1062将收集的声音信号转换为电信号,由音频电路1060接收后转换为音频数据,再将音频数据输出处理器180处理后,经RF电路110以发送给比如另一终端,或者将音频数据输出至存储器120以便进一步处理。音频电路160还可能包括耳塞插孔,以提供外设耳机与终端1000的通信。 Audio circuit 1060, speaker 1061, and microphone 1062 can provide an audio interface between the user and terminal 1000. The audio circuit 1060 can transmit the converted electrical data of the received audio data to the speaker 1061, and convert it into a sound signal output by the speaker 1061; on the other hand, the microphone 1062 converts the collected sound signal into an electrical signal, by the audio circuit 1060. After receiving, it is converted into audio data, and then processed by the audio data output processor 180, transmitted to the terminal, for example, via the RF circuit 110, or outputted to the memory 120 for further processing. The audio circuit 160 may also include an earbud jack to provide communication of the peripheral earphones with the terminal 1000.
短距离通信模块170可以包括WiFi(wireless fidelity,无线保真)技术和/或NFC技术和/或蓝牙技术和/或红外技术,终端1000通过短距离通信模块170可以帮助用户收发电子邮件、浏览网页和访问流式媒体等,它为用户提供了无线的宽带互联网访问及近距离通信,比如在本发明实施例中用于电子卡片的读写。The short-range communication module 170 may include WiFi (wireless fidelity) technology and/or NFC technology and/or Bluetooth technology and/or infrared technology, and the terminal 1000 may help the user to send and receive emails and browse the webpage through the short-range communication module 170. And accessing streaming media, etc., it provides users with wireless broadband Internet access and close-range communication, such as reading and writing of electronic cards in the embodiment of the present invention.
处理器1080是终端1000的控制中心,利用各种接口和线路连接整个手机的各个部分,通过运行或执行存储在存储器1020内的软件程序和/或模块,以及调用存储在存储器1020内的数据,执行终端1000的各种功能和处理数据,从而对手机进行整体监控。可选的,处理器1080可包括一个或多个处理核心;优选的,处理器1080可集成应用处理器和调制解调处理器,其中,应用处理器主要处理操作系统、用户界面和应用程序等,调制解调处理器主要处理无线通信。可以理解的是,上述调制解调处理器也可以不集成到处理器1080中。The processor 1080 is the control center of the terminal 1000, connecting various portions of the entire handset with various interfaces and lines, by running or executing software programs and/or modules stored in the memory 1020, and recalling data stored in the memory 1020, The various functions and processing data of the terminal 1000 are performed to perform overall monitoring of the mobile phone. Optionally, the processor 1080 may include one or more processing cores; preferably, the processor 1080 may integrate an application processor and a modem processor, where the application processor mainly processes an operating system, a user interface, an application, and the like. The modem processor primarily handles wireless communications. It will be appreciated that the above described modem processor may also not be integrated into the processor 1080.
终端1000还包括给各个部件供电的电源1090(比如电池),优选的,电源可以通过电源管理系统与处理器1080逻辑相连,从而通过电源管理系统实现管理充电、放电、以及功耗管理等功能。电源1090还可以包括一个或一个以上的直流或交流电源、再充电系统、电源故障检测电路、电源转换器或者逆变器、电源状态指示器等任意组件。The terminal 1000 also includes a power source 1090 (such as a battery) for powering various components. Preferably, the power source can be logically coupled to the processor 1080 through a power management system to manage functions such as charging, discharging, and power management through the power management system. The power supply 1090 may also include any one or more of a DC or AC power source, a recharging system, a power failure detection circuit, a power converter or inverter, a power status indicator, and the like.
尽管未示出,终端1000还可以包括摄像头、蓝牙模块等,在此不再赘述。具体在本实施例中,电子设备的显示单元是触摸屏显示器,电子设备还包括有 存储器,以及一个或者一个以上的程序,其中一个或者一个以上程序存储于存储器中,且经配置以由一个或者一个以上处理器执行述一个或者一个以上程序包含用于执行如上所述的服务器前置方法。Although not shown, the terminal 1000 may further include a camera, a Bluetooth module, and the like, and details are not described herein again. Specifically, in this embodiment, the display unit of the electronic device is a touch screen display, and the electronic device further includes a memory, and one or more programs, wherein one or more programs are stored in the memory and configured to be executed by one or more processors, the one or more programs comprising for performing server front-end as described above method.
请参考图6,其示出了本发明一个实施例提供的服务器的结构示意图。一个或者多个该服务器可以组成本发明实施例中的订单管理系统、卡片管理系统、汇聚管理系统或者物品提供方设备。所述服务器1100包括中央处理单元(CPU)1101、包括随机存取存储器(RAM)1102和只读存储器(ROM)1103的系统存储器1104,以及连接系统存储器1104和中央处理单元1101的系统总线1105。所述服务器1100还包括帮助计算机内的各个器件之间传输信息的基本输入/输出系统(I/O系统)1106,和用于存储操作系统1113、应用程序1114和其他程序模块1115的大容量存储设备1107。Please refer to FIG. 6, which is a schematic structural diagram of a server according to an embodiment of the present invention. One or more of the servers may constitute an order management system, a card management system, a convergence management system, or an item provider device in the embodiment of the present invention. The server 1100 includes a central processing unit (CPU) 1101, a system memory 1104 including a random access memory (RAM) 1102 and a read only memory (ROM) 1103, and a system bus 1105 that connects the system memory 1104 and the central processing unit 1101. The server 1100 also includes a basic input/output system (I/O system) 1106 that facilitates transfer of information between various devices within the computer, and mass storage for storing the operating system 1113, applications 1114, and other program modules 1115. Device 1107.
所述基本输入/输出系统1106包括有用于显示信息的显示器1108和用于用户输入信息的诸如鼠标、键盘之类的输入设备1109。其中所述显示器1108和输入设备1109都通过连接到系统总线1105的输入输出控制器1110连接到中央处理单元1101。所述基本输入/输出系统1106还可以包括输入输出控制器1110以用于接收和处理来自键盘、鼠标、或电子触控笔等多个其他设备的输入。类似地,输入输出控制器1110还提供输出到显示屏、打印机或其他类型的输出设备。The basic input/output system 1106 includes a display 1108 for displaying information and an input device 1109 such as a mouse or keyboard for user input of information. The display 1108 and the input device 1109 are both connected to the central processing unit 1101 via an input-output controller 1110 connected to the system bus 1105. The basic input/output system 1106 can also include an input output controller 1110 for receiving and processing input from a plurality of other devices, such as a keyboard, mouse, or electronic stylus. Similarly, the input and output controller 1110 also provides output to a display screen, printer, or other type of output device.
所述大容量存储设备1107通过连接到系统总线1105的大容量存储控制器(未示出)连接到中央处理单元1101。所述大容量存储设备1107及其相关联的计算机可读介质为服务器1100提供非易失性存储。也就是说,所述大容量存储设备1107可以包括诸如硬盘或者CD-ROM驱动器之类的计算机可读介质(未示出)。The mass storage device 1107 is connected to the central processing unit 1101 by a mass storage controller (not shown) connected to the system bus 1105. The mass storage device 1107 and its associated computer readable medium provide non-volatile storage for the server 1100. That is, the mass storage device 1107 can include a computer readable medium (not shown) such as a hard disk or a CD-ROM drive.
不失一般性,所述计算机可读介质可以包括计算机存储介质和通信介质。计算机存储介质包括以用于存储诸如计算机可读指令、数据结构、程序模块或其他数据等信息的任何方法或技术实现的易失性和非易失性、可移动和不可移动介质。计算机存储介质包括RAM、ROM、EPROM、EEPROM、闪存或其他固态存储其技术,CD-ROM、DVD或其他光学存储、磁带盒、磁带、磁盘 存储或其他磁性存储设备。当然,本领域技术人员可知所述计算机存储介质不局限于上述几种。上述的系统存储器1104和大容量存储设备1107可以统称为存储器。Without loss of generality, the computer readable medium can include computer storage media and communication media. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes RAM, ROM, EPROM, EEPROM, flash memory or other solid state storage technologies, CD-ROM, DVD or other optical storage, tape cartridges, tape, diskette Storage or other magnetic storage device. Of course, those skilled in the art will appreciate that the computer storage medium is not limited to the above. The system memory 1104 and the mass storage device 1107 described above may be collectively referred to as a memory.
根据本发明的各种实施例,所述服务器1100还可以通过诸如因特网等网络连接到网络上的远程计算机运行。也即服务器1100可以通过连接在所述系统总线1105上的网络接口单元1111连接到网络1112,或者说,也可以使用网络接口单元1111来连接到其他类型的网络或远程计算机系统(未示出)。According to various embodiments of the present invention, the server 1100 may also be operated by a remote computer connected to the network through a network such as the Internet. That is, the server 1100 can be connected to the network 1112 through the network interface unit 1111 connected to the system bus 1105, or can also be connected to other types of networks or remote computer systems (not shown) using the network interface unit 1111. .
所述存储器还包括一个或者一个以上的程序,所述一个或者一个以上程序存储于存储器中,所述一个或者一个以上程序包含用于进行本发明实施例提供的服务器前置方法的指令。The memory further includes one or more programs, the one or more programs being stored in a memory, the one or more programs including instructions for performing a server pre-method provided by an embodiment of the present invention.
上述本发明实施例序号仅仅为了描述,不代表实施例的优劣。The serial numbers of the embodiments of the present invention are merely for the description, and do not represent the advantages and disadvantages of the embodiments.
本领域普通技术人员可以理解实现上述实施例的全部或部分步骤可以通过硬件来完成,也可以通过程序来指令相关的硬件完成,所述的程序可以存储于一种计算机可读存储介质中,上述提到的存储介质可以是只读存储器,磁盘或光盘等。A person skilled in the art may understand that all or part of the steps of implementing the above embodiments may be completed by hardware, or may be instructed by a program to execute related hardware, and the program may be stored in a computer readable storage medium. The storage medium mentioned may be a read only memory, a magnetic disk or an optical disk or the like.
以上所述仅为本发明的较佳实施例,并不用以限制本发明,凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。 The above are only the preferred embodiments of the present invention, and are not intended to limit the present invention. Any modifications, equivalents, improvements, etc., which are within the spirit and scope of the present invention, should be included in the protection of the present invention. Within the scope.

Claims (6)

  1. 一种服务器前置方法,其特征在于,所述方法包括:A server pre-method, characterized in that the method comprises:
    创建短链接,接收来自终端的数据;Create a short link to receive data from the terminal;
    对所述接收到的数据进行断包和/或粘包处理;Performing packet breaking and/or sticky processing on the received data;
    将所述数据解析、封装,分发给业务交易系统;Parsing, encapsulating, and distributing the data to a business transaction system;
    接收所述业务交易系统反馈的处理结果数据;Receiving processing result data fed back by the business transaction system;
    将所述处理结果数据组装成符合规范的报文,发送到终端,同时关闭所述短链接;Assembling the processing result data into a packet conforming to the specification, and transmitting the packet to the terminal, and closing the short link;
    其中,所述接收来自终端的数据,包括:The receiving data from the terminal includes:
    终端发送符合8583标准规范的请求报文;The terminal sends a request message conforming to the 8583 standard specification;
    通过异步通讯框架NETTY,接收所述请求报文;Receiving the request message through the asynchronous communication framework NETTY;
    在终端的交易发起时,创建短链接,接收来自终端的数据。When the transaction of the terminal is initiated, a short link is created to receive data from the terminal.
  2. 根据权利要求1所述的方法,其特征在于,所述方法还包括当任一所述终端断开与服务器之间的通讯时,所述服务器进行所述终端的资源释放。The method according to claim 1, wherein the method further comprises: when any of the terminals disconnects communication with the server, the server performs resource release of the terminal.
  3. 根据权利要求1所述的方法,其特征在于,将所述数据解析、封装,还包括解析关键域、获取完整的交易数据,并封装成可处理对象。The method according to claim 1, wherein parsing and encapsulating the data further comprises parsing a key domain, obtaining complete transaction data, and packaging the object into a processable object.
  4. 根据权利要求2所述的方法,其特征在于,所述方法还包括当所述交易为异常交易、报文错误或非法交易时,进行过滤。The method of claim 2, wherein the method further comprises filtering when the transaction is an abnormal transaction, a message error, or an illegal transaction.
  5. 根据权利要求1所述的方法,其特征在于,所述方法还包括记录所述服务器运行情况、记录所述请求数据以及提供日志分析。The method of claim 1 wherein the method further comprises recording the server operating condition, recording the request data, and providing log analysis.
  6. 根据权利要求1所述的方法,其特征在于,所述方法还包括:当所述来自终端的数据量超过预定数值时,启用软负载;当所述软负载达到预定阀值时,启用硬负载。 The method of claim 1 further comprising: enabling soft load when said amount of data from said terminal exceeds a predetermined value; enabling hard load when said soft load reaches a predetermined threshold .
PCT/CN2016/077812 2016-03-30 2016-03-30 Server front-end method WO2017166095A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2016/077812 WO2017166095A1 (en) 2016-03-30 2016-03-30 Server front-end method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2016/077812 WO2017166095A1 (en) 2016-03-30 2016-03-30 Server front-end method

Publications (1)

Publication Number Publication Date
WO2017166095A1 true WO2017166095A1 (en) 2017-10-05

Family

ID=59962304

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/077812 WO2017166095A1 (en) 2016-03-30 2016-03-30 Server front-end method

Country Status (1)

Country Link
WO (1) WO2017166095A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112995066A (en) * 2021-02-05 2021-06-18 新天科技股份有限公司 Frame data processing method and device, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101222560A (en) * 2007-11-07 2008-07-16 广州连连通信科技有限公司 Mobile phone charging system and method
WO2009044226A1 (en) * 2007-10-03 2009-04-09 Gmx Sas System and method for secure management of transactions
CN104363278A (en) * 2014-11-13 2015-02-18 许继电气股份有限公司 Mass terminal communication access system
CN104463670A (en) * 2014-11-05 2015-03-25 浪潮软件集团有限公司 Websocket-based bank preposition transaction system construction method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009044226A1 (en) * 2007-10-03 2009-04-09 Gmx Sas System and method for secure management of transactions
CN101222560A (en) * 2007-11-07 2008-07-16 广州连连通信科技有限公司 Mobile phone charging system and method
CN104463670A (en) * 2014-11-05 2015-03-25 浪潮软件集团有限公司 Websocket-based bank preposition transaction system construction method
CN104363278A (en) * 2014-11-13 2015-02-18 许继电气股份有限公司 Mass terminal communication access system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
FAN, LIANG ET AL.: "Design of Front-End System for Banks Based on Geronimo", COMPUTER ERA, 31 December 2012 (2012-12-31), pages 36 - 38 *
SHI, ZHU: "Design and Implementation of Integrative Front-bank Business Platform", CHINA MASTER'S THESES FULL-TEXT DATABASE, 15 July 2005 (2005-07-15) *
YE, BIN ET AL.: "The Design and Realization of Intermediate Business Platform in Bank", CHINA MASTER'S THESES FULL-TEXT DATABASE, 15 September 2005 (2005-09-15) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112995066A (en) * 2021-02-05 2021-06-18 新天科技股份有限公司 Frame data processing method and device, electronic equipment and storage medium
CN112995066B (en) * 2021-02-05 2023-10-24 新天科技股份有限公司 Frame data processing method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US10959124B2 (en) Uplink data transmission method, terminal, network side device and system
US10304461B2 (en) Remote electronic service requesting and processing method, server, and terminal
CN104580167B (en) A kind of methods, devices and systems transmitting data
US10762542B2 (en) Item transfer apparatus, system and method
CN105471704B (en) A kind of method, apparatus and system for realizing more people's calls
US20160266948A1 (en) Queued Messages Processing Method and Apparatus, Method and Apparatus for Controlling Messages to be Enqueued
CN106375478B (en) A kind of synchronous method of mobile terminal data, apparatus and system
EP3179693B1 (en) Method, apparatus, storage medium and computer program product for establishing a data connection
WO2015090250A1 (en) Inter-process communication method and device
CN109088844A (en) Information intercepting method, terminal, server and system
WO2017166093A1 (en) Front-end system
WO2014183438A1 (en) Method, apparatus, and communication system for allocating and managing voice channels
CN107786423B (en) A kind of method and system of instant messaging
WO2018170835A1 (en) Uplink data transmission method, terminal, network side device and system
US9965341B2 (en) Method and device for exchanging data between processes
CN108270839B (en) Access frequency control system and method
CN109102153A (en) A kind of identity management method and device
CN104378339B (en) A kind of communication means and device using agency agreement
WO2017166095A1 (en) Server front-end method
CN104580251B (en) A kind of method and apparatus for carrying out authorizing quick registration
WO2017166094A1 (en) Server front-end method
WO2017166099A1 (en) Server front positioning method
WO2017166096A1 (en) Server front positioning method
WO2017166097A1 (en) Server front positioning method
CN112667868B (en) Data detection method and device

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16895876

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 11/03/2019)

122 Ep: pct application non-entry in european phase

Ref document number: 16895876

Country of ref document: EP

Kind code of ref document: A1