CN114640715A - Data processing method, device, equipment and computer storage medium - Google Patents

Data processing method, device, equipment and computer storage medium Download PDF

Info

Publication number
CN114640715A
CN114640715A CN202210270954.9A CN202210270954A CN114640715A CN 114640715 A CN114640715 A CN 114640715A CN 202210270954 A CN202210270954 A CN 202210270954A CN 114640715 A CN114640715 A CN 114640715A
Authority
CN
China
Prior art keywords
data
interactive
interaction
data processing
processing
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN202210270954.9A
Other languages
Chinese (zh)
Inventor
马腾
王戎
杨洋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN202210270954.9A priority Critical patent/CN114640715A/en
Publication of CN114640715A publication Critical patent/CN114640715A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention provides a data processing method, a data processing device and a computer storage medium, wherein the data processing method is applied to a server which is in communication connection with a first terminal device, the method comprises the steps of obtaining an access address of a data interaction object for performing data interaction with the first terminal device and a data processing rule for processing interaction data by the first terminal device from a database, accessing the data interaction object according to the access address to obtain interaction data corresponding to the data interaction object, processing the interaction data according to the data processing rule to obtain interaction data with a preset format, and sending the interaction data with the preset format to the first terminal device. According to the data processing method provided by the embodiment of the application, the difficulty of processing data by the terminal can be reduced in the data interaction process, and the development difficulty can be reduced.

Description

