CN111488185A - Page data processing method and device, electronic equipment and readable medium - Google Patents

Page data processing method and device, electronic equipment and readable medium Download PDF

Info

Publication number
CN111488185A
CN111488185A CN202010296369.7A CN202010296369A CN111488185A CN 111488185 A CN111488185 A CN 111488185A CN 202010296369 A CN202010296369 A CN 202010296369A CN 111488185 A CN111488185 A CN 111488185A
Authority
CN
China
Prior art keywords
page
user
function
page data
function entry
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.)
Granted
Application number
CN202010296369.7A
Other languages
Chinese (zh)
Other versions
CN111488185B (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 CN202010296369.7A priority Critical patent/CN111488185B/en
Publication of CN111488185A publication Critical patent/CN111488185A/en
Application granted granted Critical
Publication of CN111488185B publication Critical patent/CN111488185B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • 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)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The disclosure provides a page data processing method and device, electronic equipment and a readable medium, and relates to the technical field of information processing. The method comprises the following steps: when a page access request of a user is detected, page data corresponding to the page access request is obtained, and the page data is used for rendering page text content and function entries; hiding a function inlet in the page when rendering the page according to the page data; acquiring and caching preloaded resources corresponding to the hidden function entry; when the preloading resource cache is completed, the function entry is rendered in the page. According to the method and the device, when the page data is rendered according to the page access request of the user, the function entry in the page is firstly hidden, and when the preloading resource cache corresponding to the function entry is completed, the function entry is rendered again, so that the delayed display caused by the fact that the user operates the function entry of which the preloading resource is not cached can be avoided, and the user experience is improved.

Description

Page data processing method and device, electronic equipment and readable medium
Technical Field
The present disclosure relates to the field of information processing technologies, and in particular, to a page data processing method and apparatus, an electronic device, and a readable medium.
Background
Preloading refers to loading some main contents before all contents in a page are loaded so as to provide good experience for a user and reduce waiting time. Otherwise, if the content of one page is too large, the page without the preloading technology will be displayed as a blank for a long time until all the content is loaded.
Preloading is also required for the presentation content after triggering the current page data. In the prior art, after page data is displayed to a user, the display content after the current page data is triggered is preloaded, however, time is required for preloading resources, and before preloading resource caching is completed, if a user performs a triggering operation on the page data, a long time is required to wait, which affects user experience.
Disclosure of Invention
The disclosure provides a page data processing method, a page data processing device, an electronic device and a readable medium, which are used for solving the problems in the prior art.
In a first aspect, a method for processing page data is provided, where the method includes:
when a page access request of a user is detected, page data corresponding to the page access request is obtained, and the page data is used for rendering page text content and function entries;
hiding a function inlet in the page when rendering the page according to the page data;
acquiring and caching preloaded resources corresponding to the hidden function entry;
when the preloading resource cache is completed, the function entry is rendered in the page.
In a second aspect, there is provided a page data processing apparatus, the apparatus comprising:
the first acquisition module is used for acquiring page data corresponding to a page access request when the page access request of a user is detected, wherein the page data is used for rendering page text content and a function entry;
the hiding module is used for hiding the function entrance in the page when the page is rendered according to the page data;
the second acquisition module is used for acquiring the pre-loaded resources corresponding to the hidden function entry and caching the pre-loaded resources;
and the rendering module is used for rendering the function entry in the page when the preloading resource cache is completed.
In a third aspect, the present disclosure provides an electronic device comprising:
one or more processors;
a memory;
one or more application programs, wherein the one or more application programs are stored in the memory and configured to be executed by the one or more processors, the one or more programs configured to: and executing the corresponding operation of the page data processing method shown in the first aspect of the disclosure.
In a fourth aspect, the present disclosure provides a computer-readable medium for storing computer instructions which, when run on a computer, cause the computer to perform the page data processing method as shown in the first aspect of the present disclosure.
The technical scheme provided by the disclosure has the following beneficial effects:
according to the page data processing method, the page data processing device, the electronic equipment and the readable medium, when a page access request of a user is detected, page data corresponding to the page access request is obtained, and the page data is used for rendering page text content and function entries; hiding a function inlet in the page when rendering the page according to the page data; acquiring and caching preloaded resources corresponding to the hidden function entry; when the preloading resource cache is completed, the function entry is rendered in the page. According to the method and the device, when the page data is rendered according to the page access request of the user, the function entry in the page is firstly hidden, and when the preloading resource cache corresponding to the function entry is completed, the function entry is rendered again, so that the delayed display caused by the fact that the user operates the function entry of which the preloading resource is not cached can be avoided, and the user experience is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present disclosure, the drawings used in the description of the embodiments of the present disclosure will be briefly described below.
Fig. 1 is a schematic flowchart of a page data processing method according to an embodiment of the present disclosure;
fig. 2 is a schematic diagram of an interaction processing process of a terminal and a server according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of a page data processing apparatus according to an embodiment of the present disclosure;
fig. 4 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 are shown in the 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 rather are provided for a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the disclosure are for illustration purposes only and are not intended to limit the scope of the 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. Moreover, 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 "include" and variations thereof as used herein are 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". Relevant definitions for other terms will be given in the following description.
It should be noted that the terms "first", "second", and the like in the present disclosure are only used for distinguishing the devices, modules or units, and are not used for limiting the devices, modules or units to be different devices, modules or units, and also for limiting the sequence or interdependence relationship of the functions executed by the devices, modules or units.
It is noted that references to "a", "an", and "the" modifications in this disclosure are intended to be illustrative rather than limiting, and that those skilled in the art will recognize that "one or more" may be used unless the context clearly dictates otherwise.
The names of messages or information exchanged between devices in the embodiments of the present disclosure are for illustrative purposes only, and are not intended to limit the scope of the messages or information.
The following describes the technical solutions of the present disclosure and how to solve the above technical problems in specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present disclosure will be described below with reference to the accompanying drawings.
Fig. 1 is a schematic flowchart of a page data processing method provided in an embodiment of the present disclosure, and as shown in fig. 1, the method may include:
step S101, when a page access request of a user is detected, page data corresponding to the page access request is obtained, and the page data is used for rendering page text content and function entries.
The execution main body of the method provided by the embodiment of the disclosure can be a terminal of a user, such as a computer, a mobile phone and the like of the user. The page access request may specifically include any of: starting a request of an application Program (APP) to enter a corresponding page, clicking a button in a page (a page of the APP or a webpage page) or performing a sliding operation to request data which is not shown in the current page, switching from the current APP page to a next page, and the like.
When detecting a page access request of a user, the terminal may obtain page data corresponding to the page access request from a local database, or may send a data obtaining request to the server to obtain corresponding page data from the server. The page data is used for rendering page text content, function entries and the like, wherein the function entries refer to that corresponding information can be displayed only after being triggered, for example, function buttons and the like. When the user triggers the function button, corresponding information and the like can be displayed on the current page or the next page.
Step S102, hiding a function entry in the page when rendering the page according to the page data;
in practical application, when a page is rendered and displayed according to page data, for a function entry in the page data, if a corresponding preloading resource is not cached completely, data for displaying the function entry can be hidden, and the problem that after a user is triggered, the preloading resource cannot be displayed to the user due to the fact that the preloading resource is not cached completely, and the user needs to wait is solved.
Step S103, acquiring and caching the pre-loaded resource corresponding to the hidden function entry;
the pre-loaded resources are corresponding resources such as function entries in the page data. For example, when a video file is produced, the function button "add special effect" in the page corresponds to the preloaded resources of various types of special effect data; or the pre-loaded resource corresponding to the function button 'play' of the video and audio file is the video and audio file resource and the like.
The terminal can inquire whether the preloaded resources corresponding to the function entries in the page data exist in a local database, if the preloaded resources do not exist in the page data, the server sends a resource obtaining request, the resource obtaining request carries identification information corresponding to the function entries, the server determines the preloaded resources based on the identification information and sends the preloaded resources to the terminal, and the terminal caches the preloaded resources.
And step S104, rendering the function entry in the page when the preloading resource cache is completed.
When the preloading resource cache corresponding to the function entry in the page data is completed, the function entry can be rendered in the page, and when the triggering operation of the user for the function entry is detected, the preloading resource corresponding to the function entry can be directly displayed without waiting for the user because the preloading resource cache corresponding to the function entry is completed.
In addition, in practical application, in addition to hiding the function entry in the page for all users, a user type identifier may be obtained based on the user identifier, and whether to hide the function entry may be determined for different types of users, which is specifically shown in the following embodiments.
In one possible implementation, when a page access request of a user is detected, the method further includes:
acquiring a user type identifier of a user according to a user identifier carried in a page access request, wherein the user type identifier is used for identifying whether the user is a user using the application for the first time;
and when the user type identification represents that the user is the user using the application for the first time, triggering a step of hiding the function entry in the page when the page is rendered according to the page data.
In practical applications, when the terminal detects a page access request of a user, a user identifier is extracted from the page access request, and the user identifier may be identification information capable of uniquely determining that the user is different from other users. The user identification may include: account information input by a user aiming at the APP or the webpage, a terminal identifier of a terminal using the APP by the user, a user identifier corresponding to the APP distributed by the terminal or the server for the user, and the like. The terminal identifier of the terminal may be used as the user identifier, and the terminal identifier may include: international Mobile Equipment Identity (IMEI), etc.; account information of the user corresponding to the APP can also be used as the user identifier, and the account information of the APP can be account information allocated to the user by the terminal or a server corresponding to the APP, or account information set by the user according to an account setting rule specified by the APP.
The terminal may query the locally stored data for the user type identifier of the user based on the user identifier, or may determine the user type identifier of the user through the server by sending the user identifier to the server. When the page access request is a page access request aiming at the APP, the user type identification is used for identifying whether the user is a user using the APP for the first time.
Specifically, the terminal sends a page access request carrying a user identifier to the server, and queries whether corresponding user historical operation record data exists or not and specific content of the user historical operation record data according to the user identifier, so as to determine the user type identifier of the user, and send the user type identifier to the terminal.
When the user identifier is a terminal identifier, the server can determine whether the terminal corresponding to the terminal identifier has the recorded data using the APP through the terminal identifier, so as to determine the type of the user; when the user identification is account information of the APP corresponding to the user, the server can determine whether the account has recorded data for using the APP through the account information, so as to determine the type of the user; when the user identifier is the terminal identifier and account information of the APP corresponding to the user, if the terminal identifier has no use record data, but the account information has use record data, it is possible that the user logs in the same account through different devices to use the APP, and it is determined that the user has used the APP through the account information; if the terminal identification has the use record data but the account information does not have the use record data, different users may log in different accounts through the same device to use the APP, and it is determined that the user has not used the APP through the account information.
When the user type identifier represents that the user is the user using the APP for the first time, historical operation record data of the user does not exist, and the pre-loading resource corresponding to the function button cannot be determined and cached according to the historical operation record data in advance. And after the preloading resource cache is completed, displaying the resource cache to the user.
When the user type identifier represents that the user is a user who does not use the APP for the first time, that is, an old user, the specific processing mode is as follows:
in one possible implementation, when the user type identifier indicates that the user is a user who does not use the application for the first time, the method further includes:
displaying a function entry in the page when rendering the page according to the page data;
when the triggering operation of the user for the function entry is detected, pre-cached pre-loading resources are displayed, wherein the pre-loading resources are pre-loaded into the cache based on the historical operation record data of the user.
In practical application, when the user type identifier represents that the user is an old user, the server stores historical operation record data of the user using the APP before, the server can determine the use habit or preference of the user in advance according to the historical operation record data of the user, and can determine to preload resources to send to the terminal based on the information, and the terminal caches the resources. Therefore, for an old user, when the page is rendered, the function entry in the page can be rendered and displayed, because the preloaded resource corresponding to the function entry is cached in advance, when the trigger operation of the user for the function entry is detected, the preloaded resource corresponding to the function entry can be directly displayed.
When acquiring the pre-loading resource, the terminal can acquire the information through different pre-loading modes, and the specific implementation mode is as follows.
In a possible implementation manner, obtaining the preloaded resource corresponding to the hidden function entry includes:
acquiring current network state information;
determining preloading mode information based on the current network state information, wherein the preloading mode information comprises parallel loading information or serial loading information;
and acquiring the pre-loading resource corresponding to the function entrance based on the identification information and the pre-loading mode information of the function entrance.
In practical application, a terminal can acquire network state information such as the current data transmission speed of terminal equipment, the network state information represents the transmission state of a current network, when the data transmission speed reaches a preset threshold value, the network state is good, and a plurality of pre-loading tasks can be simultaneously carried out in a parallel loading mode; when the data transmission speed does not reach the preset threshold value, the network state is poor, and a preloading task can be executed in a serial loading mode; the corresponding pre-loading resource can be obtained according to the corresponding pre-loading mode based on the identification information of the function entrance. In the embodiment of the disclosure, when the pre-loading resource is acquired, the network state information is considered, and a corresponding pre-loading mode is adopted, so that the data acquisition speed can be increased.
In a possible implementation manner, if the preloading mode information is serial loading information, acquiring the preloading resource corresponding to the function entry based on the identification information and the preloading mode information for the function entry includes:
sending a resource loading request to a server, wherein the resource loading request carries identification information and preloading mode information of a function entrance;
and receiving the preloaded resources matched with the identification information of the function entrance, which are returned by the server according to the preloaded mode information.
In practical application, a terminal sends a resource loading request to a server, the resource loading request carries identification information and preloading mode information of a function entrance, the server can determine the preloading resources based on the identification information, when the network state is poor, the server sends the preloading resources to the terminal in a serial loading mode, and in order to determine the sending sequence of the resources, the server can determine the priority of the preloading resources and send the resources with higher priority to the terminal preferentially.
The priority can be set according to specific needs, for example, for a new user, a resource with a higher utilization rate of other users can be set to have a higher priority; for old users, historical operation record data of the users can be obtained according to the user identifications, user preferences are determined according to the historical operation record data, and priorities of resources are determined according to the user preferences. The manner of determining the priority may be various and is not limited by this disclosure.
In one possible implementation, when rendering the function entry in the page, the method further includes:
a user guide to pop up the function portal, the user guide to guide the user to use the function portal.
In practical application, when the preloading resource corresponding to the function entry is not cached completely, the function entry in the page is hidden, then the preloading resource cache is completed, the function entry is rendered and displayed, and a user may not sense the occurrence of the function entry when browsing information in the page. The user guidance may specifically be prompt information in a text or voice form, which prompts the user that the preloaded resource corresponding to the function entry is cached, and the function entry may be used to implement a corresponding function.
In order to introduce the technical scheme of the present disclosure in more detail, the following describes in detail an interactive processing procedure between a terminal and a server in the technical scheme of the present disclosure by using a specific embodiment.
As shown in fig. 2, when a terminal detects a page access request of a user for an APP, the terminal first obtains a user identifier, and sends the user identifier to a server, the server performs step S201, and distinguishes whether the user is a new user or an old user according to the user identifier (as shown in the figure, distinguishes the new user from the old user), if the user is the new user, the terminal device is notified that the user is the new user, the terminal performs step S202, and when a page is rendered according to obtained page data, a function entry in the page is hidden (as shown in the figure, the new user hides the function entry); then step S203 is executed, the server prepares to preload the resource (e.g. the background shown in the figure preloads the content that the user wants to see); then step S207 is executed, the server sorts the preloaded resources according to priority (as shown in the figure, the calculated content is sorted according to priority), when the preloading is ready, the terminal is notified, step S204 is executed by the terminal, the terminal guides the user to use the function according to the notification (as shown in the figure, the preloaded task is finished, the pop-up guide tells the user to use the function), then the terminal executes step S208, network state information is obtained, (as shown in the figure, network fluency is judged), if the network state is good, step S209 is executed, the terminal opens a plurality of preloaded tasks in a parallel loading manner (as shown in the figure, a plurality of preloaded tasks are opened in parallel), and the preloaded resources corresponding to the function entry are downloaded; if the network status is poor, step S210 is executed, and the terminal downloads the preloaded resource with higher priority (such as the serial priority loading high-priority task shown in the figure) by a serial loading manner. If the user is an old user, the server executes step S205 to determine a corresponding pre-loaded resource according to the historical browsing history of the user and the content that the user wants to push (as shown in the figure, a plurality of content that is not browsed is calculated according to the local historical browsing history and the content that is expected to be displayed online); step S206 is executed, the server determines the next preloaded resource corresponding to the user based on the currently determined preloaded resource (as shown in the figure, each time the user uses the function, the content expected to be browsed by the user next time is calculated and inserted into the preloaded queue); then, step S207 is executed, the server sorts the pre-loaded resources according to priority (for example, the calculated contents are sorted according to priority as shown in the figure), when the pre-loading is ready, the terminal is notified, then the terminal executes step S208 to obtain the network state information, (for example, the network fluency is judged as shown in the figure), if the network state is good, step S209 is executed, the terminal starts a plurality of pre-loaded tasks (for example, the plurality of pre-loaded tasks are started in parallel as shown in the figure) in a parallel loading manner, and the pre-loaded resources corresponding to the function entry are downloaded; if the network status is poor, step S210 is executed, and the terminal downloads the preloaded resource with higher priority (such as the serial priority loading high-priority task shown in the figure) by a serial loading manner. Since the preloaded resources of the function entry displayed to the user are already cached, when the user operates the function entry, the cached preloaded resources can be directly loaded and displayed to the user.
According to the page data processing method provided by the embodiment of the disclosure, when a page access request of a user is detected, page data corresponding to the page access request is obtained, and the page data is used for rendering page text content and function entries; hiding a function inlet in the page when rendering the page according to the page data; acquiring and caching preloaded resources corresponding to the hidden function entry; when the preloading resource cache is completed, the function entry is rendered in the page. According to the method and the device, when the page data is rendered according to the page access request of the user, the function entry in the page is firstly hidden, and when the preloading resource cache corresponding to the function entry is completed, the function entry is rendered again, so that the delayed display caused by the fact that the user operates the function entry of which the preloading resource is not cached can be avoided, and the user experience is improved.
Based on the same principle as the method shown in fig. 1, an embodiment of the present disclosure also provides a page data processing apparatus 30, as shown in fig. 3, where the page data processing apparatus 30 may include:
a first obtaining module 31, configured to obtain, when a page access request of a user is detected, page data corresponding to the page access request, where the page data is used to render page text content and a function entry;
a hiding module 32, configured to hide a function entry in a page when rendering the page according to the page data;
a second obtaining module 33, configured to obtain and cache the preloaded resource corresponding to the hidden function entry;
and the rendering module 34 is used for rendering the function entry in the page when the preloading resource cache is completed.
In a possible implementation manner, when detecting a page access request of a user, the page data processing apparatus 30 further includes a third obtaining module and a triggering module:
the third obtaining module is used for obtaining a user type identifier of the user according to the user identifier carried in the page access request, wherein the user type identifier is used for identifying whether the user is a user using the application for the first time;
and the triggering module is used for triggering the step of hiding the function entry in the page when the user type identifier represents that the user is the user using the application for the first time and the page is rendered according to the page data.
In one possible implementation, when the user type identifier indicates that the user is a user who does not use the application for the first time, the page data processing apparatus 30 further includes a display module for:
displaying a function entry in the page when rendering the page according to the page data;
when the triggering operation of the user for the function entry is detected, displaying the pre-loading resource corresponding to the function entry, wherein the pre-loading resource is pre-loaded in the cache based on the historical operation record data of the user.
In one possible implementation manner, the second obtaining module is configured to:
acquiring current network state information;
determining preloading mode information based on the current network state information, wherein the preloading mode information comprises parallel loading information or serial loading information;
and acquiring the pre-loading resource corresponding to the function entrance based on the identification information and the pre-loading mode information of the function entrance.
In a possible implementation manner, if the preloading mode information is serial loading information, the second obtaining module, when obtaining the preloading resource corresponding to the function entry based on the identification information and the preloading mode information of the function entry, is configured to:
sending a resource loading request to a server, wherein the resource loading request carries identification information and serial loading information of a function entry;
and receiving the preloaded resources matched with the identification information of the function entrance, which are returned by the server according to the serial loading information.
In one possible implementation, when rendering the function entry in the page, the page data processing apparatus 30 further includes a guidance module configured to:
a user guide to pop up the function portal, the user guide to guide the user to use the function portal.
The page data processing apparatus of the embodiments of the present disclosure may execute the page data processing method provided by the embodiments of the present disclosure, and the implementation principle is similar, the actions executed by each module in the page data processing apparatus of each embodiment of the present disclosure correspond to the steps in the page data processing method of each embodiment of the present disclosure, and for the detailed functional description of each module of the page data processing apparatus, reference may be specifically made to the description in the corresponding page data processing method shown in the foregoing, and details are not repeated here.
According to the page data processing device provided by the embodiment of the disclosure, when a page access request of a user is detected, page data corresponding to the page access request is acquired, and the page data is used for rendering page text content and function entries; hiding a function inlet in the page when rendering the page according to the page data; acquiring and caching preloaded resources corresponding to the hidden function entry; when the preloading resource cache is completed, the function entry is rendered in the page. According to the method and the device, when the page data is rendered according to the page access request of the user, the function entry in the page is firstly hidden, and when the preloading resource cache corresponding to the function entry is completed, the function entry is rendered again, so that the delayed display caused by the fact that the user operates the function entry of which the preloading resource is not cached can be avoided, and the user experience is improved.
Referring now to FIG. 4, a block diagram of an electronic device 600 suitable for use in implementing embodiments of the present disclosure is shown. The execution subject of the technical solution of the present disclosure may include, but is not limited to, a mobile terminal such as a mobile phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a vehicle-mounted terminal (e.g., a car navigation terminal), etc., and a stationary terminal such as a digital TV, a desktop computer, etc. The electronic device shown in fig. 4 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
The electronic device includes: a memory and a processor, wherein the processor may be referred to as the processing device 601 hereinafter, and the memory may include at least one of a Read Only Memory (ROM)602, a Random Access Memory (RAM)603 and a storage device 608 hereinafter, which are specifically shown as follows:
as shown in fig. 4, electronic device 600 may include a processing means (e.g., central processing unit, graphics processor, etc.) 601 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)602 or a program loaded from a storage means 608 into a Random Access Memory (RAM) 603. In the RAM 603, various programs and data necessary for the operation of the electronic apparatus 600 are also stored. The processing device 601, the ROM 602, and the RAM 603 are connected to each other via a bus 604. An input/output (I/O) interface 605 is also connected to bus 604.
In general, input devices 606 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc., output devices 607 including, for example, a liquid crystal display (L CD), speaker, vibrator, etc., storage devices 608 including, for example, magnetic tape, hard disk, etc., and communication devices 609.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program carried on a non-transitory computer readable medium, the computer program containing program code for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication means 609, or may be installed from the storage means 608, or may be installed from the ROM 602. The computer program, when executed by the processing device 601, performs the above-described functions defined in the methods of the embodiments of the present disclosure.
It should be noted that the computer readable medium in the present disclosure can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination 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 present 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 contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. 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, optical cables, RF (radio frequency), etc., 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 communications network). examples of communications networks include local area networks ("L AN"), wide area networks ("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 embodied in the electronic device; or may exist separately without being assembled 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: when a page access request of a user is detected, page data corresponding to the page access request is obtained, and the page data is used for rendering page text content and function entries; hiding a function inlet in the page when rendering the page according to the page data; acquiring and caching preloaded resources corresponding to the hidden function entry; when the preloading resource cache is completed, the function entry is rendered in the page. According to the method and the device, when the page data is rendered according to the page access request of the user, the function entry in the page is firstly hidden, and when the preloading resource cache corresponding to the function entry is completed, the function entry is rendered again, so that the delayed display caused by the fact that the user operates the function entry of which the preloading resource is not cached can be avoided, and the user experience is improved.
Computer program code for carrying out operations of the present disclosure may be written in any combination of 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 flowchart 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 modules or units described in the embodiments of the present disclosure may be implemented by software or hardware. Wherein the designation of a module or unit does not in some cases constitute a limitation of the unit itself.
For example, without limitation, exemplary types of hardware logic that may be used include Field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), systems on a chip (SOCs), complex programmable logic devices (CP L D), and so forth.
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. A 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 page data processing method, including:
when a page access request of a user is detected, acquiring page data corresponding to the page access request, wherein the page data is used for rendering page text content and a function entry;
hiding a function inlet in the page when rendering the page according to the page data;
acquiring and caching the pre-loaded resource corresponding to the hidden function entry;
rendering the function entry in the page when the pre-loaded resource cache is complete.
In one possible implementation, when a page access request of a user is detected, the method further includes:
acquiring a user type identifier of the user according to a user identifier carried in the page access request, wherein the user type identifier is used for identifying whether the user is a user using the application for the first time;
and when the user type identification represents that the user is the user using the application for the first time, triggering the step of hiding the function entry in the page when rendering the page according to the page data.
In one possible implementation, when the user type identifier indicates that the user is a user who does not use the application for the first time, the method further includes:
when a page is rendered according to the page data, displaying a function inlet in the page;
when the triggering operation of a user for the function entry is detected, displaying the preloading resource corresponding to the function entry, wherein the preloading resource is preloaded and cached on the basis of the historical operation record data of the user.
In a possible implementation manner, the obtaining of the preloaded resource corresponding to the hidden function entry includes:
acquiring current network state information;
determining preloading mode information based on the current network state information, wherein the preloading mode information comprises parallel loading information or serial loading information;
and acquiring the pre-loading resource corresponding to the function entrance based on the identification information of the function entrance and the pre-loading mode information.
In a possible implementation manner, if the preloading manner information is serial loading information, the obtaining the preloading resource corresponding to the function entry based on the identification information of the function entry and the preloading manner information includes:
sending a resource loading request to a server, wherein the resource loading request carries the identification information of the function entry and the serial loading information;
and receiving the preloaded resources matched with the identification information of the function entrance, which are returned by the server according to the serial loading information.
In one possible implementation, when rendering the function portal in the page, the method further includes:
a user guide to pop up the function portal, the user guide to guide a user to use the function portal.
According to one or more embodiments of the present disclosure, there is provided a page data processing apparatus including:
the system comprises a first acquisition module, a second acquisition module and a function entry module, wherein the first acquisition module is used for acquiring page data corresponding to a page access request when the page access request of a user is detected, and the page data is used for rendering page text content and a function entry;
the hiding module is used for hiding the function entrance in the page when the page is rendered according to the page data;
the second acquisition module is used for acquiring the pre-loaded resource corresponding to the hidden function entry and caching the pre-loaded resource;
and the rendering module is used for rendering the function entry in the page when the preloading resource cache is completed.
In a possible implementation manner, when a page access request of a user is detected, the page data processing apparatus further includes a third obtaining module and a triggering module:
the third obtaining module is configured to obtain a user type identifier of the user according to a user identifier carried in the page access request, where the user type identifier is used to identify whether the user is a user using the application for the first time;
and the triggering module is used for triggering the step of hiding the function entry in the page when the page is rendered according to the page data when the user type identifier represents that the user is the user using the application for the first time.
In a possible implementation manner, when the user type identifier indicates that the user is a user who does not use the application for the first time, the page data processing apparatus further includes a display module configured to:
when a page is rendered according to the page data, displaying a function inlet in the page;
when the triggering operation of a user for the function entry is detected, displaying the preloading resource corresponding to the function entry, wherein the preloading resource is preloaded and cached on the basis of the historical operation record data of the user.
In a possible implementation manner, the second obtaining module is configured to:
acquiring current network state information;
determining preloading mode information based on the current network state information, wherein the preloading mode information comprises parallel loading information or serial loading information;
and acquiring the pre-loading resource corresponding to the function entrance based on the identification information of the function entrance and the pre-loading mode information.
In a possible implementation manner, if the preloading manner information is serial loading information, the second obtaining module, when obtaining the preloading resource corresponding to the function entry based on the identification information of the function entry and the preloading manner information, is configured to:
sending a resource loading request to a server, wherein the resource loading request carries the identification information of the function entry and the serial loading information;
and receiving the preloaded resources matched with the identification information of the function entrance, which are returned by the server according to the serial loading information.
In one possible implementation manner, when rendering the function entry in the page, the page data processing apparatus further includes a guidance module configured to:
a user guide to pop up the function portal, the user guide to guide a user to use the function portal.
In accordance with one or more embodiments of the present disclosure, there is provided an electronic device including:
one or more processors;
a memory;
one or more applications, wherein the one or more applications are stored in the memory and configured to be executed by the one or more processors, the one or more programs configured to: and executing the page data processing method.
According to one or more embodiments of the present disclosure, there is provided a computer-readable medium for storing computer instructions which, when executed on a computer, cause the computer to perform the page data processing method.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure herein is not limited to the particular combination of features described above, but also encompasses other embodiments in which any combination of the features described above or their equivalents does not depart from the spirit of the disclosure. For example, the above features and (but not limited to) the features disclosed in this disclosure having similar functions are replaced with each other to form the technical solution.
Further, while operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

