WO2021036321A1 - Supervision de données de rapport, appareil électronique, dispositif et support d'informations lisible par ordinateur - Google Patents

Supervision de données de rapport, appareil électronique, dispositif et support d'informations lisible par ordinateur Download PDF

Info

Publication number
WO2021036321A1
WO2021036321A1 PCT/CN2020/087938 CN2020087938W WO2021036321A1 WO 2021036321 A1 WO2021036321 A1 WO 2021036321A1 CN 2020087938 W CN2020087938 W CN 2020087938W WO 2021036321 A1 WO2021036321 A1 WO 2021036321A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
sub
sent
data packet
sending
Prior art date
Application number
PCT/CN2020/087938
Other languages
English (en)
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 深圳壹账通智能科技有限公司
Publication of WO2021036321A1 publication Critical patent/WO2021036321A1/fr

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
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements
    • H04L49/9057Arrangements for supporting packet reassembly or resequencing

Definitions

  • This application relates to the technical field of uploading regulatory data of big data, and in particular to a method, electronic device, equipment, and computer-readable storage medium for reporting regulatory data.
  • the amount of data obtained by financial institutions is increasing, especially a large amount of high-frequency unstructured data. Due to the need to maintain the order of the financial market, financial institutions need to send the regulatory data generated by their corresponding transactions to the regulatory authorities for filing.
  • the inventor realizes that due to the large number of financial institutions, there will be multiple financial institutions reporting regulatory data to the regulatory authority at the same time.
  • the existing regulatory data is reported to the regulatory agency. If the amount of data is large, the corresponding reporting of the regulatory data will be reported. The text will be very large, and if the network is unstable, there will be interruption in the transmission of regulatory data. Due to the relatively high time limit of the supervisory department for the uploading of supervisory data, once the uploading of supervisory data generates a terminal, it is difficult to meet the supervisory timeliness requirements.
  • this application proposes a method, electronic device, equipment, and computer-readable storage medium for reporting regulatory data, aiming to solve the problem that the uploading of regulatory data in the prior art cannot meet the timeliness.
  • the embodiments of this application restrict each The size of the data packet is convenient for network transmission. After sub-packaging, multiple threads are used to report data, which greatly saves time compared with the previous single thread and meets the timeliness requirements of supervision.
  • this application proposes a method for reporting regulatory data.
  • the method includes the steps:
  • the sub-data packet, the decoded tag, and the flag code are sent.
  • the present application also provides an electronic device, the device includes: a supervisory data reporting terminal module;
  • the monitoring data reporting terminal module includes:
  • the setting module is used to store transaction data based on the transaction behavior with each transaction party, and set a flag code for each transaction data;
  • a judging module configured to determine multiple transaction data as data to be sent, and to judge whether the size of the data to be sent is greater than a first preset value
  • the sub-packet module is used to perform sub-packet processing on the data packet to be sent when the judgment result of the judging module is yes to obtain multiple sub-data packets, wherein the size of any one sub-data packet is smaller than the first Two preset values;
  • a decoding module configured to assign a decoding label to each of the multiple sub-data packets
  • the sending module is configured to send the sub-data packet based on the determined number of threads.
  • the present application also provides a device including a memory, a processor, and a computer program stored in the memory and capable of running on the processor.
  • the processor implements any item when the computer program is executed. The steps of the monitoring data reporting method.
  • the present application also provides a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the steps of any one of the supervisory data reporting methods are implemented.
  • the supervision data reporting method, device, equipment and computer-readable storage medium proposed in this application meet the timeliness requirements of supervision, and by assigning decoding tags to sub-data packets, the supervision data can be received after receiving supervision data. Time to quickly find the corresponding sub-data packet and decode it. After decoding, each transaction data can be confirmed through the mark code to avoid data loss.
  • Fig. 1 is a schematic flowchart of a method for reporting supervision data according to the first embodiment of the present application
  • FIG. 2 is a schematic flowchart of a method for reporting supervision data according to a second embodiment of the present application
  • Fig. 3 is a schematic flowchart of a method for reporting supervision data according to a third embodiment of the present application.
  • FIG. 4 is a schematic flowchart of a method for reporting supervision data according to a fourth embodiment of the present application.
  • FIG. 5 is an optional application environment diagram of the electronic device according to the embodiment of the present application.
  • FIG. 6 is a schematic diagram of the hardware architecture of the electronic device according to the first embodiment of the present application.
  • FIG. 7 is a schematic diagram of program modules of the electronic device according to the first embodiment of the present application.
  • the executive body of the supervision data reporting method may be the supervision data reporting terminal module, or other terminals or devices containing the supervision data reporting method processor, and the supervision data reporting terminal module. other devices.
  • an embodiment of the present application provides a method for reporting supervision data, which includes the following steps:
  • S101 Store transaction data based on transaction behavior with each transaction party, and set a flag code for each transaction data.
  • each transaction will generate data information with the payment institution, so this transaction will generate information about each participant for the payment institution, so There will be one transaction data in the sequential transactions generated for one transaction party.
  • each transaction there is generally a transaction number, such as an order number, which is a unique symbol. It can be used as a symbol code, or a new number is set as a symbol code for each transaction. Each symbol code is not repeated. , To facilitate the identification of each transaction.
  • a transaction number such as an order number, which is a unique symbol. It can be used as a symbol code, or a new number is set as a symbol code for each transaction. Each symbol code is not repeated. , To facilitate the identification of each transaction.
  • the logo code can also be the payment transaction number of this transaction, for example, a payment transaction number formed by a third party or a transaction platform during payment.
  • the logo code can also be generated by other methods, as long as it is a unique designated logo generated for each transaction, and the embodiment of the present application does not specifically limit it here.
  • S102 Determine multiple transaction data as data to be sent, and determine whether the size of the data to be sent is greater than a first preset value; if so, go to step 103.
  • the generated transaction data is used as the data to be sent within a period of time.
  • a short time range is set, and all transaction information in this range is used as the data to be sent.
  • the trading platform will communicate with financial institutions to share relevant data of the transaction.
  • the shared data includes but is not limited to: product specific information, transaction links, transaction amount details, order time, Recipient information. Therefore, the supervisory data reporting terminal corresponding to the embodiment of the present application will obtain the transaction and store it after each transaction. Take the existing credit card as an example. After the user spends on the platform, the bank will obtain the transaction data of the consumption and record it in the bill.
  • the data generated by the financial institution will be sent to the regulatory agency regularly, and the specific sending time can be set to be periodic or sent according to the size of the generated data. Therefore, in the embodiment of the present application, the data to be sent can be determined according to the preset data sending cycle or the generated data size, and the data generated by the target folder.
  • the target area is set, then the data generated for the financial institution will be stored in the target area, and then the newly generated data in the target area is determined as the data to be sent.
  • the data generated in a fixed time unit is determined as the data to be sent, for example, the data generated in 1s is determined as the data to be sent by using 1s as the unit.
  • the embodiment of the present application presets a comparison object for the size of the data to be sent, that is, the first preset value, and compares the data to be sent with the first preset value.
  • step S302 When the data to be sent is greater than the first preset value, When there is a preset value, step S302 is executed; otherwise, the data packet is directly sent.
  • the first preset value is 500M
  • the data to be sent is 600M
  • step S302 needs to be performed. If the data to be sent is 450M, then the data packet to be sent is sent directly.
  • S103 Perform packet processing on the data packet to be sent to obtain multiple sub-data packets, wherein the size of any one of the sub-data packets is smaller than a second preset value.
  • the first preset value is a threshold that reflects the network transmission capability. It is understandable that when the data to be sent is less than the first preset value, subcontracting processing can be performed, or it can be sent directly without subcontracting processing. The purpose is to not perform subcontracting processing when the data to be sent is not larger than the comparison object. It can realize effective transmission while saving the time of sub-packing processing, and achieve the balance of data sub-packing processing and direct transmission.
  • the size of each sub-data packet is limited to facilitate rapid network transmission, and it is also a sub-data packet threshold set during network transmission capacity and data transmission efficiency.
  • the second preset value and the first preset value in the embodiment of the present application may be equal or unequal.
  • the first preset value is equal to the second preset value, both are 500M, and the data to be sent is 600M, then the data packet to be sent needs to be subpackaged, and how many sub-data packets are divided into specific sub-packets, this embodiment of the application
  • the divided sub-data packets are limited by the second preset value, and each divided sub-data packet cannot be greater than the second preset value, that is, not greater than 500M.
  • a 600M data packet to be sent can be divided into 2 data packets for transmission, for example, divided into 2 data packets, one is 400M, one is 200M; or one is 300M, one is 300M; or one is 250M, One is 350M; or one is 150M and one is 450M.
  • divided into 3 data packets one is 200M, one is 200M, one is 200M; or one is 300M, one is 200M, one is 100M; or one is 250M, one is 150M, one is 200M; or one is 250M, one is 250M, one is 100M, or it can be divided into 3 data packets, 4 data packets, 10 data packets, etc.
  • the embodiment of the present application does not specifically limit it here.
  • the first preset value is not equal to the second preset value.
  • the second preset value can be 400M, 450M, or 300M, etc. Etc., the embodiments of the present application do not make specific numerical limitations here.
  • S104 Allocate a decoding label to each data packet of the multiple sub-data packets.
  • each sub-data packet constitutes a complete whole of the data to be sent. Therefore, in order to make the data to be sent at the receiving end to form a whole for storage, a decoding label is assigned to each sub-data packet. It is understandable that encoding and compression is required before data is sent. For example, by compressing a package, each sub-data package can be a sub-compression package, and all the sub-compression packages are put together and decompressed to form a complete data package. Therefore, it is easy to find the corresponding sub-data packet after the corresponding decoding label is allocated, and the decoding efficiency is improved.
  • a thread is also called a lightweight process (LWP for short), which is the smallest unit of program execution flow.
  • LWP lightweight process
  • a thread is an entity in a process, and a basic unit independently scheduled and dispatched by the system.
  • the sending thread may be determined according to the size of the data to be sent. It is understandable that if the data to be sent is relatively large, more threads are needed to send sub-data packets. Therefore, in the embodiment of the present application, the number of sending threads can be determined by the size of the data packet to be sent.
  • the idle line can be a line that is not currently working, or a line whose load is lower than the threshold.
  • the load threshold of the line can obtain the transmission data volume of each timing unit in multiple timing units, and obtain the total data transmission volume in the multiple timing units. If it is lower than a total data transmission volume value, it is regarded as Idle thread.
  • S106 Send the sub-data packet, decode the label, and the flag code based on the determined thread.
  • a thread has a relatively independent and schedulable execution unit, and the sub-data packet is sent directly through the execution unit to realize the data sending process.
  • the decoding label corresponding to each sub-data packet of China Unicom and the mark code corresponding to each transaction data can enable the receiving end to quickly decode by decoding the label and sub-data packet to obtain the corresponding data packet, and then target the data in the packet.
  • Each transaction data of the company is checked by the mark code to confirm whether there is data error or loss, and to improve the accuracy of data transmission.
  • the usual data transmission environment is: there are multiple threads and multiple sub-data packets, which can be sent sequentially according to the generation time of the sub-data packets. For example, there are three threads: thread A, thread B, and thread C. , And the transmission capacity is the same, there are 10 sub-data packets, which are transmitted through thread A, thread B, and thread C3 in sequence according to the generation time of the sub-data packet.
  • the transmission capabilities of the threads are different, they can be allocated.
  • a thread with a strong transmission capability transmits larger sub-data packets, otherwise a smaller sub-data packet is transmitted; or a thread with strong transmission capability transmits more sub-data packets, Otherwise, fewer sub-data packets are transmitted.
  • the supervisory data reporting method proposed in this application sets a flag code for each transaction data after acquiring transaction behaviors with each transaction party and storing transaction data, and then determines multiple transaction data as pending
  • the packet to be sent needs to be subpackaged to obtain multiple sub-data packets after sub-packaging, and the size of each sub-data packet is less than
  • the second preset value is assigned to each data packet with a decoding label; then the sub-data packet, the decoding label and the flag code are sent through the determined sending thread.
  • the size of the sub-data packet is smaller than the second preset value, so that the small data packet can still be transmitted normally even when the transmission rate is poor, which avoids the direct transmission in the prior art.
  • the transmission of supervision data causes transmission failure under the condition of poor network transmission, and solves the problem that the supervision data upload cannot meet the timeliness in the prior art. Therefore, compared with the previous single thread, it greatly saves time and fully satisfies the supervision. Timeliness requirements, and by assigning decoding tags to sub-data packets, the corresponding sub-data packets can be quickly found and decoded when the supervision data is received. After decoding, each transaction data can be confirmed through the tag code to avoid data Lost.
  • the step of sub-packaging the data packet to be sent to obtain multiple sub-data packets includes:
  • S201 Calculate a multiple of the size of the data packet to be sent and the first preset value.
  • the ratio of the data packet to be sent to the first preset value is 1.2.
  • S202 Determine the number of data packets corresponding to the calculated multiple according to the relationship between the preset multiple value and the data packet value.
  • each data packet value has a corresponding relationship with the multiple value
  • the corresponding relationship can be set to multiple choices, and each choice corresponds to a network In different network situations, you can choose different correspondences.
  • the number of data packets is set to be no less than the certificate corresponding to the multiple value. For example, if the multiple value is 1.2, the corresponding data packet is set to be no less than: the smallest integer corresponding to the multiple value
  • the Ethernet bandwidth can be set according to the bandwidth of the data transmission LAN.
  • the Ethernet bandwidth can be divided into: 10Mbps Ethernet, 100Mbps Ethernet, 1Gbps Ethernet, 10Gbps Ethernet, 100Gbps Ethernet.
  • the wider the transmission capacity, the stronger the bandwidth is greater than 100Mbps Ethernet, the number of data packets and the integer corresponding to the multiple value (the integer is the smallest integer not less than the multiple value) can be the same, for example, calculated If the multiple of is 2.1, the number of data packets is 3.
  • S203 Divide the data packets to be sent according to the determined number of data packets.
  • the data packet to be sent is divided according to the determined data packet.
  • the data packet to be sent is 600M
  • the first preset value is 500M
  • the ratio of the data packet to be sent to the first preset value is 1.2.
  • each sub-data packet may be evenly distributed or unevenly distributed, which is not specifically limited in the embodiment at the time of this application.
  • S204 Determine whether the size of the divided sub-data packet is not less than a second preset value; if so, perform S205.
  • the size of each sub-data packet can be the same or different. If it is not equal, it must be ensured that the size of each sub-data packet cannot exceed the second preset value, otherwise the division continues in step S205. step.
  • the step of determining the number of sending threads based on the currently idle threads includes:
  • the determination of the number of idle threads in the embodiment of the present application may be the same as the above-mentioned process of determining the current idle thread, and details are not described in the embodiment of the present application.
  • step S302 Determine whether the number of idle threads is not greater than the multiple value; if so, perform step S303.
  • the embodiment of the present application provides a solution that saves thread resources by corresponding to one sub-data packet by one thread in order to save data threads when the current data transmission is tight.
  • the number of currently idle threads is not greater than the multiple value, all idle threads are used for data transmission; otherwise, when the number of idle threads is greater than the multiple value, it is determined that the number is closest to the multiple An integer of; the determined integer number of threads are determined as sending threads.
  • a specific implementation method of sending the sub-data packet, decoding the label, and the flag code based on the determined thread including the steps:
  • S401 Prioritize the sub-data packets.
  • the priority setting can be artificially set, or a certain rule can be set so that the supervisory data reporting end automatically generates the priority of the sub-data packet.
  • the method of automatically generating the priority may be to set the priority to be high when the self-data packet contains shopping data of the VIP user.
  • priority transmission can be performed when the data packet is transmitted again, so it can be artificially set as a sub-data packet with a high transmission priority.
  • S402 According to the priority, store the sub-data packet and the corresponding decoding tag and flag code in a data sending queue.
  • the data transmission queue of this application is a first-in, first-out FIFO memory, which is used for buffering the data to be sent.
  • the idle thread can take the corresponding data from the data sending queue one by one, and then send it.
  • the status of the thread changes from idle to busy.
  • the sending ends the status of the thread changes from busy to idle, and the queue is again queued. Take the data in the data sending queue to realize the data sending one by one.
  • FIG. 5 and FIG. 6 it is a schematic diagram of an optional application environment of the electronic device 50 of the present application.
  • the electronic device 50 can communicate with the supervisory data reporting end module 10 and the data receiving end 40 in a wired or wireless manner.
  • the data of the supervisory data reporting end module 10 is sent to the data receiving end 40 through the network interface 53, and the data information can also be sent to the data receiving end 40 through the network interface 53.
  • the display interface so as to realize the data transmission after the supervision data is reported.
  • FIG. 5 is a schematic diagram of an optional hardware architecture of the electronic device 50 of the present application.
  • the electronic device 50 includes, but is not limited to, a memory 51, a processor 52, and a network interface 53 that can communicate with each other through a system bus.
  • FIG. 5 only shows the electronic device 50 with components 51-53, but it should be understood that It is not required to implement all the illustrated components, and more or fewer components may be implemented instead.
  • the memory 51 includes at least one type of readable storage medium.
  • the readable storage medium includes flash memory, hard disk, multimedia card, card-type memory (for example, SD or DX memory, etc.), random access memory (RAM), and static memory.
  • the memory 51 may be an internal storage unit of the electronic device 50, such as a hard disk or a memory of the electronic device 50.
  • the memory may also be an external storage device of the electronic device 50, such as a plug-in hard disk equipped on the electronic device 50, a smart media card (SMC), a secure digital ( Secure Digital, SD card, Flash Card, etc.
  • the memory 51 may also include both an internal storage unit of the electronic device 50 and an external storage device thereof.
  • the memory 51 is generally used to store the operating system and various application software installed in the electronic device 50, such as the program code of the supervisory data reporting terminal module 10, etc.
  • the memory 51 can also be used to temporarily store various types of data that have been output or will be output.
  • the processor 52 may be a central processing unit (Central Processing Unit, CPU), a controller, a microcontroller, a microprocessor, or other data processing chips in some embodiments.
  • the processor 52 is generally used to control the overall operation of the electronic device 50.
  • the processor 52 is used to run the program code or process data stored in the memory 51, for example, to run the supervisory data reporting terminal module 10 and so on.
  • the network interface 53 may include a wireless network interface or a wired network interface, and the network interface 53 is generally used to establish a communication connection between the electronic device 50 and other electronic devices.
  • this application proposes an electronic device 50.
  • FIG. 5 it is a schematic diagram of program modules of the electronic device 50 according to the first embodiment of the present application.
  • the electronic device 50 includes a series of computer program instructions stored on the memory 51.
  • the supervisory data reporting operations of the various embodiments of the present application can be implemented.
  • the electronic device 50 may be divided into one or more modules based on specific operations implemented by various parts of the computer program instructions.
  • the supervisory data reporting end module 10 in the electronic device can be divided into: a setting module 501, a judgment module 502, a subcontracting module 503, an allocation module 504, a determination module 505, and a sending module 506. among them:
  • the setting module 501 is used for storing transaction data based on the transaction behavior with each transaction party, and setting a flag code for each transaction data;
  • the judging module 502 is configured to determine the data to be sent, and judge whether the size of the data to be sent is greater than a first preset value
  • the sub-packet module 503 is configured to perform sub-packet processing on the data packet to be sent when the judgment result of the judgment module is yes to obtain multiple sub-data packets, wherein the size of any one of the sub-data packets is less than Second preset value
  • An allocating module 504 configured to allocate a decoding label to each data packet of the multiple sub-data packets
  • the determining module 505 is used to determine the sending thread
  • the sending module 506 is configured to send the sub-data packet based on the determined number of threads.
  • subcontracting module 503 includes:
  • the calculation sub-module 601 is configured to calculate a multiple of the size of the data packet to be sent and the first preset value
  • the first determining submodule 602 is configured to determine the number of data packets corresponding to the calculated multiple according to the relationship between the preset multiple value and the data packet value;
  • the first dividing submodule 603 is configured to divide the data packet to be sent according to the determined number of data packets
  • the judging sub-module 604 is used to judge whether the size of the divided sub-data packet is not less than the second preset value
  • the second division sub-module 605 is configured to divide the sub-data packet again when the judgment result of the judgment sub-module is yes.
  • the determining module 505 is specifically configured to determine the sending thread according to the size of the data to be sent.
  • the determining module 505 includes:
  • the second determining submodule 701 is used to determine the current idle thread
  • the third determining submodule 702 is configured to determine the number of sending threads based on the current idle thread.
  • the third determining submodule 702 includes:
  • the first determining unit 801 is used to determine the current number of idle threads
  • the judging unit 802 is configured to judge whether the number of idle threads is not greater than the multiple value
  • the second determining unit 803 is configured to determine the current idle thread as the sending thread when the judgment result of the judgment unit is yes.
  • the determining module 505 further includes:
  • the fourth determining submodule 901 is configured to determine the integer closest to the multiple when the number of idle threads is greater than the multiple value;
  • the fifth determining submodule 902 is configured to determine the determined integer number of threads as sending threads.
  • sending module 506 further includes:
  • a sorting sub-module which is used to prioritize the sub-data packets
  • the first sending sub-module is configured to store the sub-data packet and the corresponding decoding tag and flag code in the data sending queue according to the priority;
  • the second sending submodule is used to sequentially take out and send the data in the data sending queue through the determined thread.
  • the electronic device provided by the embodiment of the present application greatly saves time in the previous single thread, and fully meets the timeliness requirements of supervision. Moreover, by assigning decoding tags to sub-data packets, it can be used when supervised data is received. Quickly find the corresponding sub-data packet and decode it. After decoding, each transaction data can be confirmed through the mark code to avoid data loss.
  • This application also provides a computer device, such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a rack server, a blade server, a tower server, or a cabinet server (including independent servers, or more) that can execute programs.
  • a server cluster composed of two servers) and so on.
  • the computer device in this embodiment at least includes, but is not limited to, a memory, a processor, etc. that can be communicatively connected to each other through a system bus.
  • the computer-readable storage medium may be non-volatile or volatile, such as flash memory, hard disk, multimedia card, card-type memory (for example, SD or DX memory). Etc.), random access memory (RAM), static random access memory (SRAM), read only memory (ROM), electrically erasable programmable read only memory (EEPROM), programmable read only memory (PROM), magnetic memory, Disks, CDs, servers, App application malls, etc., have computer programs stored thereon, and the programs implement corresponding functions when executed by the processor.
  • the computer-readable storage medium of this embodiment is used to store the electronic device 20, and when executed by a processor, realizes the supervision data reporting method of the present application.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Marketing (AREA)
  • Signal Processing (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

La présente invention se rapporte au domaine technique des mégadonnées. L'invention concerne un procédé de supervision de données de rapport, un appareil électronique, un dispositif et un support d'informations lisible par ordinateur Le procédé comprend spécifiquement : stocker des données de transaction sur la base de comportements de transaction avec chaque partie de transaction, et définir un code d'identification pour chaque élément des données de transaction ; déterminer une pluralité d'éléments de données de transaction en tant que données à envoyer, et déterminer si la taille des données à envoyer est supérieure à une première valeur prédéfinie ; si tel est le cas, diviser un paquet de données à envoyer pour obtenir une pluralité de sous-paquets de données, la taille de n'importe quel sous-paquet de données étant inférieure à une seconde valeur prédéfinie ; attribuer une étiquette de décodage pour chaque paquet de données de la pluralité de sous-paquets de données ; déterminer des fils d'envoi ; et envoyer les sous-paquets de données, l'étiquette de décodage et le code d'identification sur la base des fils déterminés. En appliquant les modes de réalisation de la présente invention, la taille de chaque paquet de données est limitée pour faciliter la transmission sur le réseau, et après la division de paquets, des données sont rapportées en utilisant de multiples fils, ce qui permet d'économiser considérablement du temps par comparaison avec le précédent rapport de données à l'aide d'un seul fil, et de satisfaire l'exigence de rapidité de supervision.
PCT/CN2020/087938 2019-08-30 2020-04-30 Supervision de données de rapport, appareil électronique, dispositif et support d'informations lisible par ordinateur WO2021036321A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910814524.7 2019-08-30
CN201910814524.7A CN110602004A (zh) 2019-08-30 2019-08-30 监管数据上报、电子装置、设备及计算机可读存储介质

Publications (1)

Publication Number Publication Date
WO2021036321A1 true WO2021036321A1 (fr) 2021-03-04

Family

ID=68857014

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/087938 WO2021036321A1 (fr) 2019-08-30 2020-04-30 Supervision de données de rapport, appareil électronique, dispositif et support d'informations lisible par ordinateur

Country Status (2)

Country Link
CN (1) CN110602004A (fr)
WO (1) WO2021036321A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114666321A (zh) * 2022-03-21 2022-06-24 中国建设银行股份有限公司 一种监管报送数据处理方法、装置、设备、介质及产品

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110602004A (zh) * 2019-08-30 2019-12-20 深圳壹账通智能科技有限公司 监管数据上报、电子装置、设备及计算机可读存储介质
CN111314230A (zh) * 2020-01-16 2020-06-19 深圳壹账通智能科技有限公司 数据上报和接收方法、电子装置、计算机设备及存储介质
CN116112712B (zh) * 2023-01-12 2023-09-26 联通沃音乐文化有限公司 一种自适应影音视频传输播放方法

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101114867A (zh) * 2006-07-25 2008-01-30 深圳Tcl工业研究院有限公司 一种多信道同步传输的方法及系统
CN101656751A (zh) * 2008-08-18 2010-02-24 北京数码大方科技有限公司 加速上传与下载文件的方法及其系统
CN106411560A (zh) * 2016-06-01 2017-02-15 深圳市永兴元科技有限公司 数据传输方法和装置
WO2017059775A1 (fr) * 2015-10-06 2017-04-13 Huawei Technologies Co., Ltd. Procédé et appareil permettant une agrégation de paquets adaptative
CN108471399A (zh) * 2018-02-07 2018-08-31 平安科技(深圳)有限公司 一种反洗钱作业中数据包的生成方法、存储介质和服务器
CN110602004A (zh) * 2019-08-30 2019-12-20 深圳壹账通智能科技有限公司 监管数据上报、电子装置、设备及计算机可读存储介质

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7567508B2 (en) * 2005-05-23 2009-07-28 Cisco Technology, Inc. Method and system for providing delay bound and priortized packet dropping
CN107707640A (zh) * 2017-09-25 2018-02-16 深圳市盛路物联通讯技术有限公司 一种点对点数据传输方法和装置
CN108965112A (zh) * 2018-08-09 2018-12-07 江苏神州信源系统工程有限公司 使用即时通讯软件进行文件传输的方法及装置

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101114867A (zh) * 2006-07-25 2008-01-30 深圳Tcl工业研究院有限公司 一种多信道同步传输的方法及系统
CN101656751A (zh) * 2008-08-18 2010-02-24 北京数码大方科技有限公司 加速上传与下载文件的方法及其系统
WO2017059775A1 (fr) * 2015-10-06 2017-04-13 Huawei Technologies Co., Ltd. Procédé et appareil permettant une agrégation de paquets adaptative
CN106411560A (zh) * 2016-06-01 2017-02-15 深圳市永兴元科技有限公司 数据传输方法和装置
CN108471399A (zh) * 2018-02-07 2018-08-31 平安科技(深圳)有限公司 一种反洗钱作业中数据包的生成方法、存储介质和服务器
CN110602004A (zh) * 2019-08-30 2019-12-20 深圳壹账通智能科技有限公司 监管数据上报、电子装置、设备及计算机可读存储介质

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114666321A (zh) * 2022-03-21 2022-06-24 中国建设银行股份有限公司 一种监管报送数据处理方法、装置、设备、介质及产品
CN114666321B (zh) * 2022-03-21 2024-04-26 中国建设银行股份有限公司 一种监管报送数据处理方法、装置、设备、介质及产品

Also Published As

Publication number Publication date
CN110602004A (zh) 2019-12-20

Similar Documents

Publication Publication Date Title
WO2021036321A1 (fr) Supervision de données de rapport, appareil électronique, dispositif et support d'informations lisible par ordinateur
US9860176B2 (en) Data packet processing
US20190073719A1 (en) Offload Processing of Data Packets Containing Financial Market Data
CN102301664B (zh) 多核处理器的流分发方法及装置
CN108306852B (zh) 一种基于简单二进制编码的消息中间件系统和方法
CN110831039A (zh) 多路并发系统中的数据传输方法及传输服务器
CN107729137A (zh) 服务器、区块链验签解密的方法及存储介质
CN109547356B (zh) 一种电能计量的数据传输方法、系统、设备及计算机存储介质
WO2024016596A1 (fr) Procédé et appareil de planification de grappe de conteneurs, dispositif et support d'enregistrement
CN112799824A (zh) 一种限流方法、装置、设备和存储介质
CN115037700A (zh) 一种复杂网络数据包传送方法、系统、终端及存储介质
CN103634223A (zh) 一种基于网络业务流的动态控制传输方法和装置
WO2019109902A1 (fr) Procédé et appareil de planification de file d'attente, dispositif de communication et support de stockage
CN112887407B (zh) 用于分布式集群的作业流量控制方法和装置
US9282041B2 (en) Congestion profiling of computer network devices
CN110247854B (zh) 一种多等级业务调度方法和调度系统以及调度控制器
CN102143053A (zh) 传输数据的方法、装置和系统
CN107229424B (zh) 一种分布式存储系统数据写入方法及分布式存储系统
CN102739531A (zh) 流量整形方法和流量整形设备
US9338219B2 (en) Direct push operations and gather operations
US10182019B2 (en) Interconnected hardware infrastructure resource control
WO2020155538A1 (fr) Procédé et système de traitement vidéo, dispositif informatique et support d'enregistrement
CN111314230A (zh) 数据上报和接收方法、电子装置、计算机设备及存储介质
US9674282B2 (en) Synchronizing SLM statuses of a plurality of appliances in a cluster
US20230063599A1 (en) Edge computing network, data transmission method and apparatus, device and storage medium

Legal Events

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

Ref document number: 20859496

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

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 1205A DATED 01/07/2022)

122 Ep: pct application non-entry in european phase

Ref document number: 20859496

Country of ref document: EP

Kind code of ref document: A1