Data processing method, device, equipment and computer storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a data processing method, apparatus, device, and computer storage medium.
Background
With the development of computer and internet technologies, the application scenes of multi-terminal data interaction are more and more. Moreover, there are more and more interactive objects (e.g., terminal devices, applications, applets, etc.) that interface with data interaction terminals.
At present, after acquiring interactive data corresponding to different interactive objects, a data interactive terminal generally performs data on the side of the data interactive terminal.
With the increase of the interactive objects and the fact that data structures returned by the interactive objects are gradually not the same standard, the data interactive terminal is more and more difficult to process data and the development cost is overlarge.
Disclosure of Invention
Embodiments of the present invention provide a data processing method, an apparatus, a device, and a computer storage medium, which can reduce difficulty in processing data by a terminal and reduce development difficulty in a data interaction process.
In a first aspect, an embodiment of the present invention provides a data processing method, which is applied to a server, where the server is in communication connection with a first terminal device, and the method includes:
acquiring an access address of a data interaction object for performing data interaction with first terminal equipment and a data processing rule for processing interaction data by the first terminal equipment from a database;
accessing the data interaction object according to the access address to obtain interaction data corresponding to the data interaction object;
processing the interactive data according to the data processing rule to obtain interactive data with a preset data format;
and sending the interactive data with the data format being the preset format to the first terminal equipment.
In some embodiments, before sending the interactive data with the data format being the preset format to the first terminal device, the method further includes:
acquiring communication interface connection parameters for the communication connection between the first terminal equipment and the server from a database;
and sending the communication interface connection parameters to an API gateway interface connected with the first terminal equipment so as to enable the server to be in communication connection with the first terminal equipment.
In some embodiments, the interactive object comprises at least one of at least one second terminal device, an application, an applet.
In some embodiments, the interactive data is processed according to the data processing rule, which specifically includes at least one of:
intercepting interactive data with a preset length according to a data processing rule;
and under the condition that the data volume of the interactive data is smaller than the preset data volume in the data processing rule, completing the data volume of the interactive data so as to enable the completed data volume to be equal to the preset data volume.
In some embodiments, the data interaction objects are multiple, and processing is performed on the interaction data according to the data processing rule, specifically including:
and sequencing the interactive data of the plurality of data interactive objects according to the preset arrangement sequence of the interactive object data in the data processing rule to obtain the interactive data with the data format being the preset format.
In some embodiments, processing the interaction data according to the data processing rule specifically includes:
and mapping the interactive data into interactive data of a preset type based on the data processing rule.
In a second aspect, an embodiment of the present invention provides a data processing apparatus, where the apparatus is applied to a server, and the server is in communication connection with a first terminal device, and the data processing apparatus includes:
the first acquisition module is used for acquiring an access address of a data interaction object for performing data interaction with the first terminal equipment and a data processing rule for processing interaction data by the first terminal equipment from the database;
the access module is used for accessing the data interaction object according to the access address to obtain interaction data corresponding to the data interaction object;
the processing module is used for processing the interactive data according to the data processing rule to obtain the interactive data with the data format being a preset format;
the first sending module is used for sending the interactive data with the data format being the preset format to the first terminal equipment.
In some embodiments, the data processing apparatus further comprises:
the second acquisition module is used for acquiring communication interface connection parameters for the communication connection between the first terminal equipment and the server from the database before sending the interactive data with the data format of the preset format to the first terminal equipment;
and the second sending module is used for sending the communication interface connection parameters to the API gateway interface connected with the first terminal equipment so as to enable the server to be in communication connection with the first terminal equipment.
In some embodiments, the interactive object comprises at least one of at least one second terminal device, an application, an applet.
In some embodiments, the processing module specifically includes:
the intercepting unit is used for intercepting interactive data with a preset length according to the data processing rule;
and the completion unit is used for completing the data volume of the interactive data under the condition that the data volume of the interactive data is smaller than the preset data volume in the data processing rule, so that the completed data volume is equal to the preset data volume.
In some embodiments, the processing module further comprises:
and the sequencing unit is used for sequencing the interactive data of the plurality of data interactive objects according to the preset arrangement sequence of the interactive object data in the data processing rule under the condition that the number of the data interactive objects is multiple, so as to obtain the interactive data with the data format being the preset format.
In some embodiments, the processing module may further include:
and the comparison unit is used for mapping the interactive data into interactive data of a preset type based on the data processing rule.
In a third aspect, the present application provides a computer-readable storage medium, on which computer program instructions are stored, and when executed by a processor, the computer program instructions implement the steps of the data processing method in any one of the embodiments of the first aspect.
In a fourth aspect, the present application provides a computer program product, and when executed by a processor of an electronic device, the instructions of the computer program product enable the electronic device to perform the steps of the data processing method in any one of the embodiments of the first aspect.
The data processing method, the data processing device, the data processing equipment and the computer storage medium are applied to a server, the server is in communication connection with first terminal equipment, the data processing device firstly obtains an access address of a data interaction object for performing data interaction with the first terminal equipment and a data processing rule for processing interaction data by the first terminal equipment from a database. And then, based on the access address, accessing the data interaction object to obtain interaction data corresponding to data interaction, and then processing the interaction data based on the obtained data processing rule to obtain the interaction data with the data format being the preset format. Therefore, the task amount of the first terminal data for processing the interactive data is reduced due to the processing of the interactive data completed in the first terminal device, and the processed data can meet the requirement of the first terminal device on the data format because the data processing rule corresponding to the first terminal device is acquired and then the interactive data is processed based on the acquired data processing rule. The problem that the corresponding rule needs to be developed aiming at different first terminal equipment and different interactive data due to different interactive data structure standards and different requirements of the first terminal equipment on the interactive data is solved. The difficulty of the first terminal in processing the interactive data is reduced as a whole.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required to be used in the embodiments of the present invention will be briefly described below, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic diagram of a data processing scenario provided by an embodiment of the invention;
FIG. 2 is a flow chart of a data processing method according to an embodiment of the present invention;
FIG. 3 is a flow chart of another data processing method according to an embodiment of the present invention
FIG. 4 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
Features of various aspects and exemplary embodiments of the present invention will be described in detail below, and in order to make objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail below with reference to the accompanying drawings and specific embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting. It will be apparent to one skilled in the art that the present invention may be practiced without some of these specific details. The following description of the embodiments is merely intended to provide a better understanding of the present invention by illustrating examples of the present invention.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising … …" does not exclude the presence of additional identical elements in the process, method, article, or apparatus that comprises the element.
The data processing method and the electronic device provided by the embodiment of the present application are described in detail below with reference to the accompanying drawings through specific embodiments and application scenarios thereof.
The data processing method provided by the present application can be applied to the scenario shown in fig. 1, and is specifically described in detail with reference to fig. 1.
The data processing method provided by the embodiment of the application can be applied to an application scenario of data interaction, as shown in fig. 1, a first terminal device 10 is in communication connection with a server 20, the server 20 interacts with a plurality of interactive objects 30, and then interactive data acquired at the interactive objects 30 is sent to the first terminal device 10.
According to the application scenario, the data processing method provided by the embodiment of the present application is described in detail below with reference to fig. 2 to 3. It should be noted that, in the data processing method provided in the embodiment of the present application, the execution main body may be a data processing apparatus, or a corresponding module in the data processing apparatus for executing the data processing method. In the embodiment of the present application, a data processing method performed by a data processing apparatus is taken as an example, and the data processing method provided in the embodiment of the present application is described.
Fig. 2 is a schematic flowchart of a data processing method provided in an embodiment of the present application, and as shown in fig. 2, the data processing method may include the following steps:
s210, acquiring an access address of a data interaction object for performing data interaction with the first terminal equipment and a data processing rule for processing interaction data by the first terminal equipment from a database;
s220, accessing the data interaction object according to the access address to obtain interaction data corresponding to the data interaction object;
s230, processing the interactive data according to the data processing rule to obtain interactive data with a preset data format;
s240, sending the interactive data with the data format being the preset format to the first terminal device.
Therefore, the data processing method and the data processing method of the embodiment of the application are applied to a server, the server is in communication connection with the first terminal device, and the data processing device firstly obtains the access address of the data interaction object performing data interaction with the first terminal device and the data processing rule for processing interaction data by the first terminal device from the database. And then, based on the access address, accessing the data interaction object to obtain interaction data corresponding to data interaction, and then processing the interaction data based on the obtained data processing rule to obtain the interaction data with the data format being the preset format. Therefore, the task amount of the first terminal data for processing the interactive data is reduced due to the processing of the interactive data completed in the first terminal device, and the processed data can meet the requirement of the first terminal device on the data format because the data processing rule corresponding to the first terminal device is acquired and then the interactive data is processed based on the acquired data processing rule. The problem that the corresponding rule needs to be developed aiming at different first terminal equipment and different interactive data due to different interactive data structure standards and different requirements of the first terminal equipment on the interactive data is solved. The difficulty of the first terminal in processing the interactive data is reduced as a whole.
In some embodiments, in S210, the database may include a storage medium having a storage function, and the first terminal device may include a terminal device having a display function. The access address may include an IP address of the interactive object and an access link.
In some embodiments, different first terminal devices may correspond to different data processing rules.
In some specific examples, the database may include an Oracle database, the first terminal device and the data processing apparatus may form a system with a springboot structure, the first terminal device may serve as a front end of the system, and the data processing apparatus may serve as a background of the system. Different first terminal devices can configure different data processing rules based on user-defined settings of users.
In some embodiments, in S220, the interactive object may include at least one of at least one second terminal device, an application program, and an applet.
In some embodiments, in a case that the interaction object includes the second terminal device, the data processing apparatus may further include a verification parameter obtained in the database, where the verification parameter may be used for verifying the interaction by the second terminal device when the second terminal device is interacted, and in a case that the verification is passed, the interaction between the data processing apparatus and the second terminal device is completed.
In some specific examples, the data processing apparatus obtains, in the database, an access link of the data interaction object, a data processing rule corresponding to the first terminal device, and a verification parameter corresponding to the data interaction object. And then determining the data interaction object needing to be accessed based on the access connection. And then, sending the verification parameters to the data interaction object, and acquiring the interaction data sent by the data interaction object under the condition that the verification of the verification parameters by the data interaction object is passed.
In some embodiments, in S230, S230 may specifically include:
intercepting interactive data with a preset length according to a data processing rule;
and under the condition that the data volume of the interactive data is smaller than the preset data volume in the data processing rule, completing the data volume of the interactive data so as to enable the completed data volume to be equal to the preset data volume.
In some embodiments, the data processing rules may include data cleansing rules, which may include a preset amount of data.
In some embodiments, intercepting interactive data of a preset length according to a data processing rule; specifically, the data processing method may include determining a data cleansing rule based on the data processing rule, and then determining the preset data amount based on the data cleansing rule. And then, under the condition that the length of the interactive data is greater than the preset data amount, intercepting the data based on the data cleaning rule, and intercepting the interactive data with the preset length.
In some embodiments, the data cleansing rule may further include a data annotation, and in the case that the returned data includes a plurality of types of interaction data returned by the plurality of types of data interaction objects, the plurality of types of interaction data may be annotated based on the data cleansing rule. Wherein the annotated interaction data may comprise completion data.
In some embodiments, in a case that the data amount of the interactive data is smaller than the preset data amount in the data processing rule, completing the data amount of the interactive data so that the completed data amount is equal to the preset data amount may specifically include:
under the condition that the returned data comprises various data returned by various data interaction objects, firstly labeling the various interaction data, and under the condition that the labeled interaction data comprises completion data, completing the interaction data with the data volume smaller than the preset data volume by using the labeled completion data for completion.
And under the condition that the returned data comprises various data returned by various data interaction objects, but the various interaction data does not comprise completion data, or the returned data only comprises one kind of interaction data, completing the interaction data with the data volume smaller than the preset data volume by using the pre-stored data.
In some embodiments, when there are multiple data interaction objects or the same data interaction object returns multiple types of interaction data, processing the interaction data according to the data processing rule specifically includes:
and sequencing the interactive data of the plurality of data interactive objects according to the preset arrangement sequence of the interactive object data in the data processing rule to obtain the interactive data with the data format being the preset format.
In some embodiments, before performing the interactive data sorting, the interactive data needs to be sorted, where a specific method for sorting the interactive data has been described in detail in the foregoing embodiments, and is not described again.
In some embodiments, processing the interaction data according to the data processing rule may further include:
and mapping the interactive data into preset type data based on the data processing rule.
In some embodiments, the data types of the data returned by the different data interaction objects may be various, and for example, the different data types may include: xml, excel, and json.
In some embodiments, before mapping the interaction data to a preset type of interaction data based on the data processing rule, the data processing method may further include:
and determining whether the data type of the current interactive data meets the data processing rule or not, and mapping the interactive data into interactive data of a preset type based on the data processing rule under the condition that the data type of the current interactive data does not meet the data processing rule.
Therefore, before the interactive data are sent to the first terminal device, the interactive data are subjected to data processing of sequencing, completion, interception and type conversion according to the data processing rule, and then the processed data are sent to the first terminal device, so that the problems that the processing speed is low and the first terminal device is occupied with too much resources due to the fact that the processing is carried out in the first terminal device can be solved. The efficiency of data interaction is improved.
In order to prevent interactive data from being leaked in a data interaction process, an embodiment of the present application further provides another data processing method, as shown in fig. 3, a flowchart of the another data processing method is shown, and as shown in fig. 3, the data processing method may further include:
s310, acquiring a communication interface connection parameter for the communication connection between the first terminal device and the server from the database;
and S320, sending communication interface connection parameters to an API gateway interface connected with the first terminal equipment so as to enable the server to be in communication connection with the first terminal equipment.
Therefore, the connection parameters of the API gateway interface for the communication connection between the first terminal device and the server are obtained in advance, so that the communication connection between the first terminal device and the server can be completed by the API gateway under the condition that the verification of the connection parameters is passed, and the problem of data leakage caused by illegal connection between some malicious servers and the first terminal device can be avoided.
In some embodiments, the connection parameters may be pre-stored in a database.
Therefore, the connection parameters of the API gateway interface for the communication connection between the first terminal device and the server are obtained in advance, so that the communication connection between the first terminal device and the server can be completed by the API gateway under the condition that the verification of the connection parameters is passed, and the problem of data leakage caused by illegal connection between some malicious servers and the first terminal device can be avoided.
It should be noted that the application scenario described in the foregoing disclosure is for more clearly illustrating the technical solution of the embodiment of the disclosure, and does not constitute a limitation to the technical solution provided in the embodiment of the disclosure, and as a person of ordinary skill in the art may find a new application scenario, the technical solution provided in the embodiment of the disclosure is also applicable to similar technical problems.
Based on the same inventive concept, the embodiment of the present application further provides a data processing apparatus 400, which can be applied to a server. As shown in fig. 4, which is a schematic structural diagram of a data processing apparatus provided in an embodiment of the present application, as shown in fig. 4, the data processing apparatus may include:
a first obtaining module 401, configured to obtain, from a database, an access address of a data interaction object performing data interaction with a first terminal device and a data processing rule for processing interaction data by the first terminal device;
the access module 402 is configured to access the data interaction object according to the access address to obtain interaction data corresponding to the data interaction object;
the processing module 403 is configured to process the interactive data according to the data processing rule, so as to obtain interactive data with a preset data format;
a first sending module 404, configured to send interactive data with a data format being a preset format to the first terminal device.
The data processing device of the embodiment of the application is applied to a server, the server is in communication connection with a first terminal device, and the data processing device firstly obtains an access address of a data interaction object for performing data interaction with the first terminal device and a data processing rule for processing interaction data by the first terminal device from a database. And then, based on the access address, accessing the data interaction object to obtain interaction data corresponding to data interaction, and then processing the interaction data based on the obtained data processing rule to obtain the interaction data with the data format being the preset format. Therefore, the task amount of the first terminal data for processing the interactive data is reduced due to the processing of the interactive data completed in the first terminal device, and the processed data can meet the requirement of the first terminal device on the data format because the data processing rule corresponding to the first terminal device is acquired and then the interactive data is processed based on the acquired data processing rule. The problem that the corresponding rule needs to be developed aiming at different first terminal equipment and different interactive data due to different interactive data structure standards and different requirements of the first terminal equipment on the interactive data is solved. The difficulty of the first terminal in processing the interactive data is reduced as a whole.
In some embodiments, the data processing apparatus 400 may further include:
the second obtaining module is used for obtaining communication interface connection parameters of the communication connection between the first terminal equipment and the server from the database before sending the interactive data with the data format being the preset format to the first terminal equipment;
the second sending module may be configured to send the communication interface connection parameter to an API gateway interface connected to the first terminal device, so that the server is in communication connection with the first terminal device.
In some embodiments, the interactive object may comprise at least one of at least one second terminal device, an application, an applet.
In some embodiments, the processing module 403 may specifically include:
the intercepting unit can be used for intercepting interactive data with a preset length according to the data processing rule;
and the completion unit can be used for completing the data volume of the interactive data under the condition that the data volume of the interactive data is smaller than the preset data volume in the data processing rule, so that the completed data volume is equal to the preset data volume.
In some embodiments, the processing module 403 may further include:
the sorting unit may be configured to, when a plurality of data interaction objects are present, sort the interaction data of the plurality of data interaction objects according to a preset arrangement order of the interaction object data in the data processing rule, to obtain the interaction data with the data format being the preset format.
In some embodiments, the processing module 403 may further include:
and the comparison unit can be used for mapping the interactive data into interactive data of a preset type based on the data processing rule.
Therefore, before the interactive data are sent to the first terminal device, the interactive data are subjected to data processing of sequencing, completion, interception and type conversion according to the data processing rule, and then the processed data are sent to the first terminal device, so that the problems that the processing speed is low and the first terminal device is occupied with too much resources due to the fact that the processing is carried out in the first terminal device can be solved. The efficiency of data interaction is improved.
Fig. 5 shows a hardware structure diagram of an embodiment of the electronic device provided in the embodiment of the present application.
The electronic device 500 may include a processor 501 and a memory 502 in which computer program instructions are stored.
Specifically, the processor 501 may include a Central Processing Unit (CPU), or an Application Specific Integrated Circuit (ASIC), or may be configured to implement one or more Integrated circuits of the embodiments of the present Application.
Memory 502 may include mass storage that may be used for data or instructions. By way of example, and not limitation, memory 502 may include a Hard Disk Drive (HDD), a floppy Disk Drive, flash memory, an optical Disk, a magneto-optical Disk, tape, or a Universal Serial Bus (USB) Drive or a combination of two or more of these. Memory 502 may include removable or non-removable (or fixed) media, where appropriate. The memory 502 may be internal or external to the integrated gateway disaster recovery device, where appropriate. In a particular embodiment, the memory 502 is non-volatile solid-state memory.
The memory may include Read Only Memory (ROM), Random Access Memory (RAM), magnetic disk storage media devices, optical storage media devices, flash memory devices, electrical, optical, or other physical/tangible memory storage devices. Thus, in general, the memory includes one or more tangible (non-transitory) computer-readable storage media (e.g., memory devices) encoded with software comprising computer-executable instructions and when the software is executed (e.g., by one or more processors), it is operable to perform operations described with reference to the methods according to an aspect of the application.
The processor 501 reads and executes the computer program instructions stored in the memory 502 to implement any of the data processing methods in the above embodiments.
In some examples, electronic device 500 may also include a communication interface 503 and a bus 510. As shown in fig. 5, the processor 501, the memory 502, and the communication interface 503 are connected via a bus 510 to complete communication therebetween.
The communication interface 503 may be mainly used for implementing communication between modules, apparatuses, units and/or devices in the embodiments of the present application.
Bus 510 comprises hardware, software, or both coupling the components of the online data traffic charging apparatus to one another. By way of example, and not limitation, the bus 510 may include an Accelerated Graphics Port (AGP) or other graphics bus, an Enhanced Industry Standard Architecture (EISA) bus, a Front Side Bus (FSB), a Hyper Transport (HT) interconnect, an Industry Standard Architecture (ISA) bus, an infiniband interconnect, a Low Pin Count (LPC) bus, a memory bus, a Micro Channel Architecture (MCA) bus, a Peripheral Component Interconnect (PCI) bus, a PCI-Express (PCI-X) bus, a Serial Advanced Technology Attachment (SATA) bus, a video electronics standards association local (VLB) bus, or other suitable bus, or a combination of two or more of these. Bus 510 may include one or more buses, where appropriate. Although specific buses are described and shown in the embodiments of the application, any suitable buses or interconnects are contemplated by the application.
Illustratively, as the payment terminal, the electronic device 500 may be a mobile phone, a tablet computer, a notebook computer, a palm top computer, a vehicle-mounted electronic device, an ultra-mobile personal computer (UMPC), a netbook or a Personal Digital Assistant (PDA), and the like. As a code scanning terminal, the electronic device 500 may be a Point of sale (POS), a code scanner, or the like.
The electronic device may execute the data processing method in the embodiment of the present application, so as to implement the data processing method and apparatus described in conjunction with fig. 1 to 4.
In addition, in combination with the data processing method in the foregoing embodiments, the embodiments of the present application may provide a computer-readable storage medium to implement. The computer readable storage medium having stored thereon computer program instructions; the computer program instructions, when executed by a processor, implement any of the data processing methods in the above embodiments. Examples of computer-readable storage media include non-transitory computer-readable storage media such as portable disks, hard disks, Random Access Memories (RAMs), Read Only Memories (ROMs), erasable programmable read only memories (EPROMs or flash memories), portable compact disk read only memories (CD-ROMs), optical storage devices, magnetic storage devices, and so forth.
It is to be understood that the present application is not limited to the particular arrangements and instrumentality described above and shown in the attached drawings. A detailed description of known methods is omitted herein for the sake of brevity. In the above embodiments, several specific steps are described and shown as examples. However, the method processes of the present application are not limited to the specific steps described and illustrated, and those skilled in the art can make various changes, modifications and additions, or change the order between the steps, after comprehending the spirit of the present application.
The functional blocks shown in the above structural block diagrams may be implemented as hardware, software, firmware, or a combination thereof. When implemented in hardware, it may be, for example, an electronic circuit, an Application Specific Integrated Circuit (ASIC), suitable firmware, plug-in, function card, or the like. When implemented in software, the elements of the present application are programs or code segments that may be used to perform the required tasks. The program or code segments may be stored in a machine-readable medium or transmitted by a data signal carried in a carrier wave over a transmission medium or a communication link. A "machine-readable medium" may include any medium that can store or transfer information. Examples of a machine-readable medium include electronic circuits, semiconductor memory devices, ROM, flash memory, Erasable ROM (EROM), floppy disks, CD-ROMs, optical disks, hard disks, fiber optic media, Radio Frequency (RF) links, and so forth. The code segments may be downloaded via computer networks such as the internet, intranets, etc.
It should also be noted that the exemplary embodiments mentioned in this application describe some methods or systems based on a series of steps or devices. However, the present application is not limited to the order of the above-described steps, that is, the steps may be performed in the order mentioned in the embodiments, may be performed in an order different from the order in the embodiments, or may be performed simultaneously.
Aspects of the present application are described above with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, enable the implementation of the functions/acts specified in the flowchart and/or block diagram block or blocks. Such a processor may be, but is not limited to, a general purpose processor, a special purpose processor, an application specific processor, or a field programmable logic circuit. It will also be understood that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware for performing the specified functions or acts, or combinations of special purpose hardware and computer instructions.
As will be apparent to those skilled in the art, for convenience and brevity of description, the specific working processes of the systems, modules and units described above may refer to corresponding processes in the foregoing method embodiments, and are not described herein again. It should be understood that the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive various equivalent modifications or substitutions within the technical scope of the present application, and these modifications or substitutions should be covered within the scope of the present application.

Claims (10)

1. A data processing method is applied to a server which is in communication connection with a first terminal device, and comprises the following steps:
acquiring an access address of a data interaction object for performing data interaction with the first terminal equipment and a data processing rule for processing interaction data by the first terminal equipment from a database;
accessing the data interaction object according to the access address to obtain interaction data corresponding to the data interaction object;
processing the interactive data according to the data processing rule to obtain interactive data with a data format in a preset format;
and sending the interactive data with the data format being a preset format to the first terminal equipment.
2. The method according to claim 1, wherein before sending the interactive data with the data format being a preset format to the first terminal device, the method further comprises:
acquiring a communication interface connection parameter of the communication connection between the first terminal device and the server from a database;
and sending the communication interface connection parameters to an API gateway interface connected with the first terminal equipment so as to enable the server to be in communication connection with the first terminal equipment.
3. The method of claim 1, wherein the interactive object comprises at least one of at least one second terminal device, an application, and an applet.
4. The method according to claim 1, wherein the processing the interaction data according to the data processing rule specifically includes at least one of:
intercepting interactive data with a preset length according to the data processing rule;
and completing the data volume of the interactive data under the condition that the data volume of the interactive data is smaller than the preset data volume in the data processing rule, so that the completed data volume is equal to the preset data volume.
5. The method according to claim 1, wherein the plurality of data interaction objects are provided, and the processing the interaction data according to the data processing rule specifically includes:
and sequencing the interactive data of the data interactive objects according to the preset arrangement sequence of the interactive object data in the data processing rule to obtain the interactive data with the data format being the preset format.
6. The method according to claim 1, wherein the processing the interactive data according to the data processing rule specifically includes:
and mapping the interactive data into interactive data of a preset type based on a data processing rule.
7. A data processing apparatus, applied to a server, wherein the server is in communication connection with a first terminal device, the apparatus comprising:
the first acquisition module is used for acquiring an access address of a data interaction object for performing data interaction with the first terminal equipment and a data processing rule for processing interaction data by the first terminal equipment from a database;
the access module is used for accessing the data interaction object according to the access address to obtain interaction data corresponding to the data interaction object;
the processing module is used for processing the interactive data according to the data processing rule to obtain interactive data with a data format being a preset format;
and the first sending module is used for sending the interactive data of which the data format is a preset format to the first terminal equipment.
8. An electronic device, characterized in that the device comprises: a processor, and a memory storing computer program instructions; the processor reads and executes the computer program instructions to implement the data processing method of any one of claims 1 to 6.
9. A computer-readable storage medium having computer program instructions stored thereon for execution by a processor to implement the data processing method of any one of claims 1-6.
10. A computer program product, characterized in that instructions in the computer program product, when executed by a processor of an electronic device, cause the electronic device to perform the data processing method according to any of claims 1-6.
CN202210270954.9A 2022-03-18 2022-03-18 Data processing method, device, equipment and computer storage medium Pending CN114640715A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210270954.9A CN114640715A (en) 2022-03-18 2022-03-18 Data processing method, device, equipment and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210270954.9A CN114640715A (en) 2022-03-18 2022-03-18 Data processing method, device, equipment and computer storage medium