Claims (10)

1. A page data processing method is characterized by comprising the following steps:
when a page access request of a user is detected, acquiring page data corresponding to the page access request, wherein the page data is used for rendering page text content and a function entry;
hiding a function inlet in the page when rendering the page according to the page data;
acquiring and caching the pre-loaded resource corresponding to the hidden function entry;
rendering the function entry in the page when the pre-loaded resource cache is complete.
2. The page data processing method according to claim 1, wherein when a page access request of a user is detected, the method further comprises:
acquiring a user type identifier of the user according to a user identifier carried in the page access request, wherein the user type identifier is used for identifying whether the user is a user using the application for the first time;
and when the user type identification represents that the user is the user using the application for the first time, triggering the step of hiding the function entry in the page when rendering the page according to the page data.
3. The page data processing method according to claim 2, wherein when said user type identifier indicates that said user is a non-first-use application user, said method further comprises:
when a page is rendered according to the page data, displaying a function inlet in the page;
when the triggering operation of a user for the function entry is detected, displaying the preloading resource corresponding to the function entry, wherein the preloading resource is preloaded and cached on the basis of the historical operation record data of the user.
4. The method for processing page data according to claim 2 or 3, wherein the obtaining of the preloaded resource corresponding to the hidden function entry includes:
acquiring current network state information;
determining preloading mode information based on the current network state information, wherein the preloading mode information comprises parallel loading information or serial loading information;
and acquiring the pre-loading resource corresponding to the function entrance based on the identification information of the function entrance and the pre-loading mode information.
5. The method for processing page data according to claim 4, wherein if the preloading mode information is serial loading information, the obtaining of the preloading resource corresponding to the function entry based on the identification information of the function entry and the preloading mode information includes:
sending a resource loading request to a server, wherein the resource loading request carries the identification information of the function entry and the serial loading information;
and receiving the preloaded resources matched with the identification information of the function entrance, which are returned by the server according to the serial loading information.
6. The page data processing method according to claim 1, wherein when rendering the function entry in the page, the method further comprises:
a user guide to pop up the function portal, the user guide to guide a user to use the function portal.
7. A page data processing apparatus, characterized in that the apparatus comprises:
the system comprises a first acquisition module, a second acquisition module and a function entry module, wherein the first acquisition module is used for acquiring page data corresponding to a page access request when the page access request of a user is detected, and the page data is used for rendering page text content and a function entry;
the hiding module is used for hiding the function entrance in the page when the page is rendered according to the page data;
the second acquisition module is used for acquiring the pre-loaded resource corresponding to the hidden function entry and caching the pre-loaded resource;
and the rendering module is used for rendering the function entry in the page when the preloading resource cache is completed.
8. The page data processing apparatus according to claim 7, wherein when a page access request of a user is detected, the apparatus further comprises a third obtaining module and a triggering module:
the third obtaining module is configured to obtain a user type identifier of the user according to a user identifier carried in the page access request, where the user type identifier is used to identify whether the user is a user using the application for the first time;
and the triggering module is used for triggering the step of hiding the function entry in the page when the page is rendered according to the page data when the user type identifier represents that the user is the user using the application for the first time.
9. An electronic device, comprising:
one or more processors;
a memory;
one or more applications, wherein the one or more applications are stored in the memory and configured to be executed by the one or more processors, the one or more programs configured to: executing the page data processing method according to any one of claims 1 to 6.
10. A computer-readable medium for storing computer instructions which, when executed on a computer, cause the computer to perform the page data processing method of any one of claims 1 to 6.
CN202010296369.7A 2020-04-15 2020-04-15 Page data processing method, device, electronic equipment and readable medium Active CN111488185B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010296369.7A CN111488185B (en) 2020-04-15 2020-04-15 Page data processing method, device, electronic equipment and readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010296369.7A CN111488185B (en) 2020-04-15 2020-04-15 Page data processing method, device, electronic equipment and readable medium

Publications (2)

Publication Number Publication Date
CN111488185A true CN111488185A (en) 2020-08-04
CN111488185B CN111488185B (en) 2023-06-06

Family

ID=71794906

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010296369.7A Active CN111488185B (en) 2020-04-15 2020-04-15 Page data processing method, device, electronic equipment and readable medium

Country Status (1)

Country Link
CN (1) CN111488185B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111930447A (en) * 2020-08-07 2020-11-13 北京字节跳动网络技术有限公司 Data management method, system, electronic device and computer readable storage medium
CN112115396A (en) * 2020-09-21 2020-12-22 北京达佳互联信息技术有限公司 Webpage rendering method, device, equipment and storage medium
CN112559086A (en) * 2020-12-25 2021-03-26 北京百度网讯科技有限公司 Applet page rendering method and device, electronic equipment and readable storage medium
CN113485778A (en) * 2021-06-25 2021-10-08 青岛海尔科技有限公司 Page data processing method and device, storage medium and electronic device
CN113885967A (en) * 2021-10-22 2022-01-04 北京字跳网络技术有限公司 Method, device, equipment and medium for starting small program

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150169154A1 (en) * 2013-12-16 2015-06-18 Google Inc. User interface for an application displaying pages
US9104664B1 (en) * 2011-10-07 2015-08-11 Google Inc. Access to search results
CN105893624A (en) * 2016-04-29 2016-08-24 珠海市魅族科技有限公司 Method and system for displaying data
CN105981014A (en) * 2014-02-14 2016-09-28 三星电子株式会社 Webpage navigation method, mobile terminal using the same, and a web navigation computer program
CN107122192A (en) * 2017-04-27 2017-09-01 北京三快在线科技有限公司 Webpage view methods of exhibiting, device, computing device and storage medium
CN107153498A (en) * 2016-03-30 2017-09-12 阿里巴巴集团控股有限公司 A kind of page processing method, device and intelligent terminal
CN110221884A (en) * 2019-04-18 2019-09-10 深圳壹账通智能科技有限公司 Page generation method, device, electronic equipment and computer storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9104664B1 (en) * 2011-10-07 2015-08-11 Google Inc. Access to search results
US20150169154A1 (en) * 2013-12-16 2015-06-18 Google Inc. User interface for an application displaying pages
CN105981014A (en) * 2014-02-14 2016-09-28 三星电子株式会社 Webpage navigation method, mobile terminal using the same, and a web navigation computer program
CN107153498A (en) * 2016-03-30 2017-09-12 阿里巴巴集团控股有限公司 A kind of page processing method, device and intelligent terminal
CN105893624A (en) * 2016-04-29 2016-08-24 珠海市魅族科技有限公司 Method and system for displaying data
CN107122192A (en) * 2017-04-27 2017-09-01 北京三快在线科技有限公司 Webpage view methods of exhibiting, device, computing device and storage medium
CN110221884A (en) * 2019-04-18 2019-09-10 深圳壹账通智能科技有限公司 Page generation method, device, electronic equipment and computer storage medium

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111930447A (en) * 2020-08-07 2020-11-13 北京字节跳动网络技术有限公司 Data management method, system, electronic device and computer readable storage medium
CN112115396A (en) * 2020-09-21 2020-12-22 北京达佳互联信息技术有限公司 Webpage rendering method, device, equipment and storage medium
CN112115396B (en) * 2020-09-21 2024-04-02 北京达佳互联信息技术有限公司 Webpage rendering method, device, equipment and storage medium
CN112559086A (en) * 2020-12-25 2021-03-26 北京百度网讯科技有限公司 Applet page rendering method and device, electronic equipment and readable storage medium
CN112559086B (en) * 2020-12-25 2023-07-25 北京百度网讯科技有限公司 Applet page rendering method and device, electronic equipment and readable storage medium
CN113485778A (en) * 2021-06-25 2021-10-08 青岛海尔科技有限公司 Page data processing method and device, storage medium and electronic device
CN113485778B (en) * 2021-06-25 2023-06-13 青岛海尔科技有限公司 Page data processing method and device, storage medium and electronic device
CN113885967A (en) * 2021-10-22 2022-01-04 北京字跳网络技术有限公司 Method, device, equipment and medium for starting small program
CN113885967B (en) * 2021-10-22 2024-02-13 北京字跳网络技术有限公司 Method, device, equipment and medium for starting applet

