WO2019165869A1 - 数据处理方法和终端设备 - Google Patents

数据处理方法和终端设备 Download PDF

Info

Publication number
WO2019165869A1
WO2019165869A1 PCT/CN2019/073583 CN2019073583W WO2019165869A1 WO 2019165869 A1 WO2019165869 A1 WO 2019165869A1 CN 2019073583 W CN2019073583 W CN 2019073583W WO 2019165869 A1 WO2019165869 A1 WO 2019165869A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
service
codes
units
data units
Prior art date
Application number
PCT/CN2019/073583
Other languages
English (en)
French (fr)
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 WO2019165869A1 publication Critical patent/WO2019165869A1/zh

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/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/04Protocols for data compression, e.g. ROHC
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Definitions

  • the embodiments of the present disclosure relate to the field of computer technologies, and in particular, to a data processing method and a terminal device.
  • a communication connection can be established between the terminal devices, which can then be used to transmit data.
  • the communication connection may include, for example, the Internet, Bluetooth, IrDA, Wireless Fidelity (WI-FI), Ultra Wide Band, Zigbee, Near Field Communication, NFC) and so on.
  • the above method of transmitting data by establishing a communication connection brings inconvenience to the user. For example, when two terminal devices use the Internet to transmit data, it is usually necessary to consume network traffic. As another example, when two terminal devices use Bluetooth to transmit data, the two terminal devices usually need to be within a certain distance range.
  • the embodiment of the present disclosure provides a data processing method, including: a data sending end splitting service data into multiple data units; and generating a plurality of service codes corresponding to the multiple data units; wherein each service The code includes a data unit corresponding to the service code; the data receiving end collects the plurality of service codes; acquires a plurality of data units based on the plurality of service codes; and generates the service data based on the acquired data units.
  • an embodiment of the present disclosure provides a data processing method, including: dividing service data into a plurality of data units; and generating a plurality of service codes corresponding to the plurality of data units, so that the data receiving end can be based on the The plurality of service codes obtain the service data; wherein each service code includes a data unit corresponding to the service code.
  • an embodiment of the present disclosure provides a terminal device, including: a splitting module, configured to divide service data into multiple data units; and a generating module, configured to generate multiple service codes corresponding to the multiple data units.
  • the data receiving end is configured to obtain the service data based on the multiple service codes, where each service code includes a data unit corresponding to the service code.
  • an embodiment of the present disclosure provides a terminal device, including: a memory, configured to store computer program instructions, and a processor, configured to execute the computer program instructions to: divide service data into multiple data units; generate And the plurality of service codes corresponding to the plurality of data units, so that the data receiving end can obtain the service data based on the multiple service codes; wherein each service code includes a data unit corresponding to the service code.
  • an embodiment of the present disclosure provides a data processing method, including: collecting a plurality of service codes; wherein each service code includes a data unit; acquiring a plurality of data units based on the plurality of service codes; The acquired data unit generates business data.
  • an embodiment of the present disclosure provides a terminal device, including: an acquisition module, configured to collect multiple service codes; wherein each service code includes a data unit; and an obtaining module, configured to use the multiple The service code acquires a plurality of data units; and the generating module is configured to generate the service data based on the acquired data units.
  • an embodiment of the present disclosure provides a terminal device, including: a memory, configured to store computer program instructions, and a processor, configured to execute the computer program instructions to: collect multiple service codes; wherein each service Included in the code is a data unit; acquiring a plurality of data units based on the plurality of service codes; and generating service data based on the acquired data units.
  • the data sending end may divide the service data into multiple data units; and generate multiple service codes corresponding to the multiple data units.
  • the data receiving end may collect the multiple service codes; may acquire multiple data units based on the multiple service codes; and generate the service data based on the acquired data units.
  • the service code is used as the carrier of the data, and the data receiving end collects multiple service codes to obtain the service data, thereby realizing that the data transmitting end and the data receiving end can transmit the service without establishing a communication connection. data.
  • FIG. 1 is a schematic diagram of a data processing method according to an embodiment of the present specification
  • FIG. 2 is a flowchart of a data processing method according to an embodiment of the present specification
  • FIG. 3 is a flowchart of a data processing method according to an embodiment of the present specification.
  • FIG. 4 is a functional structural diagram of a terminal device according to an embodiment of the present disclosure.
  • FIG. 5 is a functional structural diagram of a terminal device according to an embodiment of the present disclosure.
  • FIG. 6 is a functional structural diagram of a terminal device according to an embodiment of the present disclosure.
  • Embodiments of the present specification provide a data processing system.
  • the data processing system can include a data transmitting end and a data receiving end.
  • the data sending end may be a mobile device, such as a smart phone, a tablet electronic device, a portable computer, a personal digital assistant (PDA), an in-vehicle device, a POS machine, or a smart wearable device.
  • the data sending end may also be a desktop device, such as a television, a server, an industrial computer (industrial control computer), a personal computer (PC), an all-in-one, or a smart kiosk.
  • the data receiving end may be a camera.
  • the data receiving end may have a photographing component including, but not limited to, a camera, a scanner, and the like.
  • the data receiving end may be a mobile device such as a smart phone, a tablet electronic device, a portable computer, a personal digital assistant (PDA), an in-vehicle device, a POS machine, or a smart wearable device.
  • the data receiving end may also be a desktop device, such as a television, a server, an industrial computer (industrial control computer), a personal computer (PC), an all-in-one, or a smart kiosk.
  • the embodiment of the present specification provides a data processing method.
  • the main body implementing the data processing method may include a data transmitting end and a data receiving end.
  • the data processing method may include the following steps.
  • Step S10 The data transmitting end divides the service data into a plurality of data units.
  • the service data may be data to be transmitted.
  • the service data may be text data, picture data, audio data, video data, any combination thereof, and the like.
  • the segmentation granularity of the service data may be a data unit.
  • the size of each of the plurality of data units may all be the same, all different, or partially the same. In order to facilitate placing data units within the service code in a subsequent process, each data unit may be less than or equal to the data capacity of the service code.
  • the service code may include a graphic code, and the graphic code may include a barcode, a two-dimensional code, and the like.
  • the data sending end may divide the service data into multiple data units by using any suitable method, for example, 7, 150, 200, 1000 data units.
  • the data sender can directly divide the service data into multiple data units.
  • the data sending end may calculate the number of partitions according to the size of the service data and the data capacity of the service code; the service data may be divided into the divided number of data units.
  • Step S12 The data sending end generates a plurality of service codes corresponding to the plurality of data units.
  • each service code may correspond to one or more data units.
  • Each service code may include a data unit corresponding to the service code.
  • the data sending end may generate a plurality of service codes corresponding to the plurality of data units based on the service code generating algorithm.
  • the service code generation algorithms may be the same or different depending on the generated service code. For example, when generating a two-dimensional code, the service code generation algorithm may be a Quick Response code (QRcode) algorithm.
  • QRcode Quick Response code
  • the fast response code algorithm herein is merely an example, and virtually any algorithm capable of generating a two-dimensional code can be applied thereto.
  • the service code generation algorithm may also be other algorithms, which are not enumerated here.
  • Step S14 The data receiving end collects the multiple service codes.
  • the plurality of service codes may be displayed, and the data receiving end may then collect the displayed service code.
  • the data sending end may display the multiple service codes. Specifically, the data sending end may directly display the multiple service codes. Alternatively, the data sending end may further play the multiple service codes.
  • the data transmitting end may play the multiple service codes based on an arbitrary frame rate, for example, 24 FPS (Frames Per Second), 30 FPS, 60 FPS, and the like.
  • the data sending end may directly play the plurality of service codes, or may play the plurality of service codes by means of a medium.
  • the medium includes, but is not limited to, text, pictures, and video, etc.
  • the video may be, for example, a television video, or a movie video or the like.
  • the data sending end can play the plurality of service codes in any display area while playing the television video.
  • the device other than the data transmitting end and the data receiving end may display the plurality of service codes.
  • the data sending end may send the multiple service codes to the other device, and the other devices may receive and display the multiple service codes.
  • the process of displaying the service code by the other device may be similar to the process of displaying the service code by the data sending end.
  • the other device may be a mobile device, such as a smart phone, a tablet electronic device, a portable computer, a personal digital assistant (PDA), an in-vehicle device, a POS machine, or a smart wearable device.
  • the data receiving end may also be a desktop device, such as a television, a server, an industrial computer (industrial control computer), a personal computer (PC), an all-in-one, or a smart kiosk.
  • the data receiving end can record the displayed service code.
  • the data receiving end may have a camera, and the data receiving end may record the displayed service code using the camera.
  • the data receiving end may also collect the displayed service code in other manners.
  • the data receiving end can capture the displayed service code.
  • Step S16 The data receiving end acquires a plurality of data units based on the plurality of service codes.
  • the data receiving end may identify one or more data units from the service code.
  • Step S18 The data receiving end generates the service data based on the acquired data unit.
  • the data receiving end may splicing the acquired data units to obtain the service data.
  • the data receiving end may also generate the service data in other manners.
  • the data receiving end may synthesize the acquired data unit into the service data using a certain algorithm.
  • the data sending end may compress the service data to obtain compressed service data; the compressed service data may be divided into multiple data units; and the multiple data units may be generated. Multiple business codes.
  • the data receiving end may collect the multiple service codes; may acquire multiple data units based on the multiple service codes; may generate compressed service data based on the acquired data units; and decompress the compressed service data to obtain The business data. In this way, by compressing the service data, the data transmitting end can reduce the number of generated service codes, and the data receiving end can increase the speed of collecting and processing the service code.
  • the data sending end may encapsulate the service data into encapsulated service data including the check information of the service data; and the encapsulated service data may be divided into multiple data units; A plurality of service codes corresponding to the plurality of data units may be generated.
  • the verification information may include a hash value (Hash).
  • the hash value may include an MD5 (Message Digest Algorithm) value, a SHA1 (Secure Hash Algorithm) value, a SHA256, a SHA384, a SHA512 value, and a CRC32 (Cyclic Redundancy Check). I check the algorithm) values and so on.
  • the verification information may also be other values, which is not specifically limited in this embodiment.
  • the data sending end may splicing the service data and the verification information of the service data to obtain the encapsulated service data.
  • the data sending end may also generate the encapsulated service data in other manners.
  • the data sending end may synthesize the service data and the verification information of the service data into the encapsulated service data by using a certain algorithm.
  • the data receiving end may collect the multiple service codes; may acquire multiple data units based on the multiple service codes; and generate encapsulated service data based on the acquired data units.
  • the packaged service data may include verification information of the service data and the service data. In this way, the data receiving end can use the verification information to verify the service data. In this way, the data receiving end can verify the generated service data to prevent the business data from generating errors during the transmission process.
  • the data sending end may further encapsulate each data unit into a package data unit including location information of the data unit; Generating a plurality of service codes corresponding to the plurality of encapsulated data units.
  • the location information can be used to indicate the location of the data unit in the service data.
  • the location information may be an offset of the data unit relative to the service data header, or may also be a data unit number.
  • the data sending end may splicing the data unit and the location information of the data unit to obtain a packaged data unit.
  • the data sending end may also generate encapsulated data units in other manners.
  • the data transmitting end may synthesize the data unit and the location information of the data unit into an encapsulated data unit using a certain algorithm.
  • the data receiving end may collect the multiple service codes; may acquire multiple encapsulated data units based on the multiple service codes; and generate the service data based on the acquired encapsulated data units.
  • the data unit and the location information of the data unit may be included in the encapsulated data unit.
  • the data receiving end may generate the service data based on the acquired data unit and the location information of the data unit. In this way, through the location information of the data unit, the data receiving end can quickly locate the data unit, thereby increasing the generation speed of the service data.
  • the data sending end may divide the service data into multiple data units; and generate multiple service codes corresponding to the multiple data units.
  • the data receiving end may collect the multiple service codes; may acquire multiple data units based on the multiple service codes; and generate the service data based on the acquired data units.
  • the service code is used as the carrier of the data, and the data receiving end collects multiple service codes to obtain the service data, thereby realizing that the data transmitting end and the data receiving end can transmit the service without establishing a communication connection. data.
  • the data sending end may compress the service data D1 to obtain the compressed service data D2; the service data D2 may be spliced with the MD5 value of the service data D1 to obtain the encapsulated service data D3;
  • the data D3 is divided to obtain data units P1, ... Pi, ... Pn.
  • n is a natural number greater than 1; 1 ⁇ i ⁇ n.
  • the data transmitting end may splicing the data unit Pi with the offset of the data unit Pi with respect to the header of the encapsulated service data D3 and the size value of the data unit Pi to obtain the encapsulated data unit Ki. .
  • the data transmitting end can generate a corresponding two-dimensional code Ci.
  • the data transmitting end can play the two-dimensional code C1, ..., Ci, ... Cn.
  • the data receiving end may use a camera to collect a two-dimensional code played by the data transmitting end, and further obtain two-dimensional codes C1, . . . , Ci, .
  • the data receiving end can identify the packaged data unit Ki therefrom.
  • the data receiving end may generate the encapsulated service data D3 based on the offset of the data unit Pi and the data unit Pi in the encapsulated data unit Ki; the MD5 value in the encapsulated service data D3 may be used in the encapsulated service data D3.
  • the compressed service data D2 is verified; after the verification result is correct, the compressed service data D2 can be decompressed to obtain the service data D1.
  • the embodiment of the present specification also provides another data processing method.
  • the data processing method takes the data sending end as an implementation body, and may include the following steps.
  • Step S20 dividing the service data into a plurality of data units.
  • Step S22 Generate a plurality of service codes corresponding to the plurality of data units.
  • the service code may include a graphical code.
  • Each service code may include a data unit corresponding to the service code.
  • the data sending end may generate multiple service codes corresponding to the multiple data units based on the service code generating algorithm, so that the data receiving end can obtain the service data based on the multiple service codes.
  • the data sending end may compress the service data to obtain compressed service data; the compressed service data may be divided into multiple data units; and the multiple data units may be generated. Multiple business codes.
  • the data sending end may encapsulate the service data into encapsulated service data including the check information of the service data; and the encapsulated service data may be divided into multiple data units; A plurality of service codes corresponding to the plurality of data units may be generated.
  • the data sending end may further encapsulate each data unit into a package data unit including location information of the data unit; Generating a plurality of service codes corresponding to the plurality of encapsulated data units.
  • the data sending end may further display the plurality of service codes.
  • the data sending end may divide the service data into multiple data units; and generate multiple service codes corresponding to the multiple data units.
  • the data receiving end can collect the multiple service codes; the service data can be obtained based on the multiple service codes; thereby realizing that the data sending end and the data receiving end can transmit the service data without establishing a communication connection. .
  • the embodiment of the present specification also provides another data processing method.
  • the data processing method takes the data receiving end as an implementation body, and may include the following steps.
  • Step S30 Collect a plurality of service codes.
  • the service code may include a graphical code.
  • a data unit can be included in each service code. After the plurality of service codes are displayed, the data receiving end may collect the displayed service code.
  • Step S32 Acquire a plurality of data units based on the plurality of service codes.
  • Step S34 Generate service data based on the acquired data unit.
  • the data receiving end may generate compressed service data based on the acquired data unit; and the compressed service data may be decompressed to obtain the service data.
  • the data receiving end may generate encapsulated service data based on the acquired data unit.
  • the encapsulated service data includes verification information of the service data and the service data. In this way, the data receiving end can use the verification information to verify the service data.
  • the data receiving end may acquire a plurality of encapsulated data units based on the plurality of service codes; and the service data may be generated based on the acquired encapsulated data units.
  • the data unit and the location information of the data unit may be included in the package data unit. In this way, the data receiving end may generate the service data based on the acquired data unit and the location information of the data unit.
  • the data receiving end may collect multiple service codes; may acquire multiple data units based on the multiple service codes; and generate service data based on the acquired data units.
  • the service code is used as the carrier of the data, and the data receiving end collects multiple service codes to obtain the service data, thereby realizing that the data transmitting end and the data receiving end can transmit the service without establishing a communication connection. data.
  • the embodiment of the present specification further provides a terminal device.
  • the terminal device may include:
  • a segmentation module 40 configured to divide the service data into multiple data units
  • a generating module 42 configured to generate a plurality of service codes corresponding to the plurality of data units, so that the data receiving end can obtain the service data based on the multiple service codes; wherein each service code includes the service The data unit corresponding to the code.
  • the embodiment of the present specification further provides another terminal device.
  • the terminal device may include a memory and a processor.
  • the memory can be implemented in any suitable manner.
  • the memory may be a read only memory, a mechanical hard disk, a solid state hard disk, or a USB flash drive or the like.
  • the memory can be used to store program instructions.
  • the processor can be implemented in any suitable manner.
  • the processor can take the form of, for example, a microprocessor or processor and computer readable media, logic gates, switches, and special-purpose integrations for storing computer readable program code (eg, software or firmware) executable by the (micro)processor.
  • ASIC Application Specific Integrated Circuit
  • programmable logic controller programmable logic controller and embedded microcontroller form.
  • the processor may be configured to execute the computer program instruction to: divide the service data into a plurality of data units; generate a plurality of service codes corresponding to the plurality of data units, so that the data receiving end can be based on the plurality of The service code obtains the service data; wherein each service code includes a data unit corresponding to the service code.
  • the embodiment of the present specification further provides another terminal device.
  • the terminal device may include:
  • the collecting module 60 is configured to collect multiple service codes, where each service code includes a data unit;
  • the obtaining module 62 is configured to acquire multiple data units based on the multiple service codes
  • the generating module 64 is configured to generate service data based on the acquired data unit.
  • the embodiment of the present specification further provides another terminal device.
  • the terminal device may include a memory and a processor.
  • the memory can be implemented in any suitable manner.
  • the memory may be a read only memory, a mechanical hard disk, a solid state hard disk, or a USB flash drive or the like.
  • the memory can be used to store program instructions.
  • the processor can be implemented in any suitable manner.
  • the processor can take the form of, for example, a microprocessor or processor and computer readable media, logic gates, switches, and special-purpose integrations for storing computer readable program code (eg, software or firmware) executable by the (micro)processor.
  • ASIC Application Specific Integrated Circuit
  • programmable logic controller programmable logic controller and embedded microcontroller form.
  • the processor may be configured to execute the computer program instructions to: collect a plurality of service codes; wherein each service code includes a data unit; acquire a plurality of data units based on the plurality of service codes; based on the acquired data The unit generates business data.
  • PLD Programmable Logic Device
  • FPGA Field Programmable Gate Array
  • HDL Hardware Description Language
  • the system, device, module or unit illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product having a certain function.
  • the system, device, module or unit illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product having a certain function.
  • a typical implementation device is a computer.
  • the computer can be, for example, a personal computer, a laptop computer, a cellular phone, a camera phone, a smart phone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or A combination of any of these devices.
  • the present specification can be implemented by means of software plus a necessary general hardware platform. Based on such understanding, the technical solution of the present specification may be embodied in the form of a software product in essence or in the form of a software product, which may be stored in a storage medium such as a ROM/RAM or a disk. , an optical disk, etc., includes instructions for causing a computer device (which may be a personal computer, server, or network device, etc.) to perform the methods described in various embodiments of the present specification or portions of the embodiments.
  • a computer device which may be a personal computer, server, or network device, etc.
  • This description can be used in a variety of general purpose or special purpose computer system environments or configurations.
  • program modules include routines, programs, objects, components, data structures, and the like that perform particular tasks or implement particular abstract data types.
  • the present specification can also be practiced in distributed computing environments where tasks are performed by remote processing devices that are connected through a communication network.
  • program modules can be located in both local and remote computer storage media including storage devices.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Transfer Between Computers (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

本说明书实施例提供一种数据处理方法和终端设备。所述方法包括:数据发送端将业务数据分割为多个数据单元;生成所述多个数据单元对应的多个业务码;其中,每个业务码中包括有该业务码对应的数据单元;数据接收端采集所述多个业务码;基于所述多个业务码获取多个数据单元;基于获取的数据单元生成所述业务数据。

Description

数据处理方法和终端设备
相关申请的交叉引用
本专利申请要求于2018年2月28日提交的、申请号为201810166888.4、发明名称为“数据处理方法和终端设备”的中国专利申请的优先权,该申请的全文以引用的方式并入本文中。
技术领域
本说明书实施例涉及计算机技术领域,特别涉及一种数据处理方法和终端设备。
背景技术
在实际应用中,终端设备之间通常需要传递数据。具体地,终端设备之间可以建立通信连接,继而可以使用所述通信连接来传输数据。所述通信连接例如可以包括互联网、蓝牙(Bluetooth)、红外(IrDA)、无线保真(WI-FI)、超宽带通信(Ultra Wide Band)、紫峰(Zigbee)、近场通信(Near Field Communication,NFC)等。
上述通过建立通信连接来传输数据的方法,给用户带来了不便。例如,在两个终端设备使用互联网来传输数据时,通常需要消耗网络流量。另举一例,在两个终端设备使用蓝牙来传输数据时,所述两个终端设备通常需要位于一定的距离范围内。
发明内容
本说明书实施例的目的是提供一种数据处理方法和终端设备,以能够在没有建立通信连接的条件下传输业务数据。
为实现上述目的,本说明书实施例提供一种数据处理方法,包括:数据发送端将业务数据分割为多个数据单元;生成所述多个数据单元对应的多个业务码;其中,每个业务码中包括有该业务码对应的数据单元;数据接收端采集所述多个业务码;基于所述多个业务码获取多个数据单元;基于获取的数据单元生成所述业务数据。
为实现上述目的,本说明书实施例提供一种数据处理方法,包括:将业务数据分割为多个数据单元;生成所述多个数据单元对应的多个业务码,以便于数据接收端能够基于所述多个业务码获得所述业务数据;其中,每个业务码中包括有该业务码对应的数据 单元。
为实现上述目的,本说明书实施例提供一种终端设备,包括:分割模块,用于将业务数据分割为多个数据单元;生成模块,用于生成所述多个数据单元对应的多个业务码,以便于数据接收端能够基于所述多个业务码获得所述业务数据;其中,每个业务码中包括有该业务码对应的数据单元。
为实现上述目的,本说明书实施例提供一种终端设备,包括:存储器,用于存储计算机程序指令;处理器,用于执行所述计算机程序指令实现:将业务数据分割为多个数据单元;生成所述多个数据单元对应的多个业务码,以便于数据接收端能够基于所述多个业务码获得所述业务数据;其中,每个业务码中包括有该业务码对应的数据单元。
为实现上述目的,本说明书实施例提供一种数据处理方法,包括:采集多个业务码;其中,每个业务码中包括有数据单元;基于所述多个业务码获取多个数据单元;基于获取的数据单元生成业务数据。
为实现上述目的,本说明书实施例提供一种终端设备,包括:采集模块,用于采集多个业务码;其中,每个业务码中包括有数据单元;获取模块,用于基于所述多个业务码获取多个数据单元;生成模块,用于基于获取的数据单元生成业务数据。
为实现上述目的,本说明书实施例提供一种终端设备,包括:存储器,用于存储计算机程序指令;处理器,用于执行所述计算机程序指令实现:采集多个业务码;其中,每个业务码中包括有数据单元;基于所述多个业务码获取多个数据单元;基于获取的数据单元生成业务数据。
由以上本说明书实施例提供的技术方案可见,本说明书实施例中,数据发送端可以将业务数据分割为多个数据单元;可以生成所述多个数据单元对应的多个业务码。数据接收端可以采集所述多个业务码;可以基于所述多个业务码获取多个数据单元;可以基于获取的数据单元生成所述业务数据。这样,在本实施例中,业务码作为数据的载体,数据接收端采集多个业务码进而可以得到业务数据,从而实现了数据发送端和数据接收端能够在没有建立通信连接的条件下传输业务数据。
附图说明
为了更清楚地说明本说明书实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是 本说明书中记载的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1为本说明书实施例一种数据处理方法的示意图;
图2为本说明书实施例一种数据处理方法的流程图;
图3为本说明书实施例一种数据处理方法的流程图;
图4为本说明书实施例一种终端设备的功能结构图;
图5为本说明书实施例一种终端设备的功能结构图;
图6为本说明书实施例一种终端设备的功能结构图。
具体实施方式
下面将结合本说明书实施例中的附图,对本说明书实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本说明书一部分实施例,而不是全部的实施例。基于本说明书中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都应当属于本说明书保护的范围。
请参阅图1。本说明书实施例提供一种数据处理系统。所述数据处理系统可以包括数据发送端和数据接收端。
在本实施例中,所述数据发送端可以为可移动设备,例如智能手机、平板电子设备、便携式计算机、个人数字助理(PDA)、车载设备、POS机、或智能穿戴设备等。所述数据发送端还可以为桌面设备,例如电视机、服务器、工控机(工业控制计算机)、个人计算机(PC机)、一体机、或智能自助终端(kiosk)等。
在本实施例中,所述数据接收端可以为可拍摄设备。所述数据接收端可以具有拍摄组件,所述拍摄组件包括但不限于摄像头、和扫描仪等。所述数据接收端可以为可移动设备,例如智能手机、平板电子设备、便携式计算机、个人数字助理(PDA)、车载设备、POS机、或智能穿戴设备等。所述数据接收端还可以为桌面设备,例如电视机、服务器、工控机(工业控制计算机)、个人计算机(PC机)、一体机、或智能自助终端(kiosk)等。
请参阅图1。本说明书实施例提供一种数据处理方法。实现所述数据处理方法的主体可以包括数据发送端和数据接收端。所述数据处理方法可以包括以下步骤。
步骤S10:数据发送端将业务数据分割为多个数据单元。
在本实施例中,所述业务数据可以为待传输的数据。所述业务数据可以为文本数据、图片数据、音频数据、视频数据及其任意组合等。所述业务数据的分割粒度可以为数据单元。所述多个数据单元中各个数据单元的大小可以全部相同、全部不同、或部分相同。为了便于在后续过程中将数据单元置于业务码内,每个数据单元可以小于或等于所述业务码的数据容量。其中,所业务码可以包括图形化编码,所述图形化编码可以包括条形码、二维码等。
在本实施例中,所述数据发送端可以采用任意适当的方法将业务数据分割为多个数据单元,例如7、150、200、1000个数据单元。例如,所述数据发送端可以直接将业务数据分割为多个数据单元。另举一例,所述数据发送端可以根据业务数据的大小和业务码的数据容量,计算分割数量;可以将所述业务数据分割为所述分割数量个数据单元。
步骤S12:数据发送端生成所述多个数据单元对应的多个业务码。
在本实施例中,每个业务码可以对应一个或多个数据单元。每个业务码中可以包括有该业务码对应的数据单元。所述数据发送端可以基于业务码生成算法,生成多个数据单元对应的多个业务码。依据生成的业务码的不同,所述业务码生成算法可以相同或不同。例如,在生成二维码时,所述业务码生成算法可以为快速反应码(Quick Response code,QRcode)算法。本领域技术人员应当能够理解,此处的快速反应码算法仅为示例,实际上任何能够生成二维码的算法均可以应用于此。当然,在生成其它的业务码时,所述业务码生成算法还可以为其它算法,在此不再依次列举。
步骤S14:数据接收端采集所述多个业务码。
在本实施例中,可以显示所述多个业务码,所述数据接收端继而可以采集显示的业务码。
在本实施例中,所述数据发送端可以显示所述多个业务码。具体地,所述数据发送端可以直接显示出所述多个业务码。或者,所述数据发送端还可以播放所述多个业务码。所述数据发送端可以基于任意帧率播放所述多个业务码,例如24FPS(Frames Per Second,帧每秒)、30FPS、60FPS等。所述数据发送端可以直接播放所述多个业务码,或者,还可以借助于媒介播放所述多个业务码。所述媒介包括但不限于文本、图片、和视频等,所述视频例如可以为电视视频、或电影视频等。例如,所述数据发送端可以在播放电视视频的同时,在任意显示区域播放所述多个业务码。
或者,除去数据发送端和数据接收端以外的其它设备可以显示所述多个业务码。具体地,所述数据发送端可以向所述其它设备发送所述多个业务码,所述其它设备可以接收并显示所述多个业务码。所述其它设备显示业务码的过程可以和数据发送端显示业务码的过程相类似。其中,所述其它设备可以为可移动设备,例如智能手机、平板电子设备、便携式计算机、个人数字助理(PDA)、车载设备、POS机、或智能穿戴设备等。所述数据接收端还可以为桌面设备,例如电视机、服务器、工控机(工业控制计算机)、个人计算机(PC机)、一体机、或智能自助终端(kiosk)等。
在本实施例中,所述数据接收端可以录制显示的业务码。例如,所述数据接收端可以具有摄像头,所述数据接收端可以使用所述摄像头录制显示的业务码。当然,所述数据接收端还可以采用其它方式采集显示的业务码。例如,所述数据接收端可以拍摄显示的业务码。
步骤S16:数据接收端基于所述多个业务码获取多个数据单元。
在本实施例中,针对采集的每个业务码,所述数据接收端可以从该业务码中识别出一个或多个数据单元。
步骤S18:数据接收端基于获取的数据单元生成所述业务数据。
在本实施例中,所述数据接收端可以对获取的数据单元进行拼接,得到所述业务数据。当然,所述数据接收端还可以采用其它方式生成所述业务数据。例如,所述数据接收端可以使用一定的算法将获取的数据单元合成为所述业务数据。
在本实施例的一个实施方式中,所述数据发送端可以对业务数据进行压缩,得到压缩业务数据;可以将所述压缩业务数据分割为多个数据单元;可以生成所述多个数据单元对应的多个业务码。所述数据接收端可以采集所述多个业务码;可以基于所述多个业务码获取多个数据单元;可以基于获取的数据单元生成压缩业务数据;可以对所述压缩业务数据进行解压,得到所述业务数据。这样,通过对业务数据进行压缩,数据发送端可以减少生成的业务码的数量,数据接收端可以增加采集和处理业务码的速度。
在本实施例的一个实施方式中,所述数据发送端可以将业务数据封装为包括有所述业务数据的校验信息的封装业务数据;可以将所述封装业务数据分割为多个数据单元;可以生成所述多个数据单元对应的多个业务码。
所述校验信息可以包括哈希值(Hash)。其中,所述哈希值可以包括MD5(Message Digest Algorithm,消息摘要算法)值、SHA1(Secure Hash Algorithm,安全散列算法) 值、SHA256、SHA384、SHA512值、和CRC32(Cyclic Redundancy Check,循环冗余校验算法)值等。当然,所述校验信息还可以为其它值,本实施方式对此并不做具体限定。
所述数据发送端可以将业务数据与所述业务数据的校验信息进行拼接,得到所述封装业务数据。当然,所述数据发送端还可以采用其它方式生成所述封装业务数据。例如,所述数据发送端可以使用一定的算法将业务数据与所述业务数据的校验信息合成为所述封装业务数据。
在本实施方式中,所述数据接收端可以采集所述多个业务码;可以基于所述多个业务码获取多个数据单元;可以基于获取的数据单元生成封装业务数据。封装业务数据中可以包括有业务数据和业务数据的校验信息。如此,所述数据接收端可以使用所述校验信息对所述业务数据进行校验。这样,数据接收端可以对生成的业务数据进行校验,以防止业务数据在传输过程中产生错误。
在本实施例的一个实施方式中,在将业务数据分割为多个数据单元之后,所述数据发送端还可以将每个数据单元封装为包括有该数据单元的位置信息的封装数据单元;可以生成多个封装数据单元对应的多个业务码。所述位置信息可以用于表示数据单元在所述业务数据中的位置。例如,所述位置信息可以为数据单元相对于业务数据头部的偏移量,或者,还可以为数据单元的编号。
针对每个数据单元,所述数据发送端可以将该数据单元与该数据单元的位置信息进行拼接,得到封装数据单元。当然,所述数据发送端还可以采用其它方式生成封装数据单元。例如,针对每个数据单元,所述数据发送端可以使用一定的算法将该数据单元与该数据单元的位置信息合成为封装数据单元。
在本实施方式中,所述数据接收端可以采集所述多个业务码;可以基于所述多个业务码获取多个封装数据单元;可以基于获取的封装数据单元生成所述业务数据。具体地,封装数据单元中可以包括有数据单元和该数据单元的位置信息。如此,所述数据接收端可以基于获取的数据单元和数据单元的位置信息,生成所述业务数据。这样,通过数据单元的位置信息,数据接收端可以快速地对数据单元进行定位,进而可以增加业务数据的生成速度。
在本实施例中,数据发送端可以将业务数据分割为多个数据单元;可以生成所述多个数据单元对应的多个业务码。数据接收端可以采集所述多个业务码;可以基于所述多 个业务码获取多个数据单元;可以基于获取的数据单元生成所述业务数据。这样,在本实施例中,业务码作为数据的载体,数据接收端采集多个业务码进而可以得到业务数据,从而实现了数据发送端和数据接收端能够在没有建立通信连接的条件下传输业务数据。
请参阅图1。以下介绍本说明书实施例的一个场景示例。
在本场景示例中,所述数据发送端可以对业务数据D1进行压缩,得到压缩业务数据D2;可以将业务数据D2与业务数据D1的MD5值进行拼接,得到封装业务数据D3;可以对封装业务数据D3进行分割,得到数据单元P1、…Pi、…Pn。其中,n为大于1的自然数;1≤i≤n。
针对每个数据单元Pi,所述数据发送端可以将数据单元Pi,与数据单元Pi相对于封装业务数据D3头部的偏移量、以及数据单元Pi的大小值进行拼接,得到封装数据单元Ki。
针对每个封装数据单元Ki,所述数据发送端可以生成对应的二维码Ci。
在本场景示例中,所述数据发送端可以播放二维码C1、…Ci、…Cn。所述数据接收端可以使用摄像头采集所述数据发送端播放的二维码,进而可以得到二维码C1、…Ci、…Cn。
在本场景示例中,针对每个二维码Ci,所述数据接收端可以从中识别出封装数据单元Ki。
所述数据接收端可以基于封装数据单元Ki中的数据单元Pi、和数据单元Pi的偏移量,生成封装业务数据D3;可以使用封装业务数据D3中的MD5值,对封装业务数据D3中的压缩业务数据D2进行校验;在校验结果为正确以后,可以对压缩业务数据D2进行解压,得到业务数据D1。
请参阅图2。本说明书实施例还提供另一种数据处理方法。所述数据处理方法以数据发送端为实施主体,可以包括以下步骤。
步骤S20:将业务数据分割为多个数据单元。
步骤S22:生成所述多个数据单元对应的多个业务码。
在本实施例中,所述业务码可以包括图形化编码。每个业务码中可以包括有该业务码对应的数据单元。所述数据发送端可以基于业务码生成算法,生成所述多个数据单元对应的多个业务码,以便于数据接收端能够基于所述多个业务码获得所述业务数据。
在本实施例的一个实施方式中,所述数据发送端可以对业务数据进行压缩,得到压缩业务数据;可以将所述压缩业务数据分割为多个数据单元;可以生成所述多个数据单元对应的多个业务码。
在本实施例的一个实施方式中,所述数据发送端可以将业务数据封装为包括有所述业务数据的校验信息的封装业务数据;可以将所述封装业务数据分割为多个数据单元;可以生成所述多个数据单元对应的多个业务码。
在本实施例的一个实施方式中,在将业务数据分割为多个数据单元之后,所述数据发送端还可以将每个数据单元封装为包括有该数据单元的位置信息的封装数据单元;可以生成多个封装数据单元对应的多个业务码。
在本实施例的一个实施方式中,所述数据发送端还可以显示所述多个业务码。
在本实施例中,所述数据发送端可以将业务数据分割为多个数据单元;可以生成所述多个数据单元对应的多个业务码。这样,数据接收端可以采集所述多个业务码;可以基于所述多个业务码获得所述业务数据;从而实现了数据发送端和数据接收端能够在没有建立通信连接的条件下传输业务数据。
请参阅图3。本说明书实施例还提供另一种数据处理方法。所述数据处理方法以数据接收端为实施主体,可以包括以下步骤。
步骤S30:采集多个业务码。
在本实施例中,所述业务码可以包括图形化编码。每个业务码中可以包括有数据单元。在所述多个业务码被显示以后,所述数据接收端可以采集显示的业务码。
步骤S32:基于所述多个业务码获取多个数据单元。
步骤S34:基于获取的数据单元生成业务数据。
在本实施例的一个实施方式中,所述数据接收端可以基于获取的数据单元生成压缩业务数据;可以对所述压缩业务数据进行解压,得到所述业务数据。
在本实施例的一个实施方式中,所述数据接收端可以基于获取的数据单元生成封装业务数据。所述封装业务数据包括有所述业务数据和所述业务数据的校验信息。如此,所述数据接收端可以使用所述校验信息对所述业务数据进行校验。
在本实施例的一个实施方式中,所述数据接收端可以基于所述多个业务码获取多个封装数据单元;可以基于获取的封装数据单元生成所述业务数据。具体地,封装数据单 元中可以包括有数据单元和该数据单元的位置信息。如此,所述数据接收端可以基于获取的数据单元和数据单元的位置信息,生成所述业务数据。
在本实施例中,所述数据接收端可以采集多个业务码;可以基于所述多个业务码获取多个数据单元;可以基于获取的数据单元生成业务数据。这样,在本实施例中,业务码作为数据的载体,数据接收端采集多个业务码进而可以得到业务数据,从而实现了数据发送端和数据接收端能够在没有建立通信连接的条件下传输业务数据。
请参阅图4。本说明书实施例还提供一种终端设备。所述终端设备可以包括:
分割模块40,用于将业务数据分割为多个数据单元;
生成模块42,用于生成所述多个数据单元对应的多个业务码,以便于数据接收端能够基于所述多个业务码获得所述业务数据;其中,每个业务码中包括有该业务码对应的数据单元。
请参阅图5。本说明书实施例还提供另一种终端设备。所述终端设备可以包括存储器和处理器。
在本实施例中,所述存储器可以按任何适当的方式实现。例如,所述存储器可以为只读存储器、机械硬盘、固态硬盘、或U盘等。所述存储器可以用于存储程序指令。
在本实施例中,所述处理器可以按任何适当的方式实现。例如,所述处理器可以采取例如微处理器或处理器以及存储可由该(微)处理器执行的计算机可读程序代码(例如软件或固件)的计算机可读介质、逻辑门、开关、专用集成电路(Application Specific Integrated Circuit,ASIC)、可编程逻辑控制器和嵌入微控制器的形式等等。
所述处理器可以用于执行所述计算机程序指令实现:将业务数据分割为多个数据单元;生成所述多个数据单元对应的多个业务码,以便于数据接收端能够基于所述多个业务码获得所述业务数据;其中,每个业务码中包括有该业务码对应的数据单元。
请参阅图6。本说明书实施例还提供另一种终端设备。所述终端设备可以包括:
采集模块60,用于采集多个业务码;其中,每个业务码中包括有数据单元;
获取模块62,用于基于所述多个业务码获取多个数据单元;
生成模块64,用于基于获取的数据单元生成业务数据。
请参阅图5。本说明书实施例还提供另一种终端设备。所述终端设备可以包括存储器和处理器。
在本实施例中,所述存储器可以按任何适当的方式实现。例如,所述存储器可以为只读存储器、机械硬盘、固态硬盘、或U盘等。所述存储器可以用于存储程序指令。
在本实施例中,所述处理器可以按任何适当的方式实现。例如,所述处理器可以采取例如微处理器或处理器以及存储可由该(微)处理器执行的计算机可读程序代码(例如软件或固件)的计算机可读介质、逻辑门、开关、专用集成电路(Application Specific Integrated Circuit,ASIC)、可编程逻辑控制器和嵌入微控制器的形式等等。
所述处理器可以用于执行所述计算机程序指令实现:采集多个业务码;其中,每个业务码中包括有数据单元;基于所述多个业务码获取多个数据单元;基于获取的数据单元生成业务数据。
需要说明的是,本说明书中的各个实施例均采用递进的方式描述,各个实施例之间相同或相似的部分互相参见即可,每个实施例重点说明的都是与其它实施例的不同之处。尤其,对于终端设备实施例而言,由于其基本相似于数据处理方法实施例,所以描述的比较简单,相关之处参见数据处理方法实施例的部分说明即可。
另外,可以理解的是,本领域技术人员在阅读本说明书文件之后,可以无需创造性劳动想到将本说明书列举的部分或全部实施例进行任意组合,这些组合也在本说明书公开和保护的范围内。
在20世纪90年代,对于一个技术的改进可以很明显地区分是硬件上的改进(例如,对二极管、晶体管、开关等电路结构的改进)还是软件上的改进(对于方法流程的改进)。然而,随着技术的发展,当今的很多方法流程的改进已经可以视为硬件电路结构的直接改进。设计人员几乎都通过将改进的方法流程编程到硬件电路中来得到相应的硬件电路结构。因此,不能说一个方法流程的改进就不能用硬件实体模块来实现。例如,可编程逻辑器件(Programmable Logic Device,PLD)(例如现场可编程门阵列(Field Programmable Gate Array,FPGA))就是这样一种集成电路,其逻辑功能由用户对器件编程来确定。由设计人员自行编程来把一个数字系统“集成”在一片PLD上,而不需要请芯片制造厂商来设计和制作专用的集成电路芯片2。而且,如今,取代手工地制作集成电路芯片,这种编程也多半改用“逻辑编译器(logic compiler)”软件来实现,它与程序开发撰写时所用的软件编译器相类似,而要编译之前的原始代码也得用特定的编程语言来撰写,此称之为硬件描述语言(Hardware Description Language,HDL),而HDL也并非仅有一种,而是有许多种,如ABEL(Advanced Boolean Expression Language)、AHDL(Altera Hardware Description Language)、Confluence、CUPL(Cornell  University Programming Language)、HDCal、JHDL(Java Hardware Description Language)、Lava、Lola、MyHDL、PALASM、RHDL(Ruby Hardware Description Language)等,目前最普遍使用的是VHDL(Very-High-Speed Integrated Circuit Hardware Description Language)与Verilog2。本领域技术人员也应该清楚,只需要将方法流程用上述几种硬件描述语言稍作逻辑编程并编程到集成电路中,就可以很容易得到实现该逻辑方法流程的硬件电路。
上述实施例阐明的系统、装置、模块或单元,具体可以由计算机芯片或实体实现,或者由具有某种功能的产品来实现。
上述实施例阐明的系统、装置、模块或单元,具体可以由计算机芯片或实体实现,或者由具有某种功能的产品来实现。一种典型的实现设备为计算机。具体的,计算机例如可以为个人计算机、膝上型计算机、蜂窝电话、相机电话、智能电话、个人数字助理、媒体播放器、导航设备、电子邮件设备、游戏控制台、平板计算机、可穿戴设备或者这些设备中的任何设备的组合。
通过以上的实施方式的描述可知,本领域的技术人员可以清楚地了解到本说明书可借助软件加必需的通用硬件平台的方式来实现。基于这样的理解,本说明书的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本说明书各个实施例或者实施例的某些部分所述的方法。
本说明书中的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参见即可,每个实施例重点说明的都是与其他实施例的不同之处。尤其,对于系统实施例而言,由于其基本相似于方法实施例,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。
本说明书可用于众多通用或专用的计算机系统环境或配置中。例如:个人计算机、服务器计算机、手持设备或便携式设备、平板型设备、多处理器系统、基于微处理器的系统、置顶盒、可编程的消费电子设备、网络PC、小型计算机、大型计算机、包括以上任何系统或设备的分布式计算环境等等。
本说明书可以在由计算机执行的计算机可执行指令的一般上下文中描述,例如程序模块。一般地,程序模块包括执行特定任务或实现特定抽象数据类型的例程、程序、对 象、组件、数据结构等等。也可以在分布式计算环境中实践本说明书,在这些分布式计算环境中,由通过通信网络而被连接的远程处理设备来执行任务。在分布式计算环境中,程序模块可以位于包括存储设备在内的本地和远程计算机存储介质中。
虽然通过实施例描绘了本说明书,本领域普通技术人员知道,本说明书有许多变形和变化而不脱离本说明书的精神,希望所附的权利要求包括这些变形和变化而不脱离本说明书的精神。

Claims (17)

  1. 一种数据处理方法,包括:
    数据发送端将业务数据分割为多个数据单元;生成所述多个数据单元对应的多个业务码;其中,每个业务码中包括有该业务码对应的数据单元;
    数据接收端采集所述多个业务码;基于所述多个业务码获取多个数据单元;基于获取的数据单元生成所述业务数据。
  2. 一种数据处理方法,包括:
    将业务数据分割为多个数据单元;
    生成所述多个数据单元对应的多个业务码,以便于数据接收端能够基于所述多个业务码获得所述业务数据;其中,每个业务码中包括有该业务码对应的数据单元。
  3. 如权利要求2所述的方法,所述业务码包括图形化编码。
  4. 如权利要求2所述的方法,所述方法还包括:
    对业务数据进行压缩,得到压缩业务数据;
    相应地,所述将业务数据分割为多个数据单元,包括:
    将所述压缩业务数据分割为多个数据单元。
  5. 如权利要求2所述的方法,所述方法还包括:
    将业务数据封装为包括有所述业务数据的校验信息的封装业务数据;
    相应地,所述将业务数据分割为多个数据单元,包括:
    将所述封装业务数据分割为多个数据单元。
  6. 如权利要求2所述的方法,在将业务数据分割为多个数据单元之后,所述方法还包括:
    将每个数据单元封装为包括有该数据单元的位置信息的封装数据单元;其中,所述位置信息用于表示数据单元在所述业务数据中的位置;
    相应地,所述生成所述多个数据单元对应的多个业务码,包括:
    生成多个封装数据单元对应的多个业务码。
  7. 如权利要求2所述的方法,所述方法还包括:
    显示所述多个业务码。
  8. 一种终端设备,包括:
    分割模块,用于将业务数据分割为多个数据单元;
    生成模块,用于生成所述多个数据单元对应的多个业务码,以便于数据接收端能够基于所述多个业务码获得所述业务数据;其中,每个业务码中包括有该业务码对应的数 据单元。
  9. 一种终端设备,包括:
    存储器,用于存储计算机程序指令;
    处理器,用于执行所述计算机程序指令实现:将业务数据分割为多个数据单元;生成所述多个数据单元对应的多个业务码,以便于数据接收端能够基于所述多个业务码获得所述业务数据;其中,每个业务码中包括有该业务码对应的数据单元。
  10. 一种数据处理方法,包括:
    采集多个业务码;其中,每个业务码中包括有数据单元;
    基于所述多个业务码获取多个数据单元;
    基于获取的数据单元生成业务数据。
  11. 如权利要求10所述的方法,所述业务码包括图形化编码。
  12. 如权利要求10所述的方法,所述采集多个业务码,包括:
    录制多个业务码。
  13. 如权利要求10所述的方法,所述基于获取的数据单元生成业务数据,包括:
    基于获取的数据单元生成压缩业务数据;
    对所述压缩业务数据进行解压,得到业务数据。
  14. 如权利要求10所述的方法,所述基于获取的数据单元生成业务数据,包括:
    基于获取的数据单元生成封装业务数据;其中,所述封装业务数据包括有业务数据和所述业务数据的校验信息;
    使用所述校验信息对所述业务数据进行校验。
  15. 如权利要求10所述的方法,所述基于所述多个业务码获取多个数据单元,包括:
    基于所述多个业务码获取多个封装数据单元;其中,每个封装数据单元包括数据单元和该数据单元的位置信息;所述位置信息用于表示数据单元在所述业务数据中的位置;
    相应地,所述基于获取的数据单元生成业务数据,包括:
    基于获取的封装数据单元生成业务数据。
  16. 一种终端设备,包括:
    采集模块,用于采集多个业务码;其中,每个业务码中包括有数据单元;
    获取模块,用于基于所述多个业务码获取多个数据单元;
    生成模块,用于基于获取的数据单元生成业务数据。
  17. 一种终端设备,包括:
    存储器,用于存储计算机程序指令;
    处理器,用于执行所述计算机程序指令实现:采集多个业务码;其中,每个业务码中包括有数据单元;基于所述多个业务码获取多个数据单元;基于获取的数据单元生成业务数据。
PCT/CN2019/073583 2018-02-28 2019-01-29 数据处理方法和终端设备 WO2019165869A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810166888.4A CN108540526A (zh) 2018-02-28 2018-02-28 数据处理方法和终端设备
CN201810166888.4 2018-02-28

Publications (1)

Publication Number Publication Date
WO2019165869A1 true WO2019165869A1 (zh) 2019-09-06

Family

ID=63485839

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/073583 WO2019165869A1 (zh) 2018-02-28 2019-01-29 数据处理方法和终端设备

Country Status (3)

Country Link
CN (1) CN108540526A (zh)
TW (1) TW201937908A (zh)
WO (1) WO2019165869A1 (zh)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108540526A (zh) * 2018-02-28 2018-09-14 阿里巴巴集团控股有限公司 数据处理方法和终端设备
CN111246428A (zh) * 2019-11-20 2020-06-05 广东纬德信息科技股份有限公司 一种网络可靠通信方法、系统、装置及存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106101169A (zh) * 2016-05-19 2016-11-09 努比亚技术有限公司 一种终端及数据上报方法
US20170034303A1 (en) * 2015-07-28 2017-02-02 Echostar Technologies L.L.C. Methods and apparatus to create and transmit a condensed logging data file
CN106657291A (zh) * 2016-12-05 2017-05-10 乐视控股(北京)有限公司 数据传输方法、系统及电子设备
CN107146623A (zh) * 2017-04-07 2017-09-08 百度在线网络技术(北京)有限公司 基于人工智能的语音识别方法、装置和系统
CN108540526A (zh) * 2018-02-28 2018-09-14 阿里巴巴集团控股有限公司 数据处理方法和终端设备

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4089670B2 (ja) * 2004-09-09 2008-05-28 村田機械株式会社 文書管理装置
JP4484896B2 (ja) * 2007-04-26 2010-06-16 キヤノン株式会社 画像処理装置及びその制御方法ならびにそのプログラム及び記憶媒体
CN103136203A (zh) * 2011-11-23 2013-06-05 毕书清 一种移动终端的应用程序的数据接收方法和装置
CN107133270A (zh) * 2017-04-01 2017-09-05 广东电网有限责任公司清远供电局 二维码生成方法及装置、二维码的数据处理方法及装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170034303A1 (en) * 2015-07-28 2017-02-02 Echostar Technologies L.L.C. Methods and apparatus to create and transmit a condensed logging data file
CN106101169A (zh) * 2016-05-19 2016-11-09 努比亚技术有限公司 一种终端及数据上报方法
CN106657291A (zh) * 2016-12-05 2017-05-10 乐视控股(北京)有限公司 数据传输方法、系统及电子设备
CN107146623A (zh) * 2017-04-07 2017-09-08 百度在线网络技术(北京)有限公司 基于人工智能的语音识别方法、装置和系统
CN108540526A (zh) * 2018-02-28 2018-09-14 阿里巴巴集团控股有限公司 数据处理方法和终端设备

Also Published As

Publication number Publication date
CN108540526A (zh) 2018-09-14
TW201937908A (zh) 2019-09-16

Similar Documents

Publication Publication Date Title
CA3042470C (en) Blockchain data processing method and apparatus
US20200005255A1 (en) Blockchain-based data processing method and device
US10873614B2 (en) Method and apparatus for configuration and deployment of media processing in the network
US10135898B2 (en) Method, terminal, and system for reproducing content
WO2019104132A1 (en) Two-dimensional code generation method, two-dimensional code processing method, apparatus, device, and two-dimensional code
US20180063512A1 (en) Image streaming method and electronic device for supporting the same
US11157254B2 (en) Method, apparatus, and device for processing web application package
US20220301328A1 (en) Text recognition method and apparatus
WO2020119265A1 (zh) 基于区块链的取证方法及装置
WO2019165869A1 (zh) 数据处理方法和终端设备
CN110806846A (zh) 屏幕共享方法、屏幕共享装置、移动终端、存储介质
KR102133012B1 (ko) 미디어 스트리밍 방법 및 그 전자 장치
CN113873013B (zh) 一种离线包重组方法及系统
US10671366B2 (en) App program running method and apparatus
CN111427693B (zh) 数据处理方法、系统、介质、服务系统及旁路卸载系统
US20140324368A1 (en) Test method, test system and electronic device employing the same
CN113905144B (zh) 一种图片传输方法、系统、服务器、客户端及用户设备
US8934025B2 (en) Method and apparatus for processing image
CN114980119B (zh) 一种设备之间的连接方法、装置及设备
US20180115790A1 (en) Cloud streaming service system, image cloud streaming service method using application code, and device therefor
KR20150128151A (ko) 비디오 스트리밍 방법 및 이를 지원하는 전자 장치
CN111435995B (zh) 用于生成动态图片的方法、装置和系统
CN116152046A (zh) 图像处理方法、装置、电子设备及存储介质
CN115629668A (zh) 显示控制方法、装置、头戴显示设备及介质
CN117412132A (zh) 一种视频生成方法、装置、电子设备和存储介质

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: 19761450

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19761450

Country of ref document: EP

Kind code of ref document: A1