CN112181242B - Page display method and device - Google Patents

Page display method and device Download PDF

Info

Publication number
CN112181242B
CN112181242B CN201910596859.6A CN201910596859A CN112181242B CN 112181242 B CN112181242 B CN 112181242B CN 201910596859 A CN201910596859 A CN 201910596859A CN 112181242 B CN112181242 B CN 112181242B
Authority
CN
China
Prior art keywords
identifier
data
hash table
page
state
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
CN201910596859.6A
Other languages
Chinese (zh)
Other versions
CN112181242A (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 Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and 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 Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN201910596859.6A priority Critical patent/CN112181242B/en
Publication of CN112181242A publication Critical patent/CN112181242A/en
Application granted granted Critical
Publication of CN112181242B publication Critical patent/CN112181242B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/16Arrangements for providing special services to substations
    • H04L12/18Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
    • H04L12/1813Arrangements for providing special services to substations for broadcast or conference, e.g. multicast for computer conferences, e.g. chat rooms
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • H04L51/043Real-time or near real-time messaging, e.g. instant messaging [IM] using or handling presence information

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Mining & Analysis (AREA)
  • Multimedia (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the invention provides a page display method and a page display device, wherein an electronic device sends a first request for requesting to display first data on a first page to a service, a server determines a first identifier and a first sub identifier required for displaying the first data on the first page according to the first request, and then sends the first identifier and the first sub identifier to the electronic device, so that the electronic device determines a first hash table from a hash table set according to the first identifier, determines a first state from the first hash table according to the first sub identifier, and then displays the first data on the first page according to the first state. In the process, the electronic equipment displays the data by inquiring the hash table without judging the conditional statements, and even if the same data is displayed on a plurality of pages, the judgment of the conditional statements on each page is not required, so that the page display accuracy is improved.

Description

Page display method and device
Technical Field
The embodiment of the invention relates to the technical field of page display, in particular to a page display method and device.
Background
With the rapid development of mobile internet technology, electronic devices such as mobile phones are becoming essential tools in people's lives, and users can use the electronic devices to perform social contact, shopping, learning, entertainment and the like.
When a user accesses the Internet by using the electronic equipment, the electronic equipment acquires data such as characters and images from the server and presents the data to the user through a screen of the electronic equipment. The operational effect and the like of different data are different for the user. Taking a group chat page of a chat tool as an example, in the group chat process, data displayed on the group chat page comprises voice, characters or pictures sent by a group chat user, voice, characters or links input by a local user and the like. When the electronic device displays the data, the electronic device needs to perform some logic processing on the data, so that different operation effects can be obtained when a user operates different data. For example, for a voice sent by a group chat user, a local user may play the voice by clicking the voice, or collect the voice, but cannot withdraw the voice; for the characters sent by the local user, the local user can copy, translate and the like by clicking the characters, and can also perform withdrawal operation within a certain time. Here, the state of data may be understood as play, delete, recall, copy, translation, and the like, and whether play, delete, recall, copy, translation, and the like may be understood as data behavior. Obviously, in order to obtain the behavior corresponding to each state, multiple judgment statements need to be written, and the more states, the more condition judgment statements need to be written, which further results in the need to write numerous condition judgment voices for each page.
In the page display process, different pages may use the same state, and if the behavior of the state changes, the conditional statements of the page using the state need to be modified, so that the modification speed is slow, and errors are easy to occur, and further, errors are easy to occur when the page is displayed.
Disclosure of Invention
The embodiment of the invention provides a page display method and device, a plurality of states are managed through a hash table, when one state changes, only the hash table to which the state belongs needs to be modified, condition judgment statements do not need to be written for each page, and the page display accuracy is improved.
In a first aspect, an embodiment of the present invention provides a page display method, including:
sending a first request to a server, wherein the first request is used for requesting to show first data on a first page of an application program;
receiving a first identifier and a first sub-identifier from the server, wherein the first identifier is used for indicating a first hash table corresponding to the first data in a hash table set, the first sub-identifier is used for indicating a first state in the first hash table, and different hash tables in the hash table set are used for storing behaviors corresponding to different types of states;
acquiring the first state according to the first identifier and the first sub identifier;
displaying first data on the first page, the first data displayed on the first page having the first state.
In one possible design, the presenting first data on the first page, the first data presented on the first page having the first state, includes:
determining a first behavior allowing a user to operate the first data according to the first state;
displaying the first data on the first page according to the first behavior.
In one possible design, the presenting first data on the first page, the first data presented on the first page having the first state, includes:
receiving a second identifier and a second sub-identifier from the server, wherein the second identifier is used for indicating a second hash table corresponding to the first data in the hash table set, the second sub-identifier is used for indicating a second state in the second hash table, and the second hash table and the first hash table are associated hash tables;
determining a first behavior allowing a user to operate the first data according to the first state;
determining a second behavior allowing a user to operate the first data according to the second state;
displaying the first data on the first page according to the first behavior and the second behavior.
In one possible design, the presenting the first data on the first page according to the first behavior and the second behavior includes:
performing a logical operation on the first behavior and the second behavior, the logical operation comprising any one of: logical AND, logical OR, logical NOT;
and displaying the first data on the first page according to the result of the logic operation.
In one possible design, the method further includes:
sending a second request to the server, wherein the second request is used for requesting to display the first data on a second page;
receiving a third identifier and a third sub-identifier from the server, wherein the third identifier is different from the first identifier, and the third sub-identifier is the same as or different from the first sub-identifier;
acquiring a third state according to the third identifier and the third sub-identifier;
displaying the first data on the second page, the first data displayed on the second page having the third state.
In one possible design, the method further includes:
performing at least one of the following operations on the hash table set: deleting the hash table, modifying the hash table or adding the hash table; and/or, performing at least one of the following operations on the hash table: delete state, modify state, or add state.
In a second aspect, an embodiment of the present invention provides a page display method, including:
receiving a first request sent by electronic equipment, wherein the first request is used for requesting to show first data on a first page of an application program;
determining a first identifier and a first sub-identifier according to the first data, wherein the first identifier is used for indicating a first hash table corresponding to the first data in a hash table set, the first sub-identifier is used for indicating a first state in the first hash table, and different hash tables in the hash table set are used for storing behaviors corresponding to different types of states;
and sending the first identifier and the first sub identifier to the electronic equipment.
In a possible design, before the receiving the first request sent by the electronic device, the method further includes:
determining a hash table set corresponding to the application program, wherein different hash tables in the hash table set are used for storing behaviors corresponding to different types of states, and the different types of states;
and generating the application program according to the hash table set.
In a third aspect, an embodiment of the present invention provides a page display apparatus, including:
the sending unit is used for sending a first request to the server, wherein the first request is used for requesting to display first data on a first page of an application program;
a receiving unit, configured to receive a first identifier and a first sub-identifier from the server, where the first identifier is used to indicate a first hash table corresponding to the first data in a hash table set, the first sub-identifier is used to indicate a first state in the first hash table, and different hash tables in the hash table set are used to store behaviors corresponding to different types of states;
the processing unit is used for acquiring the first state according to the first identifier and the first sub identifier;
the display unit is used for displaying first data on the first page, and the first data displayed on the first page has the first state.
In one possible design, the processing unit is further configured to determine, according to the first state, a first behavior that allows a user to manipulate the first data;
the display unit is used for displaying the first data on the first page according to the first behavior.
In a possible design, the receiving unit is further configured to receive a second identifier and a second sub-identifier from the server, where the second identifier is used to indicate a second hash table corresponding to the first data in the hash table set, and the second sub-identifier is used to indicate a second state in the second hash table, where the second hash table and the first hash table are associated hash tables;
the processing unit is further configured to determine, according to the first state, a first behavior that allows a user to operate the first data, and determine, according to the second state, a second behavior that allows the user to operate the first data;
the display unit is used for displaying the first data on the first page according to the first behavior and the second behavior.
In one possible design, the processing unit is further configured to perform a logic operation on the first behavior and the second behavior, where the logic operation includes any one of: logical AND, logical OR, logical NOT;
the display unit is used for displaying the first data on the first page according to the result of the logic operation.
In a possible design, the sending unit is further configured to send a second request to the server, where the second request is used to request that the first data be displayed on a second page;
the receiving unit is further configured to receive a third identifier and a third sub identifier from the server, where the third identifier is different from the first identifier, and the third sub identifier is the same as or different from the first sub identifier;
the processing unit is further configured to obtain a third state according to the third identifier and the third sub-identifier;
the display unit is further configured to display the first data on the second page, where the first data displayed on the second page has the third state.
In one possible design, the processing unit is further configured to perform at least one of the following operations on the hash table set: deleting the hash table, modifying the hash table or adding the hash table; and/or, performing at least one of the following operations on the hash table: delete state, modify state, or add state.
In a fourth aspect, an embodiment of the present invention provides a page display apparatus, including:
the device comprises a receiving unit, a processing unit and a display unit, wherein the receiving unit is used for receiving a first request sent by electronic equipment, and the first request is used for requesting to display first data on a first page of an application program;
a processing unit, configured to determine a first identifier and a first sub-identifier according to the first data, where the first identifier is used to indicate a first hash table corresponding to the first data in a hash table set, the first sub-identifier is used to indicate a first state in the first hash table, and different hash tables in the hash table set are used to store behaviors corresponding to different types of states;
a sending unit, configured to send the first identifier and the first sub-identifier to the electronic device.
In a feasible design, the processing unit is further configured to determine a hash table set corresponding to the application program, where different hash tables in the hash table set are used to store behaviors corresponding to different types of states, and the different types of states generate the application program according to the hash table set.
In a fifth aspect, an embodiment of the present invention provides an electronic device, which includes a processor, a memory, and a computer program stored in the memory and executable on the processor, and the processor executes the computer program to implement the method according to the first aspect or the various possible implementations of the first aspect.
In a sixth aspect, embodiments of the present invention provide a server, including a processor, a memory, and a computer program stored on the memory and executable on the processor, where the processor executes the computer program to implement the method according to the second aspect or various possible implementations of the second aspect.
In a seventh aspect, an embodiment of the present invention provides a storage medium, where instructions are stored, and when the instructions are executed on an electronic device, the electronic device is caused to perform the method according to the first aspect or the various possible implementations of the first aspect.
In an eighth aspect, embodiments of the present invention provide a storage medium having stored therein instructions that, when executed on a server, cause the server to perform a method as set forth in the second aspect or various possible implementations of the second aspect.
In a ninth aspect, an embodiment of the present invention provides a computer program product, where the computer program product includes: a computer program, stored in a readable storage medium, from which at least one processor of an electronic device can read the computer program, execution of the computer program by the at least one processor causing the electronic device to perform the method of the first aspect.
In a tenth aspect, an embodiment of the present invention provides a computer program product, where the computer program product includes: a computer program, stored in a readable storage medium, from which at least one processor of an electronic device can read the computer program, execution of the computer program by the at least one processor causing a server to perform the method of the first aspect.
According to the page display method and device provided by the embodiment of the invention, the electronic equipment sends a first request for requesting to display first data on a first page to the service, the server determines a first identifier and a first sub identifier required for displaying the first data on the first page according to the first request, and then sends the first identifier and the first sub identifier to the electronic equipment, so that the electronic equipment determines a first hash table from the hash table set according to the first identifier, determines a first state from the first hash table according to the first sub identifier, and then displays the first data on the first page according to the first state. In the process, the electronic equipment displays the data by inquiring the hash table without judging the conditional statements, and even if the same data is displayed on a plurality of pages, the judgment of the conditional statements on each page is not required, so that the page display accuracy is improved. In addition, a plurality of states are managed through the hash table, when one state changes, only the hash table corresponding to the state needs to be modified, condition judgment statements do not need to be written for each page, and the page display accuracy is further improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a schematic diagram of an operating environment of a page display method according to an embodiment of the present invention;
FIG. 2 is a flowchart of a page display method according to an embodiment of the present invention;
fig. 3 is a schematic diagram of an intermediate management apparatus to which a page display method according to an embodiment of the present invention is applied;
fig. 4 is a schematic structural diagram of a page displaying apparatus according to an embodiment of the present invention;
FIG. 5 is a schematic structural diagram of another page displaying apparatus according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of another page displaying apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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 some, but not all, embodiments of the present invention. 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.
At present, users in all industries can not leave the electronic equipment, and the users in all industries perform different activities through application programs (APP) and the like on the electronic equipment. For example, ordinary users utilize APP to socialize, shop, learn, or entertain; professional development and the like are carried out by professional personnel by utilizing APP. Generally, a process of using APP by a user can be regarded as a process of requesting data from a server through an electronic device and displaying the data. The data is, for example, pictures, text, voice, links, video, and the like. The operational effect and the like of different data are different for the user. Taking a chat tool as an example, a local user sends a message to a friend, and the message can be deleted or withdrawn within a specified time; on the chat tool interface of the friend, the message can be copied, translated, deleted and the like by long pressing, but the revocation operation cannot be carried out. The states of the data can be understood as play, delete, withdraw, copy, and translate, and whether play, delete, withdraw, copy, and translate can be understood as behaviors corresponding to the states. Obviously, in order to obtain behaviors corresponding to each state, multiple judgment statements need to be written for the chat tool, and the more states, the more conditional judgment statements need to be written, which further results in the need to write numerous conditional judgment voices for each page.
In the page display process, different pages may use the same state, and if the behavior of the state changes, the conditional statements of the page using the state need to be modified, so that the modification speed is slow, and errors are easy to occur, and further, errors are easy to occur when the page is displayed.
In view of this, embodiments of the present invention provide a page display method and apparatus, where a plurality of states are managed by hash tables, and when one state changes, only the hash table corresponding to the state needs to be modified, and a condition judgment statement does not need to be written for each page, so as to improve the page display accuracy.
Fig. 1 is a schematic view of an operating environment of a page display method according to an embodiment of the present invention. Referring to fig. 1, an electronic device establishes a network connection with a server, acquires an application program from the server, requests data from the server by using the application program, and displays the data, where an installation package of the application program carries a hash table set, and the hash table set includes a plurality of hash tables. Different hash tables in the set of hash tables are used to store different types of behavior for the state. For example, if the application is an APP for a professional development user, the hash table included in the hash table set corresponding to the APP may store a behavior of a state of a frame type, where the included state may be an Application Programming Interface (API), machine learning, software-as-a-service (SaaS), and the like, and the behavior of the API may be, for example, developable (develop _ available: 'true') or deletable (delete _ available: 'true'); SaaS can be developed (develop _ available: 'true'), deleted (delete _ available: 'true'), saved (save _ available: 'true'), and the like. For another example, if the application is an APP for a general user, the hash packet included in the hash table set corresponding to the APP may store a behavior of a state of the operation type, where the included state may be deletion, revocation, duplication, playing, translation, and the like, the deleted behavior is, for example, undeletable ("false"), and the duplicated behavior is, for example, duplicable ("true").
The server determines a hash table set corresponding to the APP, different hash tables in the hash table set are used for storing behaviors corresponding to different types of states, the different types of states generate the application program according to the hash table set. And then, downloading the APP to the electronic equipment for the user to use. If a certain state in the hash table needs to be modified, the corresponding hash table in the hash set is modified, the modification can be that research and development personnel release a new version after modification, and a user downloads the APP of the new version and also starts to open the hash table set for the user to modify by himself. In the modification process, condition judgment statements do not need to be written for each page, so that the page display accuracy can be improved. Next, an embodiment of the present invention will be described in detail with reference to fig. 1. For example, see fig. 2.
Fig. 2 is a flowchart of a page display method according to an embodiment of the present invention. The present embodiment describes the page display method in detail from the perspective of an electronic device, and the present embodiment includes:
101. the electronic equipment sends a first request to the server, wherein the first request is used for requesting to show first data on a first page of the application program.
Correspondingly, the server receives the first request sent by the electronic equipment;
illustratively, when the user uses the APP, a first request can be sent to the server through operations of inputting characters, inputting voice, sliding and the like so as to request to display first data on the first page. For example, a user clicks an APP on a desktop to request to enter a home page of the APP, and the first data may be any data of the home page of the APP; for another example, the user inputs a voice in a voice input field of the chat software to request to send the voice to a friend or the like, and the first data may be the voice or the like.
102. And the server determines a first identifier and a first sub identifier according to the first data.
The first identifier is used for indicating a first hash table corresponding to the first data in a hash table set, the first sub-identifier is used for indicating a first state in the first hash table, and different hash tables in the hash table set are used for storing behaviors corresponding to different types of states;
for example, the number of hash tables in a hash table set corresponding to an APP may be multiple, each hash table is used to store behaviors of a class of state, a hash table may contain multiple states, and a behavior of a state is used to indicate whether a user may execute a certain state on first data. For example, if the state is replication, then the behavior is replication; if the state is API, the behavior is developable, deletable, not storable, etc.
The first page may display a plurality of data, for example, APP for a user, where the data includes pictures, voices, words, links, and any one of the data may be used in a plurality of states, which is hereinafter referred to as a first data. The hash tables in the hash table set corresponding to the APP are multiple, and one hash table may contain multiple states, so that the server needs to determine the identifier of the hash table used for displaying the first data and the identifier of the specific state in the hash table.
The states in a hash table may be mutually exclusive or parallel. For example, if the hash table indicated by the first identifier sent by the server is the above hash table including API, SaaS, and machine learning, the first sub-identifier may be only one of API, SaaS, and machine learning, and two first sub-identifiers may not be present, that is, the state used by the first data may not have both API and SaaS or machine learning. For another example, if the hash table indicated by the first identifier sent by the server is the above hash table containing deletion, revocation, duplication, and the like, the first sub-identifier may be a plurality of identifiers, such as identifiers corresponding to "deletion" and "duplication", respectively.
103. And the server sends the first identifier and the first sub identifier to the electronic equipment.
And after determining the first identifier and the first sub-identifier, the server sends the first identifier and the first sub-identifier to the electronic equipment.
104. And acquiring the first state according to the first identifier and the first sub identifier.
105. Displaying first data on the first page, the first data displayed on the first page having the first state.
Illustratively, after obtaining the first identifier and the first sub-identifier, the electronic device queries the hash table set to determine a first state, and then displays the first data on the first page according to the first state. For example, the electronic device may not need to determine the first behavior for the first state that allows the user to operate the first data, but directly expose the first state, for example, if the first sub identifier is an API, the electronic device exposes the API on the screen. For another example, after determining, according to the first state, a first behavior allowing the user to operate the first data, the electronic device may display the first state according to the first behavior, for example, if the first sub-identifier is an API, and if determining, according to the first state, that the first behavior allowing the user to operate the first data is developable, the electronic device displays the first data with the development interface; for another example, if the first sub-identifier is "revoke", and the electronic device determines that the behavior of allowing the user to operate the first data is "revocable", the "revoke" button appears when the user presses the first data, and the first data can be revoked when the user clicks the "revoke" button.
According to the page display method provided by the embodiment of the invention, the electronic equipment sends a first request for requesting to display first data on a first page to the service, the server determines a first identifier and a first sub identifier required for displaying the first data on the first page according to the first request, and then sends the first identifier and the first sub identifier to the electronic equipment, so that the electronic equipment determines a first hash table from a hash table set according to the first identifier, determines a first state from the first hash table according to the first sub identifier, and then displays the first data on the first page according to the first state. In the process, the electronic equipment displays the data by inquiring the hash table without judging the conditional statements, and even if the same data is displayed on a plurality of pages, the judgment of the conditional statements on each page is not required, so that the page display accuracy is improved. In addition, a plurality of states are managed through the hash table, when one state changes, only the hash table corresponding to the state needs to be modified, condition judgment statements do not need to be written for each page, and the page display accuracy is further improved.
In the above embodiment, an intermediate management device may be disposed on the electronic device to process each state required for displaying the first data. For example, referring to fig. 3, fig. 3 is a schematic view of an intermediate management apparatus to which a page display method provided by the embodiment of the present invention is applied. Referring to fig. 3, the intermediate management apparatus 100 includes a state management container 11, a converter 12, and a determiner 13. The state management container 11 is used for storing each hash table in the hash table set; different hash (hash) tables are used to store different types of behavior of states, where the types can be understood as different service scenarios, different function scenarios, and the like.
The converter 12 is configured to receive a first identifier and a first sub-identifier sent by the server, where the first identifier is an identifier of a hash table in the hash table set, and the first sub-identifier is an identifier of a state in a specific hash table. After receiving the first identifier and the first sub-identifier, the converter 12 determines a first hash table according to the first identifier, and determines a specific state from the first hash table according to the first identifier. Then, the converter 12 may directly output the first state corresponding to the first sub-identifier, so that the electronic device presents the first data according to the first state. Alternatively, the converter 12 may not directly output the first status, but may send the first status to the determiner 13, and the determiner 13 may perform multiple types of determination according to a specific service scenario.
In the above embodiment, since there are a plurality of hash tables in one hash table set, there are a plurality of states in one hash table. When the first data is displayed, multiple hash tables may be used, and at this time, the server needs to send multiple first identifiers and multiple second identifiers to the electronic device. This will be described in detail below.
In a practical design, the electronic device
Presenting first data on the first page, the first data presented on the first page having the first state, including: receiving a second identifier and a second sub-identifier from the server, wherein the second identifier is used for indicating a second hash table corresponding to the first data in the hash table set, the second sub-identifier is used for indicating a second state in the second hash table, and the second hash table and the first hash table are associated hash tables; determining a first behavior allowing a user to operate the first data according to the first state; determining a second behavior allowing a user to operate the first data according to the second state; displaying the first data on the first page according to the first behavior and the second behavior.
Illustratively, the first hash table contains states including API, machine learning and SaaS, and the second hash table contains states of running, stop and hibernation. If the first hash table and the second hash table are needed to be used when the first data are displayed, the server needs to send the identifications of the two hash tables and the identifications of the states respectively used in the two hash tables to the electronic equipment, the electronic equipment determines corresponding allowed user operation behaviors according to the identifications of the states, and then the data are displayed according to the behaviors. For example, if the first sub-identifier sent by the server includes an API and an in-operation, a first behavior of the API that allows a user to operate may be deleted and developed, and a corresponding behavior in the in-operation is not deletable and developed, then performing a logical and operation on the behaviors corresponding to the two states results in that: when the first data is displayed, the first data belongs to the API running state, and can not be deleted but can be developed.
In this embodiment, when the same data is displayed and used in multiple hash tables, the server is required to send the identifier of each hash table and the identifier of the state used for displaying the data in each hash table to the electronic device, so as to achieve the purpose of displaying the data.
In the above embodiment, when one display shows that the same data is used for multiple hash tables, the states used by the hash tables need to be logically operated to determine the final display effect. Wherein, the logic operation comprises logic AND, logic OR, logic NOT and so on.
In the above embodiment, when multiple pages are displayed, the first data may need to be displayed. In the following, how different pages show the same data will be explained in detail.
In a possible design, the electronic device sends a second request to the server, where the second request is used to request to display a second page, and the first data is displayed on the second page according to the first state.
For example, when the second page and the first page both need to display the first data, since the first data is already displayed on the first page before, the electronic device only needs to directly display the first data on the second page according to the corresponding first state when the first data is displayed on the first page. This situation applies to a scenario in which, when the first data is displayed on the first page and the second page, the hash table and the state required for the first data are the same.
In another possible implementation manner, the electronic device sends a second request to the server, where the second request is used to request that the first data is displayed on a second page; receiving a third identifier and a third sub-identifier from the server, wherein the third identifier is different from the first identifier, and the third sub-identifier is the same as or different from the first sub-identifier; acquiring a third state according to the third identifier and the third sub-identifier; displaying the first data on the second page, the first data displayed on the second page having the third state.
Illustratively, when the second page and the first page both need to display the first data, although the first data is already displayed on the first page before, when the first data is displayed on the second page, the required hash table and state are different from those required when the first data is displayed on the first page, and at this time, the electronic device is required to obtain, from the server, the identifier of the hash table and state used when the first data is displayed on the second page.
In the above embodiments, the hash table set may be modified to manage various states. In one possible design, the set of hash tables may be at least one of: deleting the hash table, modifying the hash table or adding the hash table, and/or performing at least one of the following operations on the hash table: delete state, modify state, or add state.
For example, for a set of hash tables, some type of hash table may be deleted, added, or modified; for a hash table, the state in the hash table may be modified, deleted, or added. In the process of operating the hash table, condition judgment statements do not need to be written for each page, and judgment of the statements one by one is not needed.
The page display method described above will be described in detail below using a specific example.
For example, the first hash table is identified as 123, and the first hash table is as follows:
Figure GDA0002933868640000131
the second hash table is denoted abc, and is as follows:
Figure GDA0002933868640000132
if the first flag sent by the server is "123" and the first sub-flag is "1", the first status is API, and if the converter 12 does not send the first status to the determiner 13, the converter directly outputs the API, and the electronic device presents the API for the first data on the screen.
If the first identifier sent by the server is "123" and "abc" and the first sub-identifiers are "1" and "a", respectively, and if the converter sends the first identifier is "123" and "abc" and the first sub-identifiers are "1" and "a", respectively, to the determiner 13, the determiner determines that the state of the first data is: if the API is in operation, the determiner 13 makes a logical determination as to whether development is possible or whether deletion is possible, and if the logical determination is logical and, the result obtained is the API and when the API is in operation, development is possible or deletion is possible.
When operating on a set of hash tables, the hash table identified as "123" may be modified, deleted, or a hash table identified as "xyz" may be added, which stores different types of state behaviors than the "123" hash table and the "abc" hash table, respectively. When the hash table is operated, for example, when the hash table labeled "123" is operated, a state labeled "machine learning" may be added, or "API" may be modified to modify the developable (develop _ available: 'true') into the undevelopable (develop _ available: 'false').
The following are embodiments of the apparatus of the present invention that may be used to perform embodiments of the method of the present invention. For details which are not disclosed in the embodiments of the apparatus of the present invention, reference is made to the embodiments of the method of the present invention.
Fig. 4 is a schematic structural diagram of a page displaying apparatus according to an embodiment of the present invention. The page display device according to the embodiment may be an electronic device, and may also be a chip applied to an electronic device. The page showing device can be used for executing the functions of the electronic equipment in the embodiment. As shown in fig. 4, the page displaying apparatus 200 may include:
a sending unit 21, configured to send a first request to a server, where the first request is used to request that first data be shown on a first page of an application;
a receiving unit 22, configured to receive a first identifier and a first sub-identifier from the server, where the first identifier is used to indicate a first hash table corresponding to the first data in a hash table set, the first sub-identifier is used to indicate a first state in the first hash table, and different hash tables in the hash table set are used to store behaviors corresponding to different types of states;
the processing unit 23 is configured to obtain the first state according to the first identifier and the first sub identifier;
the display unit 24 is configured to display first data on the first page, where the first data displayed on the first page has the first state.
In a possible design, the processing unit 23 is further configured to determine, according to the first state, a first behavior that allows a user to operate the first data;
the display unit 24 is configured to display the first data on the first page according to the first behavior.
In a possible design, the receiving unit 22 is further configured to receive a second identifier and a second sub-identifier from the server, where the second identifier is used to indicate a second hash table corresponding to the first data in the hash table set, and the second sub-identifier is used to indicate a second state in the second hash table, where the second hash table and the first hash table are associated hash tables;
the processing unit 23 is further configured to determine, according to the first state, a first behavior that allows a user to operate the first data, and determine, according to the second state, a second behavior that allows the user to operate the first data;
the display unit 24 is configured to display the first data on the first page according to the first behavior and the second behavior.
In a possible design, the processing unit 23 is further configured to perform a logic operation on the first behavior and the second behavior, where the logic operation includes any one of: logical AND, logical OR, logical NOT;
the display unit 24 is configured to display the first data on the first page according to a result of the logic operation.
In a possible design, the sending unit 21 is further configured to send a second request to the server, where the second request is used to request that the first data is displayed on a second page;
the receiving unit 22 is further configured to receive a third identifier and a third sub identifier from the server, where the third identifier is different from the first identifier, and the third sub identifier is the same as or different from the first sub identifier;
the processing unit 23 is further configured to obtain a third state according to the third identifier and the third sub identifier;
the display unit 24 is further configured to display the first data on the second page, where the first data displayed on the second page has the third state.
In one possible design, the processing unit 23 is further configured to perform at least one of the following operations on the hash table set: deleting the hash table, modifying the hash table or adding the hash table; and/or, performing at least one of the following operations on the hash table: delete state, modify state, or add state.
The page display device provided by the embodiment of the application can execute the actions of the electronic equipment in the above embodiments, and the implementation principle and the technical effect are similar, which are not described herein again.
Fig. 5 is a schematic structural diagram of another page displaying apparatus according to an embodiment of the present invention. The page display device according to the embodiment may be a server, or may be a chip applied to the server. The page presentation apparatus may be used to perform the functions of the server in the above embodiments. As shown in fig. 5, the page displaying apparatus 300 may include:
the receiving unit 31 is configured to receive a first request sent by the electronic device, where the first request is used to request that first data be displayed on a first page of an application;
a processing unit 32, configured to determine, according to the first data, a first identifier and a first sub-identifier, where the first identifier is used to indicate a first hash table corresponding to the first data in a hash table set, the first sub-identifier is used to indicate a first state in the first hash table, and different hash tables in the hash table set are used to store behaviors corresponding to different types of states;
a sending unit 33, configured to send the first identifier and the first sub identifier to the electronic device.
In a possible design, the processing unit 32 is further configured to determine a hash table set corresponding to the application program, where different hash tables in the hash table set are used to store behaviors corresponding to different types of states, and the different types of states generate the application program according to the hash table set.
The page display device provided by the embodiment of the invention can execute the actions of the electronic equipment in the embodiment, the implementation principle and the technical effect are similar, and the description is omitted.
It should be noted that the above receiving unit may be actually implemented as a receiver, and the transmitting unit may be actually implemented as a transmitter. The processing unit can be realized in the form of software called by the processing element; or may be implemented in hardware. For example, the processing unit may be a processing element separately set up, or may be implemented by being integrated into a chip of the apparatus, or may be stored in a memory of the apparatus in the form of program code, and a function of the processing unit may be called and executed by a processing element of the apparatus. In addition, all or part of the units can be integrated together or can be independently realized. The processing element described herein may be an integrated circuit having signal processing capabilities. In implementation, the steps of the method or the units above may be implemented by hardware integrated logic circuits in a processor element or instructions in software.
For example, the above units may be one or more integrated circuits configured to implement the above methods, such as: one or more Application Specific Integrated Circuits (ASICs), or one or more microprocessors (DSPs), or one or more Field Programmable Gate Arrays (FPGAs), etc. For another example, when some of the above units are implemented in the form of a processing element scheduler code, the processing element may be a general-purpose processor, such as a Central Processing Unit (CPU) or other processor that can call the program code. As another example, these units may be integrated together and implemented in the form of a system-on-a-chip (SOC).
Fig. 6 is a schematic structural diagram of another page displaying apparatus according to an embodiment of the present invention. As shown in fig. 6, the page displaying apparatus 400 includes:
at least one processor 41 and memory 42;
the memory 42 stores computer-executable instructions;
the at least one processor 41 executes computer-executable instructions stored by the memory 42, causing the at least one processor 41 to perform a page-rendering method as performed by an electronic device or a server-performed page-rendering method.
For a specific implementation process of the processor 41, reference may be made to the above method embodiments, which implement similar principles and technical effects, and this embodiment is not described herein again.
Optionally, the page displaying apparatus 400 further comprises a communication component 43. The processor 41, the memory 42, and the communication unit 43 may be connected by a bus 44.
The embodiment of the invention also provides a storage medium, wherein the storage medium stores computer execution instructions, and the computer execution instructions are used for realizing the page display method when being executed by the processor.
An embodiment of the present invention further provides a computer program product, where the program product includes: a computer program, stored in a readable storage medium, from which at least one processor of the electronic device can read the computer program, the at least one processor executing the computer program causing the electronic device to perform the solution provided by any of the embodiments described above.
An embodiment of the present invention further provides a computer program product, where the program product includes: a computer program, the computer program being stored in a readable storage medium, from which the computer program can be read by at least one processor of the server, execution of the computer program by the at least one processor causing the server to carry out the solution provided by any of the embodiments described above.
In the above embodiments, it should be understood that the described apparatus and method may be implemented in other ways. For example, the above-described device embodiments are merely illustrative, and for example, the division of the modules is only one logical division, and other divisions may be realized in practice, for example, a plurality of modules may be combined or 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, devices or modules, and may be in an electrical, mechanical or other form.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules 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 modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each module may exist alone physically, or two or more modules are integrated into one unit. The unit formed by the modules can be realized in a hardware form, and can also be realized in a form of hardware and a software functional unit.
The integrated module implemented in the form of a software functional module may be stored in a computer-readable storage medium. The software functional module is stored in a storage medium and includes several instructions to enable an electronic device (which may be a personal computer, a server, or a network device) or a processor (processor) to execute some steps of the method according to various embodiments of the present invention.
It should be understood that the processor may be a Central Processing Unit (CPU), other general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the present invention may be embodied directly in a hardware processor, or in a combination of the hardware and software modules within the processor.
The memory may comprise a high-speed RAM memory, and may further comprise a non-volatile storage NVM, such as at least one disk memory, and may also be a usb disk, a removable hard disk, a read-only memory, a magnetic or optical disk, etc.
The bus may be an Industry Standard Architecture (ISA) bus, a Peripheral Component Interconnect (PCI) bus, an Extended ISA (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, the buses in the figures of the present invention are not limited to only one bus or one type of bus.
The storage medium may be implemented by any type or combination of volatile or non-volatile memory devices, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks. A storage media may be any available media that can be accessed by a general purpose or special purpose computer.
An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. Of course, the storage medium may also be integral to the processor. The processor and the storage medium may reside in an Application Specific Integrated Circuits (ASIC). Of course, the processor and the storage medium may reside as discrete components in a terminal or server.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (13)

1. A page display method is characterized by comprising the following steps:
sending a first request to a server, wherein the first request is used for requesting to show first data on a first page of an application program;
receiving a first identifier and a first sub-identifier from the server, wherein the first identifier is used for indicating a first hash table corresponding to the first data in a hash table set, the first sub-identifier is used for indicating a first state in the first hash table, and different hash tables in the hash table set are used for storing behaviors corresponding to different types of states;
acquiring the first state according to the first identifier and the first sub identifier;
displaying first data on the first page, the first data displayed on the first page having the first state.
2. The method of claim 1, wherein said presenting first data on the first page, the first data presented on the first page having the first state, comprises:
determining a first behavior allowing a user to operate the first data according to the first state;
displaying the first data on the first page according to the first behavior.
3. The method of claim 1, wherein said presenting first data on the first page, the first data presented on the first page having the first state, comprises:
receiving a second identifier and a second sub-identifier from the server, wherein the second identifier is used for indicating a second hash table corresponding to the first data in the hash table set, the second sub-identifier is used for indicating a second state in the second hash table, and the second hash table and the first hash table are associated hash tables;
determining a first behavior allowing a user to operate the first data according to the first state;
determining a second behavior allowing a user to operate the first data according to the second state;
displaying the first data on the first page according to the first behavior and the second behavior.
4. The method of claim 3, wherein the presenting the first data on the first page according to the first behavior and the second behavior comprises:
performing a logical operation on the first behavior and the second behavior, the logical operation comprising any one of: logical AND, logical OR, logical NOT;
and displaying the first data on the first page according to the result of the logic operation.
5. The method according to any one of claims 1 to 4, further comprising:
sending a second request to the server, wherein the second request is used for requesting to display the first data on a second page;
receiving a third identifier and a third sub-identifier from the server, wherein the third identifier is different from the first identifier, and the third sub-identifier is the same as or different from the first sub-identifier;
acquiring a third state according to the third identifier and the third sub-identifier;
displaying the first data on the second page, the first data displayed on the second page having the third state.
6. The method according to any one of claims 1 to 5, further comprising:
performing at least one of the following operations on the hash table set: deleting the hash table, modifying the hash table or adding the hash table;
and/or the presence of a gas in the gas,
performing at least one of the following operations on the hash table: delete state, modify state, or add state.
7. A page display method is characterized by comprising the following steps:
receiving a first request sent by electronic equipment, wherein the first request is used for requesting to show first data on a first page of an application program;
determining a first identifier and a first sub-identifier according to the first data, wherein the first identifier is used for indicating a first hash table corresponding to the first data in a hash table set, the first sub-identifier is used for indicating a first state in the first hash table, and different hash tables in the hash table set are used for storing behaviors corresponding to different types of states;
and sending the first identifier and the first sub identifier to the electronic equipment.
8. The method of claim 7, wherein before receiving the first request sent by the electronic device, further comprising:
determining a hash table set corresponding to the application program, wherein different hash tables in the hash table set are used for storing behaviors corresponding to different types of states, and the different types of states;
and generating the application program according to the hash table set.
9. A page display apparatus, comprising:
the sending unit is used for sending a first request to the server, wherein the first request is used for requesting to display first data on a first page of an application program;
a receiving unit, configured to receive a first identifier and a first sub-identifier from the server, where the first identifier is used to indicate a first hash table corresponding to the first data in a hash table set, the first sub-identifier is used to indicate a first state in the first hash table, and different hash tables in the hash table set are used to store behaviors corresponding to different types of states;
the processing unit is used for acquiring the first state according to the first identifier and the first sub identifier;
the display unit is used for displaying first data on the first page, and the first data displayed on the first page has the first state.
10. A page display apparatus, comprising:
the device comprises a receiving unit, a processing unit and a display unit, wherein the receiving unit is used for receiving a first request sent by electronic equipment, and the first request is used for requesting to display first data on a first page of an application program;
a processing unit, configured to determine a first identifier and a first sub-identifier according to the first data, where the first identifier is used to indicate a first hash table corresponding to the first data in a hash table set, the first sub-identifier is used to indicate a first state in the first hash table, and different hash tables in the hash table set are used to store behaviors corresponding to different types of states;
a sending unit, configured to send the first identifier and the first sub-identifier to the electronic device.
11. An electronic device, comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of any one of claims 1-8.
12. A non-transitory computer readable storage medium having stored thereon computer instructions for causing the computer to perform the method of any one of claims 1-8.
13. A computer program product comprising a computer program which, when executed by a processor, implements the method according to any one of claims 1-8.
CN201910596859.6A 2019-07-02 2019-07-02 Page display method and device Active CN112181242B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910596859.6A CN112181242B (en) 2019-07-02 2019-07-02 Page display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910596859.6A CN112181242B (en) 2019-07-02 2019-07-02 Page display method and device

Publications (2)

Publication Number Publication Date
CN112181242A CN112181242A (en) 2021-01-05
CN112181242B true CN112181242B (en) 2021-11-02

Family

ID=73915668

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910596859.6A Active CN112181242B (en) 2019-07-02 2019-07-02 Page display method and device

Country Status (1)

Country Link
CN (1) CN112181242B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101368441B1 (en) * 2012-08-21 2014-03-03 네이버비즈니스플랫폼 주식회사 Apparatus, method and computer readable recording medium for reusing a free space of database
CN104123356A (en) * 2014-07-17 2014-10-29 成都康赛信息技术有限公司 Method for increasing webpage response speed under large data volume condition
CN105404672A (en) * 2015-11-19 2016-03-16 上海携程商务有限公司 Webpage data storage and operation system and method
CN105488125A (en) * 2015-11-24 2016-04-13 百度在线网络技术(北京)有限公司 Page access method and apparatus
CN106815221A (en) * 2015-11-27 2017-06-09 华为软件技术有限公司 A kind of telecommunication service relation decision method and device
CN107402889A (en) * 2016-05-20 2017-11-28 三星电子株式会社 Retrieve data method, data storage method and data de-duplication module
CN108009022A (en) * 2017-11-06 2018-05-08 联动优势科技有限公司 A kind of message treatment method and server
CN109218127A (en) * 2018-07-06 2019-01-15 Oppo(重庆)智能科技有限公司 Data processing method, device and mobile terminal
CN109246190A (en) * 2018-08-07 2019-01-18 深圳市先河系统技术有限公司 network addressing method, data editing method, device and storage medium
CN109688205A (en) * 2018-12-07 2019-04-26 麒麟合盛网络技术股份有限公司 The hold-up interception method and device of web page resources

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060117257A1 (en) * 2004-11-30 2006-06-01 International Business Machines Corporation System and method for processing JavaScript resource files

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101368441B1 (en) * 2012-08-21 2014-03-03 네이버비즈니스플랫폼 주식회사 Apparatus, method and computer readable recording medium for reusing a free space of database
CN104123356A (en) * 2014-07-17 2014-10-29 成都康赛信息技术有限公司 Method for increasing webpage response speed under large data volume condition
CN105404672A (en) * 2015-11-19 2016-03-16 上海携程商务有限公司 Webpage data storage and operation system and method
CN105488125A (en) * 2015-11-24 2016-04-13 百度在线网络技术(北京)有限公司 Page access method and apparatus
CN106815221A (en) * 2015-11-27 2017-06-09 华为软件技术有限公司 A kind of telecommunication service relation decision method and device
CN107402889A (en) * 2016-05-20 2017-11-28 三星电子株式会社 Retrieve data method, data storage method and data de-duplication module
CN108009022A (en) * 2017-11-06 2018-05-08 联动优势科技有限公司 A kind of message treatment method and server
CN109218127A (en) * 2018-07-06 2019-01-15 Oppo(重庆)智能科技有限公司 Data processing method, device and mobile terminal
CN109246190A (en) * 2018-08-07 2019-01-18 深圳市先河系统技术有限公司 network addressing method, data editing method, device and storage medium
CN109688205A (en) * 2018-12-07 2019-04-26 麒麟合盛网络技术股份有限公司 The hold-up interception method and device of web page resources

Also Published As

Publication number Publication date
CN112181242A (en) 2021-01-05

Similar Documents

Publication Publication Date Title
US10387292B2 (en) Determining application test results using screenshot metadata
WO2021184725A1 (en) User interface test method and apparatus, storage medium, and computer device
US10613717B2 (en) Reproducing state of source environment when image was screen captured on a different computing device using resource location, resource navigation and positional metadata embedded in image
CN106843978B (en) SDK access method and system
CN108287708B (en) Data processing method and device, server and computer readable storage medium
JP7397094B2 (en) Resource configuration method, resource configuration device, computer equipment, and computer program
CN110120908B (en) Group message processing method and device and server
CN112000911A (en) Page management method and device, electronic equipment and storage medium
US10310718B2 (en) Enabling interaction with an external service feature
CN113778897B (en) Automatic test method, device and equipment for interface and storage medium
CN110888972A (en) Sensitive content identification method and device based on Spark Streaming
CN112181242B (en) Page display method and device
WO2023131263A1 (en) Group member adding method and apparatus, device, and medium
CN110865818A (en) Application associated domain name detection method and device and electronic equipment
CN115061785A (en) Information issuing method and device, storage medium and server
CN110598072B (en) Feature data aggregation method and device
CN108710699B (en) Dynamic password generation method, device and system
CN112433741A (en) Page processing method, device and system, electronic equipment and storage medium
CN112445790B (en) Report data storage method, device, equipment and medium
US20220303233A1 (en) Information processing apparatus, information processing method, and non-transitory computer readable medium
CN113626409B (en) Test data processing method, device, equipment and storage medium
CN107734079B (en) Method and device for processing user information in electronic mailbox
CN115202621A (en) Data processing method and electronic equipment
CN114330273A (en) Stream data processing method, device, server and storage medium
CN116455857A (en) Information processing method, information processing device, electronic equipment and storage medium

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