Also Published As

Publication number Publication date
CN111488185B (en) 2023-06-06

Similar Documents

Publication Publication Date Title
CN111488185A (en) Page data processing method and device, electronic equipment and readable medium
CN111510760B (en) Video information display method and device, storage medium and electronic equipment
CN111368185B (en) Data display method and device, storage medium and electronic equipment
CN110516159B (en) Information recommendation method and device, electronic equipment and storage medium
CN110781373B (en) List updating method and device, readable medium and electronic equipment
CN110471709B (en) Method, device, medium and electronic equipment for accelerating webpage opening speed
CN111400625B (en) Page processing method and device, electronic equipment and computer readable storage medium
CN111163324B (en) Information processing method and device and electronic equipment
CN110658960A (en) Message processing method and device and electronic equipment
CN112528595A (en) Document processing method and device and electronic equipment
CN110633434A (en) Page caching method and device, electronic equipment and storage medium
CN111596991A (en) Interactive operation execution method and device and electronic equipment
CN112183045A (en) Online document processing method and device and electronic equipment
CN110825481A (en) Method and device for displaying page information corresponding to page tag and electronic equipment
CN110633433A (en) Page caching method and device, electronic equipment and storage medium
CN112256372A (en) Information processing method and device and electronic equipment
CN111797353A (en) Information pushing method and device and electronic equipment
CN112307393A (en) Information issuing method and device and electronic equipment
CN114063795A (en) Interaction method, interaction device, electronic equipment and storage medium
CN113779461A (en) Data loading method and device and electronic equipment
CN112822328A (en) Data display method and device and electronic equipment
CN111240758A (en) Material display method and device, electronic equipment and storage medium
CN111353296A (en) Article processing method and device, electronic equipment and computer-readable storage medium
CN112306596A (en) Information interaction method and device and electronic equipment
US11423109B2 (en) Information processing method, server and computer program product

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
CB02 Change of applicant information

Address after: 100041 B-0035, 2 floor, 3 building, 30 Shixing street, Shijingshan District, Beijing.

Applicant after: Tiktok vision (Beijing) Co.,Ltd.

Address before: 100041 B-0035, 2 floor, 3 building, 30 Shixing street, Shijingshan District, Beijing.

Applicant before: BEIJING BYTEDANCE NETWORK TECHNOLOGY Co.,Ltd.

Address after: 100041 B-0035, 2 floor, 3 building, 30 Shixing street, Shijingshan District, Beijing.

Applicant after: Douyin Vision Co.,Ltd.

Address before: 100041 B-0035, 2 floor, 3 building, 30 Shixing street, Shijingshan District, Beijing.

Applicant before: Tiktok vision (Beijing) Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant