CN111385336A - Page communication method and device, computer equipment and storage medium - Google Patents

Page communication method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN111385336A
CN111385336A CN201811644088.5A CN201811644088A CN111385336A CN 111385336 A CN111385336 A CN 111385336A CN 201811644088 A CN201811644088 A CN 201811644088A CN 111385336 A CN111385336 A CN 111385336A
Authority
CN
China
Prior art keywords
page
communication
state
client
server
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.)
Pending
Application number
CN201811644088.5A
Other languages
Chinese (zh)
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.)
Guangzhou Baiguoyuan Information Technology Co Ltd
Original Assignee
Guangzhou Baiguoyuan Information 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 Guangzhou Baiguoyuan Information Technology Co Ltd filed Critical Guangzhou Baiguoyuan Information Technology Co Ltd
Priority to CN201811644088.5A priority Critical patent/CN111385336A/en
Priority to PCT/CN2019/120032 priority patent/WO2020134754A1/en
Publication of CN111385336A publication Critical patent/CN111385336A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/142Managing session states for stateless protocols; Signalling session states; State transitions; Keeping-state mechanisms
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/1396Protocols specially adapted for monitoring users' activity

Abstract

The embodiment of the invention discloses a page communication method, a page communication device, a computer readable storage medium and a terminal, wherein the page communication method comprises the following steps: acquiring a first communication request sent by a client page; establishing communication connection between the client page and the server page according to the first communication request; and monitoring the state change of the server page according to the communication connection of the client page, so that the page states of the client page and the server page are synchronously changed. Therefore, when the same state needs to be updated among a plurality of different pages, the server only needs to send the state change information to one page, and other pages can realize the synchronous adjustment of the state by monitoring the state information change of the page, thereby effectively lightening the burden on the server and avoiding the waste of network resources.

Description

Page communication method and device, computer equipment and storage medium
Technical Field
The present application relates to the field of communications technologies, and in particular, to a page communication method, an apparatus, a computer device, and a storage medium.
Background
With the development of computer technology, computers are only one tool for working, communicating or entertaining for users. The computer terminal is used as a device directly operated by a user, the computer terminal can only provide services supported by local data for the user, and when the user needs to acquire other data except the local data, the user needs to acquire the data through the Internet.
In the prior art, the most common tool for obtaining external data and information through the internet is a browser, each page in the browser is independent, and the change of the content state of any page needs to obtain data from a corresponding server end to adjust the page state.
Disclosure of Invention
The application aims at the problem that the adjustment of the terminal page state in the existing mode causes a large burden on a server, and provides a page communication method, a page communication device, a computer readable storage medium and a terminal.
According to a first aspect, an embodiment of the present application provides a page communication method, including:
acquiring a first communication request sent by a client page;
establishing communication connection between the client page and a server page according to the first communication request, wherein the communication connection is that the server page stores state information in a specified storage region, and the client page monitors the state information change in the storage region;
and monitoring the state change of the server page according to the communication connection of the client page, so that the page states of the client page and the server page are synchronously changed.
Optionally, the monitoring, according to the communication connection, the state change of the server page by the client page, so that the page state synchronous change of the client page and the server page includes:
acquiring state information in the storage area;
comparing the state information with a preset first target state in a progressive way;
and when the state information is inconsistent with the first target state, confirming that the state information stored in the storage area is changed.
Optionally, when the state information is inconsistent with the first target state, after confirming that the state information stored in the storage area is changed, the method includes:
acquiring state change information in the storage area;
identifying whether the state change information is a preset second target state according to a preset state list;
and when the content represented by the state change information is consistent with the content of the second target state, the client page adjusts the page content according to the state change information.
Optionally, when the content represented by the state change information is consistent with the content of the second target state, after the client page adjusts the page content according to the state change information, the method includes:
acquiring a first page screenshot of the client page and a second page screenshot of the server page;
comparing the similarity between the first page screenshot and the second page screenshot;
and when the similarity is smaller than a preset first threshold value, readjusting the page content of the client page.
Optionally, the comparing the similarity between the first page screenshot and the second page screenshot comprises:
inputting the first screenshot picture and the second screenshot picture into a preset similarity judgment model, wherein the similarity judgment model is a neural network model which is trained to a convergence state in advance and used for judging the picture similarity;
and obtaining a classification result output by the similarity judgment model, wherein the classification result represents the similarity between the first page screenshot and the second page screenshot.
Optionally, the monitoring, according to the communication connection, the state change of the server page by the client page, so that after the page states of the client page and the server page are changed synchronously, includes:
acquiring a second communication request sent by the client page, wherein the second communication request is a cross-domain communication request;
and sending the second communication request to a cross-domain communication page through a preset bill page to establish cross-domain communication connection, wherein the bill page is an inline frame embedded in the client page and the cross-domain communication page.
Optionally, the sending the second communication request to a cross-domain communication page through a preset ticket page to establish a cross-domain communication connection includes:
converting the second communication request into a communication message, wherein the communication message comprises a communication address of the cross-domain communication page as a communication target;
and forwarding the communication message to the cross-domain communication page according to the communication address and the bill page so as to establish cross-domain communication connection between the client page and the cross-domain communication page.
Embodiments of the present application further provide a page communication apparatus according to the second aspect, including:
the acquisition module is used for acquiring a first communication request sent by a client page;
the processing module is used for establishing communication connection between the client page and the server page according to the first communication request, wherein the communication connection is that the server page stores state information in a specified storage region, and the client page monitors state information change in the storage region;
and the execution module is used for monitoring the state change of the server page according to the communication connection of the client page so as to synchronously change the page states of the client page and the server page.
Embodiments of the present application also provide, according to a third aspect, a computer device, which includes a memory and a processor, where the memory stores computer-readable instructions, and the computer-readable instructions, when executed by the processor, cause the processor to execute the steps of the page communication method.
Embodiments of the present application also provide, according to a fourth aspect, a storage medium storing computer-readable instructions, which, when executed by one or more processors, cause the one or more processors to perform the steps of the page communication method described above.
The beneficial effects of the embodiment of the application are that: when a communication request is initiated at a client page, a dedicated storage area is designated in a memory, the storage area receives the state information writing of a server page, meanwhile, the storage area is monitored by the client page, after the server page writes the state information in the storage area, the client page acquires the change of the page state information in the storage area through monitoring, and if the change of the state information is monitored, the page state of the client page is adjusted according to the state information written in the server page, so that the page state of the client page is consistent with the page state of the server. Therefore, when the same state needs to be updated among a plurality of different pages, the server only needs to send the state change information to one page, and other pages can realize the synchronous adjustment of the state by monitoring the state information change of the page, thereby effectively lightening the burden on the server and avoiding the waste of network resources.
Drawings
The foregoing and/or additional aspects and advantages of the present application will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a schematic diagram of a basic flow of a page communication method according to an embodiment of the present application;
fig. 2 is a schematic flow chart illustrating a process of determining state change information by a client page in an information comparison manner according to an embodiment of the present application;
FIG. 3 is a flowchart illustrating a process of screening status information for synchronization according to an embodiment of the present application;
FIG. 4 is a flowchart illustrating a process of verifying synchronization effect by comparing images according to an embodiment of the present application;
FIG. 5 is a schematic flow chart illustrating similarity comparison performed by a neural network model according to an embodiment of the present application;
FIG. 6 is a flowchart illustrating a process of establishing a cross-domain communication connection according to an embodiment of the present application;
FIG. 7 is a flowchart illustrating cross-domain communication via a communication message according to an embodiment of the present application;
FIG. 8 is a schematic diagram of a basic structure of a page communication apparatus according to an embodiment of the present application;
fig. 9 is a block diagram of a basic structure of a computer device according to an embodiment of the present application.
Detailed Description
Reference will now be made in detail to embodiments of the present application, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are exemplary only for the purpose of explaining the present application and are not to be construed as limiting the present application.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It will be understood by those within the art that, unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs. It will be further understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the prior art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
As used herein, a "terminal" includes both devices that are wireless signal receivers, devices that have only wireless signal receivers without transmit capability, and devices that have receive and transmit hardware, devices that have receive and transmit hardware capable of performing two-way communication over a two-way communication link, as will be understood by those skilled in the art. Such a device may include: a cellular or other communication device having a single line display or a multi-line display or a cellular or other communication device without a multi-line display; PCS (Personal Communications Service), which may combine voice, data processing, facsimile and/or data communication capabilities; a PDA (Personal Digital Assistant), which may include a radio frequency receiver, a pager, internet/intranet access, a web browser, a notepad, a calendar and/or a GPS (Global Positioning System) receiver; a conventional laptop and/or palmtop computer or other device having and/or including a radio frequency receiver. As used herein, a "terminal" may be portable, transportable, installed in a vehicle (aeronautical, maritime, and/or land-based), or situated and/or configured to operate locally and/or in a distributed fashion at any other location(s) on earth and/or in space. The "terminal" used herein may also be a communication terminal, a web-enabled terminal, a music/video playing terminal, such as a PDA, an MID (Mobile Internet Device) and/or a Mobile phone with music/video playing function, and may also be a smart tv, a set-top box, etc.
Referring to fig. 1, fig. 1 is a basic flow chart of the page communication method according to the present embodiment.
As shown in fig. 1, a page communication method includes:
s1100, acquiring a first communication request sent by a client page;
in a browser or an APP with the same domain name, a plurality of pages are opened simultaneously, for example, after the browser enters an X cat online mall, when pages of different sellers in the mall are opened for browsing or a plurality of anchor live broadcast rooms are opened in a live broadcast platform for watching, the pages of the sellers all have the same domain name, and the anchor live broadcast rooms also have the same domain name. I.e. the above pages or live windows have the same domain name.
The client page is a page or a window for acquiring state information in pages with the same domain name in a monitoring mode. In this embodiment, the carrier of the client page can be various applications such as a browser, an APP, or office software.
The first communication request is a request message from the client page requesting to connect to a specified co-domain page (server page). It should be noted that, in this embodiment, the client page can specify to monitor one co-domain page, and can also monitor multiple co-domain pages, for example, two, three, four, or more co-domain pages, which are collectively referred to as a server page of the client page.
In some embodiments, the first communication request comprises: tabid, tab page url, general password, to indicate who "i" communicates with, or "i" communicates with any domain page but the "i" password is xxx. However, the data structure of the first communication request in this embodiment is not limited to this, and in some embodiments, the data structure of the first communication request further includes: and the callback function is used for calling back the function for notifying the data to the client page after the client page completes the processing of the first communication request.
S1200, establishing communication connection between the client page and a server page according to the first communication request, wherein the communication connection is that the server page stores state information in a specified storage area, and the client page monitors state information change in the storage area;
and after receiving the first communication request, the server page processes the first communication request, and the processing result is that the communication connection between the client page and the server page is established.
The communication connection specifies a memory area in memory for the server page that is permanently available once set (the browser or other application is closed and then data is still available after it is reopened, and can be erased by manual cleaning). After the storage area is established, the server page can store the received state change information sent by the server into the storage area.
The client page refers to a page or a window which enables the client page monitoring the client page to carry out synchronous state adjustment by issuing self state change information in pages with the same domain name. It should be noted that the client page can directly obtain the state change information through the server, and can also obtain the state change information by monitoring other server pages. The server page can establish a communication connection with one or more client pages,
in this embodiment, the state change information refers to (without limitation) turning on or off some function modules in a page or window, changing a display color of the page or window, a notification message of a system or a change in general data of the page, and the like.
S1300, monitoring the state change of the server page according to the communication connection of the client page, so that the page states of the client page and the server page are changed synchronously.
After a client page and a server page establish communication connection in a monitoring mode, the client stores state information in a storage area in a timing detection mode to determine whether the state information changes, and if so, the client page acquires the state information in the storage area and adjusts the state of the client page according to the state information; if not, the current display state is continuously kept, and the state information comparison is carried out in the next comparison time. In some embodiments, a notification response mechanism is adopted for updating the state of the client page, when the server page writes new state data, the server page triggers message notification setting in the storage region, sends an update message to the client page, and after receiving the update message, the client page extracts the new state message in the storage region.
In some embodiments, the server page can write all the page state information into the storage area, but the client page can screen the updated content according to the set requirement, then select the state information meeting the set requirement according to the screening result to synchronize, and discard the state information not meeting the set requirement.
In the embodiment, when a communication request is initiated at a client page, an exclusive storage area is designated in a memory, the storage area receives the state information writing of a server page, and meanwhile, the storage area is monitored by the client page, after the server page writes the state information in the storage area, the client page obtains the change of the page state information in the storage area through monitoring, and if the change of the state information is monitored, the page state of the client page is adjusted according to the state information written in the server page, so that the page state of the client page is consistent with the server page. Therefore, when the same state needs to be updated among a plurality of different pages, the server only needs to send the state change information to one page, and other pages can realize the synchronous adjustment of the state by monitoring the state information change of the page, thereby effectively lightening the burden on the server and avoiding the waste of network resources.
In some embodiments, when the client page monitors the information, whether the state information changes in the storage area is determined by a timing comparison method. Referring to fig. 2, fig. 2 is a schematic flow chart illustrating the process of confirming the state change information by the client page in the embodiment through an information comparison method.
As shown in fig. 2, step S1300 shown in fig. 1 specifically includes:
s1311, acquiring state information in the storage area;
when a collection comparison time node arrives, the client page reads the state information representing the state content of the server page in the designated storage area. For example, the client page reads the status information in the storage area once every 0.5s, but the frequency of reading the status information by the client page is not limited thereto, and the client page can read the status information at smaller time intervals or at larger time intervals according to different application scenarios.
S1312, comparing the state information with a preset first target state in a progressive mode;
and comparing the state information acquired in the current acquisition node with a first target state, wherein the first target state is the state information acquired by the last acquisition node. Namely, whether the state information of the two acquisition nodes before and after comparison is consistent or not is compared. The comparison mode comprises file naming comparison and content comparison, wherein the file naming comparison is used for comparing whether the naming of the two state information is consistent, the content comparison is used for comparing whether the information content of the two state information is consistent, and the comparison mode can be carried out through a Hamming distance or a Hamming distance.
S1313, confirming that the state information stored in the storage area changes when the state information is inconsistent with the first target state.
And when the state information of the comparison result is inconsistent with the first target state, the state content of the server page is changed, the client page confirms that the state content of the server page is changed through the comparison result, and a state adjustment process is started.
By monitoring the storage area and comparing whether the state information is consistent or not, the change of the page state information in the storage area is rapidly determined, the change of the state information can be rapidly acquired, and state synchronization is realized.
In some embodiments, the client page need not be fully synchronized for state changes of the server page, only for state changes of the formatted or content. Referring to fig. 3, fig. 3 is a schematic flow chart illustrating the screening of status information for synchronization according to the present embodiment.
Referring to fig. 3, after step 1313 shown in fig. 2, the method includes:
s1321, acquiring state change information in the storage area;
and when the state information in the storage area is confirmed to be changed, defining the updated state information in the storage area as state change information. Reading the state change information to identify whether the state change information is a set state change.
S1322, identifying whether the state change information is a preset second target state according to a preset state list;
and identifying whether the state change information is a preset second target state according to the set state list. The state list is a list formed by recording the state change types of the client pages and is set according to the state change requirements of the client pages. The second target state is the state type which is specified by the client page and needs to be changed synchronously. By comparing the acquired state change information with the state list, whether the state type represented by the state change information is the specified state change type of the client page can be determined.
S1323, when the content represented by the state change information is consistent with the content of the second target state, the client page adjusts the page content according to the state change information.
When the content represented by the state change information is consistent with the content of the second target state, that is, the state type represented by the state change information is consistent with the change type set by the client page, the client needs to perform state synchronization according to the state type represented by the state change information, so as to achieve the purpose of following and adjusting the page content.
For example, whenever a Storage object (state information) changes (i.e., when a data item is created/updated/deleted, repeatedly setting the same key value does not trigger the event) in response to a Storage change by a Storage event, the change occurs only when a specified change occurs in the state, for example, a new tag.
For another example, in some embodiments, the user opens an online shopping mall to shop through the browser, and the online shopping mall opens a lottery prize to the user account due to the previous shopping behavior of the user account, and the prompting module for prompting the user to draw a lottery is displayed on all pages of the online shopping mall. Setting all pages in the same domain name page to monitor the states of lottery drawing modules in other pages. And the state change of other states except the state of the lottery drawing module is not synchronized, at the moment, if the user enters the lottery drawing center through a certain page to complete lottery drawing, the state of the lottery drawing prompting module of the page is changed into a closed state, the state updating information can be monitored by other pages and synchronously executed, the lottery drawing prompting modules in the respective pages are closed, and selective data synchronization is completed.
By setting the selective synchronization condition, the client side page has the state change of the selective synchronization server side page, the personalized content among all the pages in the same domain is ensured, the data interaction frequency is reduced, and the terminal operation burden is released.
In some embodiments, to detect the result of the state adjustment between pages, image comparison is performed on the page contents after the state synchronization, so as to confirm the effect of the state synchronization. Referring to fig. 4, fig. 4 is a schematic flow chart illustrating the status synchronization effect confirmed by image comparison according to the present embodiment.
As shown in fig. 4, after the step S1323 shown in fig. 3, the method includes:
s1410, acquiring a first page screenshot of the client page and a second page screenshot of the server page;
and after the client page completes state synchronization, intercepting a first page screenshot of the client page and a second page screenshot of the server page. The first page screenshot and the second page screenshot can be complete page screenshots of a client page and a server page, and can also be local addresses of areas where state change positions of the client page and the server page are located.
S1420, comparing the similarity between the first page screenshot and the second page screenshot;
the similarity between the first page screenshot and the second page screenshot is compared in an image comparison mode, and the similarity between the two screenshots can be obtained by comparing the similarity between the two screenshots through a contour comparison method, an overlap comparison method or a neural network model.
And S1430, when the similarity is smaller than a preset first threshold, readjusting the page content of the client page.
And comparing the similarity obtained by comparison with a set first threshold, wherein the first threshold is a set numerical value for measuring the lowest similarity standard between the first screenshot picture and the second screenshot picture, for example, 80%. However, the value of the first threshold is not limited to this, and the value range of the first threshold can be selectively set according to different application scenarios, and since the value of the first threshold is proportional to the requirement of the similarity between the first screenshot picture and the second screenshot picture, the value of the first threshold is set with reference to the requirement of the similarity between the first screenshot picture and the second screenshot picture.
And when the similarity is smaller than a preset first threshold value, readjusting the page content of the client page. And when the client page is readjusted, the client page reads the state change information again, and performs state adjustment according to the state content represented by the state change information.
Through carrying out the image comparison, whether have the gap after can be quick discernment client page and server page state synchronization, can effectually avoid because the synchronization error problem that the information error leads to.
In some embodiments, the similarity comparison between the first screenshot and the second screenshot needs to be performed through a neural network model. Referring to fig. 5, fig. 5 is a schematic flow chart illustrating similarity comparison performed by a neural network model according to the present embodiment.
As shown in fig. 5, step S1420 shown in fig. 4 includes:
s1421, inputting the first screenshot picture and the second screenshot picture into a preset similarity judgment model, wherein the similarity judgment model is a neural network model which is trained to a convergence state in advance and used for judging picture similarity;
and inputting the first screenshot picture and the second screenshot picture into a preset similarity judgment model for similarity comparison. The similarity judgment model is a neural network model which is trained to be in a convergence state in advance. The similarity determination model can be a convolutional neural network model (CNN) that has been trained to a convergent state, but, without being limited thereto, the similarity determination model can also be: a deep neural network model (DNN), a recurrent neural network model (RNN), or a variant of the three network models described above.
When an initial neural network model serving as a similarity judgment model is trained, a large number of pictures are collected to serve as training samples, the training samples are presented in a mode of picture opposition, namely one training sample comprises two pictures, the contents of the two pictures can be completely different, partially similar or completely identical, and after the similarity degree of the two pictures in the training sample is observed manually, each training sample is calibrated (calibration refers to the similarity degree manually determined between the two pictures in the training sample). Then inputting the training samples into an initial neural network model, obtaining a classification result output by the model (the classification result is the similarity of the training samples obtained by the model), calculating the distance (such as Euclidean distance, Mahalanobis distance or cosine distance) between the classification result and a calibration result through a loss function of the neural network model, comparing the calculation result with a set distance threshold, if the calculation result is less than or equal to the distance threshold, continuing to train the next training sample through verification, if the calculation result is greater than the distance threshold, calculating the difference between the two through the loss function, and correcting the weight in the neural network model through back propagation, so that the weight of pixel points which can accurately express the similarity of the two in the training sample can be improved by the neural network model, and thus, the judgment accuracy is increased. After the above scheme and training of a large number of training samples are performed in a circulating manner, the accuracy of the judgment of the neural network model obtained by training on the image similarity is greater than a certain value, for example, 96%, the neural network model is trained to be in a convergence state, and the neural network trained to be in the convergence state is the similarity judgment model.
The similarity judgment model trained to the convergence state can accurately judge the similarity between the first screenshot picture and the second screenshot picture.
S1422, obtaining a classification result output by the similarity judgment model, wherein the classification result represents the similarity between the first page screenshot and the second page screenshot.
Since the classification result of the similarity determination model is the similarity, for example, the similarity is less than 60%, 70%, 80%, 90%, 100%, and the like. The similarity between the first page screenshot and the second page screenshot can be known by obtaining the classification result output by the similarity judgment model.
The similarity between the first page screenshot and the second page screenshot is judged through the neural network model, and the similarity value between the two values can be obtained quickly and accurately.
In some embodiments, when a client page needs to perform state synchronization or message transfer across domains, a cross-domain communication connection needs to be established. Referring to fig. 6, fig. 6 is a schematic flow chart illustrating the establishment of cross-domain communication connection according to the present embodiment.
As shown in fig. 6, the step S1300 shown in fig. 5 includes:
s1510, acquiring a second communication request sent by the client page, wherein the second communication request is a cross-domain communication request;
and when the client page needs to carry out cross-domain state synchronization or data communication, the client sends a second communication request to the bill page. Wherein, include: tabid, tab page url, general password, to indicate who "i" communicates with, or "i" communicates with any domain page but the "i" password is xxx.
In this embodiment, the inline frame in the browser is the ticket page IFRAME. IFRAME is an HTML tag that acts as a document within a document, or a floating FRAME (FRAME). The iframe element creates an inline frame (i.e., inline frame) that contains another document. The < iframe > tag specifies an inline frame. An inline frame is used to embed another document (a cross-domain server page) in the current HTML document (client page). In this embodiment, the cross-domain means that the client page and the server page do not have the same domain name, for example, the page content represented by the client page is a network page of "X cat", and the page content represented by the server page is a network page of "sux easy to purchase".
S1520, sending the second communication request to a cross-domain communication page through a preset bill page to establish a cross-domain communication connection, wherein the bill page is an inline frame embedded in the client page and the cross-domain communication page.
Because, can be embedded to the client page as well as to the server page. Therefore, after the client page sends the second communication request, the second communication request can be sent to the cross-domain server page according to the URL representing the position of the server page in the content of the second communication request. And after the server page receives the second communication request, returning data to the client page in the original way to complete cross-domain communication connection.
The setting of the bill page can enable the communication connection to be established between the pages with different domain names for data exchange, and the state synchronization of data transmission between cross domains becomes possible. For example, when the "sux easy purchase" is transacted in an online shop in the "X cat," how to synchronously send the order and payment information of the "X cat" to the "sux easy purchase" and complete the synchronization of the order and payment information between the two databases, cross-domain communication can be adopted. Network resources can be greatly saved.
In some embodiments, the cross-domain communication can be message-based. Referring to fig. 7, fig. 7 is a schematic flow chart illustrating cross-domain communication performed by a communication message according to the present embodiment.
As shown in fig. 7, the step of S1520 shown in fig. 6 includes:
s1521, converting the second communication request into a communication message, wherein the communication message comprises a communication address of the cross-domain communication page serving as a communication target;
and when the cross-domain message is transmitted, converting the content in the second communication request into a communication message, and transmitting data in the format of the communication message, wherein the message comprises a communication address (URL) of a cross-domain communication page (cross-domain server page) serving as a communication target.
S1522, the communication message is forwarded to the cross-domain communication page according to the communication address and the bill page, so that cross-domain communication connection is established between the client page and the cross-domain communication page.
The ticket page can safely realize cross-source communication by adopting a window. when the window. postmessage () method is called, after the client page script is executed (a second communication request is sent), a message event message is sent to the server page according to the communication address, and the cross-domain communication connection is established. When the server page sends the message to the client page, the message is transmitted in the same way.
In order to solve the above technical problem, an embodiment of the present invention further provides a page communication apparatus.
Referring to fig. 8, fig. 8 is a schematic view of a basic structure of the page communication device according to the present embodiment.
As shown in fig. 8, a page communication apparatus includes: an acquisition module 2100, a processing module 2200, and an execution module 2300. The obtaining module 2100 is configured to obtain a first communication request sent by a client page; the processing module 2200 is configured to establish a communication connection between the client page and the server page according to the first communication request, where the communication connection is that the server page stores state information in a specified storage region, and the client page monitors a change in the state information in the storage region; the executing module 2300 is configured to monitor a state change of a server page according to the communication connection client page, so that the page states of the client page and the server page change synchronously.
The page communication device designates an exclusive storage area in a memory when initiating a communication request at a client page, the storage area receives the state information writing of a server page, meanwhile, the storage area is monitored by the client page, after the server page writes the state information in the storage area, the client page obtains the change of the page state information in the storage area through monitoring, and if the change of the state information is monitored, the page state of the client page is adjusted according to the state information written in the server page, so that the page state of the client page is consistent with the server page. Therefore, when the same state needs to be updated among a plurality of different pages, the server only needs to send the state change information to one page, and other pages can realize the synchronous adjustment of the state by monitoring the state information change of the page, thereby effectively lightening the burden on the server and avoiding the waste of network resources.
In some embodiments, the page communication device further comprises: the device comprises a first acquisition submodule, a first processing submodule and a first execution submodule. The first obtaining submodule is used for obtaining state information in the storage area; the first processing submodule is used for carrying out progressive comparison on the state information and a preset first target state; the first execution submodule is used for confirming that the state information stored in the storage area changes when the state information is inconsistent with the first target state.
In some embodiments, the page communication device further comprises: the second acquisition submodule, the second processing submodule and the second execution submodule. The second obtaining submodule is used for obtaining state change information in the storage area; the second processing submodule is used for identifying whether the state change information is a preset second target state according to a preset state list; and the second execution submodule is used for adjusting the page content of the client page according to the state change information when the content represented by the state change information is consistent with the content of the second target state.
In some embodiments, the page communication device further comprises: a third obtaining submodule, a third processing submodule and a third executing submodule. The third obtaining submodule is used for obtaining a first page screenshot of a client side page and a second page screenshot of a server side page; the third processing sub-module is used for comparing the similarity between the first page screenshot and the second page screenshot; and the third execution sub-module is used for readjusting the page content of the client page when the similarity is smaller than the preset first threshold.
In some embodiments, the page communication device further comprises: a fourth processing submodule and a fourth execution submodule. The fourth processing submodule is used for inputting the first screenshot picture and the second screenshot picture into a preset similarity judgment model, wherein the similarity judgment model is a neural network model which is trained to be in a convergence state in advance and used for judging the picture similarity; and the fourth execution submodule is used for obtaining a classification result output by the similarity judgment model, wherein the classification result represents the similarity between the first page screenshot and the second page screenshot.
In some embodiments, the page communication device further comprises: a fourth acquisition submodule and a fifth processing submodule. The fourth obtaining submodule obtains a second communication request sent by a client page, wherein the second communication request is a cross-domain communication request; and the fifth processing submodule is used for sending the second communication request to a cross-domain communication page through a preset bill page to establish cross-domain communication connection, wherein the bill page is an inline frame embedded in a client page and the cross-domain communication page.
In some embodiments, the page communication device further comprises: a sixth processing submodule and a fifth execution submodule. The sixth processing submodule is used for converting the second communication request into a communication message, wherein the communication message comprises a communication address of a cross-domain communication page serving as a communication target; and the fifth execution sub-module is used for forwarding the communication message to the cross-domain communication page according to the communication address bill page so as to enable the client page and the cross-domain communication page to establish cross-domain communication connection.
An embodiment of the present application further provides a terminal, where the terminal includes:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement any of the page communication methods described above.
As shown in fig. 9, for convenience of explanation, only the parts related to the embodiments of the present application are shown, and details of the technology are not disclosed, please refer to the method part of the embodiments of the present application. The computer device may be any computer device including a mobile phone, a tablet computer, a PDA (Personal Digital Assistant), a POS (Point of Sales), an in-vehicle computer, a server, and the like, taking the computer device as the mobile phone as an example:
fig. 9 is a block diagram illustrating a partial structure of a mobile phone related to a computer device provided in an embodiment of the present application. Referring to fig. 9, the handset includes: radio Frequency (RF) circuit 210, storage device 220, input unit 230, display unit 240, sensor 250, audio circuit 260, wireless fidelity (Wi-Fi) module 270, processor 280, and power supply 290. Those skilled in the art will appreciate that the handset configuration shown in fig. 9 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The following describes each component of the mobile phone in detail with reference to fig. 9:
the RF circuit 210 may be used for receiving and transmitting signals during information transmission and reception or during a call, and in particular, receives downlink information of a base station and then processes the received downlink information to the processor 280; in addition, the data for designing uplink is transmitted to the base station. In general, the RF circuit 210 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a Low Noise Amplifier (LNA), a duplexer, and the like. In addition, the RF circuitry 210 may also communicate with networks and other devices via wireless communications. The wireless communication may use any communication standard or protocol, including but not limited to global system for Mobile communication (GSM), General Packet Radio Service (GPRS), Code Division Multiple Access (CDMA), Wideband Code Division Multiple Access (WCDMA), Long Term Evolution (LTE), email, Short Messaging Service (SMS), and the like.
The storage device 220 may be used to store software programs and modules, and the processor 280 executes various functional applications and data processing of the mobile phone by operating the software programs and modules stored in the storage device 220. The storage device 220 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (for example, applying a corner mark processing function, etc.), and the like; the storage data area may store data created according to the use of the mobile phone (such as a tree structure model, a phonebook, etc.), and the like. Further, the storage 220 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The input unit 230 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the cellular phone. Specifically, the input unit 230 may include a touch panel 231 and other input devices 232. The touch panel 231, also referred to as a touch screen, may collect touch operations of a user (e.g., operations of the user on or near the touch panel 231 using any suitable object or accessory such as a finger, a stylus, etc.) thereon or nearby, and drive the corresponding connection device according to a preset program. Alternatively, the touch panel 231 may include two parts of a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts it to touch point coordinates, and then provides the touch point coordinates to the processor 280, and can receive and execute commands from the processor 280. In addition, the touch panel 231 may be implemented in various types, such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. The input unit 230 may include other input devices 232 in addition to the touch panel 231. In particular, other input devices 232 may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like.
The display unit 240 may be used to display information input by the user or information provided to the user and various menus of the mobile phone. The display unit 240 may include a display panel 241, and optionally, the display panel 241 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like. Further, the touch panel 231 may cover the display panel 241, and when the touch panel 231 detects a touch operation thereon or nearby, the touch panel is transmitted to the processor 280 to determine the type of the touch event, and then the processor 280 provides a corresponding visual output on the display panel 241 according to the type of the touch event. Although in fig. 9, the touch panel 231 and the display panel 241 are two independent components to implement the input and output functions of the mobile phone, in some embodiments, the touch panel 231 and the display panel 241 may be integrated to implement the input and output functions of the mobile phone.
The handset may also include at least one sensor 250, such as a light sensor, motion sensor, and other sensors. Specifically, the light sensor may include an ambient light sensor that adjusts the brightness of the display panel 241 according to the brightness of ambient light, and a proximity sensor that turns off the display panel 241 and/or the backlight when the mobile phone is moved to the ear. As one of the motion sensors, the accelerometer sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when stationary, and can be used for applications of recognizing the posture of a mobile phone (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), vibration recognition related functions (such as pedometer and tapping), and the like; as for other sensors such as a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which can be configured on the mobile phone, further description is omitted here.
Audio circuitry 260, speaker 261, and microphone 262 may provide an audio interface between the user and the handset. The audio circuit 260 may transmit the electrical signal converted from the received audio data to the speaker 261, and the electrical signal is converted into a voiceprint signal by the speaker 261 and output; on the other hand, the microphone 262 converts the collected voiceprint signals into electrical signals, which are received by the audio circuit 260 and converted into audio data, which are processed by the audio data output processor 280, and then transmitted to, for example, another cellular phone via the RF circuit 210, or output to the storage device 220 for further processing.
Wi-Fi belongs to short-distance wireless transmission technology, and a mobile phone can help a user to receive and send e-mails, browse webpages, access streaming media and the like through a Wi-Fi module 270, and provides wireless broadband internet access for the user. Although fig. 9 shows the Wi-Fi module 270, it is understood that it does not belong to the essential constitution of the handset and can be omitted entirely as needed within the scope not changing the essence of the invention.
The processor 280 is a control center of the mobile phone, connects various parts of the entire mobile phone by using various interfaces and lines, and performs various functions of the mobile phone and processes data by operating or executing software programs and/or modules stored in the storage device 220 and calling data stored in the storage device 220, thereby integrally monitoring the mobile phone. Alternatively, processor 280 may include one or more processing units; preferably, the processor 280 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into processor 280.
The handset also includes a power supply 290 (e.g., a battery) for powering the various components, which may preferably be logically coupled to the processor 280 via a power management system, such that the power management system may be used to manage charging, discharging, and power consumption.
Although not shown, the mobile phone may further include a camera, a bluetooth module, etc., which are not described herein.
In an embodiment, a computer device includes one or more processors 280, and one or more storage 220, one or more applications, wherein the one or more applications are stored in the storage 220 and configured to be executed by the one or more processors 280, the one or more applications configured to perform the page communication method described in the above embodiments.
The page communication method, the page communication apparatus, the computer-readable storage medium and the computer device may be packaged as an independent control, and may be seamlessly accessed to an iOS project or other projects, for example, used in Hello and Hello Yo in iOS, where iOS is a proprietary action operating system developed by apple for mobile devices, and belongs to a Unix system, and the support apparatuses include iPhone, iPod touch, iPad, and the like. The application corner mark data are bound with the user, so that the application corner mark data are independent and do not influence each other, the application corner mark data can be upgraded and adapted to most scenes in the App.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figure may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
It should be understood that each functional unit in the embodiments of the present application may be integrated into one processing module, each unit may exist alone physically, or two or more units may be integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode.
An embodiment of the present application further provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the page communication method described in any one of the above. The storage medium includes, but is not limited to, any type of disk (including floppy disks, hard disks, optical disks, CD-ROMs, and magneto-optical disks), ROMs (Read-Only memories), RAMs (Random AcceSS memories), EPROMs (EraSable programmable Read-Only memories), EEPROMs (Electrically EraSable programmable Read-Only memories), flash memories, magnetic cards, or optical cards. That is, a storage medium includes any medium that stores or transmits information in a form readable by a device (e.g., a computer). Which may be a read-only memory, magnetic or optical disk, or the like.
The foregoing is only a partial embodiment of the present application, and it should be noted that, for those skilled in the art, several modifications and decorations can be made without departing from the principle of the present application, and these modifications and decorations should also be regarded as the protection scope of the present application.

Claims (10)

1. A method for page communication, comprising:
acquiring a first communication request sent by a client page;
establishing communication connection between the client page and a server page according to the first communication request, wherein the communication connection is that the server page stores state information in a specified storage region, and the client page monitors the state information change in the storage region;
and monitoring the state change of the server page according to the communication connection of the client page, so that the page states of the client page and the server page are synchronously changed.
2. The page communication method according to claim 1, wherein the monitoring the client page for the state change of the server page according to the communication connection so that the page states of the client page and the server page change synchronously comprises:
acquiring state information in the storage area;
comparing the state information with a preset first target state in a progressive way;
and when the state information is inconsistent with the first target state, confirming that the state information stored in the storage area is changed.
3. The page communication method according to claim 2, wherein when the state information is inconsistent with the first target state, after confirming that the state information stored in the storage area is changed, the method comprises:
acquiring state change information in the storage area;
identifying whether the state change information is a preset second target state according to a preset state list;
and when the content represented by the state change information is consistent with the content of the second target state, the client page adjusts the page content according to the state change information.
4. The page communication method according to claim 3, wherein when the content represented by the state change information is consistent with the content of the second target state, the client page adjusts the page content according to the state change information, and then the method comprises:
acquiring a first page screenshot of the client page and a second page screenshot of the server page;
comparing the similarity between the first page screenshot and the second page screenshot;
and when the similarity is smaller than a preset first threshold value, readjusting the page content of the client page.
5. The page communication method of claim 4, wherein comparing the similarity between the first page screenshot and the second page screenshot comprises:
inputting the first screenshot picture and the second screenshot picture into a preset similarity judgment model, wherein the similarity judgment model is a neural network model which is trained to a convergence state in advance and used for judging the picture similarity;
and obtaining a classification result output by the similarity judgment model, wherein the classification result represents the similarity between the first page screenshot and the second page screenshot.
6. The page communication method according to claim 1, wherein said monitoring the state change of the server page according to the communication connection, so that after the page states of the client page and the server page are changed synchronously, the method comprises:
acquiring a second communication request sent by the client page, wherein the second communication request is a cross-domain communication request;
and sending the second communication request to a cross-domain communication page through a preset bill page to establish cross-domain communication connection, wherein the bill page is an inline frame embedded in the client page and the cross-domain communication page.
7. The page communication method according to claim 6, wherein said sending the second communication request to a cross-domain communication page through a preset ticket page to establish a cross-domain communication connection comprises:
converting the second communication request into a communication message, wherein the communication message comprises a communication address of the cross-domain communication page as a communication target;
and forwarding the communication message to the cross-domain communication page according to the communication address and the bill page so as to establish cross-domain communication connection between the client page and the cross-domain communication page.
8. A page communication apparatus, comprising:
the acquisition module is used for acquiring a first communication request sent by a client page;
the processing module is used for establishing communication connection between the client page and the server page according to the first communication request, wherein the communication connection is that the server page stores state information in a specified storage region, and the client page monitors state information change in the storage region;
and the execution module is used for monitoring the state change of the server page according to the communication connection of the client page so as to synchronously change the page states of the client page and the server page.
9. A computer device comprising a memory and a processor, the memory having stored therein computer readable instructions which, when executed by the processor, cause the processor to carry out the steps of the page communication method according to any one of claims 1 to 7.
10. A storage medium storing computer readable instructions which, when executed by one or more processors, cause the one or more processors to perform the steps of the page communication method as claimed in any one of claims 1 to 7.
CN201811644088.5A 2018-12-29 2018-12-29 Page communication method and device, computer equipment and storage medium Pending CN111385336A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201811644088.5A CN111385336A (en) 2018-12-29 2018-12-29 Page communication method and device, computer equipment and storage medium
PCT/CN2019/120032 WO2020134754A1 (en) 2018-12-29 2019-11-21 Page communication method and apparatus, computer device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811644088.5A CN111385336A (en) 2018-12-29 2018-12-29 Page communication method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111385336A true CN111385336A (en) 2020-07-07

Family

ID=71126214

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811644088.5A Pending CN111385336A (en) 2018-12-29 2018-12-29 Page communication method and device, computer equipment and storage medium

Country Status (2)

Country Link
CN (1) CN111385336A (en)
WO (1) WO2020134754A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112597408B (en) * 2020-12-28 2023-08-04 恒生电子股份有限公司 System fusion method, device, equipment and storage medium

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114666390B (en) * 2022-05-19 2022-08-05 云账户技术(天津)有限公司 Page monitoring method and device of application program, electronic equipment and storage medium
CN115379013A (en) * 2022-06-29 2022-11-22 广州博冠信息科技有限公司 Data processing method and device and electronic equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1863213A (en) * 2006-03-06 2006-11-15 华为技术有限公司 Method of sharing data in WEB page flow and client apparatus
CN101039332A (en) * 2007-03-15 2007-09-19 华为技术有限公司 Method, system and server for transmitting page data
CN103678549A (en) * 2013-12-04 2014-03-26 新浪网技术(中国)有限公司 Webpage table data sharing method and device
CN104301379A (en) * 2014-08-28 2015-01-21 北京奇虎科技有限公司 Web page cross-domain communication method and device
CN104376123A (en) * 2014-12-08 2015-02-25 畅捷通信息技术股份有限公司 Method and device for browser cross-page data sharing
CN104461310A (en) * 2013-09-12 2015-03-25 阿里巴巴集团控股有限公司 Page comparison method and system
CN104504086A (en) * 2014-12-25 2015-04-08 北京国双科技有限公司 Clustering method and device for webpage

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103064979A (en) * 2013-01-15 2013-04-24 中兴通讯股份有限公司 Router and method for implementing same to process web page data
CN104615771B (en) * 2015-02-13 2018-12-21 广州华多网络科技有限公司 A kind of method and device obtaining web data
CN107038017B (en) * 2016-02-03 2019-06-14 博雅网络游戏开发(深圳)有限公司 The method and apparatus that rendering data obtains
CN107819798B (en) * 2016-09-13 2021-08-06 阿里巴巴集团控股有限公司 Data acquisition method, foreground server and data acquisition system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1863213A (en) * 2006-03-06 2006-11-15 华为技术有限公司 Method of sharing data in WEB page flow and client apparatus
CN101039332A (en) * 2007-03-15 2007-09-19 华为技术有限公司 Method, system and server for transmitting page data
CN104461310A (en) * 2013-09-12 2015-03-25 阿里巴巴集团控股有限公司 Page comparison method and system
CN103678549A (en) * 2013-12-04 2014-03-26 新浪网技术(中国)有限公司 Webpage table data sharing method and device
CN104301379A (en) * 2014-08-28 2015-01-21 北京奇虎科技有限公司 Web page cross-domain communication method and device
CN104376123A (en) * 2014-12-08 2015-02-25 畅捷通信息技术股份有限公司 Method and device for browser cross-page data sharing
CN104504086A (en) * 2014-12-25 2015-04-08 北京国双科技有限公司 Clustering method and device for webpage

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112597408B (en) * 2020-12-28 2023-08-04 恒生电子股份有限公司 System fusion method, device, equipment and storage medium

Also Published As

Publication number Publication date
WO2020134754A1 (en) 2020-07-02

Similar Documents

Publication Publication Date Title
CN108496150B (en) Screen capture and reading method and terminal
US10182101B2 (en) Method, apparatus and system for sharing webpage
WO2019137248A1 (en) Video frame interpolation method, storage medium and terminal
JP5734910B2 (en) Information providing system and information providing method
CN107943489B (en) Data sharing method and mobile terminal
CN107846352B (en) Information display method and mobile terminal
TWI512525B (en) Method and system for associating two terminals with each other, terminal and computer-readable storage medium
CN108156508B (en) Barrage information processing method and device, mobile terminal, server and system
WO2015131768A1 (en) Video processing method, apparatus and system
CN112148579B (en) User interface testing method and device
CN111385336A (en) Page communication method and device, computer equipment and storage medium
WO2017161994A1 (en) Method and device for displaying page, and computer storage medium
CN111752450A (en) Display method and device and electronic equipment
CN106302984A (en) A kind of method and device controlling data cube computation
CN108322611B (en) Screen locking information pushing method and device and computer readable storage medium
WO2017005080A1 (en) Webpage display method, terminal device and storage medium
WO2019109887A1 (en) Image processing method, electronic device, and computer readable storage medium
CN108038244B (en) Method and device for displaying cover of work by utilizing widget and mobile terminal
CN107765954B (en) Application icon updating method, mobile terminal and server
CN108596600B (en) Information processing method and terminal
CN104732218B (en) The method and device that image is shown
CN109190064B (en) Inventory recording method, terminal and computer readable storage medium
CN111143726A (en) Information display method and mobile terminal
CN107766544B (en) Information management method, terminal and computer readable storage medium
CN110781390A (en) Information recommendation method and mobile terminal

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200707

RJ01 Rejection of invention patent application after publication