Publications (1)

Publication Number Publication Date
CN114640715A true CN114640715A (en) 2022-06-17

Family

ID=81949503

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210270954.9A Pending CN114640715A (en) 2022-03-18 2022-03-18 Data processing method, device, equipment and computer storage medium

Country Status (1)

Country Link
CN (1) CN114640715A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100094803A1 (en) * 2006-12-08 2010-04-15 Satoshi Yamakawa Data management apparatus, method and program
US20190102403A1 (en) * 2017-09-29 2019-04-04 Intel Corporation Techniques for dynamic multi-storage format database access
CN110377588A (en) * 2019-07-23 2019-10-25 中国工商银行股份有限公司 A kind of database object access monitoring method, server and terminal
CN111782652A (en) * 2020-06-30 2020-10-16 平安国际智慧城市科技股份有限公司 Data calling method and device, computer equipment and storage medium
CN111782682A (en) * 2020-06-30 2020-10-16 北京金山云网络技术有限公司 Data query method, device, equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100094803A1 (en) * 2006-12-08 2010-04-15 Satoshi Yamakawa Data management apparatus, method and program
US20190102403A1 (en) * 2017-09-29 2019-04-04 Intel Corporation Techniques for dynamic multi-storage format database access
CN110377588A (en) * 2019-07-23 2019-10-25 中国工商银行股份有限公司 A kind of database object access monitoring method, server and terminal
CN111782652A (en) * 2020-06-30 2020-10-16 平安国际智慧城市科技股份有限公司 Data calling method and device, computer equipment and storage medium
CN111782682A (en) * 2020-06-30 2020-10-16 北京金山云网络技术有限公司 Data query method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN108810116B (en) Message processing method and related product
CN109041064B (en) Pseudo base station identification method and device and mobile terminal
CN116069751A (en) Information processing method, apparatus, device and computer readable storage medium
CN114640715A (en) Data processing method, device, equipment and computer storage medium
CN116775110A (en) Data synchronization method, device, equipment, medium and product
CN111063182A (en) Disaster monitoring method and device and electronic equipment
CN114650544A (en) Networking method, device and equipment of ad hoc network and computer storage medium
CN114417830A (en) Risk evaluation method, device, equipment and computer readable storage medium
CN110046885B (en) Payment auxiliary method and device and electronic equipment
WO2024040842A1 (en) Information checking method and apparatus, and device, medium and product
CN114895959B (en) Data processing method, device, equipment and computer storage medium
CN114579627A (en) Message processing method, device, equipment and computer storage medium
CN114297072A (en) Code analysis method, system, device, equipment and computer readable storage medium
CN113190305B (en) Short message processing method and device and terminal equipment
CN114676290A (en) Abnormal group identification method and device, equipment, readable storage medium and product thereof
CN117172769A (en) Resource transfer method, device, equipment and storage medium
CN116095668A (en) Reporting method, reporting device, reporting equipment, reporting medium and reporting product
CN118069159A (en) Packaging method and device for application program installation package
CN117196784A (en) Information processing method, device, equipment, medium and product
CN114549159A (en) Information configuration method, device, equipment, medium and product
CN114661993A (en) Information query method, device, equipment and computer readable storage medium
CN115794796A (en) Data verification method, device, equipment, medium and product
CN114637795A (en) Report processing method, device, equipment, medium and product
CN115243204A (en) Message sending method, device, equipment and computer storage medium
CN115906189A (en) Model verification method, device, equipment and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination