CN107526755B - Data processing method and device - Google Patents

Data processing method and device Download PDF

Info

Publication number
CN107526755B
CN107526755B CN201610856708.6A CN201610856708A CN107526755B CN 107526755 B CN107526755 B CN 107526755B CN 201610856708 A CN201610856708 A CN 201610856708A CN 107526755 B CN107526755 B CN 107526755B
Authority
CN
China
Prior art keywords
data
configuration data
target
cache system
interface information
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
CN201610856708.6A
Other languages
Chinese (zh)
Other versions
CN107526755A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201610856708.6A priority Critical patent/CN107526755B/en
Publication of CN107526755A publication Critical patent/CN107526755A/en
Application granted granted Critical
Publication of CN107526755B publication Critical patent/CN107526755B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database

Landscapes

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

Abstract

The invention discloses a data processing method and device. Wherein, the method comprises the following steps: analyzing the JSON data structure to obtain a form page, wherein the JSON data structure is used for setting interface information; receiving configuration data through a form page, wherein the configuration data has an incidence relation with interface information; and storing the configuration data and the interface information in a memory object cache system, wherein the configuration data and the interface information are stored according to an incidence relation. The invention solves the technical problem of complex process of storing the operation data.

Description

Data processing method and device
Technical Field
The invention relates to the field of computers, in particular to a data processing method and device.
Background
Because some websites have a large amount of operation page requirements, a background development is needed to generate a management form page, then the operation data which is expected to be displayed is configured for the product, and the operation data configured for the product can modify the data stored corresponding to the corresponding data interface, so that the operation page can dynamically display the latest operation data.
In the prior art, background personnel is required to create a storage database table corresponding to each interface, and bind and process configured running data and the interface, so that the configured running data is stored in the storage database table corresponding to the interface. However, the generated interface needs development by backend staff, is opaque to front-end staff, and the backend staff needs to provide documents to the front-end developers, and has the cost of front-end and back-end joint debugging. In addition, the existing mode for storing row data cannot flexibly create nested and complex data structure forms. The above causes the process of storing the operation data to be complicated.
In view of the above problems, no effective solution has been proposed.
Disclosure of Invention
The embodiment of the invention provides a data processing method and device, which at least solve the technical problem of complex process of storing and operating data.
According to an aspect of an embodiment of the present invention, there is provided a data processing method, including: analyzing the JSON data structure to obtain a form page, wherein the JSON data structure is used for setting interface information; receiving configuration data through the form page, wherein the configuration data has an association relation with the interface information; and storing the configuration data and the interface information in a memory object cache system, wherein the configuration data and the interface information are stored according to the association relationship.
According to another aspect of the embodiments of the present invention, there is also provided a data processing apparatus, including: the system comprises an analysis unit and a form page generation unit, wherein the analysis unit is used for carrying out analysis operation on a JSON data structure to obtain a form page, and the JSON data structure is used for setting interface information; the configuration unit is used for receiving configuration data through the form page, wherein the configuration data and the interface information have an incidence relation; and the storage unit is used for storing the configuration data and the interface information in a memory object cache system, wherein the configuration data and the interface information are stored according to the association relationship.
In the embodiment of the invention, a form page is obtained by analyzing a JSON data structure, wherein the JSON data structure is used for setting interface information; receiving configuration data through the form page; and storing the configuration data and the interface information in a memory object cache system, wherein the configuration data and the interface information are stored according to the incidence relation, and the purpose of storing the operation data according to a JSON data structure and the configuration data is achieved, so that the technical effect of simplifying the process of storing the operation data is realized, and the technical problem of complicated process of storing the operation data is solved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a flow chart of a method of processing data according to an embodiment of the invention;
FIG. 2 is a flow chart of a method of processing data according to an embodiment of the invention;
FIG. 3 is a schematic diagram of a form page obtained by parsing a JSON data structure according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of receiving configuration data through a form page according to an embodiment of the invention;
FIG. 5 is a diagram illustrating a configuration data filtering according to a predetermined condition according to an embodiment of the present invention;
FIG. 6 is a schematic diagram of a data processing apparatus according to an embodiment of the present invention;
fig. 7 is a schematic diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The noun explains:
JSON schema: the JSON data structure is a lightweight data exchange format, adopts a text format completely independent of languages, but also uses the habit similar to the C language family, and JSON is an ideal data exchange language, is easy to read and write by people and is easy to analyze and generate by machines.
CMEM: the memory object cache system is used for storing data in various formats, including images, videos, files, database retrieval results and the like, and can call the data into the memory and then read the data from the memory, so that the reading speed is greatly improved.
Example 1
In accordance with an embodiment of the present invention, there is provided an embodiment of a method that may be performed by an embodiment of the apparatus of the present application, it being noted that the steps illustrated in the flowchart of the drawings may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowchart, in some cases the steps illustrated or described may be performed in an order different than here. According to an embodiment of the present invention, a method for processing data is provided. Fig. 1 is a flowchart of a data processing method according to an embodiment of the present invention, and the following describes the data processing method according to the embodiment of the present invention with reference to fig. 1, as shown in fig. 1, the data processing method mainly includes the following steps S102 to S106:
step S102, analyzing a JSON data structure to obtain a form page, wherein the JSON data structure is used for setting interface information;
in step S102, the JSON data structure is analyzed to obtain a form page, where the JSON data structure is provided with related interface information. The JSON data structure can be used for setting interface information, the interface information is information of an interface called when data are stored, the interface information is set in the JSON data structure, and a form page is generated through analysis of the JSON data structure. As shown in fig. 2, interface information is set in the JSON data structure on the right, the interface information is submitted after the setting is completed, and a form page on the left is generated by parsing the JSON data structure, where the form page includes the interface information set in the JSON data structure, such as: the "hot recommendation" and "test time" can receive the relevant configuration data through the form page including the interface information.
Step S104, receiving configuration data through a form page, wherein the configuration data and the interface information have an incidence relation;
through the form page generated in step S102, relevant configuration data is received. As shown in fig. 2, the configuration data may be added to the interface information, and the receiving of the configuration data to the form page may be completed by adding an internal "box" therein and filling the specific configuration data in the "box". Since the configuration data is filled below the interface information, the configuration data is associated with the interface information. All configuration data received by the form page is associated with certain interface information in the form page.
For example, a "box" is added below the "hot recommendation" for receiving a specific course ID, and the configuration data "116991" is entered in the "box", so that the course ID "116991" is received by the form page, and the video, text, or pictures of the course associated with the course ID "116991" can also be received by the form page. If the interface information associated with the lesson ID "116991" is "ke _ 11" (the form page is not shown) at the time of storage, data such as lesson videos, characters, or pictures relating to the lesson ID "116991" is stored via the interface with the interface information of "ke _ 11" at the time of storage.
It should be noted that one interface information may be associated with one or more configuration data, for example, a plurality of "boxes" are added below the "hot recommendation" shown in fig. 2, and each "box" may receive a specific course ID configuration data, such as: the lesson IDs such as "116991", "153230", "100040", etc. are filled in the respective "boxes", and the receipt of these lesson IDs by the form page is completed, the lesson IDs being associated with the interface information "ke _ 11" in the form page, and the interface information being "ke _ 11".
And step S106, storing the configuration data and the interface information in the memory object cache system.
After the configuration data is received through the form page, the interface information in the form page and the received configuration data are stored in the memory object cache system together, and are read from the memory object cache system for use when needed.
In the embodiment of the invention, a form page is obtained by analyzing a JSON data structure, wherein the JSON data structure is used for setting interface information; receiving configuration data through a form page; the configuration data and the interface information are stored in the memory object cache system, wherein the configuration data and the interface information are stored according to the incidence relation, and the purpose of storing the configured running data according to the JSON data structure and the configuration data is achieved, so that the technical effect of simplifying the process of storing the running data is achieved, and the technical problem of complicated process of storing the running data is solved.
Optionally, when storing the configuration data, the configuration data and the interface information may be stored in a form of key value pairs, that is, the storing the configuration data and the interface information in the memory object cache system includes: and storing the configuration data and the interface information in a memory object cache system according to the form of the key value pair, wherein the interface information is used as the key of the key value pair, and the configuration data is used as the value corresponding to the key in the key value pair.
For example, if the interface information is "ke _ ielts _ index" and the corresponding configuration data is a video file corresponding to the lesson ID "116991", when the video file corresponding to the lesson ID "116991" is stored in the memory object cache system, the "ke _ ielts _ index" is used as a key of the key-value pair, and the video file corresponding to the lesson ID "116991" is used as a value of the key-value pair. Because the key and the value of the key-value pair have an association relationship, the interface information and the configuration data keep the original association relationship, that is, the interface information and the configuration data are correspondingly stored in the memory object cache system in this way.
Optionally, storing the configuration data and the interface information in the memory object cache system in a form of key-value pairs includes: one or more configuration data are treated as values in the key value pair corresponding to the key and stored in the memory object cache system corresponding to the key.
Since one piece of interface information can be associated with a plurality of pieces of configuration data, when the interface information is used as a key of a key-value pair, the plurality of pieces of configuration data associated with the interface information can be used as the key of the key-value pair, and the association relationship between the interface information and the plurality of pieces of configuration data can be maintained.
For example, if the interface information is "ke _ ielts _ index" and the corresponding configuration data is a video file corresponding to the course ID "116991" and a video file corresponding to the course ID "153230", when the video file corresponding to the course ID "116991" is stored in the memory object cache system, the "ke _ ielts _ index" is used as a key of the key-value pair, and the video file corresponding to the course ID "116991" and the video file corresponding to the course ID "116991" are used as values of the key-value pair.
Optionally, after storing the configuration data and the interface information in the memory object cache system, the method further comprises: sending a first request to a memory object cache system, wherein the first request is used for requesting to read target data stored in a storage position corresponding to a target interface, and the first request carries interface information of the target interface; receiving a target link returned by the memory object cache system according to the first request, wherein the target link is generated by the memory object cache system according to a target interface; and reading the target data stored in the storage position corresponding to the target interface according to the target link.
After the interface information and the configuration data are stored in the memory object cache system according to the association relationship, the associated configuration data need to be read out through the interface corresponding to the interface information when appropriate. The interface information of the target interface is analyzed from the received first request, and after the memory object cache system receives the request instruction, a target link is generated according to the interface information of the target interface contained in the first request, wherein the target link points to the target interface. The memory object cache system returns a target link for a system reading the configuration data to read the target data according to the target link, namely, the configuration data associated with the target interface is read through the target interface represented by the target link.
For example: the method comprises the steps of sending a first request to a memory object cache system, wherein interface information contained in the first request is 'ke _ ends _ index', namely the interface information of a target interface is 'ke _ ends _ index', and the first request is used for requesting to read target data stored in a storage position corresponding to the target interface, namely configuration data associated with the interface information 'ke _ ends _ index'. After receiving the first request, the memory object storage system generates a target link according to the interface information "ke _ outputs _ index" included in the request instruction, as shown in fig. 3, where the target link is "sas. And after receiving the target link, determining a target interface according to the target link, and reading the associated configuration data through the target interface.
Optionally, the target data includes one or more configuration data, and after the target data stored in the storage location corresponding to the target interface is read according to the target link, the method further includes: acquiring a first preset condition for screening one or more configuration data stored in a storage position; screening one or more configuration data in the target data according to a preset condition; and displaying the screened configuration data meeting the preset conditions.
After the configuration data are read according to the target link, the front end can screen the read configuration data according to the requirement to obtain the configuration data meeting the screening condition. The target data read according to the target link may be one configuration data or a plurality of configuration data. Particularly, under the condition that a plurality of configuration data are read through one target interface, the read configuration data can be screened according to screening conditions, and the configuration data meeting the conditions can be displayed. The configuration data meeting the condition may be one configuration data, may be a plurality of configuration data, or may not have configuration data meeting the screening condition, and the screening condition for screening is preset for the configuration data.
For example: configuration data read through a target interface with interface information of "ke _ ielts _ index" includes a video file corresponding to the course ID of "116991" and a video file corresponding to the course ID of "153230", and the screening condition may be that a video file with a course ID of "116991" is screened out, and then only a video file corresponding to the course ID of "116991" is shown.
One or more screening conditions may exist for different configuration data, and in the screening, the screening condition may be a single screening condition or a combination of a plurality of screening conditions. For example: setting specific screening conditions aiming at the course time, such as: the screening conditions were course time 8: 00, according to the screening condition, the screening course time is 8: a course of 00; or setting a combined screening condition for the course time and the course name, such as: the screening conditions were course time 8: 00, the course name is English, according to the combined screening condition, the course name is English, and the course time is 8: 00 and displaying the configuration data meeting the screening condition.
Optionally, reading the target data stored in the storage location corresponding to the target interface according to the target link includes: the memory object cache system acquires a plurality of configuration data corresponding to a target interface; the memory object cache system screens out data meeting a second preset condition from the plurality of configuration data as target data; the memory object cache system provides target data.
In order to reduce the formatting operation performed by the front end on the data, the back end screens the data when providing the target data, which is specifically as follows: when the memory object cache system acquires a plurality of configuration data corresponding to the target interface according to the request, the configuration data is filtered according to the filtering condition (i.e. a second preset condition), and then the acquired configuration data is provided to the front end.
Optionally, when the second preset condition at least includes the filtering object type and the filtering object, the step of screening, by the memory object cache system, data meeting the second preset condition from the plurality of configuration data as target data includes: the memory object cache system screens out data meeting the filtering object type and the filtering object from the plurality of configuration data according to a second preset condition to serve as target data; or when the second preset condition at least includes the category of the filtering object and the attributes of the filtering object and the filtering object, the memory object cache system selects data meeting the second preset condition from the plurality of configuration data as target data, and the step of selecting the data meeting the second preset condition from the plurality of configuration data includes: and the memory object cache system screens out data meeting the filtering object type, the filtering object and the attribute of the filtering object from the plurality of configuration data according to a second preset condition to serve as target data.
When the target data is obtained through the target link, the conditions for filtering the data may include a plurality of screening conditions for the filtering object, wherein the screening conditions include the category of the filtering object and the filtering object, and the memory object cache system screens out the configuration data meeting the category of the filtering object and the filtering object from the obtained plurality of configuration data and provides the configuration data to the front end; the filtering condition may include the type of the filtering object and the filtering object, and may also include the attribute of the filtering object, and the memory object cache system screens out the configuration data that simultaneously satisfies the type of the filtering object, and the attribute of the filtering object from the acquired plurality of configuration data and provides the configuration data to the front end.
As shown in fig. 4, a filtering condition "_ filter" is preset, and data content to be filtered is specified in the "_ filter" field, where "name" specifies that the name of the filtering function called by the filtering condition is "validTime" (i.e. the category of the filtering object); "target" specifies that the root node of the filtered data is "next _ exam _ time" (i.e., the filtered object); "params" specifies that the attribute of the root node of the filtered data is "time" (i.e., the attribute of the filtered object). By setting the filtering condition, when the memory object cache system acquires the configuration data corresponding to the target interface, the configuration data is filtered according to the filtering data content specified in the 'filter' field, namely, a 'validTime' function is called, the 'time' attribute of the configuration data 'next _ exam _ time' is filtered, and the configuration data meeting the condition is acquired.
For example: setting the screening condition 'filter' to filter the configuration data, wherein the 'validTime' function represents the effective date of the current date or more, the 'next _ exam _ time' represents the time of the next test, and the 'time' attribute represents the specific time. The current date is 2016-10-1, all the configuration data before 2016-10-1 at the next test time are filtered through the filtering of the screening condition, and only the configuration data after 2016-10-1 or 2016-10-1 at the next test time are provided to the front end by the memory object cache system.
Fig. 5 is a flowchart of a data processing method according to an embodiment of the present invention, and the following describes the data processing method provided by the embodiment of the present invention with reference to fig. 5, as shown in fig. 5:
(1) and analyzing the JSON data structure to obtain a form page, wherein the JSON data structure is used for setting interface information. And analyzing the JSON data structure to obtain a form page, wherein the JSON data structure is provided with related interface information. The JSON data structure can be used for setting interface information, the interface information is information of an interface called when data are stored, the interface information is set in the JSON data structure, and a form page is generated through analysis of the JSON data structure.
(2) And receiving configuration data through the form page, wherein the configuration data has an association relation with the interface information. The form page generated by parsing the JSON may receive configuration data, and each received configuration data is associated with corresponding interface information on the form page. The interface information and the configuration DATA received by the form page form a JSON DATA, and the JSONDATA comprises the interface information and the configuration DATA and also comprises the association relation between the interface information and the configuration DATA.
(3) And (4) storing the generated JSON DATA in a CMEM (memory object cache system) through an interface service. The storage of the interface information and the configuration data in the memory object cache system is completed, and the associated configuration data is read out through the interface corresponding to the interface information when appropriate.
When storing the configuration data, the configuration data and the interface information may be stored in a form of key value pairs, that is, the configuration data and the interface information are stored in the memory object cache system, including: and storing the configuration data and the interface information in a memory object cache system according to the form of the key value pair, wherein the interface information is used as the key of the key value pair, and the configuration data is used as the value corresponding to the key in the key value pair.
Since one piece of interface information can be associated with a plurality of pieces of configuration data, when the interface information is used as a key of a key-value pair, the plurality of pieces of configuration data associated with the interface information can be used as the key of the key-value pair, and the association relationship between the interface information and the plurality of pieces of configuration data can be maintained.
(5) And (6) reading the interface information and the configuration data associated with the interface information from the CMEM through the interface service to generate an external interface. After the interface information and the configuration data are stored in the CMEM according to the association relationship through the interface service, the target data can be read in a request mode, and the specific mode is as follows:
sending a request instruction (namely a first request) to the CMEM through the interface service, wherein the request instruction is used for requesting the CMEC to read target data stored in a storage position corresponding to a target interface, the request instruction carries interface information of the target interface, and the target data to be read is configuration data corresponding to the interface information. After receiving the request instruction, the CMEM generates a target link according to the interface information of the target interface contained in the request instruction, and the target link points to the target interface. The memory object cache system returns a target link for a system reading the configuration data to read the target data according to the target link, namely, the configuration data associated with the target interface is read through the target interface represented by the target link.
After the configuration data is read from the CMEM through the interface service, the front end can screen the read configuration data according to the requirement to obtain the configuration data meeting the screening condition. The configuration data acquired by the interface service may be one configuration data or a plurality of configuration data. Particularly, under the condition that a plurality of configuration data are read through one target interface, the read configuration data can be screened according to screening conditions, and the configuration data meeting the conditions can be displayed. The configuration data meeting the condition may be one configuration data, may be a plurality of configuration data, or may not have configuration data meeting the screening condition, and the screening condition for screening is preset for the configuration data. One or more screening conditions may exist for different configuration data, and in the screening, the screening condition may be a single screening condition or a combination of a plurality of screening conditions.
In order to reduce the formatting operation performed by the front end on the data, the back end screens the data when providing the target data, which is specifically as follows: when the memory object cache system acquires a plurality of configuration data corresponding to the target interface according to the request, the configuration data is filtered according to the filtering condition (i.e. a second preset condition), and then the acquired configuration data is provided to the front end.
The filtering conditions may further include a plurality of filtering conditions for the filtering object, and when the filtering conditions include the category of the filtering object and the filtering object, the memory object cache system filters configuration data satisfying the category of the filtering object and the filtering object from a plurality of configuration data acquired according to the interface information of the target interface, and takes the configuration data as target data; when the screening condition includes the category of the filtering object, the filtering object and the attribute of the filtering object, the memory object cache system screens out the configuration data which meets the category of the filtering object, the filtering object and the attribute of the filtering object from the plurality of configuration data which are acquired according to the interface information of the target interface, and takes the configuration data as the target data.
It should be noted that, for simplicity of description, the above-mentioned method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the order of acts, as some steps may occur in other orders or concurrently in accordance with the invention. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required by the invention.
Through the above description of the embodiments, those skilled in the art can clearly understand that the method according to the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better implementation mode in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
Example 2
According to an embodiment of the present invention, there is also provided a data processing apparatus for implementing the data processing method, where the data processing apparatus is mainly configured to execute the data processing method provided in the foregoing description of the embodiment of the present invention, and the data processing apparatus provided in the embodiment of the present invention is specifically described as follows: fig. 6 is a schematic diagram of a data processing apparatus according to an embodiment of the present invention, and as shown in fig. 6, the data processing apparatus mainly includes: analysis section 601, configuration section 602, and storage section 603.
The parsing unit 601 is configured to perform parsing operation on a JSON data structure to obtain a form page, where the JSON data structure is used to set interface information;
the parsing unit 601 parses the JSON data structure to obtain a form page, where the JSON data structure is provided with related interface information. The JSON data structure can be used for setting interface information, the interface information is information of an interface called when data are stored, the interface information is set in the JSON data structure, and a form page is generated through analysis of the JSON data structure. As shown in fig. 2, interface information is set in the JSON data structure on the right, the interface information is submitted after the setting is completed, and a form page on the left is generated by parsing the JSON data structure, where the form page includes the interface information set in the JSON data structure, such as: the "hot recommendation" and "test time" can receive the relevant configuration data through the form page including the interface information.
The configuration unit 602 is configured to receive configuration data through a form page, where the configuration data has an association relationship with the interface information;
the configuration unit 602 receives the relevant configuration data through the form page generated by the parsing unit 601. As shown in fig. 2, the configuration data may be added to the interface information, and the receiving of the configuration data to the form page may be completed by adding an internal "box" therein and filling the specific configuration data in the "box". Since the configuration data is filled below the interface information, the configuration data is associated with the interface information. All configuration data received by the form page is associated with certain interface information in the form page.
For example, a "box" is added below the "hot recommendation" for receiving a specific course ID, and the configuration data "116991" is entered in the "box", so that the course ID "116991" is received by the form page, and the video, text, or pictures of the course associated with the course ID "116991" can also be received by the form page. If the interface information associated with the lesson ID "116991" is "ke _ 11" (the form page is not shown) at the time of storage, data such as lesson videos, characters, or pictures relating to the lesson ID "116991" is stored via the interface with the interface information of "ke _ 11" at the time of storage.
The storage unit 603 is configured to store the configuration data and the interface information in the memory object cache system, where the configuration data and the interface information are stored according to an association relationship.
After the configuration data is received through the form page, the storage unit 603 stores the interface information in the form page and the received configuration data in the memory object cache system together, and reads and uses the interface information and the received configuration data from the memory object cache system when necessary.
In the embodiment of the invention, a form page is obtained by analyzing a JSON data structure, wherein the JSON data structure is used for setting interface information; receiving configuration data through a form page; the configuration data and the interface information are stored in the memory object cache system, wherein the configuration data and the interface information are stored according to the incidence relation, and the purpose of storing the configured running data according to the JSON data structure and the configuration data is achieved, so that the technical effect of simplifying the process of storing the running data is achieved, and the technical problem of complicated process of storing the running data is solved.
Optionally, when storing the configuration data, the configuration data and the interface information may be stored in the form of key value pairs, that is, the storage unit includes: and the storage module is used for storing the configuration data and the interface information in the memory object cache system according to the form of the key value pair, wherein the interface information is used as the key of the key value pair, and the configuration data is used as the value corresponding to the key in the key value pair.
For example, if the interface information is "ke _ ielts _ index" and the corresponding configuration data is a video file corresponding to the lesson ID "116991", when the video file corresponding to the lesson ID "116991" is stored in the memory object cache system, the "ke _ ielts _ index" is used as a key of the key-value pair, and the video file corresponding to the lesson ID "116991" is used as a value of the key-value pair. Because the key and the value of the key-value pair have an association relationship, the interface information and the configuration data keep the original association relationship, that is, the interface information and the configuration data are correspondingly stored in the memory object cache system in this way.
Optionally, the storage module comprises: and the storage submodule is used for taking one or more pieces of configuration data as values corresponding to the keys in the key value pairs and storing the values corresponding to the keys in the memory object cache system. Since one piece of interface information can be associated with a plurality of pieces of configuration data, when the interface information is used as a key of a key-value pair, the plurality of pieces of configuration data associated with the interface information can be used as the key of the key-value pair, and the association relationship between the interface information and the plurality of pieces of configuration data can be maintained.
For example, if the interface information is "ke _ ielts _ index" and the corresponding configuration data is a video file corresponding to the course ID "116991" and a video file corresponding to the course ID "153230", when the video file corresponding to the course ID "116991" is stored in the memory object cache system, the "ke _ ielts _ index" is used as a key of the key-value pair, and the video file corresponding to the course ID "116991" and the video file corresponding to the course ID "116991" are used as values of the key-value pair.
Optionally, the apparatus further comprises: the device comprises a sending unit, a storage unit and a processing unit, wherein the sending unit is used for sending a first request to a memory object cache system after storing configuration data and interface information in the memory object cache system, the first request is used for requesting to read target data stored in a storage position corresponding to a target interface, and the first request carries the interface information of the target interface; the receiving unit is used for receiving a target link returned by the memory object cache system according to the first request, wherein the target link is generated by the memory object cache system according to a target interface; and the reading unit is used for reading the target data stored in the storage position corresponding to the target interface according to the target link.
After the interface information and the configuration data are stored in the memory object cache system according to the association relationship, the associated configuration data need to be read out through the interface corresponding to the interface information when appropriate. The interface information of the target interface is analyzed from the received first request, and after the memory object cache system receives the request instruction, a target link is generated according to the interface information of the target interface contained in the first request, wherein the target link points to the target interface. The memory object cache system returns a target link for a system reading the configuration data to read the target data according to the target link, namely, the configuration data associated with the target interface is read through the target interface represented by the target link.
For example: the method comprises the steps of sending a first request to a memory object cache system, wherein interface information contained in the first request is 'ke _ ends _ index', namely the interface information of a target interface is 'ke _ ends _ index', and the first request is used for requesting to read target data stored in a storage position corresponding to the target interface, namely configuration data associated with the interface information 'ke _ ends _ index'. After receiving the first request, the memory object storage system generates a target link according to the interface information "ke _ outputs _ index" included in the request instruction, as shown in fig. 3, where the target link is "sas. And after receiving the target link, determining a target interface according to the target link, and reading the associated configuration data through the target interface.
Optionally, the target data includes one or more configuration data, and the apparatus further includes: the device comprises an acquisition unit, a storage unit and a processing unit, wherein the acquisition unit is used for acquiring a first preset condition for screening one or more configuration data stored in a storage position after reading target data stored in the storage position corresponding to a target interface according to a target link; the screening unit is used for screening one or more pieces of configuration data in the target data according to preset conditions; and the display unit is used for displaying the screened configuration data meeting the preset conditions.
After the configuration data are read according to the target link, the front end can screen the read configuration data according to the requirement to obtain the configuration data meeting the screening condition. The target data read according to the target link may be one configuration data or a plurality of configuration data. Particularly, under the condition that a plurality of configuration data are read through one target interface, the read configuration data can be screened according to screening conditions, and the configuration data meeting the conditions can be displayed. The configuration data meeting the condition may be one configuration data, may be a plurality of configuration data, or may not have configuration data meeting the screening condition, and the screening condition for screening is preset for the configuration data.
For example: configuration data read through a target interface with interface information of "ke _ ielts _ index" includes a video file corresponding to the course ID of "116991" and a video file corresponding to the course ID of "153230", and the screening condition may be that a video file with a course ID of "116991" is screened out, and then only a video file corresponding to the course ID of "116991" is shown.
One or more screening conditions may exist for different configuration data, and in the screening, the screening condition may be a single screening condition or a combination of a plurality of screening conditions. For example: setting specific screening conditions aiming at the course time, such as: the screening conditions were course time 8: 00, according to the screening condition, the screening course time is 8: a course of 00; or setting a combined screening condition for the course time and the course name, such as: the screening conditions were course time 8: 00, the course name is English, according to the combined screening condition, the course name is English, and the course time is 8: 00 and displaying the configuration data meeting the screening condition.
Optionally, the reading unit comprises: the acquisition module is used for acquiring a plurality of configuration data corresponding to the target interface through the memory object cache system; the screening module is used for screening out data meeting a second preset condition from the plurality of configuration data through the memory object cache system to serve as target data; and the providing module is used for providing the target data by the memory object cache system.
In order to reduce the formatting operation performed by the front end on the data, the back end screens the data when providing the target data, which is specifically as follows: when the memory object cache system acquires a plurality of configuration data corresponding to the target interface according to the request, the configuration data is filtered according to the filtering condition (i.e. a second preset condition), and then the acquired configuration data is provided to the front end.
Optionally, the screening module comprises: the first screening submodule is used for screening data meeting the filtering object type and the filtering object from the plurality of configuration data as target data according to a second preset condition through the memory object cache system when the second preset condition at least comprises the filtering object type and the filtering object; and the second screening submodule is used for screening the data meeting the filtering object type, the filtering object and the attribute of the filtering object from the plurality of configuration data as target data according to the second preset condition by the memory object cache system when the second preset condition at least comprises the filtering object type, the filtering object and the attribute of the filtering object.
When the target data is obtained through the target link, the conditions for filtering the data may include a plurality of screening conditions for the filtering object, wherein the screening conditions include the category of the filtering object and the filtering object, and the memory object cache system screens out the configuration data meeting the category of the filtering object and the filtering object from the obtained plurality of configuration data and provides the configuration data to the front end; the filtering condition may include the type of the filtering object and the filtering object, and may also include the attribute of the filtering object, and the memory object cache system screens out the configuration data that simultaneously satisfies the type of the filtering object, and the attribute of the filtering object from the acquired plurality of configuration data and provides the configuration data to the front end.
As shown in fig. 4, a filtering condition "_ filter" is preset, and data content to be filtered is specified in the "_ filter" field, where "name" specifies that the name of the filtering function called by the filtering condition is "validTime" (i.e. the category of the filtering object); "target" specifies that the root node of the filtered data is "next _ exam _ time" (i.e., the filtered object); "params" specifies that the attribute of the root node of the filtered data is "time" (i.e., the attribute of the filtered object). By setting the filtering condition, when the memory object cache system acquires the configuration data corresponding to the target interface, the configuration data is filtered according to the filtering data content specified in the 'filter' field, namely, a 'validTime' function is called, the 'time' attribute of the configuration data 'next _ exam _ time' is filtered, and the configuration data meeting the condition is acquired.
For example: setting the screening condition 'filter' to filter the configuration data, wherein the 'validTime' function represents the effective date of the current date or more, the 'next _ exam _ time' represents the time of the next test, and the 'time' attribute represents the specific time. The current date is 2016-10-1, all the configuration data before 2016-10-1 at the next test time are filtered through the filtering of the screening condition, and only the configuration data after 2016-10-1 or 2016-10-1 at the next test time are provided to the front end by the memory object cache system.
Example 3
According to an embodiment of the present invention, there is also provided a terminal (server) for implementing the data processing method, as shown in fig. 7, the terminal (server) mainly includes a processor 701, a data interface 702, a memory 703 and a network interface 704, where:
the data interface 702 transmits data acquired by the third-party tool to the processor 701 mainly by means of data transmission.
The memory 703 is mainly used for storing interface information, configuration data associated with the interface information, a first preset condition, and the like.
The network interface 704 is mainly used for performing network communication with a server, sending the first request to the memory object cache system, receiving a target link returned by the memory object cache system, and reading target data stored in a storage location corresponding to the target interface.
The processor 701 is mainly configured to perform the following operations: the JSON data structure carries out analysis operation to obtain a form page, wherein the JSON data structure is used for setting interface information; receiving configuration data through a form page, wherein the configuration data has an incidence relation with interface information; and storing the configuration data and the interface information in a memory object cache system, wherein the configuration data and the interface information are stored according to an incidence relation.
The processor 701 is further configured to store, in the memory object cache system, configuration data and interface information in a form of a key value pair, where the interface information is used as a key of the key value pair, and the configuration data is used as a value corresponding to the key in the key value pair.
The processor 701 is further configured to store the one or more configuration data as values corresponding to keys in key value pairs and in the memory object cache system corresponding to the keys.
The processor 701 is further configured to send a first request to the memory object cache system, where the first request is used to request to read target data stored in a storage location corresponding to a target interface, and the first request carries interface information of the target interface; receiving a target link returned by the memory object cache system according to the first request, wherein the target link is generated by the memory object cache system according to a target interface; and reading the target data stored in the storage position corresponding to the target interface according to the target link.
The processor 701 is further configured to obtain a first preset condition for filtering one or more configuration data stored in the storage location; screening one or more configuration data in the target data according to a preset condition; and displaying the screened configuration data meeting the preset conditions.
The processor 701 is further configured to obtain a plurality of configuration data corresponding to the target interface; screening out data meeting a second preset condition from the plurality of configuration data through a memory object cache system to serve as target data; the target data is provided through the memory object cache system.
The processor 701 is further configured to screen, according to a second preset condition, data that meets the category and the filtering object of the filtering object from the plurality of configuration data as target data; and screening the data meeting the filtering object type, the filtering object and the attribute of the filtering object from the plurality of configuration data according to a second preset condition to be used as target data.
Optionally, the specific examples in this embodiment may refer to the examples described in embodiment 1 and embodiment 2, and this embodiment is not described herein again.
Example 4
The embodiment of the invention also provides a storage medium. Alternatively, in this embodiment, the storage medium may be configured to store a program code of the data processing method according to the embodiment of the present invention.
Optionally, in this embodiment, the storage medium may be located in at least one of a plurality of network devices in a network of a mobile communication network, a wide area network, a metropolitan area network, or a local area network.
Optionally, in this embodiment, the storage medium is configured to store program code for performing the following steps:
s1, analyzing the JSON data structure to obtain a form page, wherein the JSON data structure is used for setting interface information;
s2, receiving configuration data through a form page, wherein the configuration data and the interface information have an association relation;
and S3, storing the configuration data and the interface information in the memory object cache system, wherein the configuration data and the interface information are stored according to the association relationship.
Optionally, in this embodiment, the storage medium may include, but is not limited to: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
Optionally, in this embodiment, the processor executes, according to the program code stored in the storage medium: and storing the configuration data and the interface information in a memory object cache system according to the form of the key value pair, wherein the interface information is used as the key of the key value pair, and the configuration data is used as the value corresponding to the key in the key value pair.
Optionally, in this embodiment, the processor executes, according to the program code stored in the storage medium: one or more configuration data are treated as values in the key value pair corresponding to the key and stored in the memory object cache system corresponding to the key.
Optionally, in this embodiment, the processor executes, according to the program code stored in the storage medium: sending a first request to a memory object cache system, wherein the first request is used for requesting to read target data stored in a storage position corresponding to a target interface, and the first request carries interface information of the target interface; receiving a target link returned by the memory object cache system according to the first request, wherein the target link is generated by the memory object cache system according to a target interface; and reading the target data stored in the storage position corresponding to the target interface according to the target link.
Optionally, in this embodiment, the processor executes, according to the program code stored in the storage medium: acquiring a first preset condition for screening one or more configuration data stored in a storage position; screening one or more configuration data in the target data according to a preset condition; and displaying the screened configuration data meeting the preset conditions.
Optionally, in this embodiment, the processor executes, according to the program code stored in the storage medium: acquiring a plurality of configuration data corresponding to a target interface; screening out data meeting a second preset condition from the plurality of configuration data as target data; the target data is provided through the memory object cache system.
Optionally, in this embodiment, the processor executes, according to the program code stored in the storage medium: screening out data meeting the filtering object type and the filtering object from the plurality of configuration data as target data; and screening out data satisfying the filtering object category, the filtering object and the attribute of the filtering object from the plurality of configuration data as target data.
Optionally, the specific examples in this embodiment may refer to the examples described in embodiment 1 and embodiment 2, and this embodiment is not described herein again.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
The integrated unit in the above embodiments, if implemented in the form of a software functional unit and sold or used as a separate product, may be stored in the above computer-readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing one or more computer devices (which may be personal computers, servers, network devices, etc.) to execute all or part of the steps of the method according to the embodiments of the present invention.
In the above embodiments of the present invention, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the several embodiments provided in the present application, it should be understood that the disclosed client may be implemented in other manners. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one type of division of logical functions, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (14)

1. A method for processing data, comprising:
analyzing the JSON data structure to obtain a form page, wherein the JSON data structure is used for setting interface information;
receiving configuration data through the form page, wherein the configuration data has an association relation with the interface information;
storing the configuration data and the interface information in a memory object cache system, wherein the configuration data and the interface information are stored according to the incidence relation;
sending a first request to the memory object cache system, wherein the first request is used for requesting to read target data stored in a storage position corresponding to a target interface, and the first request carries interface information of the target interface;
receiving a target link returned by the memory object cache system according to the first request, wherein the target link is generated by the memory object cache system according to the target interface;
and reading the target data stored in the storage position corresponding to the target interface according to the target link.
2. The method of claim 1, wherein storing the configuration data and the interface information in a memory object caching system comprises:
and storing the configuration data and the interface information in the memory object cache system according to a key-value pair form, wherein the interface information is used as a key of the key-value pair, and the configuration data is used as a value corresponding to the key in the key-value pair.
3. The method of claim 2, wherein storing the configuration data and the interface information in the memory object cache system in the form of key-value pairs comprises:
and taking one or more pieces of the configuration data as the value corresponding to the key in the key value pair, and storing the value corresponding to the key in the memory object cache system.
4. The method of claim 3, wherein the target data comprises one or more configuration data, and after reading the target data stored in the storage location corresponding to the target interface according to the target link, the method further comprises:
acquiring a first preset condition for screening the one or more configuration data stored in the storage position;
screening the one or more configuration data in the target data according to the preset condition;
and displaying the screened configuration data meeting the preset conditions.
5. The method of claim 3, wherein reading the target data stored in the storage location corresponding to the target interface according to the target link comprises:
the memory object cache system acquires a plurality of configuration data corresponding to the target interface;
the memory object cache system screens out data meeting a second preset condition from the plurality of configuration data as the target data;
the memory object cache system provides the target data.
6. The method of claim 5,
when the second preset condition at least includes a filtering object type and a filtering object, the memory object cache system selects, as the target data, data that satisfies the second preset condition from the plurality of configuration data, where the data includes: the memory object cache system screens out data meeting the filtering object type and the filtering object from the plurality of configuration data according to the second preset condition to serve as the target data; or
When the second preset condition at least includes a filtering object type and attributes of a filtering object and a filtering object, the memory object cache system selects data meeting the second preset condition from the plurality of configuration data as the target data, including: and the memory object cache system screens out the data meeting the filtering object type, the filtering object and the attribute of the filtering object from the plurality of configuration data according to the second preset condition to be used as the target data.
7. An apparatus for processing data, comprising:
the system comprises an analysis unit and a form page generation unit, wherein the analysis unit is used for carrying out analysis operation on a JSON data structure to obtain a form page, and the JSON data structure is used for setting interface information;
the configuration unit is used for receiving configuration data through the form page, wherein the configuration data and the interface information have an incidence relation;
the storage unit is used for storing the configuration data and the interface information in a memory object cache system, wherein the configuration data and the interface information are stored according to the association relationship;
a sending unit, configured to send a first request to a memory object cache system after the configuration data and the interface information are stored in the memory object cache system, where the first request is used to request to read target data stored in a storage location corresponding to a target interface, and the first request carries interface information of the target interface;
a receiving unit, configured to receive a target link returned by the memory object cache system according to the first request, where the target link is generated by the memory object cache system according to the target interface;
and the reading unit is used for reading the target data stored in the storage position corresponding to the target interface according to the target link.
8. The apparatus of claim 7, wherein the storage unit comprises:
and the storage module is used for storing the configuration data and the interface information in the memory object cache system according to a key-value pair form, wherein the interface information is used as a key of the key-value pair, and the configuration data is used as a value corresponding to the key in the key-value pair.
9. The apparatus of claim 8, wherein the storage module comprises:
and the storage submodule is used for taking one or more pieces of configuration data as values corresponding to the keys in the key value pairs and storing the values in the memory object cache system corresponding to the keys.
10. The apparatus of claim 7, wherein the target data comprises one or more configuration data, the apparatus further comprising:
an obtaining unit, configured to obtain a first preset condition for screening the one or more configuration data stored in the storage location after reading the target data stored in the storage location corresponding to the target interface according to the target link;
the screening unit is used for screening the one or more configuration data in the target data according to the preset condition;
and the display unit is used for displaying the screened configuration data meeting the preset conditions.
11. The apparatus of claim 7, wherein the reading unit comprises:
an obtaining module, configured to obtain, by the memory object cache system, a plurality of configuration data corresponding to the target interface;
the screening module is used for screening out data meeting a second preset condition from the plurality of configuration data through the memory object cache system to serve as the target data;
a providing module, configured to provide the target data by the memory object cache system.
12. The apparatus of claim 11, wherein the screening module comprises:
a first screening submodule, configured to, when the second preset condition at least includes a filtering object category and a filtering object, screen, by the memory object cache system, data that satisfies the filtering object category and the filtering object from the plurality of configuration data according to the second preset condition, where the data serves as the target data;
and the second screening submodule is used for screening the data meeting the filtering object type, the filtering object and the attribute of the filtering object from the plurality of configuration data as the target data according to the second preset condition by the memory object cache system when the second preset condition at least comprises the filtering object type, the filtering object and the attribute of the filtering object.
13. A computer-readable storage medium comprising a stored program, wherein the program when executed performs the method of any of claims 1 to 6.
14. An electronic device comprising a memory and a processor, characterized in that the memory has stored therein a computer program, the processor being arranged to execute the method of any of claims 1 to 6 by means of the computer program.
CN201610856708.6A 2016-09-27 2016-09-27 Data processing method and device Active CN107526755B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610856708.6A CN107526755B (en) 2016-09-27 2016-09-27 Data processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610856708.6A CN107526755B (en) 2016-09-27 2016-09-27 Data processing method and device

Publications (2)

Publication Number Publication Date
CN107526755A CN107526755A (en) 2017-12-29
CN107526755B true CN107526755B (en) 2020-11-03

Family

ID=60748483

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610856708.6A Active CN107526755B (en) 2016-09-27 2016-09-27 Data processing method and device

Country Status (1)

Country Link
CN (1) CN107526755B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108427556B (en) * 2018-03-12 2021-06-15 深圳博沃智慧科技有限公司 Form design analysis method and system
CN111222310A (en) * 2019-12-23 2020-06-02 福建亿能达信息技术股份有限公司 Method and system for inputting and displaying irregular form
CN111124411A (en) * 2019-12-31 2020-05-08 航天信息股份有限公司 Method and system for personalized setting of form based on dynamic page
CN111966688B (en) * 2020-08-18 2021-06-01 深圳市维度数据科技股份有限公司 Form processing method and device based on big data and storage medium
CN113608895B (en) * 2021-08-06 2024-04-09 湖南快乐阳光互动娱乐传媒有限公司 Web back-end data access method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102323955A (en) * 2011-09-16 2012-01-18 邹春城 Private cloud searching system and implement method thereof
CN103077185A (en) * 2012-12-18 2013-05-01 厦门雅迅网络股份有限公司 Object-based user-defined information-expanding method
CN104869135A (en) * 2014-02-24 2015-08-26 阿里巴巴集团控股有限公司 Data interaction method and terminal.
CN105100162A (en) * 2014-05-19 2015-11-25 腾讯科技(深圳)有限公司 Virtual good sending method and device, receiving method and device, and system
CN105160023A (en) * 2015-09-30 2015-12-16 深圳市巧捷万端云计算有限公司 Cloud server based graphic data query processing method

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101694618B (en) * 2009-09-01 2013-03-06 卡斯柯信号有限公司 Automatic mapping method of model layer and view layer data suitable for AJAX frame
US20140136936A1 (en) * 2012-11-09 2014-05-15 Microsoft Corporation Spreadsheet functions to call rest api sources
CN105335404B (en) * 2014-07-29 2019-05-28 北京奇虎科技有限公司 Page info loading method and device
CN104731594A (en) * 2015-03-26 2015-06-24 浪潮集团有限公司 Method for displaying runtime customized page based on Bootstrap
CN104899186A (en) * 2015-06-24 2015-09-09 郑州悉知信息技术有限公司 Form generating and obtaining method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102323955A (en) * 2011-09-16 2012-01-18 邹春城 Private cloud searching system and implement method thereof
CN103077185A (en) * 2012-12-18 2013-05-01 厦门雅迅网络股份有限公司 Object-based user-defined information-expanding method
CN104869135A (en) * 2014-02-24 2015-08-26 阿里巴巴集团控股有限公司 Data interaction method and terminal.
CN105100162A (en) * 2014-05-19 2015-11-25 腾讯科技(深圳)有限公司 Virtual good sending method and device, receiving method and device, and system
CN105160023A (en) * 2015-09-30 2015-12-16 深圳市巧捷万端云计算有限公司 Cloud server based graphic data query processing method

Also Published As

Publication number Publication date
CN107526755A (en) 2017-12-29

Similar Documents

Publication Publication Date Title
CN107526755B (en) Data processing method and device
JP6488508B2 (en) Web page access method, apparatus, device, and program
US10366154B2 (en) Information processing device, information processing method, and computer program product
CN109597974B (en) Report generation method and device
CN104765746B (en) Data processing method and device for mobile communication terminal browser
US11079987B2 (en) Creation of component templates
US11308275B2 (en) Management of content tailoring by services
US10769216B2 (en) Data acquisition method, data acquisition apparatus, and recording medium
US20150113007A1 (en) Dynamic query response with metadata
CN110990345A (en) Method and device for online preview of Excel file
JP2014518418A (en) System and method for recommending fonts
CN109408502A (en) A kind of data standard processing method, device and its storage medium
CN115526160A (en) Rich text processing method, device and equipment and storage medium
CN105550179B (en) Webpage collection method and browser plug-in
CN115017182A (en) Visual data analysis method and equipment
CN108108381B (en) Page monitoring method and device
CN107368484A (en) Compression method and device, the acquisition methods and device of the static resource file of webpage
CN107423051B (en) Data configuration method and device
KR101174398B1 (en) Apparatus and method for recommanding contents
CN114861614A (en) Method and device for filling data, electronic equipment and medium
CN109117427B (en) Client, server, retrieval method and system thereof
KR101862178B1 (en) Method for customized posting and server implementing the same
CN109933573B (en) Database service updating method, device and system
JP2009268000A (en) Similar coloration producing device, method and program
CN113010588A (en) Data table processing method

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