CN111008178B - Data processing method, device, electronic equipment and computer readable storage medium - Google Patents

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

Info

Publication number
CN111008178B
CN111008178B CN201911073217.4A CN201911073217A CN111008178B CN 111008178 B CN111008178 B CN 111008178B CN 201911073217 A CN201911073217 A CN 201911073217A CN 111008178 B CN111008178 B CN 111008178B
Authority
CN
China
Prior art keywords
data
name
file
new
replacing
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.)
Active
Application number
CN201911073217.4A
Other languages
Chinese (zh)
Other versions
CN111008178A (en
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.)
Beijing ByteDance Network Technology Co Ltd
Original Assignee
Beijing ByteDance Network Technology Co Ltd
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 Beijing ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to CN201911073217.4A priority Critical patent/CN111008178B/en
Publication of CN111008178A publication Critical patent/CN111008178A/en
Application granted granted Critical
Publication of CN111008178B publication Critical patent/CN111008178B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the disclosure discloses a data processing method, a data processing device, electronic equipment and a computer readable storage medium. Wherein the data processing method comprises: reading an index file of the data; acquiring a data name in the index file and a file path of the data; replacing the name of the data according to a replacement rule to generate a new data name; replacing the file path of the data according to a replacement rule to generate a new file path; wherein the new data name is less in length than the data name; the length of the new file path is smaller than the path of the file; and replacing the data names in the index file and the file paths of the data with the new data names and the new file paths. By the method, the technical problems of poor encryption and large volume of the data packet in the prior art are solved.

Description

Data processing method, device, electronic equipment and computer readable storage medium
Technical Field
The present disclosure relates to the field of data processing and packaging, and in particular, to a data processing method, apparatus, electronic device, and computer readable storage medium.
Background
With the increasing popularization of intelligent terminals and the high-speed development of broadband networks, the mobile Internet era marked by mobile applications and services is bringing more convenient and intelligent digital life for people. However, the intelligent terminal system with openness and flexibility and the potential information security problem in the application thereof may affect various links such as users and bearer networks.
Various applications in the intelligent terminal system are generally installed in the intelligent terminal in the form of an installation package, and the installation package used by some intelligent terminal systems is easy to cause the installation package to be counterfeited, tampered with codes or resources, re-packaged for the second time and the like due to the lack of a strict auditing mechanism and autonomy; the installation package itself has the problems of larger and larger volume, network bandwidth occupation and storage resource occupation. The poor encryption and the large volume of the installation package are the problems to be solved in the field.
Disclosure of Invention
This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the detailed description. This summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
In a first aspect, an embodiment of the present disclosure provides a data processing method, including:
Reading an index file of the data;
acquiring a data name in the index file and a file path of the data;
replacing the name of the data according to a replacement rule to generate a new data name;
Replacing the file path of the data according to a replacement rule to generate a new file path;
wherein the new data name is smaller than the data name in length, and the new file path is smaller than the file path in length;
And replacing the data names in the index file and the file paths of the data with the new data names and the new file paths.
In a second aspect, an embodiment of the present disclosure provides a method for packaging data, including:
acquiring a first data packet in response to receiving a data packing command;
analyzing the first data packet to obtain an index file of the data;
executing a data processing command according to the index file of the data, wherein the data processing command is realized by the data processing method of the first aspect;
Executing the data packaging command packages the data with the new data name, the new file path, and the new index file into a second data packet.
In a third aspect, an embodiment of the present disclosure provides a data processing apparatus, including:
The index file reading module is used for reading the index file of the data;
the data name and path acquisition module is used for acquiring the data name in the index file and the file path of the data;
The data name replacement module is used for replacing the name of the data according to the replacement rule so as to generate a new data name;
The data path replacing module is used for replacing the file path of the data according to the replacing rule to generate a new file path; wherein the new data name is smaller than the data name in length, and the new file path is smaller than the file path in length;
and the index file replacing module is used for replacing the data names in the index file and the file paths of the data by using the new data names and the new file paths.
In a fourth aspect, an embodiment of the present disclosure provides a data packing apparatus, including:
the first data packet acquisition module is used for acquiring a first data packet in response to receiving a data packaging command;
the analysis module is used for analyzing the first data packet to obtain an index file of the data;
the data processing module is used for executing a data processing command according to the index file of the data, wherein the data processing command is realized by the data processing method in the first aspect;
And the data packaging module is used for executing the data packaging command to package the data with the new data name, the new file path and the new index file into a second data packet.
In a fifth aspect, embodiments of the present disclosure provide an electronic device, including: at least one processor; and
A memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor to enable the at least one processor to perform any one of the data processing methods or the data packaging methods of the first or second aspects described above.
In a sixth aspect, an embodiment of the present disclosure provides a non-transitory computer readable storage medium, where the non-transitory computer readable storage medium stores computer instructions for causing a computer to perform any one of the data processing methods or the data packaging methods described in the first aspect or the second aspect.
The embodiment of the disclosure discloses a data processing method, a data processing device, electronic equipment and a computer readable storage medium. Wherein the data processing method comprises: reading an index file of the data; acquiring a data name in the index file and a file path of the data; replacing the name of the data according to a replacement rule to generate a new data name; replacing the file path of the data according to a replacement rule to generate a new file path; wherein the new data name is less in length than the data name; the length of the new file path is smaller than the path of the file; and replacing the data names in the index file and the file paths of the data with the new data names and the new file paths. By the method, the technical problems of poor encryption and large volume of the data packet in the prior art are solved.
The foregoing description is only an overview of the disclosed technology, and may be implemented in accordance with the disclosure of the present disclosure, so that the above-mentioned and other objects, features and advantages of the present disclosure can be more clearly understood, and the following detailed description of the preferred embodiments is given with reference to the accompanying drawings.
Drawings
The above and other features, advantages, and aspects of embodiments of the present disclosure will become more apparent by reference to the following detailed description when taken in conjunction with the accompanying drawings. The same or similar reference numbers will be used throughout the drawings to refer to the same or like elements. It should be understood that the figures are schematic and that elements and components are not necessarily drawn to scale.
FIG. 1 is a schematic flow chart of a data processing method according to an embodiment of the disclosure;
FIG. 2 is a schematic diagram of a processing flow of incremental data in a data processing method according to an embodiment of the disclosure;
FIG. 3 is a schematic diagram illustrating a process of replacing a file path in a data processing method according to an embodiment of the present disclosure;
Fig. 4 is a flow chart of a method for packaging data according to an embodiment of the disclosure;
FIG. 5 is a schematic diagram of a data processing apparatus according to an embodiment of the present disclosure;
FIG. 6 is a schematic structural diagram of a data packing device according to an embodiment of the present disclosure;
fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the present disclosure.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure have been shown in the accompanying drawings, it is to be understood that the present disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but are provided to provide a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the present disclosure are for illustration purposes only and are not intended to limit the scope of the present disclosure.
It should be understood that the various steps recited in the method embodiments of the present disclosure may be performed in a different order and/or performed in parallel. Furthermore, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present disclosure is not limited in this respect.
The term "including" and variations thereof as used herein are intended to be open-ended, i.e., including, but not limited to. The term "based on" is based at least in part on. The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments. Related definitions of other terms will be given in the description below.
It should be noted that the terms "first," "second," and the like in this disclosure are merely used to distinguish between different devices, modules, or units and are not used to define an order or interdependence of functions performed by the devices, modules, or units.
It should be noted that references to "one", "a plurality" and "a plurality" in this disclosure are intended to be illustrative rather than limiting, and those of ordinary skill in the art will appreciate that "one or more" is intended to be understood as "one or more" unless the context clearly indicates otherwise.
The names of messages or information interacted between the various devices in the embodiments of the present disclosure are for illustrative purposes only and are not intended to limit the scope of such messages or information.
Fig. 1 is a flowchart of an embodiment of a data processing method according to an embodiment of the present disclosure, where the data processing method according to the embodiment may be performed by a data processing apparatus, and the data processing apparatus may be implemented as software, or implemented as a combination of software and hardware, and the data processing apparatus may be integrally provided in a device in a data processing system, such as a data processing server or a data processing terminal device. As shown in fig. 1, the method comprises the steps of:
Step S101, reading an index file of data;
In this embodiment, the index file of the data is a file in a data packet of an application, which records a correspondence between a name of the data and a file path of the data. The data is a resource in an installation package of an application, the index file includes a corresponding relationship between a resource name and a storage path of the resource, and the storage path is a storage path of the resource in the installation package. By way of example, the resources may include pictures, animations, layout files, colors, and the like.
In one embodiment, before the reading the index file of data, it includes: receiving an input data packet; and analyzing the index file in the data packet. The input data packet is an installation packet of an application, and the installation packet comprises a resource and an index file of the resource. After the index file is parsed, the index file of the resource is read.
Step S102, obtaining the data name in the index file and the file path of the data;
In this embodiment, the data name and the file path of the data are obtained from the index file. Illustratively, in the index file, there is stored a data name: the data is drawable type data, and the data file path res/drawable/word is png corresponding to the data name, which is a png picture named as the world.
In this step, all the data names and the file paths of the data corresponding to the data names in the index file may be read out at a time, or the file paths of the data names and the data corresponding thereto may be read out one at a time.
Step S103, replacing the name of the data according to a replacement rule to generate a new data name;
In this embodiment, the replacement rule is a preset rule that maps one long string to another short string. Illustratively, the replacement rule is to replace the data names with characters in a-z, 0-9 in turn according to the order of occurrence of the data names in the index file, for example, the data names appear in the index file in the following order: hello, world, world1, hello2, hello1, the data names are replaced in turn according to the replacement rule in the above example: hello- > a, world- > b, world1- > c, hello2- > d, hello1- > e. If 26 letters are used up and the data names are not replaced, the rest data names can be replaced from a0 to a9, then from b0 to b9, and so on, so long as the circulation rule of replacing the character strings when the replacement is preset can be replaced all the time, and the names of the data can be replaced by the corresponding short character string names.
Optionally, the data is usually of a type, the index file stores the type of the data, and a plurality of data names of different types of data can be included in the index file, and the replacing the names of the data according to the replacement rule to generate new data names includes: acquiring the type of the data; in each of the different types, the names of the data are replaced according to a replacement rule to generate new data names. The data names of the data of different types can be the same, but the data names of the data of the same type are not repeatable, so in the step, the data are classified first, then the data names are replaced in each type according to the rule in sequence, and the replaced new data names are the optimal names, for example, the data names of the data of the type 1 comprise: hello, world, world1, … type n data includes data names hello, world2, world3, the appearance sequence of the data names in the index file is the sequence, the type 1 appears first, the type 2 appears last is the type n, and the replacement result is: hello- > a, world- > b, world1- > c, … hello- > a, world2- > b, world3- > c. It can be seen that the above replacement procedure is that the data of each type is replaced individually, so that the data name after the replacement can be ensured to be the shortest in each type. Whereas if the types are not distinguished, the data names after the deletion replacement are exemplified as follows: hello- > a, world- > b, world1- > c, … hello- > a123, world2- > a124, world3- > a125. All types of data replace names together, resulting in longer data names after replacement.
In one embodiment, before the step S103, the method further includes:
Judging whether the data name is in a white list or not;
and responding to the data name being in the white list, and continuing to acquire the next data name in the index file.
In this embodiment, before replacing the data name, it is necessary to determine whether the data name is in a white list in which data that does not need to be subjected to name replacement is recorded. Because some data are special, for example, the data come from a third party, the data may need to be obtained from a database of the third party, if the data name is modified, normal use of the data cannot be guaranteed, so a white list is usually preset before replacement, and the data which does not need to be replaced by the data name is removed. If the data name is in the white list, continuing to acquire the next data name from the index file, and then continuing to judge whether the next data name is in the white list or not until the data name is not in the white list, executing the step S103, and replacing the data name according to a replacement rule to generate a new data name.
In one embodiment, the replacing the name of the data according to the replacement rule to generate a new data name includes:
step S201, judging whether the data name is in a mapping file, wherein the mapping file stores the corresponding relation between the data name and the new data name;
Step S202, in response to the data name being located in the mapping file, replacing the data name according to the mapping file to generate a new data name.
In this embodiment, the data is incremental data, a part of data names of the data packets are replaced, then new data is driven into the data packets, but the part of data is not replaced, such data is incremental data of the data packets, and at this time, a mapping file is further included in the data packets, where the mapping file stores a correspondence between the data names and the new data names, and the mapping file is generated by a replacing operation performed before the replacing of the data names. And if the data name is positioned in the mapping file, directly replacing the data name according to the new data name in the mapping file to generate the new data name. The names of the data are the same as when the old version is replaced with the new version of the data, and in this case, if the data names are replaced again, the mapping files may be inconsistent, so that in order to ensure consistency of the mapping files, the data names need to be replaced with the new data names stored in the mapping files.
Further, in step S203, in response to the data name not being in the mapping file, the data name is replaced according to a first replacement rule to generate a new data name. In this step, the data name is not in the mapping file, and the data is a new data, and the data name of the data may be replaced according to the first replacement rule, so as to ensure that the data name is shortest and the mapping file is consistent.
For example, when the data name of the world is located in the mapping file, it is mapped to the world- > abc, and when the data name obtained from the index file also has the name of the world, it may be directly replaced by the abc. If the name is not in the mapping file, the data name is replaced according to the previous replacement rule, for example, the world is not in the mapping file, and the type of the data where the world is located is replaced to d in the previous replacement, then the world- > e is replaced in the replacement of the data name of the incremental data, so that the character of the newly added data, of which the name is replaced, is the shortest, the consistency of the mapping file can be guaranteed, and the replacement confusion is not caused.
Step S104, replacing the file path of the data according to a replacement rule to generate a new file path; wherein the new data name is less in length than the data name; the length of the new file path is smaller than the path of the file;
Also, as in step S103, the file path of the data is replaced according to the replacement rule in step S104, where the replacement rule in step S104 may be the same as or different from that in S103.
In this disclosure, the file path of the data includes a path name of a file storing the data and a file name of the data, and the replacing the file path of the data according to the replacement rule to generate a new file path includes:
Step S301, replacing the path name of the file according to a replacement rule to obtain a new file path name;
step S302, replacing the file name of the data according to the replacement rule to obtain a new file name.
In the above-described step S301 and step S302, the path procedure and the file name are individually replaced, respectively, so that the name after the replacement is also ensured to be the shortest. The file path name of data is typically in the form of: "first layer/second layer/… …/data file name", where "first layer/second layer/… …/" is a path name. Taking two layers of file path names as an example, if the file path and the appearance sequence of the data comprise :res/drawable/world.png,res/drawable/ic.png,res/drawable/dog.png,res/layout/ic.xml,res/layout/world.xml,., in this embodiment, the file path names are replaced first, and when the file path names are replaced, each layer can be replaced individually according to the appearance sequence, for example, res- > a, drawable- > a, and layout- > b; then, the file names of the data under each type are replaced according to the appearance sequence, and the file paths of the data are replaced by the data after the replacement: a/a/a, a/a/b, a/a/c, a/b/a, a/b/b. In some embodiments, the replacing process just replaces the file path, and takes the replaced file path as the new data name, which may result in that the new data name is not necessarily the optimal replacement name, and the volume of the data packet cannot be maximally reduced. In the present disclosure, the replacement of the file name of the data in step S302 and the replacement of the name of the data in step S103 are performed independently, that is, the file name of the data and the name of the data are each independently replaced according to the replacement rule, so that the file name of the data and the name of the data may be different after the replacement, so that it may be ensured that the file name of the data and the name of the data are both shortest after the replacement.
In one embodiment, when a path is replaced, for an intermediate path name with a smaller path name in the same layer, a thumbnail process may be directly performed, for example, in the file path res/drawable/world. Png, res is actually a root directory, in the layer, no other folder path is available, res may be directly mapped to r, and drawable, which folder represents the type of data, and if the type is smaller, it may be directly mapped to d.
Through the replacement in the above steps S103 and S104, the length of the new data name is smaller than the data name, and the length of the new file path is smaller than the path of the file, so as to ensure that the volume of data after the replacement is smaller than the volume of data before the replacement.
In practical application, the replacement rules may be set arbitrarily as required, and the replacement rules are examples and not limiting the disclosure.
Step S105, replacing the data name and the file path of the data in the index file with the new data name and the new file path.
In this step, the original data name and file path in the index file are replaced with the new data name and new file path obtained in step S103 and step S104, so that the file of the corresponding data can be found from the index file when the data is used.
Through the steps S101-S105, short character replacement is carried out on the name of the data and the file path of the data, so that the volume of a data packet containing the data is greatly reduced, and the effect of compressing the volume of the data packet is achieved; and because the names of the data and the names of the files of the data are replaced, the specific meaning of the data cannot be known even if the data packet is decompiled, and a certain encryption effect can be achieved.
In one embodiment, before said replacing the data name and the file path of the data in the index file with the new data name and the new file path, further comprises: and storing the corresponding relation between the data name and the new data name and the corresponding relation between the file path and the new file path into a mapping file. Storing the old data name and the new data name into a mapping file, and optimizing a replacement rule when incremental data occurs in a data packet so that the replaced data name is always shortest; the original source of the problematic data may also be queried when the data is problematic.
Fig. 4 is a flowchart of an embodiment of a method for packaging data according to an embodiment of the present disclosure, where the method for packaging data according to the embodiment may be performed by a device for packaging data, where the device for packaging data may be implemented as software, or as a combination of software and hardware, and the packaging of data may be integrally provided in a device in a system for packaging data, such as a server for packaging data or a terminal device for packaging data. As shown in fig. 4, the method comprises the steps of:
Step S401, responding to a received data packaging command, and acquiring a first data packet;
step S402, analyzing the first data packet to obtain an index file of the data;
step S403, executing a data processing command according to the index file of the data, wherein the data processing command is realized by any one of the data processing methods;
step S404, executing the data packing command packs the data with the new data name, the new file path, and the new index file into a second data packet.
In this embodiment, after the data packet is processed by the above-described data processing method, the data is packetized again into data packets. Specifically, the packing command is a native packing command, and may be any packing command, and the present disclosure does not modify the packing command itself. When a packaging command of data is received, a first data packet indicated by the packaging command is obtained, wherein the first data packet contains data which is not subjected to data name replacement and file path replacement; after the first data packet is acquired, the first data packet is parsed, and an index file of the data is parsed, wherein the index file is the same as the index file in the embodiment of the data processing method. After the index file is obtained, a data processing command is executed, and the execution steps of the data processing command are referred to above in steps S101-S105, and the output result of the data processing command is a new index file with a new data name, data of a new file path, and a replaced data name and file path. And at the moment, the data packaging command is continuously executed, the data and the new index file are packaged into a second data packet, and at the moment, the data name of the data in the second data packet and the path of the data file are replaced by the shortest character string, so that the volume of the data packet can be greatly reduced. When the method is realized, the data processing command can be realized by using a replacement tool, so that the method does not invade a native packaging command and is easier to maintain. Specifically, the replacing tool may be implemented as a command line tool and a plugin, where the command line tool may independently run independent of the environment, so that the command line tool may run in various operating systems, and the plugin may be made for different platforms, where a replacing rule, a whitelist rule, a data increment mode, etc. may be set in the plugin, and the command line tool may replace a data name and a data file path according to the rule.
The embodiment of the disclosure discloses a data processing method, a data processing device, electronic equipment and a computer readable storage medium. Wherein the data processing method comprises: reading an index file of the data; acquiring a data name in the index file and a file path of the data; replacing the name of the data according to a replacement rule to generate a new data name; replacing the file path of the data according to a replacement rule to generate a new file path; wherein the new data name is smaller than the data name in length, and the new file path is smaller than the file path in length; and replacing the data names in the index file and the file paths of the data with the new data names and the new file paths. By the method, the technical problems of poor encryption and large volume of the data packet in the prior art are solved.
In the foregoing, although the steps in the foregoing method embodiments are described in the foregoing order, it should be clear to those skilled in the art that the steps in the embodiments of the disclosure are not necessarily performed in the foregoing order, but may be performed in reverse order, parallel, cross, etc., and other steps may be further added to those skilled in the art on the basis of the foregoing steps, and these obvious modifications or equivalent manners are also included in the protection scope of the disclosure and are not repeated herein.
Fig. 5 is a schematic structural diagram of an embodiment of a data processing apparatus according to an embodiment of the present disclosure, as shown in fig. 5, the apparatus 500 includes: an index file reading module 501, a data name and path acquisition module 502, a data name replacement module 503, a data path replacement module 504, and an index file replacement module 505. The index file reading module 501 is configured to read an index file of data;
A data name and path obtaining module 502, configured to obtain a data name in the index file and a file path of the data;
a data name replacement module 503, for replacing the name of the data according to the replacement rule to generate a new data name;
A data path replacement module 504, configured to replace a file path of the data according to a replacement rule to generate a new file path; wherein the new data name is smaller than the data name in length, and the new file path is smaller than the file path in length;
An index file replacing module 505, configured to replace a data name in the index file and a file path of the data with the new data name and the new file path.
Further, the file path of the data includes a path name of a file storing the data and a file name of the data, and the data path replacing module 504 further includes:
The path name replacing module is used for replacing the path name of the file according to the replacing rule to obtain a new file path name;
and the file name replacing module is used for replacing the file name of the data according to the replacing rule to obtain a new file name.
Further, the data processing apparatus 500 further includes:
the white list judging module is used for judging whether the data name is in a white list or not;
And the data name acquisition sub-module is used for responding to the data name being positioned in the white list and continuously acquiring the next data name in the index file.
Further, the data name replacing module 503 is further configured to:
and replacing the name of the data according to a replacement rule to generate a new data name in response to the data name not being in the white list.
Further, the data name replacing module 503 is further configured to:
Judging whether the data name is positioned in a mapping file or not, wherein the mapping file stores the corresponding relation between the data name and the new data name;
And in response to the data name being located in the mapping file, replacing the data name according to the mapping file to generate a new data name.
Further, the data name replacing module 503 is further configured to:
and replacing the data name according to a first replacement rule to generate a new data name in response to the data name not being in the mapping file.
Further, the data processing apparatus 500 further includes:
And the corresponding relation storage module is used for storing the corresponding relation between the data name and the new data name and the corresponding relation between the file path and the new file path into a mapping file.
The apparatus of fig. 5 may perform the method of the embodiment of fig. 1-3, and reference is made to the relevant description of the embodiment of fig. 1-3 for parts of this embodiment not described in detail. The implementation process and the technical effect of this technical solution are described in the embodiments shown in fig. 1 to 3, and are not described herein.
Fig. 6 is a schematic structural diagram of an embodiment of a data packing apparatus according to an embodiment of the present disclosure, as shown in fig. 6, the apparatus 600 includes: the device comprises a first data packet acquisition module 601, an analysis module 602, a data processing module 603 and a data packaging module 604. Wherein,
A first data packet obtaining module 601, configured to obtain a first data packet in response to receiving a data packing command;
the parsing module 602 is configured to parse the first data packet to obtain an index file of data;
A data processing module 603, configured to execute a data processing command according to the index file of the data, where the data processing command is implemented by any one of the data processing methods described above;
the data packaging module 604 is configured to execute the data packaging command to package the data having the new data name, the new file path, and the new index file into a second data packet.
The apparatus shown in fig. 6 may perform the method of the embodiment shown in fig. 4, and reference is made to the relevant description of the embodiment shown in fig. 4 for parts of this embodiment not described in detail. The implementation process and the technical effect of this technical solution are described in the embodiment shown in fig. 4, and are not described herein.
Referring now to fig. 7, a schematic diagram of an electronic device 700 suitable for use in implementing embodiments of the present disclosure is shown. The terminal devices in the embodiments of the present disclosure may include, but are not limited to, mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., in-vehicle navigation terminals), and the like, and stationary terminals such as digital TVs, desktop computers, and the like. The electronic device shown in fig. 7 is merely an example and should not be construed to limit the functionality and scope of use of the disclosed embodiments.
As shown in fig. 7, the electronic device 700 may include a processing means (e.g., a central processor, a graphics processor, etc.) 701, which may perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 702 or a program loaded from a storage means 706 into a Random Access Memory (RAM) 703. In the RAM 703, various programs and data required for the operation of the electronic device 700 are also stored. The processing device 701, the ROM 702, and the RAM 703 are connected to each other through a bus 704. An input/output (I/O) interface 705 is also connected to bus 704.
In general, the following devices may be connected to the I/O interface 705: input devices 706 including, for example, a touch screen, touchpad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, and the like; an output device 707 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 706 including, for example, magnetic tape, hard disk, etc.; and a communication device 709. The communication means 709 may allow the electronic device 700 to communicate wirelessly or by wire with other devices to exchange data. While fig. 7 shows an electronic device 700 having various means, it is to be understood that not all of the illustrated means are required to be implemented or provided. More or fewer devices may be implemented or provided instead.
In particular, according to embodiments of the present disclosure, the processes described above with reference to flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a non-transitory computer readable medium, the computer program comprising program code for performing the method shown in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via communication device 709, or installed from storage 706, or installed from ROM 702. The above-described functions defined in the methods of the embodiments of the present disclosure are performed when the computer program is executed by the processing device 701.
It should be noted that the computer readable medium described in the present disclosure may be a computer readable signal medium or a computer readable storage medium, or any combination of the two. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples of the computer-readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this disclosure, a computer-readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present disclosure, however, the computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave, with the computer-readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, fiber optic cables, RF (radio frequency), and the like, or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network protocol, such as HTTP (HyperText Transfer Protocol ), and may be interconnected with any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the internet (e.g., the internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed networks.
The computer readable medium may be contained in the electronic device; or may exist alone without being incorporated into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: reading an index file of the data; acquiring a data name in the index file and a file path of the data; replacing the name of the data according to a replacement rule to generate a new data name; replacing the file path of the data according to a replacement rule to generate a new file path; wherein the new data name is smaller than the data name in length, and the new file path is smaller than the file path in length; and replacing the data names in the index file and the file paths of the data with the new data names and the new file paths.
Computer program code for carrying out operations of the present disclosure may be written in one or more programming languages, including, but not limited to, an object oriented programming language such as Java, smalltalk, C ++ and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted 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-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units involved in the embodiments of the present disclosure may be implemented by means of software, or may be implemented by means of hardware. Wherein the names of the units do not constitute a limitation of the units themselves in some cases.
The functions described above herein may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: a Field Programmable Gate Array (FPGA), an Application Specific Integrated Circuit (ASIC), an Application Specific Standard Product (ASSP), a system on a chip (SOC), a Complex Programmable Logic Device (CPLD), and the like.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. The machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
According to one or more embodiments of the present disclosure, there is provided a data processing method including: reading an index file of the data; acquiring a data name in the index file and a file path of the data; replacing the name of the data according to a replacement rule to generate a new data name; replacing the file path of the data according to a replacement rule to generate a new file path; wherein the new data name is smaller than the data name in length, and the new file path is smaller than the file path in length; and replacing the data names in the index file and the file paths of the data with the new data names and the new file paths.
Further, the file path of the data includes a path name of a file storing the data and a file name of the data, and the replacing the file path of the data according to the replacing rule to generate a new file path includes: replacing the path name of the file according to a replacement rule to obtain a new file path name; and replacing the file name of the data according to the replacement rule to obtain a new file name.
Further, before the replacing the data name according to the replacing rule to generate a new data name, judging whether the data name is in a white list or not; and responding to the data name being in the white list, and continuing to acquire the next data name in the index file.
Further, the replacing the name of the data according to the replacement rule to generate a new data name includes: and replacing the name of the data according to a replacement rule to generate a new data name in response to the data name not being in the white list.
Further, the replacing the data name according to the replacement rule to generate a new data name includes judging whether the data name is located in a mapping file, wherein the mapping file stores a corresponding relation between the data name and the new data name; and in response to the data name being located in the mapping file, replacing the data name according to the mapping file to generate a new data name.
Further, the replacing the name of the data according to the replacement rule to generate a new data name further includes: and replacing the data name according to a first replacement rule to generate a new data name in response to the data name not being in the mapping file.
Further, before replacing the data name and the file path of the data in the index file with the new data name and the new file path, the method further includes: and storing the corresponding relation between the data name and the new data name and the corresponding relation between the file path and the new file path into a mapping file.
According to one or more embodiments of the present disclosure, there is provided a packing method of data, including: acquiring a first data packet in response to receiving a data packing command; analyzing the first data packet to obtain an index file of the data; executing a data processing command according to the index file of the data, wherein the data processing command is realized by the data processing method in any one of the above embodiments; executing the data packaging command packages the data with the new data name, the new file path, and the new index file into a second data packet.
According to one or more embodiments of the present disclosure, there is provided a data processing apparatus including: the index file reading module is used for reading the index file of the data; the data name and path acquisition module is used for acquiring the data name in the index file and the file path of the data; the data name replacement module is used for replacing the name of the data according to the replacement rule so as to generate a new data name; the data path replacing module is used for replacing the file path of the data according to the replacing rule to generate a new file path; wherein the new data name is smaller than the data name in length, and the new file path is smaller than the file path in length; and the index file replacing module is used for replacing the data names in the index file and the file paths of the data by using the new data names and the new file paths.
Further, the file path of the data includes a path name of a file storing the data and a file name of the data, and the data path replacing module further includes: the path name replacing module is used for replacing the path name of the file according to the replacing rule to obtain a new file path name; and the file name replacing module is used for replacing the file name of the data according to the replacing rule to obtain a new file name.
Further, the data processing apparatus further includes: the white list judging module is used for judging whether the data name is in a white list or not; and the data name acquisition sub-module is used for responding to the data name being positioned in the white list and continuously acquiring the next data name in the index file.
Further, the data name replacing module is further configured to: and replacing the name of the data according to a replacement rule to generate a new data name in response to the data name not being in the white list.
Further, the data name replacing module is further configured to: judging whether the data name is positioned in a mapping file or not, wherein the mapping file stores the corresponding relation between the data name and the new data name; and in response to the data name being located in the mapping file, replacing the data name according to the mapping file to generate a new data name.
Further, the data name replacing module is further configured to: and replacing the data name according to a first replacement rule to generate a new data name in response to the data name not being in the mapping file.
Further, the data processing apparatus further includes: and the corresponding relation storage module is used for storing the corresponding relation between the data name and the new data name and the corresponding relation between the file path and the new file path into a mapping file.
According to one or more embodiments of the present disclosure, there is provided a data packing apparatus including: the first data packet acquisition module is used for acquiring a first data packet in response to receiving a data packaging command; the analysis module is used for analyzing the first data packet to obtain an index file of the data; a data processing module, configured to execute a data processing command according to the index file of the data, where the data processing command is implemented by the data processing method in any one of the foregoing embodiments; and the data packaging module is used for executing the data packaging command to package the data with the new data name, the new file path and the new index file into a second data packet.
According to one or more embodiments of the present disclosure, there is provided an electronic device including: a memory for storing computer readable instructions; and
A processor configured to execute the computer readable instructions, such that the processor when executed implements the data processing method or the data packaging method according to any one of the foregoing embodiments.
According to one or more embodiments of the present disclosure, there is provided a non-transitory computer-readable storage medium storing computer-readable instructions which, when executed by a computer, cause the computer to perform the data processing method or the data packaging method of any one of the preceding embodiments.
The foregoing description is only of the preferred embodiments of the present disclosure and description of the principles of the technology being employed. It will be appreciated by persons skilled in the art that the scope of the disclosure referred to in this disclosure is not limited to the specific combinations of features described above, but also covers other embodiments which may be formed by any combination of features described above or equivalents thereof without departing from the spirit of the disclosure. Such as those described above, are mutually substituted with the technical features having similar functions disclosed in the present disclosure (but not limited thereto).

Claims (10)

1. A data processing method, comprising:
Reading an index file of the data;
acquiring a data name in the index file and a file path of the data;
replacing the name of the data according to a replacement rule to generate a new data name;
Replacing the file path of the data according to a replacement rule to generate a new file path;
wherein the new data name is smaller than the data name in length, and the new file path is smaller than the file path in length;
Replacing the data name and the file path of the data in the index file with the new data name and the new file path;
The replacing the name of the data according to the replacement rule to generate a new data name comprises the following steps:
Judging whether the data name is positioned in a mapping file or not, wherein the mapping file stores the corresponding relation between the data name and the new data name;
in response to the data name not being in the mapping file, replacing the data name according to a first replacement rule to generate a new data name;
Before replacing the data name and the file path of the data in the index file with the new data name and the new file path, the method further comprises:
And storing the corresponding relation between the data name and the new data name and the corresponding relation between the file path and the new file path into a mapping file.
2. The processing method according to claim 1, wherein the file path of the data includes a path name of a file storing the data and a file name of the data, wherein the replacing the file path of the data according to the replacement rule to generate a new file path includes:
replacing the path name of the file according to a replacement rule to obtain a new file path name;
And replacing the file name of the data according to the replacement rule to obtain a new file name.
3. The data processing method of claim 1, further comprising, before the replacing the name of the data according to the replacement rule to generate a new data name:
Judging whether the data name is in a white list or not;
and responding to the data name being in the white list, and continuing to acquire the next data name in the index file.
4. A data processing method as claimed in claim 3, wherein said replacing the name of the data according to a replacement rule to generate a new data name comprises:
and replacing the name of the data according to a replacement rule to generate a new data name in response to the data name not being in the white list.
5. The data processing method of claim 1, wherein replacing the name of the data according to a replacement rule to generate a new data name comprises:
And in response to the data name being located in the mapping file, replacing the data name according to the mapping file to generate a new data name.
6. A method of packaging data, comprising:
acquiring a first data packet in response to receiving a data packing command;
analyzing the first data packet to obtain an index file of the data;
Executing a data processing command according to the index file of the data, the data processing command being implemented by the data processing method of claims 1-5;
Executing the data packaging command packages the data with the new data name, the new file path, and the new index file into a second data packet.
7. A data processing apparatus comprising:
The index file reading module is used for reading the index file of the data;
the data name and path acquisition module is used for acquiring the data name in the index file and the file path of the data;
The data name replacement module is used for replacing the name of the data according to the replacement rule so as to generate a new data name;
The data path replacing module is used for replacing the file path of the data according to the replacing rule to generate a new file path; wherein the new data name is smaller than the data name in length, and the new file path is smaller than the file path in length;
an index file replacing module, configured to replace a data name and a file path of the data in the index file with the new data name and the new file path;
The data name replacement module is further used for:
Judging whether the data name is positioned in a mapping file or not, wherein the mapping file stores the corresponding relation between the data name and the new data name;
in response to the data name not being in the mapping file, replacing the data name according to a first replacement rule to generate a new data name;
the data processing apparatus further includes:
And the corresponding relation storage module is used for storing the corresponding relation between the data name and the new data name and the corresponding relation between the file path and the new file path into a mapping file.
8. A data packing apparatus comprising:
the first data packet acquisition module is used for acquiring a first data packet in response to receiving a data packaging command;
the analysis module is used for analyzing the first data packet to obtain an index file of the data;
a data processing module for executing a data processing command according to the index file of the data, the data processing command being implemented by the data processing method of claims 1-5;
And the data packaging module is used for executing the data packaging command to package the data with the new data name, the new file path and the new index file into a second data packet.
9. An electronic device, comprising:
a memory for storing computer readable instructions; and
A processor for executing the computer readable instructions such that the processor when executed implements the data processing method or the data packaging method of any of claims 1-6.
10. A non-transitory computer readable storage medium storing computer readable instructions which, when executed by a computer, cause the computer to perform the data processing method or the data packaging method of any of claims 1-6.
CN201911073217.4A 2019-11-05 2019-11-05 Data processing method, device, electronic equipment and computer readable storage medium Active CN111008178B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911073217.4A CN111008178B (en) 2019-11-05 2019-11-05 Data processing method, device, electronic equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911073217.4A CN111008178B (en) 2019-11-05 2019-11-05 Data processing method, device, electronic equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN111008178A CN111008178A (en) 2020-04-14
CN111008178B true CN111008178B (en) 2024-04-30

Family

ID=70111024

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911073217.4A Active CN111008178B (en) 2019-11-05 2019-11-05 Data processing method, device, electronic equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111008178B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115412538A (en) * 2021-05-11 2022-11-29 北京字跳网络技术有限公司 Network request information processing method, device, equipment and storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6470345B1 (en) * 2000-01-04 2002-10-22 International Business Machines Corporation Replacement of substrings in file/directory pathnames with numeric tokens
JP2011170791A (en) * 2010-02-22 2011-09-01 Nippon Telegr & Teleph Corp <Ntt> Information recording device, information recording method and program
CN105204823A (en) * 2014-05-29 2015-12-30 腾讯科技(深圳)有限公司 Method and device for generating application installation package
CN106406923A (en) * 2015-07-30 2017-02-15 腾讯科技(深圳)有限公司 Processing method and device of dynamic library file
CN106681788A (en) * 2017-02-17 2017-05-17 北京金山安全软件有限公司 Method and device for reducing application installation packages and electronic equipment
CN107357929A (en) * 2017-07-27 2017-11-17 广东欧珀移动通信有限公司 File reading, mobile terminal and readable storage medium storing program for executing
CN108089880A (en) * 2017-12-28 2018-05-29 北京奇虎科技有限公司 The method, apparatus and server pre-processed to application program installation file
CN109522020A (en) * 2018-09-29 2019-03-26 中国平安人寿保险股份有限公司 Android system installation kit method for reducing body weight, device, terminal and storage medium
CN110069459A (en) * 2019-03-14 2019-07-30 北京字节跳动网络技术有限公司 File monitor method, apparatus and electronic equipment

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8412677B2 (en) * 2008-11-26 2013-04-02 Commvault Systems, Inc. Systems and methods for byte-level or quasi byte-level single instancing
US11487707B2 (en) * 2012-04-30 2022-11-01 International Business Machines Corporation Efficient file path indexing for a content repository
US10599689B2 (en) * 2017-10-30 2020-03-24 International Business Machines Corporation Identifying parameter values in log entries
US10831708B2 (en) * 2017-12-20 2020-11-10 Mastercard International Incorporated Systems and methods for improved processing of a data file

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6470345B1 (en) * 2000-01-04 2002-10-22 International Business Machines Corporation Replacement of substrings in file/directory pathnames with numeric tokens
JP2011170791A (en) * 2010-02-22 2011-09-01 Nippon Telegr & Teleph Corp <Ntt> Information recording device, information recording method and program
CN105204823A (en) * 2014-05-29 2015-12-30 腾讯科技(深圳)有限公司 Method and device for generating application installation package
CN106406923A (en) * 2015-07-30 2017-02-15 腾讯科技(深圳)有限公司 Processing method and device of dynamic library file
CN106681788A (en) * 2017-02-17 2017-05-17 北京金山安全软件有限公司 Method and device for reducing application installation packages and electronic equipment
CN107357929A (en) * 2017-07-27 2017-11-17 广东欧珀移动通信有限公司 File reading, mobile terminal and readable storage medium storing program for executing
CN108089880A (en) * 2017-12-28 2018-05-29 北京奇虎科技有限公司 The method, apparatus and server pre-processed to application program installation file
CN109522020A (en) * 2018-09-29 2019-03-26 中国平安人寿保险股份有限公司 Android system installation kit method for reducing body weight, device, terminal and storage medium
CN110069459A (en) * 2019-03-14 2019-07-30 北京字节跳动网络技术有限公司 File monitor method, apparatus and electronic equipment

Also Published As

Publication number Publication date
CN111008178A (en) 2020-04-14

Similar Documents

Publication Publication Date Title
CN111555940B (en) Client test method and device, electronic equipment and computer readable storage medium
CN111338623B (en) Method, device, medium and electronic equipment for developing user interface
CN112286529A (en) Development method, device and equipment of front-end page and storage medium
CN112631590B (en) Component library generation method, device, electronic equipment and computer readable medium
CN111309304B (en) Method, device, medium and electronic equipment for generating IDL file
CN111857720B (en) User interface state information generation method and device, electronic equipment and medium
CN113268245A (en) Code analysis method, device and storage medium
CN113407165B (en) SDK generation and self-upgrade method, device, readable medium and equipment
CN111008178B (en) Data processing method, device, electronic equipment and computer readable storage medium
CN112416303B (en) Software development kit hot repair method and device and electronic equipment
CN111666218B (en) Code auditing method, device, electronic equipment and medium
CN111124541B (en) Configuration file generation method, device, equipment and medium
CN113391860B (en) Service request processing method and device, electronic equipment and computer storage medium
CN111752644A (en) Interface simulation method, device, equipment and storage medium
CN116860286A (en) Page dynamic update method, device, electronic equipment and computer readable medium
CN111191225A (en) Method, device, medium and electronic equipment for switching isolated objects
CN112965713B (en) Development method, device, equipment and storage medium of visual editor
CN110780898B (en) Page data upgrading method and device and electronic equipment
CN113377376A (en) Data packet generation method, data packet generation device, electronic device, and storage medium
CN111382381B (en) User data sharing method and device, mobile terminal and storage medium
CN111753238A (en) Data mapping method and device and electronic equipment
CN113641881A (en) Metadata display method, device, equipment and medium
CN109669720B (en) Chain type asynchronous request processing method and device based on Promise and electronic equipment
CN112445517B (en) Inlet file generation method, device, electronic equipment and computer readable medium
CN111581331B (en) Method, device, electronic equipment and computer readable medium for processing text

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
GR01 Patent grant
GR01 Patent grant