[go: up one dir, main page]

CN112711455B - Page interaction method and device, electronic equipment and storage medium - Google Patents

Page interaction method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112711455B
CN112711455B CN202011621914.1A CN202011621914A CN112711455B CN 112711455 B CN112711455 B CN 112711455B CN 202011621914 A CN202011621914 A CN 202011621914A CN 112711455 B CN112711455 B CN 112711455B
Authority
CN
China
Prior art keywords
page
link
request
sent
interactive
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
CN202011621914.1A
Other languages
Chinese (zh)
Other versions
CN112711455A (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.)
Jingdong Technology Holding Co Ltd
Original Assignee
Jingdong Technology Holding 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 Jingdong Technology Holding Co Ltd filed Critical Jingdong Technology Holding Co Ltd
Priority to CN202011621914.1A priority Critical patent/CN112711455B/en
Publication of CN112711455A publication Critical patent/CN112711455A/en
Application granted granted Critical
Publication of CN112711455B publication Critical patent/CN112711455B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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

Landscapes

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

Abstract

The embodiment of the application provides a page interaction method, a device, electronic equipment and a storage medium, which belong to the technical field of Internet, and in the application, a link ID and a page parameter sent by a first page are received, wherein the link ID is an ID of an interaction link established in advance according to the first page and a second page, and the page parameter is a parameter generated by executing a logic program corresponding to the first page; searching an interactive link corresponding to the link ID in an interactive link pool, wherein the interactive link is associated with an executive program identifier which is sent to a system in advance by the second page; searching an execution program corresponding to the execution program identifier, wherein the execution program is stored in the system in advance; substituting the page parameters into the execution program, generating a switching control instruction, and switching the first page to a third page according to the switching control instruction.

Description

Page interaction method and device, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of internet technologies, and in particular, to a method and apparatus for page interaction, an electronic device, and a storage medium.
Background
In the Android system, when a business process page needs to wait for the result of a public page to continue, the interaction mode of the business process page and the public page is as follows: and the business process page calls a startactigyForResult function to open a public page and wait for a result, after the public page obtains the result, the result is returned to the waiting business process page and the business process page is closed, and after the business process page receives the result, the business process page continues to execute the logic switching of the business process page to the target page.
For example: the user logs in an application, firstly, a login page (business process page) is displayed, after the user inputs a login account and a password, a login page calling function opens a verification page (public page), after the user inputs a verification code and inputs a correct verification code, the verification page returns a verification result to the login page and closes the user, the interface is switched to the login page (business process page), and after the login page (business process page) receives the verification result, the login page (business process page) is switched to a page (target page) with successful login.
With this page interaction, the user is presented with: the business process page is switched to the public page, the public page is switched back to the business process page after obtaining the result, then the business process page is switched to the target page instead of being directly switched to the target page from the public page, the page interaction is frequently switched, a large amount of system resources are consumed, and the use of the user is unsmooth, so that the user is not benefited.
Disclosure of Invention
The embodiment of the application aims to provide a page interaction method, a device, electronic equipment and a storage medium, so as to solve the problems that when a page is switched at present, the page interaction is frequently switched, a large amount of system resources are consumed, and users use the page interaction method, the device and the storage medium. The specific technical scheme is as follows:
in a first aspect, a page interaction method is provided, the method including:
receiving a link ID and a page parameter sent by a first page, wherein the link ID is an ID of an interactive link established in advance according to the first page and a second page, and the page parameter is a parameter generated by executing a logic program corresponding to the first page;
searching an interactive link corresponding to the link ID in an interactive link pool, wherein the interactive link is associated with an executive program identifier which is sent to a system in advance by the second page;
searching an execution program corresponding to the execution program identifier, wherein the execution program is stored in the system in advance;
substituting the page parameters into the execution program, generating a switching control instruction, and switching the first page to a third page according to the switching control instruction.
Optionally, the method further comprises:
Receiving a link request sent by the second page;
generating a unidirectional link according to the link request, wherein the unidirectional link has a link ID, and the unidirectional link is in a unidirectional binding state;
returning the link ID of the unidirectional link to the second page;
receiving a binding request sent by the first page, wherein the binding request is sent by the first page when a second page is switched to the first page, and the binding request comprises a link ID sent by the second page to the first page;
searching a unidirectional link corresponding to the link ID, establishing a bidirectional link according to the binding request and the unidirectional link, and determining the bidirectional link as an interactive link, wherein the interactive link is in a bidirectional binding state.
Optionally, the method further comprises:
receiving an executive program identifier sent by the second page;
and establishing an association relation between the interactive link and the executive program identifier.
Optionally, the method further comprises:
receiving a closing request sent by the second page, wherein the closing request is used for requesting to close the first page, and the closing request comprises a link ID;
searching an interactive link corresponding to the link ID, and determining a first page corresponding to the interactive link;
And generating a closing control instruction according to the closing request, and closing the first page according to the closing control instruction.
Optionally, the method further comprises:
receiving an unbinding request sent by the first page, wherein the unbinding request is sent by the first page before the first page is closed, and the unbinding request comprises a link ID;
searching an interactive link corresponding to the link ID;
and solving and binding the interactive links according to the unbinding request, wherein the unbinding interactive links are unidirectional links in a unidirectional binding state.
Optionally, the method further comprises:
receiving a destruction request sent by the second page, wherein the destruction request is sent by the second page before the second page is closed, and the destruction request comprises a link ID;
searching a unidirectional link corresponding to the link ID;
destroying the unidirectional links according to the destroying request.
Optionally, before receiving the link ID and the page parameter sent by the first page, the method further includes:
receiving a call request sent by the first page, wherein the call request comprises a logic program identifier;
searching a logic program corresponding to the logic program identifier, wherein the logic program is stored in the system in advance;
And generating a call control instruction according to the call request, and sending the call control instruction to the first page, wherein the call control instruction is used for indicating the first page to call the logic program to generate the page parameter.
In a second aspect, there is provided a page interaction device, the device comprising:
the receiving module is used for receiving a link ID and a page parameter sent by a first page, wherein the link ID is an ID of an interactive link established in advance according to the first page and a second page, and the page parameter is a parameter generated by executing a logic program corresponding to the first page;
the first searching module is used for searching an interactive link corresponding to the link ID in an interactive link pool, wherein the interactive link is associated with an executive program identifier which is sent to the system in advance by the second page;
the second searching module is used for searching an execution program corresponding to the execution program identifier, and the execution program is stored in the system in advance;
and the generation module is used for substituting the page parameters into the execution program, generating a switching control instruction, and switching the first page to a third page according to the switching control instruction.
Optionally, the apparatus further includes:
the link request receiving module is used for receiving a link request sent by the second page;
the unidirectional link generation module is used for generating unidirectional links according to the link request, wherein the unidirectional links have link IDs, and the unidirectional links are in a unidirectional binding state;
the return module is used for returning the link ID of the unidirectional link to the second page;
a binding request receiving module, configured to receive a binding request sent by the first page, where the binding request is sent by the first page when a second page is switched to the first page, and the binding request includes a link ID sent by the second page to the first page;
and the first unidirectional link searching module is used for searching the unidirectional link corresponding to the link ID, establishing a bidirectional link according to the binding request and the unidirectional link, determining the bidirectional link as an interactive link, and determining the interactive link as a bidirectional binding state.
Optionally, the apparatus further includes:
the execution program identifier receiving module is used for receiving the execution program identifier sent by the second page;
and the establishing module is used for establishing the association relation between the interactive link and the executive program identifier.
Optionally, the apparatus further includes:
the closing request receiving module is used for receiving a closing request sent by the second page, wherein the closing request is used for requesting to close the first page, and the closing request comprises a link ID;
the first interactive link searching module is used for searching the interactive link corresponding to the link ID and determining a first page corresponding to the interactive link;
and the closing control instruction generation module is used for generating a closing control instruction according to the closing request and closing the first page according to the closing control instruction.
Optionally, the apparatus further includes:
the unbinding request receiving module is used for receiving an unbinding request sent by the first page, wherein the unbinding request is sent by the first page before the first page is closed, and the unbinding request comprises a link ID;
the second interactive link searching module is used for searching the interactive link corresponding to the link ID;
and the unbinding module is used for unbinding the interactive links according to the unbinding request, and the unbinding interactive links are unidirectional links in a unidirectional binding state.
Optionally, the apparatus further includes:
the destroying request receiving module is used for receiving destroying requests sent by the second page, wherein the destroying requests are sent by the second page before the second page is closed, and the destroying requests comprise link IDs;
The second unidirectional link searching module is used for searching unidirectional links corresponding to the link IDs;
the destroying module is used for destroying the unidirectional links according to the destroying request.
Optionally, the apparatus further includes:
the call request receiving module is used for receiving a call request sent by the first page, wherein the call request comprises a logic program identifier;
the logic program searching module is used for searching a logic program corresponding to the logic program identifier, and the logic program is stored in the system in advance;
and the call control instruction generation module is used for generating a call control instruction according to the call request and sending the call control instruction to the first page, wherein the call control instruction is used for indicating the first page to call the logic program to generate the page parameter.
In a third aspect, an electronic device is provided, which includes a processor, a communication interface, a memory, and a communication bus, where the processor, the communication interface, and the memory perform communication with each other through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of any of the first aspects when executing a program stored on a memory.
In a fourth aspect, a computer-readable storage medium is provided, characterized in that the computer-readable storage medium has stored therein a computer program which, when executed by a processor, implements the method steps of any of the first aspects.
In a fifth aspect, there is provided a computer program product comprising instructions which, when run on a computer, cause the computer to perform any of the above-described page interaction methods.
The beneficial effects of the embodiment of the application are that:
the embodiment of the application provides a page interaction method, a device, electronic equipment and a storage medium, wherein the link ID and page parameters are sent by a first page, the link ID is an ID of an interaction link established in advance according to the first page and a second page, and the page parameters are parameters generated by executing a logic program corresponding to the first page; searching an interactive link corresponding to the link ID in an interactive link pool, wherein the interactive link is associated with an executive program identifier which is sent to a system in advance by the second page; searching an execution program corresponding to the execution program identifier, wherein the execution program is stored in the system in advance; substituting the page parameters into the execution program, generating a switching control instruction, and switching the first page to a third page according to the switching control instruction.
According to the method and the device, when the first page is switched to the third page, the first page is not required to be switched to the second page and then to the third page, namely, when the public page is switched to the target page, the first page is not required to be switched to the business process page and then to the target page, and the public page is not required to be switched to the target page, so that the page switching times are reduced, system resources are saved, and the user is facilitated.
Of course, not all of the above-described advantages need be achieved simultaneously in practicing any one of the products or methods of the present application.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the description of the embodiments or the prior art will be briefly described below, and it will be obvious to those skilled in the art that other drawings can be obtained from these drawings without inventive effort.
Fig. 1 is a flowchart of a page interaction method provided in an embodiment of the present application;
FIG. 2 is a flowchart of a method for page interaction according to another embodiment of the present disclosure;
fig. 3 is a schematic flow chart of a page interaction method provided in an embodiment of the present application;
Fig. 4 is a flow chart of a page interaction method according to another embodiment of the present application;
fig. 5 is a flow chart of a page interaction method according to another embodiment of the present application;
fig. 6 is a schematic structural diagram of a page interaction device according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
With this current page interaction approach, the user is presented with: the business process page is switched to the public page, the public page is switched back to the business process page after obtaining the result, then the business process page is switched to the target page instead of being directly switched to the target page from the public page, the page interaction is frequently switched, a large amount of system resources are consumed, and the use of the user is unsmooth, so that the user is not benefited. Therefore, the embodiment of the application provides a page interaction method which can be applied to a system.
The following will describe a detailed description of a page interaction method provided in the embodiment of the present application with reference to a specific embodiment, as shown in fig. 1, the specific steps are as follows:
s101, receiving a link ID and a page parameter sent by a first page, wherein the link ID is an ID of an interactive link established in advance according to the first page and a second page, and the page parameter is a parameter generated by executing a logic program corresponding to the first page.
In this embodiment of the present application, the link ID is an ID of an interactive link established in advance according to a first page and a second page, and the page parameter is a parameter obtained by the first page executing a logic program corresponding to the first page, and, by way of example, the first page is a verification page, and the page parameter may be a verification result obtained by the verification page executing a logic program corresponding to the first page. The link ID and page parameters sent by the first page may be received.
S102, searching an interactive link corresponding to the link ID in an interactive link pool, wherein the interactive link is associated with an execution program identifier which is sent to a system in advance by the second page.
In the embodiment of the application, an interactive link pool is pre-established in the system, a plurality of pre-established interactive links are arranged in the interactive link pool, and the association relation between the interactive links corresponding to the second page and the execution program identifiers sent to the system in advance by the second page is pre-established in the system. After receiving the link ID sent by the first page, the interactive link corresponding to the link ID may be searched in the interactive link pool.
S103, searching an execution program corresponding to the execution program identifier, wherein the execution program is stored in the system in advance.
In the embodiment of the application, the execution program is stored in the system in advance, the system can call the execution program corresponding to the execution program through the execution program identification, and after the interactive link corresponding to the link ID is found, the execution program identification associated with the interactive link can be determined, and the execution program corresponding to the interactive link can be found through the execution program identification.
S104, substituting the page parameters into the execution program, generating a switching control instruction, and switching the first page to a third page according to the switching control instruction.
In this embodiment of the present application, after finding an execution program, the system may substitute a page parameter sent by the first page into the execution program, generate a switching control instruction, and switch the first page to the third page according to the switching control instruction.
In the embodiment of the application, a link ID and a page parameter sent by a first page are received, wherein the link ID is an ID of an interactive link established in advance according to the first page and a second page, and the page parameter is a parameter generated by executing a logic program corresponding to the first page; searching an interactive link corresponding to the link ID in an interactive link pool, wherein the interactive link is associated with an executive program identifier which is sent to a system in advance by the second page; searching an execution program corresponding to the execution program identifier, wherein the execution program is stored in the system in advance; substituting the page parameters into the execution program, generating a switching control instruction, and switching the first page to a third page according to the switching control instruction. According to the method and the device, when the first page is switched to the third page, the first page is not required to be switched to the second page and then to the third page, namely, when the public page is switched to the target page, the first page is not required to be switched to the business process page and then to the target page, and the public page is not required to be switched to the target page, so that the page switching times are reduced, system resources are saved, and the user is facilitated.
In yet another embodiment of the present application, as shown in fig. 2, the method may further include the steps of:
s201, receiving a link request sent by the second page.
In the embodiment of the application, the link request is used for requesting the system to generate the link, and the system can receive the link request sent by the second page.
S202, generating a unidirectional link according to the link request, wherein the unidirectional link has a link ID, and the unidirectional link is in a unidirectional binding state.
In this embodiment of the present application, the unidirectional link has a link ID, and the unidirectional link is in a unidirectional binding state, and after receiving a link request, the system may generate a unidirectional link according to the link request, and store the unidirectional link in the interactive link pool.
And S203, returning the link ID of the unidirectional link to the second page.
In the embodiment of the application, after the system generates the unidirectional link, the link ID of the unidirectional link may be returned to the second page.
S204, receiving a binding request sent by the first page, wherein the binding request is sent by the first page when a second page is switched to the first page, and the binding request comprises a link ID sent by the second page to the first page.
In this embodiment of the present application, when the second page is switched to the first page, the first page may send a binding request to the system, where the binding request includes a link ID, and after the first page sends the binding request, the system may receive the binding request.
S205, searching a unidirectional link corresponding to the link ID, establishing a bidirectional link according to the binding request and the unidirectional link, and determining the bidirectional link as an interactive link, wherein the interactive link is in a bidirectional binding state.
In this embodiment of the present application, after a system receives a binding request, a unidirectional link corresponding to the binding request may be searched according to a link ID included in the binding request, and a bidirectional link may be established according to the binding request and the unidirectional link, and then the bidirectional link is determined to be an interactive link, where the interactive link is in a bidirectional binding state.
In the embodiment of the application, the link request sent by the second page is received; generating a unidirectional link according to the link request, wherein the unidirectional link has a link ID, and the unidirectional link is in a unidirectional binding state; returning the link ID of the unidirectional link to the second page; receiving a binding request sent by the first page, wherein the binding request is sent by the first page when a second page is switched to the first page, and the binding request comprises a link ID sent by the second page to the first page; searching a unidirectional link corresponding to the link ID, establishing a bidirectional link according to the binding request and the unidirectional link, and determining the bidirectional link as an interactive link, wherein the interactive link is in a bidirectional binding state.
Through the scheme, the interactive link of the first page and the second page can be pre-established in the system, when the first page is switched to the third page, the execution program identification sent in advance by the second page can be searched through the interactive link, the corresponding execution program is searched to generate the switching control instruction, and the first page is switched to the third page according to the switching control instruction, so that the page switching times are reduced, system resources are saved, and the use of a user is facilitated.
In yet another embodiment of the present application, the method may further comprise the steps of:
receiving an executive program identifier sent by the second page;
and establishing an association relation between the interactive link and the executive program identifier.
In this embodiment of the present application, the system may receive the identifier of the execution program sent by the second page, and establish an association relationship between the interactive link corresponding to the second page and the identifier of the execution program.
In the embodiment of the application, the execution program identifier sent by the second page is received, and the association relationship between the interactive link corresponding to the second page and the execution program identifier is established. The corresponding executive program identification can be searched through the association relation and the interactive link, the corresponding executive program is searched to generate a switching control instruction, and the first page is switched to the third page according to the switching control instruction, so that the page switching times are reduced.
In yet another embodiment of the present application, the method may further comprise the steps of:
receiving a closing request sent by the second page, wherein the closing request is used for requesting to close the first page, and the closing request comprises a link ID;
searching an interactive link corresponding to the link ID, and determining a first page corresponding to the interactive link;
and generating a closing control instruction according to the closing request, and closing the first page according to the closing control instruction.
In this embodiment of the present application, the second page may send a close request to the system, where the close request is used to request to close the first page, and the close request includes the link ID. The system can accept the closing request and search the interactive link corresponding to the closing request according to the link ID in the closing request, so as to determine the first page corresponding to the interactive link. And then generating a closing control instruction according to the closing request, and closing the first page according to the closing control instruction. According to the scheme, the first page can be controlled to be closed according to the request sent by the second page, so that page switching is smoother.
In yet another embodiment of the present application, the method may further comprise the steps of:
Receiving an unbinding request sent by the first page, wherein the unbinding request is sent by the first page before the first page is closed, and the unbinding request comprises a link ID;
searching an interactive link corresponding to the link ID;
and solving and binding the interactive links according to the unbinding request, wherein the unbinding interactive links are unidirectional links in a unidirectional binding state.
In this embodiment of the present application, an unbinding request may be sent to the system before the first page is closed, where the unbinding request includes the link ID. The system can receive the unbinding request, search the interactive link corresponding to the link ID included in the unbinding request, unbinding the interactive link corresponding to the link ID according to the unbinding request, and finish the unbinding interactive link to be a unidirectional link in a unidirectional binding state. Through the scheme, the system can be requested to unbind the interactive links corresponding to the first page before the first page is closed, so that the resource waste in the system is reduced.
In yet another embodiment of the present application, the method may further comprise the steps of:
receiving a destruction request sent by the second page, wherein the destruction request is sent by the second page before the second page is closed, and the destruction request comprises a link ID;
Searching a unidirectional link corresponding to the link ID;
destroying the unidirectional links according to the destroying request.
In this embodiment of the present application, before the second page is closed, a destroy request may be sent to the system, where the destroy request includes a link ID. The system may receive the destruction request, search for a unidirectional link corresponding to the link ID included in the destruction request, and then destroy the unidirectional link according to the destruction request. Through the scheme, the system can be requested to destroy the corresponding unidirectional links before the second page is closed, so that the resource waste in the system is reduced.
In yet another embodiment of the present application, the method may further comprise the steps of:
receiving a call request sent by the first page, wherein the call request comprises a logic program identifier;
searching a logic program corresponding to the logic program identifier, wherein the logic program is stored in the system in advance;
and generating a call control instruction according to the call request, and sending the call control instruction to the first page, wherein the call control instruction is used for indicating the first page to call the logic program to generate the page parameter.
In this embodiment of the present application, a logic program is stored in advance in a system, a call request is used to request to call a corresponding logic program, and the logic program is used to perform an operation according to a call request of a first page to obtain an operation result, that is, a page parameter. Before receiving the link ID and the page parameter sent by the first page, the system can receive a call request sent by the first page, search a logic program corresponding to a logic program identifier included in the call request, generate a call control instruction for indicating the first page to call the logic program to generate the page parameter according to the call request, and send the call control instruction to the first page. According to the scheme, the corresponding logic program can be searched according to the calling request sent by the first page, and the calling control instruction is generated according to the calling request, so that the first page is instructed to call the logic program to generate the page parameter.
In yet another embodiment of the present application, as shown in fig. 3, there is further provided a process of establishing an interactive link:
the first page is page2, and the second page is page1. The method comprises the steps that page1 sends a link request for requesting to create an interactive link to an interactive link pool, after the interactive link pool receives the link request sent by page1, a unidirectional link (page 1-; when the page1 is switched to the page2, the page1 transmits the link ID to the page2; the page2 sends a binding request to the interactive link pool, wherein the binding request comprises a link ID; after receiving the binding request sent by page2, the interactive link pool searches the corresponding unidirectional link (page 1-.
In yet another embodiment of the present application, as shown in fig. 4, there is further provided a process of interaction using an interaction link:
the first page is page2, the second page is page1, and the third page is page3. After the page2 executes the logic program corresponding to the page2 to generate page parameters, a link ID and the page parameters are sent to the interactive link pool; after receiving the link ID and the page parameter, the interactive link pool searches interactive links (page 1-page 2) corresponding to the link ID; then, searching an executive program corresponding to the page2; finally, substituting the page parameters into the execution program to generate a switching control instruction, and switching the page from page2 to page3 according to the switching control instruction.
After switching pages, page1 sends a closing request for requesting to close page2 to an interactive link pool, wherein the closing request comprises a link ID; after receiving the closing request, the interactive link pool searches the interactive link corresponding to the link ID and determines the page2 corresponding to the interactive link; and generating a closing control instruction according to the closing request, and closing the page2 according to the closing control instruction.
In yet another embodiment of the present application, as shown in fig. 5, a process of removing and destroying the interactive links is further provided:
the method comprises the steps that a first page is page2, a second page is page1, and the page2 closes a forward interactive link pool to send an unbinding request for requesting to solve a binding interactive link, wherein the unbinding request comprises a link ID; when the interactive link pool receives the unbinding request sent by the page2, searching interactive links (page 1-page 2) corresponding to the link ID; then, the interactive links (page 1-page 2) are unbindd into unidirectional links (page 1-.
The page1 closes a forward interactive link pool to send a destroying request, wherein the destroying request comprises a link ID; after receiving the destruction request sent by page1, the interactive link pool searches for a unidirectional link (page 1-; destroying the unidirectional links (page 1-.
In the embodiment of the application, a link ID and a page parameter sent by a first page are received, wherein the link ID is an ID of an interactive link established in advance according to the first page and a second page, and the page parameter is a parameter generated by executing a logic program corresponding to the first page; searching an interactive link corresponding to the link ID in an interactive link pool, wherein the interactive link is associated with an executive program identifier which is sent to a system in advance by the second page; searching an execution program corresponding to the execution program identifier, wherein the execution program is stored in the system in advance; substituting the page parameters into the execution program, generating a switching control instruction, and switching the first page to a third page according to the switching control instruction. According to the method and the device, when the first page is switched to the third page, the first page is not required to be switched to the second page and then to the third page, namely, when the public page is switched to the target page, the first page is not required to be switched to the business process page and then to the target page, and the public page is not required to be switched to the target page, so that the page switching times are reduced, system resources are saved, and the user is facilitated.
Based on the same technical concept, the embodiment of the application also provides a page interaction device, as shown in fig. 6, which includes:
the receiving module 301 is configured to receive a link ID and a page parameter sent by a first page, where the link ID is an ID of an interactive link that is previously established according to the first page and a second page, and the page parameter is a parameter generated by the first page executing a logic program corresponding to the first page;
a first searching module 302, configured to search, in an interactive link pool, an interactive link corresponding to the link ID, where the interactive link is associated with an executable program identifier that is sent to the system in advance by the second page;
a second searching module 303, configured to search an execution program corresponding to the execution program identifier, where the execution program is stored in the system in advance;
and the generating module 304 is configured to substitute the page parameter into the execution program, generate a switching control instruction, and switch the first page to the third page according to the switching control instruction.
Optionally, the apparatus further includes:
the link request receiving module is used for receiving a link request sent by the second page;
the unidirectional link generation module is used for generating unidirectional links according to the link request, wherein the unidirectional links have link IDs, and the unidirectional links are in a unidirectional binding state;
The return module is used for returning the link ID of the unidirectional link to the second page;
a binding request receiving module, configured to receive a binding request sent by the first page, where the binding request is sent by the first page when a second page is switched to the first page, and the binding request includes a link ID sent by the second page to the first page;
and the first unidirectional link searching module is used for searching the unidirectional link corresponding to the link ID, establishing a bidirectional link according to the binding request and the unidirectional link, determining the bidirectional link as an interactive link, and determining the interactive link as a bidirectional binding state.
Optionally, the apparatus further includes:
the execution program identifier receiving module is used for receiving the execution program identifier sent by the second page;
and the establishing module is used for establishing the association relation between the interactive link and the executive program identifier.
Optionally, the apparatus further includes:
the closing request receiving module is used for receiving a closing request sent by the second page, wherein the closing request is used for requesting to close the first page, and the closing request comprises a link ID;
the first interactive link searching module is used for searching the interactive link corresponding to the link ID and determining a first page corresponding to the interactive link;
And the closing control instruction generation module is used for generating a closing control instruction according to the closing request and closing the first page according to the closing control instruction.
Optionally, the apparatus further includes:
the unbinding request receiving module is used for receiving an unbinding request sent by the first page, wherein the unbinding request is sent by the first page before the first page is closed, and the unbinding request comprises a link ID;
the second interactive link searching module is used for searching the interactive link corresponding to the link ID;
and the unbinding module is used for unbinding the interactive links according to the unbinding request, and the unbinding interactive links are unidirectional links in a unidirectional binding state.
Optionally, the apparatus further includes:
the destroying request receiving module is used for receiving destroying requests sent by the second page, wherein the destroying requests are sent by the second page before the second page is closed, and the destroying requests comprise link IDs;
the second unidirectional link searching module is used for searching unidirectional links corresponding to the link IDs;
the destroying module is used for destroying the unidirectional links according to the destroying request.
Optionally, the apparatus further includes:
The call request receiving module is used for receiving a call request sent by the first page, wherein the call request comprises a logic program identifier;
the logic program searching module is used for searching a logic program corresponding to the logic program identifier, and the logic program is stored in the system in advance;
and the call control instruction generation module is used for generating a call control instruction according to the call request and sending the call control instruction to the first page, wherein the call control instruction is used for indicating the first page to call the logic program to generate the page parameter.
In the embodiment of the application, a link ID and a page parameter sent by a first page are received, wherein the link ID is an ID of an interactive link established in advance according to the first page and a second page, and the page parameter is a parameter generated by executing a logic program corresponding to the first page; searching an interactive link corresponding to the link ID in an interactive link pool, wherein the interactive link is associated with an executive program identifier which is sent to a system in advance by the second page; searching an execution program corresponding to the execution program identifier, wherein the execution program is stored in the system in advance; substituting the page parameters into the execution program, generating a switching control instruction, and switching the first page to a third page according to the switching control instruction. According to the method and the device, when the first page is switched to the third page, the first page is not required to be switched to the second page and then to the third page, namely, when the public page is switched to the target page, the first page is not required to be switched to the business process page and then to the target page, and the public page is not required to be switched to the target page, so that the page switching times are reduced, system resources are saved, and the user is facilitated.
Based on the same technical concept, the embodiment of the present invention further provides an electronic device, as shown in fig. 7, including a processor 401, a communication interface 402, a memory 403, and a communication bus 404, where the processor 401, the communication interface 402, and the memory 403 complete communication with each other through the communication bus 404,
a memory 403 for storing a computer program;
the processor 401, when executing the program stored in the memory 403, implements the following steps:
receiving a link ID and a page parameter sent by a first page, wherein the link ID is an ID of an interactive link established in advance according to the first page and a second page, and the page parameter is a parameter generated by executing a logic program corresponding to the first page;
searching an interactive link corresponding to the link ID in an interactive link pool, wherein the interactive link is associated with an executive program identifier which is sent to a system in advance by the second page;
searching an execution program corresponding to the execution program identifier, wherein the execution program is stored in the system in advance;
substituting the page parameters into the execution program, generating a switching control instruction, and switching the first page to a third page according to the switching control instruction.
Optionally, the method further comprises:
receiving a link request sent by the second page;
generating a unidirectional link according to the link request, wherein the unidirectional link has a link ID, and the unidirectional link is in a unidirectional binding state;
returning the link ID of the unidirectional link to the second page;
receiving a binding request sent by the first page, wherein the binding request is sent by the first page when a second page is switched to the first page, and the binding request comprises a link ID sent by the second page to the first page;
searching a unidirectional link corresponding to the link ID, establishing a bidirectional link according to the binding request and the unidirectional link, and determining the bidirectional link as an interactive link, wherein the interactive link is in a bidirectional binding state.
Optionally, the method further comprises:
receiving an executive program identifier sent by the second page;
and establishing an association relation between the interactive link and the executive program identifier.
Optionally, the method further comprises:
receiving a closing request sent by the second page, wherein the closing request is used for requesting to close the first page, and the closing request comprises a link ID;
Searching an interactive link corresponding to the link ID, and determining a first page corresponding to the interactive link;
and generating a closing control instruction according to the closing request, and closing the first page according to the closing control instruction.
Optionally, the method further comprises:
receiving an unbinding request sent by the first page, wherein the unbinding request is sent by the first page before the first page is closed, and the unbinding request comprises a link ID;
searching an interactive link corresponding to the link ID;
and solving and binding the interactive links according to the unbinding request, wherein the unbinding interactive links are unidirectional links in a unidirectional binding state.
Optionally, the method further comprises:
receiving a destruction request sent by the second page, wherein the destruction request is sent by the second page before the second page is closed, and the destruction request comprises a link ID;
searching a unidirectional link corresponding to the link ID;
destroying the unidirectional links according to the destroying request.
Optionally, before receiving the link ID and the page parameter sent by the first page, the method further includes:
receiving a call request sent by the first page, wherein the call request comprises a logic program identifier;
Searching a logic program corresponding to the logic program identifier, wherein the logic program is stored in the system in advance;
and generating a call control instruction according to the call request, and sending the call control instruction to the first page, wherein the call control instruction is used for indicating the first page to call the logic program to generate the page parameter.
The communication bus mentioned above for the electronic devices may be a peripheral component interconnect standard (Peripheral Component Interconnect, PCI) bus or an extended industry standard architecture (Extended Industry Standard Architecture, EISA) bus, etc. The communication bus may be classified as an address bus, a data bus, a control bus, or the like. For ease of illustration, the figures are shown with only one bold line, but not with only one bus or one type of bus.
The communication interface is used for communication between the electronic device and other devices.
The Memory may include random access Memory (Random Access Memory, RAM) or may include Non-Volatile Memory (NVM), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the aforementioned processor.
The processor may be a general-purpose processor, including a central processing unit (Central Processing Unit, CPU), a network processor (Network Processor, NP), etc.; but also digital signal processors (Digital Signal Processing, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), field programmable gate arrays (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components.
In yet another embodiment of the present invention, there is also provided a computer readable storage medium having stored therein a computer program which, when executed by a processor, implements the steps of any of the page interaction methods described above.
In yet another embodiment of the present invention, there is also provided a computer program product containing instructions that, when run on a computer, cause the computer to perform any of the page interaction methods of the above embodiments.
In the above embodiments, it may be implemented in whole or in part by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, produces a flow or function in accordance with embodiments of the present invention, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a computer network, or other programmable apparatus. The computer instructions may be stored in or transmitted from one computer-readable storage medium to another, for example, by wired (e.g., coaxial cable, optical fiber, digital Subscriber Line (DSL)), or wireless (e.g., infrared, wireless, microwave, etc.). The computer readable storage medium may be any available medium that can be accessed by a computer or a data storage device such as a server, data center, etc. that contains an integration of one or more available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., solid State Disk (SSD)), etc.
It should be noted that in this document, relational terms such as "first" and "second" and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The foregoing is merely a specific embodiment of the application to enable one skilled in the art to understand or practice the application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (9)

1. A method of page interaction, the method comprising:
receiving a link ID and a page parameter sent by a first page, wherein the link ID is an ID of an interactive link established in advance according to the first page and a second page, and the page parameter is a parameter generated by executing a logic program corresponding to the first page;
searching an interactive link corresponding to the link ID in an interactive link pool, wherein the interactive link is associated with an executive program identifier which is sent to a system in advance by the second page;
searching an execution program corresponding to the execution program identifier, wherein the execution program is stored in the system in advance;
substituting the page parameters into the execution program to generate a switching control instruction, and switching the first page to a third page according to the switching control instruction;
wherein the method further comprises:
receiving a link request sent by the second page;
generating a unidirectional link according to the link request, wherein the unidirectional link has a link ID, and the unidirectional link is in a unidirectional binding state;
returning the link ID of the unidirectional link to the second page;
receiving a binding request sent by the first page, wherein the binding request is sent by the first page when a second page is switched to the first page, and the binding request comprises a link ID sent by the second page to the first page;
Searching a unidirectional link corresponding to the link ID, establishing a bidirectional link according to the binding request and the unidirectional link, and determining the bidirectional link as an interactive link, wherein the interactive link is in a bidirectional binding state.
2. The method according to claim 1, wherein the method further comprises:
receiving an executive program identifier sent by the second page;
and establishing an association relation between the interactive link and the executive program identifier.
3. The method according to claim 1, wherein the method further comprises:
receiving a closing request sent by the second page, wherein the closing request is used for requesting to close the first page, and the closing request comprises a link ID;
searching an interactive link corresponding to the link ID, and determining a first page corresponding to the interactive link;
and generating a closing control instruction according to the closing request, and closing the first page according to the closing control instruction.
4. The method according to claim 1, wherein the method further comprises:
receiving an unbinding request sent by the first page, wherein the unbinding request is sent by the first page before the first page is closed, and the unbinding request comprises a link ID;
Searching an interactive link corresponding to the link ID;
and solving and binding the interactive links according to the unbinding request, wherein the unbinding interactive links are unidirectional links in a unidirectional binding state.
5. The method according to claim 4, wherein the method further comprises:
receiving a destruction request sent by the second page, wherein the destruction request is sent by the second page before the second page is closed, and the destruction request comprises a link ID;
searching a unidirectional link corresponding to the link ID;
destroying the unidirectional links according to the destroying request.
6. The method of claim 1, further comprising, prior to receiving the link ID and the page parameters sent by the first page:
receiving a call request sent by the first page, wherein the call request comprises a logic program identifier;
searching a logic program corresponding to the logic program identifier, wherein the logic program is stored in the system in advance;
and generating a call control instruction according to the call request, and sending the call control instruction to the first page, wherein the call control instruction is used for indicating the first page to call the logic program to generate the page parameter.
7. A page interaction device, the device comprising:
the receiving module is used for receiving a link ID and a page parameter sent by a first page, wherein the link ID is an ID of an interactive link established in advance according to the first page and a second page, and the page parameter is a parameter generated by executing a logic program corresponding to the first page;
the first searching module is used for searching an interactive link corresponding to the link ID in an interactive link pool, wherein the interactive link is associated with an executive program identifier which is sent to the system in advance by the second page;
the second searching module is used for searching an execution program corresponding to the execution program identifier, and the execution program is stored in the system in advance;
the generation module is used for substituting the page parameters into the execution program, generating a switching control instruction, and switching the first page to a third page according to the switching control instruction;
optionally, the apparatus further includes:
the link request receiving module is used for receiving a link request sent by the second page;
the unidirectional link generation module is used for generating unidirectional links according to the link request, wherein the unidirectional links have link IDs, and the unidirectional links are in a unidirectional binding state;
The return module is used for returning the link ID of the unidirectional link to the second page;
a binding request receiving module, configured to receive a binding request sent by the first page, where the binding request is sent by the first page when a second page is switched to the first page, and the binding request includes a link ID sent by the second page to the first page;
and the first unidirectional link searching module is used for searching the unidirectional link corresponding to the link ID, establishing a bidirectional link according to the binding request and the unidirectional link, determining the bidirectional link as an interactive link, and determining the interactive link as a bidirectional binding state.
8. The electronic equipment is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory are communicated with each other through the communication bus;
a memory for storing a computer program;
a processor for carrying out the method steps of any one of claims 1-6 when executing a program stored on a memory.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored therein a computer program which, when executed by a processor, implements the method steps of any of claims 1-6.
CN202011621914.1A 2020-12-31 2020-12-31 Page interaction method and device, electronic equipment and storage medium Active CN112711455B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011621914.1A CN112711455B (en) 2020-12-31 2020-12-31 Page interaction method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011621914.1A CN112711455B (en) 2020-12-31 2020-12-31 Page interaction method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112711455A CN112711455A (en) 2021-04-27
CN112711455B true CN112711455B (en) 2024-04-16

Family

ID=75547536

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011621914.1A Active CN112711455B (en) 2020-12-31 2020-12-31 Page interaction method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112711455B (en)

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007016868A2 (en) * 2005-08-07 2007-02-15 Metaswarm (Hongkong) Ltd. System and method for verifying links and electronic addresses in web pages and messages
CN105518653A (en) * 2013-02-25 2016-04-20 P·孙雄 Link association analysis system and method
CN108021564A (en) * 2016-10-31 2018-05-11 阿里巴巴集团控股有限公司 A kind of method and apparatus of page reorientation
CN108132973A (en) * 2017-12-06 2018-06-08 杭州迪普科技股份有限公司 Loading method and device, the computer readable storage medium of WEB jump page
CN108255890A (en) * 2016-12-29 2018-07-06 腾讯科技(深圳)有限公司 The treating method and apparatus of the page
CN108416011A (en) * 2018-03-02 2018-08-17 中国平安人寿保险股份有限公司 A kind of page processing method, device, terminal and computer readable storage medium
CN109409043A (en) * 2018-09-03 2019-03-01 中国平安人寿保险股份有限公司 Login method, terminal device and the medium of application system
CN110505188A (en) * 2018-05-18 2019-11-26 华为技术有限公司 Terminal authentication method, related equipment and authentication system
CN110750741A (en) * 2019-10-18 2020-02-04 深圳市比量科技传媒有限公司 Webpage link skipping processing method, computer device and storage medium
CN110866203A (en) * 2018-08-08 2020-03-06 北京字节跳动网络技术有限公司 Page jump method, device, equipment and computer readable storage medium
CN111046682A (en) * 2018-10-12 2020-04-21 广州金山移动科技有限公司 Remote control method, device, system and terminal
CN111400627A (en) * 2020-03-09 2020-07-10 政采云有限公司 A kind of information acquisition method, apparatus and electronic device and readable storage medium
CN111625738A (en) * 2020-05-27 2020-09-04 北京百度网讯科技有限公司 APP target page calling method, device, equipment and storage medium
CN111666513A (en) * 2020-04-23 2020-09-15 北京三快在线科技有限公司 Page processing method and device, electronic equipment and readable storage medium
CN111770072A (en) * 2020-06-23 2020-10-13 北京思特奇信息技术股份有限公司 Method and device for accessing function page through single sign-on
CN111988336A (en) * 2020-09-02 2020-11-24 南方电网数字电网研究院有限公司 Access request processing method, device and system and computer equipment

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104660562B (en) * 2013-11-21 2019-10-22 深圳市腾讯计算机系统有限公司 A kind of information inspection method, relevant apparatus and system
CN106919414B (en) * 2015-12-28 2021-10-08 创新先进技术有限公司 Method and device for processing link request
FR3053199A1 (en) * 2016-06-27 2017-12-29 Orange STATISTICAL SERVER FOR OPTIMIZING CUSTOMER-SERVER REQUESTS
US10942762B2 (en) * 2019-03-29 2021-03-09 Hewlett Packard Enterprise Development Lp Launch web browser applications in microservice-based containers

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007016868A2 (en) * 2005-08-07 2007-02-15 Metaswarm (Hongkong) Ltd. System and method for verifying links and electronic addresses in web pages and messages
CN105518653A (en) * 2013-02-25 2016-04-20 P·孙雄 Link association analysis system and method
CN108021564A (en) * 2016-10-31 2018-05-11 阿里巴巴集团控股有限公司 A kind of method and apparatus of page reorientation
CN108255890A (en) * 2016-12-29 2018-07-06 腾讯科技(深圳)有限公司 The treating method and apparatus of the page
CN108132973A (en) * 2017-12-06 2018-06-08 杭州迪普科技股份有限公司 Loading method and device, the computer readable storage medium of WEB jump page
CN108416011A (en) * 2018-03-02 2018-08-17 中国平安人寿保险股份有限公司 A kind of page processing method, device, terminal and computer readable storage medium
CN110505188A (en) * 2018-05-18 2019-11-26 华为技术有限公司 Terminal authentication method, related equipment and authentication system
CN110866203A (en) * 2018-08-08 2020-03-06 北京字节跳动网络技术有限公司 Page jump method, device, equipment and computer readable storage medium
CN109409043A (en) * 2018-09-03 2019-03-01 中国平安人寿保险股份有限公司 Login method, terminal device and the medium of application system
CN111046682A (en) * 2018-10-12 2020-04-21 广州金山移动科技有限公司 Remote control method, device, system and terminal
CN110750741A (en) * 2019-10-18 2020-02-04 深圳市比量科技传媒有限公司 Webpage link skipping processing method, computer device and storage medium
CN111400627A (en) * 2020-03-09 2020-07-10 政采云有限公司 A kind of information acquisition method, apparatus and electronic device and readable storage medium
CN111666513A (en) * 2020-04-23 2020-09-15 北京三快在线科技有限公司 Page processing method and device, electronic equipment and readable storage medium
CN111625738A (en) * 2020-05-27 2020-09-04 北京百度网讯科技有限公司 APP target page calling method, device, equipment and storage medium
CN111770072A (en) * 2020-06-23 2020-10-13 北京思特奇信息技术股份有限公司 Method and device for accessing function page through single sign-on
CN111988336A (en) * 2020-09-02 2020-11-24 南方电网数字电网研究院有限公司 Access request processing method, device and system and computer equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于Vue.js的后台单页应用管理系统的研究与实现;旷志光;纪婷婷;吴小丽;;现代计算机(专业版)(第30期);全文 *

Also Published As

Publication number Publication date
CN112711455A (en) 2021-04-27

Similar Documents

Publication Publication Date Title
JP2019520624A (en) Page component dynamic layout
CN102968584B (en) A kind of method and apparatus of log-on webpage
CN112732742B (en) Query page creating method and device, computer equipment and storage medium
CN111258565A (en) Small program generation method, system, server and storage medium
CN109450969B (en) Method and device for acquiring data from third-party data source server and server
CN102567400B (en) Method for realizing Web visit and Web server
CN111008873B (en) User determination method, device, electronic equipment and storage medium
CN103024003B (en) Webpage login method and device
CN113067853A (en) Data pushing method and device, electronic equipment and storage medium
CN111294377B (en) Dependency network request sending method, terminal device and storage medium
CN109325192B (en) Advertisement anti-shielding method and device
CN111190727A (en) Asynchronous memory destructuring method and device, computer equipment and storage medium
CN113836405B (en) Information query method, device and computer readable storage medium
CN112711455B (en) Page interaction method and device, electronic equipment and storage medium
WO2017096826A1 (en) Method and device for controlling mobile terminal
CN109783718B (en) Repeated request judgment method and device
CN117880263A (en) Low-code application domain name access method, device, server and storage medium
CN112714092B (en) Registration login method, device and computer readable storage medium
CN109309717B (en) Data transmission method and device, electronic equipment and storage medium
CN112131263B (en) Software package acquisition method, system, device, electronic equipment and storage medium
CN110990694B (en) Recommendation method, device and system
US11301498B2 (en) Multi-cloud object store access
CN108804195B (en) Page display method and device, server and client
CN109726196B (en) Data cleaning method, device and equipment
CN111240750B (en) Awakening method and device for target application program

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: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant after: Jingdong Technology Holding Co.,Ltd.

Address before: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant before: Jingdong Digital Technology Holding Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant