CN108009269B - Method and device for displaying page data - Google Patents

Method and device for displaying page data Download PDF

Info

Publication number
CN108009269B
CN108009269B CN201711354521.7A CN201711354521A CN108009269B CN 108009269 B CN108009269 B CN 108009269B CN 201711354521 A CN201711354521 A CN 201711354521A CN 108009269 B CN108009269 B CN 108009269B
Authority
CN
China
Prior art keywords
page
data
target
target data
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201711354521.7A
Other languages
Chinese (zh)
Other versions
CN108009269A (en
Inventor
刘必强
韩继红
饶福贵
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Xiaomi Mobile Software Co Ltd
Original Assignee
Beijing Xiaomi Mobile Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Xiaomi Mobile Software Co Ltd filed Critical Beijing Xiaomi Mobile Software Co Ltd
Priority to CN201711354521.7A priority Critical patent/CN108009269B/en
Publication of CN108009269A publication Critical patent/CN108009269A/en
Application granted granted Critical
Publication of CN108009269B publication Critical patent/CN108009269B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/3476Data logging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • 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/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Mining & Analysis (AREA)
  • Quality & Reliability (AREA)
  • Software Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The present disclosure provides a method and an apparatus for displaying page data, wherein the method includes: acquiring target request information for requesting to display page data; drawing target data of a page according to the target request information, wherein the target data at least comprises: page data of the page. By adopting the method for displaying the page data, the visual display of the page message data can be realized, a user can conveniently and quickly check the page message data through the mobile terminal, and the user experience is improved.

Description

Method and device for displaying page data
Technical Field
The present disclosure relates to the field of communications technologies, and in particular, to a method and an apparatus for displaying page data.
Background
In the process of developing client software, a client developer sometimes needs to know message data of a page, for example, when a page shows an error, the error reason can be found according to the message data.
In the related art, a developer generally checks a log of a client through a Personal Computer (PC) terminal installed with a software development environment, so as to check message data of one page in client software. If a developer wants to check page data messages through a common mobile terminal without a software development environment, a specially-installed data packet capturing tool can be adopted to obtain the round-trip data of a page, and the problems that the cost of the packet capturing tool is high and effective information of an https interface can not be captured exist; or the output log is checked through a LogCat tool, but the length of a single piece of information output by the LogCat is limited, and when the page data message is long, the complete message cannot be presented.
Disclosure of Invention
In order to overcome the problems in the related art, the present disclosure provides a method and an apparatus for displaying page data, which can conveniently and quickly know the message data of a page.
According to a first aspect of the embodiments of the present disclosure, there is provided a method of displaying page data, including:
acquiring target request information for requesting to display page data;
drawing target data of a page according to the target request information, wherein the target data at least comprises: page data of the page.
Optionally, the obtaining target request information for requesting to display page data includes:
when first preset trigger information is detected, providing an information verification interface;
acquiring user identity authentication information through the information authentication interface and performing information authentication;
and if the user identity authentication information passes the information authentication, acquiring the target request information.
Optionally, the drawing target data of the page according to the target request information includes:
acquiring target data to be drawn according to the target request information;
and drawing the target data through a preset custom control, wherein the preset custom control is a custom control mounted on a root object of the page.
Optionally, the obtaining target data to be drawn according to the target request information includes:
sending page request information to a server according to the target request information;
receiving page message data returned by the server after responding to the page request information;
and determining the target data to be drawn according to the page message data.
Optionally, the page message data at least includes: page data of the page;
the determining target data according to the page message data includes:
determining the page data as the target data; or,
and determining the page request information and the page data as the target data.
Optionally, the obtaining target data to be drawn according to the target request information further includes:
storing the target data locally.
Optionally, the drawing the target data through a preset custom control includes:
sending the target data to a preset custom control;
and calling a preset drawing method through the custom control to draw the target data when the root object draws a page.
Optionally, when the root object performs page rendering, invoking a preset rendering method through the custom control to render the target data, where the method includes:
monitoring second preset trigger information in real time before the target data is drawn;
determining to select drawing indication information according to the monitored second preset trigger information;
and drawing part of data in the target data through the custom control according to the selected drawing indication information.
Optionally, the drawing target data of the page according to the target request information includes:
if the historical target data are stored locally, after the original content of the page is drawn, drawing the historical target data through a preset custom control;
acquiring updated target data;
and updating and drawing the target data in the page through the preset custom control according to the updated target data.
According to a second aspect of the embodiments of the present disclosure, there is provided an apparatus for displaying page data, the apparatus including:
the request module is configured to acquire target request information for requesting to display page data;
a display module configured to draw target data of a page according to the target request information, the target data including at least: page data of the page.
Optionally, the request module includes:
the trigger submodule is configured to provide an information verification interface when first preset trigger information is detected;
the verification submodule is configured to acquire user identity verification information through the information verification interface and perform information verification;
a request submodule configured to acquire the target request information in a case where the user authentication information passes the information authentication.
Optionally, the display module includes:
the data acquisition submodule is configured to acquire target data to be drawn according to the target request information;
and the data drawing submodule is configured to draw the target data through a preset custom control, and the preset custom control is a custom control mounted on a root object of the page.
Optionally, the data obtaining sub-module includes:
the request unit is configured to send page request information to a server according to the target request information;
the receiving unit is configured to receive page message data returned by the server after responding to the page request information;
and the target data determining unit is configured to determine the target data to be drawn according to the page message data.
Optionally, the page message data at least includes: page data of the page;
the target data determination unit includes:
a first determining subunit configured to determine the page data as the target data;
a second determining subunit configured to determine the page request information and the page data as the target data.
Optionally, the data obtaining sub-module further includes:
a storage unit configured to locally store the target data.
Optionally, the data drawing sub-module includes:
the data sending unit is configured to send the target data to a preset custom control;
and the data drawing unit is configured to call a preset drawing method to draw the target data through the custom control when the root object performs page drawing.
Optionally, the data drawing unit includes:
the monitoring subunit is configured to monitor second preset trigger information in real time before the target data starts to be drawn;
an indication determination subunit configured to determine to select drawing indication information according to the monitored second preset trigger information;
and the data drawing subunit is configured to draw part of data in the target data through the custom control according to the selected drawing indication information.
Optionally, the display module includes:
the first drawing submodule is configured to draw the historical target data through a preset custom control after the original content of the page is drawn under the condition that the historical target data is locally stored;
a data updating submodule configured to acquire updated target data;
and the second drawing submodule is configured to update and draw the target data in the page through the preset custom control according to the updated target data.
According to a third aspect of embodiments of the present disclosure, there is provided a non-transitory computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the method of any one of the first aspect described above.
According to a fourth aspect of the embodiments of the present disclosure, there is provided a mobile terminal including:
a processor and a memory for storing processor-executable instructions;
wherein the processor is configured to:
acquiring target request information for requesting to display page data;
drawing target data of a page according to the target request information, wherein the target data at least comprises: page data of the page.
The technical scheme provided by the embodiment of the disclosure can have the following beneficial effects:
by adopting the method for displaying the page data, the mobile terminal can acquire the target request information sent by the user, and display the page message data, the page request information and other target data according to the target request information, so that the data message of the page is visualized in the page, and the current user, such as a developer of client software, can conveniently inquire the page message data of the target page at any time and any place through the mobile terminal. When the display of the target page has problems, the reasons can be searched according to the target data, and the problems can be quickly positioned, so that the development efficiency of client software is improved, the intelligent degree of the mobile terminal is enhanced, and the user experience is improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
FIG. 1 is a flowchart illustrating a method of displaying page data according to an exemplary embodiment of the present disclosure.
FIG. 2 is a flow chart illustrating another method of displaying page data according to an exemplary embodiment of the present disclosure.
FIG. 3 is a flow chart illustrating another method of displaying page data according to an exemplary embodiment of the present disclosure.
FIG. 4 is a flow chart illustrating another method of displaying page data according to an exemplary embodiment of the present disclosure.
FIG. 5 is a flow chart illustrating another method of displaying page data according to an exemplary embodiment of the present disclosure.
FIG. 6 is a flow chart illustrating another method of displaying page data according to an exemplary embodiment of the present disclosure.
FIG. 7 is a flow chart illustrating another method of displaying page data according to an exemplary embodiment of the present disclosure.
FIG. 8-1 is a schematic diagram illustrating a scenario for displaying page data according to an exemplary embodiment of the present disclosure.
FIG. 8-2 is a schematic diagram of another scenario showing display page data according to an example embodiment of the present disclosure.
FIG. 9 is a flowchart illustrating another method of displaying page data according to an example embodiment of the present disclosure.
FIG. 10 is a block diagram illustrating an apparatus for displaying page data according to an exemplary embodiment of the present disclosure.
FIG. 11 is a block diagram of another apparatus for displaying page data shown in the present disclosure in accordance with an exemplary embodiment.
FIG. 12 is a block diagram of another apparatus for displaying page data shown in the present disclosure in accordance with an exemplary embodiment.
FIG. 13 is a block diagram of another apparatus for displaying page data shown in the present disclosure in accordance with an exemplary embodiment.
FIG. 14 is a block diagram of another apparatus for displaying page data shown in the present disclosure in accordance with an exemplary embodiment.
FIG. 15 is a block diagram of another apparatus for displaying page data shown in the present disclosure in accordance with an exemplary embodiment.
FIG. 16 is a block diagram of another apparatus for displaying page data shown in the present disclosure in accordance with an exemplary embodiment.
FIG. 17 is a block diagram of another apparatus for displaying page data shown in the present disclosure in accordance with an exemplary embodiment.
FIG. 18 is a block diagram of another apparatus for displaying page data shown in the present disclosure in accordance with an exemplary embodiment.
Fig. 19 is a block diagram illustrating a mobile terminal according to an exemplary embodiment of the present disclosure.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
The terminology used in the present disclosure is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. As used in this disclosure and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items.
It is to be understood that although the terms first, second, third, etc. may be used herein to describe various information, such information should not be limited to these terms. These terms are only used to distinguish one type of information from another. For example, first information may also be referred to as second information, and similarly, second information may also be referred to as first information, without departing from the scope of the present disclosure. The word "if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination", depending on the context.
The present disclosure provides a method for displaying page data, and a related execution main body includes: the mobile terminal is provided with client software, and the client software is provided with a man-machine interaction interface for developers to check the page data messages of the current page. The mobile terminal may be a smart phone, a Personal Digital Assistant (PDA), a tablet computer, a wearable device, or the like.
Referring to fig. 1, a flowchart of a method of displaying page data is shown according to an exemplary embodiment, which may include the steps of:
in step 11, target request information for requesting display of page data is acquired;
the mobile terminal is assumed to be a smart phone, and at least one piece of client software is installed on the smart phone, where the client software may be a piece of software with an obfuscated version that has already been released, or a piece of software that is not obfuscated by the version and is in a developing stage.
Supposing that the client software is a first APP, a preset human-machine interaction interface is provided in a page of the first APP, request information triggered by a user, which is generally a developer, can be received through the human-machine interaction interface, the request information is used for requesting to display page data corresponding to the page, and the page data at least includes: and page message data provided by the server side so that a developer can directly view the page data in a page.
How the mobile terminal obtains the target request information may include the following two cases:
in the first case, a preset interface, such as a preset button, is set in the page, and any user may trigger the button to request to view the target data of the current page.
In the second case, before the client software obtains the target request information, the client software firstly authenticates the current user, and if the authentication is passed, the target request information is allowed to be triggered.
For the second case, referring to fig. 2, which shows another flowchart of a method for displaying page data according to an exemplary embodiment, step 11 may include:
in step 111, when first preset trigger information is detected, providing an information verification interface;
in an embodiment of the present disclosure, a preset interface may be provided in a page of the client software for a user to input authentication information, so that the mobile terminal authenticates a current user.
Assuming that the preset interface may be a preset human-computer interaction interface arranged in the target page, such as a preset button, when the smart phone detects that the preset button in the target page is triggered, that is, detects the first preset trigger information, the information verification interface may be provided. For example, a dialog box is popped up in the target page, and a human-computer interaction interface for requiring the user to input authentication information is arranged in the dialog box, for example, a text input box for prompting the current user to input authentication information such as a user name, a password and the like.
In step 112, obtaining user identity authentication information through the information authentication interface and performing information authentication;
after the smart phone receives user authentication information input by the current user through the information authentication interface, the user authentication information is, for example, an account name + a password, and the smart phone can authenticate the current user locally or send the authentication information to a remote server. According to the related knowledge, in view of the considerations of information security and fewer people groups, the target data users of a client page, such as the page message data and the page data request message corresponding to the page, may only allow a small number of people to view the target data users. Wherein, the above-mentioned few persons can be the developers of the client software. Each user with viewing rights may have unique authentication information, such as an account and password. When the user wants to use a mobile terminal such as a smart phone to check the target data of the page at any time and any place, the user can input personal identity verification information for authentication through a preset man-machine interaction interface provided by the page.
It can be known that the information verification interface can be interfaces such as fingerprint identification, face identification, iris identification, and the like, and the current user identity is authenticated according to the related technology, and the information verification mode is not limited by the disclosure.
In step 113, if the user authentication information passes the information authentication, the target request information is obtained.
And if the current user passes the information verification of the current user, the current user is the user with the authority of viewing the preset development information of the target page. Then, the target request information may be triggered according to the related art, and the target request information is used to notify the client software of drawing the target data of the target page.
In step 12, drawing target data of a page according to the target request information, where the target data at least includes: page data of the page.
In the embodiment of the disclosure, after the client software installed in the mobile terminal acquires the target request information, the client software may draw the target data through a preset custom control after the original page content is completely drawn, so that the target data of the current page may be visually displayed in the page.
Referring to fig. 3, which is a flowchart illustrating another method for displaying page data according to an exemplary embodiment, step 12 may include:
in step 121, obtaining target data to be drawn according to the target request information;
wherein the target data at least includes: and the page data of the page is displayed as the original content of the target page after being drawn. In another embodiment of the present disclosure, the target data may further include: and calling page request information sent to the server by the client software through a preset interface. In the embodiment of the disclosure, the page request information sent by the preset interface and the page data returned by the server can be simultaneously displayed on the target page, when the displayed original content has a problem, for example, a part of characters or pictures are not displayed, or a developer feels that the color tone of the page background is not equal to that of the original content, if the target data includes the page request information, the problem can be more accurately positioned, because there is no problem in the page data returned by the server, the problem is that the preset parameter in the page request information has an error.
In the embodiment of the present disclosure, the target data may be obtained in at least two ways:
in the first mode, page data of a target page is acquired from a server in real time according to the target request information.
Referring to fig. 4, which is a flowchart illustrating another method for displaying page data according to an exemplary embodiment, the step 121 may include:
in step 1211, sending page request information to a server according to the target request information;
in the embodiment of the present disclosure, after receiving the target request information, the client software may call a preset interface, for example, a network interface http interface, according to the page identifier of the target page, send page request information to a server providing the client software, and request to acquire page data of the target page.
In step 1212, receiving page message data returned by the server after responding to the page request information;
correspondingly, after receiving the page request information, the server providing the client software searches for corresponding page data, packages the page data of the target page into a message and sends the message to a mobile terminal such as a smart phone where the client software is located; or the page request information and the page data can be packaged together in a message and sent to the mobile terminal.
In step 1213, the target data to be rendered is determined according to the page message data.
After the client software receives the page message data returned by the server through the preset network interface, in an embodiment, only the page data may be determined as the target data.
In another embodiment of the present disclosure, the client software may further determine, based on the page message data, the page request information and the corresponding page data as the target page data.
In the embodiment of the disclosure, after the client software acquires the target request information, the client software can request the server terminal to acquire page data in real time, the target data to be drawn is determined based on the page message data returned by the server terminal in real time, and the page data displayed on the target page is ensured to be the latest page data returned by the server terminal all the time, so that developers can see the accurate target data.
Referring to fig. 5, which is a flowchart illustrating another method for displaying page data according to an exemplary embodiment, on the basis of the embodiment shown in fig. 4, after step 1213, step 121 may further include:
in step 1214, the target data is stored locally.
In the embodiment of the present disclosure, the client software sends page request information to the server based on one piece of target request information obtained at time T1, and after receiving the corresponding page message data returned by the server, determines the target data to be drawn this time, such as the data pair consisting of the page request information and the page data. The target data may also be stored locally, for example, cached in the network interface, so that after the client software receives the target request information again at a subsequent time, for example, at time T2, the target data to be drawn may be determined based on the historical data stored locally in advance.
In the second mode, if the target data of the target page is stored locally in advance, the client software may first obtain the target data from the local after obtaining the target request information.
Corresponding to the embodiment shown in fig. 5, after the client software obtains the target request information, if the history data of the target page is locally stored, the history data may be determined as the target data to be drawn, so that the target page may quickly show the target data to the user. On the other hand, under the condition that the mobile terminal cannot establish network connection with the server, the target data can be displayed to the user in time, and user experience is improved.
In step 122, the target data is drawn through a preset custom control, where the custom control is a custom control mounted on a root object of the page.
In the disclosure, a preset custom control is hung on a root object of a target page, and the custom control is used for drawing target data corresponding to the target page.
Referring to FIG. 6, which is a flowchart illustrating another method for displaying page data according to an exemplary embodiment, the step 122 may include:
in step 1221, sending the target data to a preset custom control;
after the target data is obtained in the client software, the target data needs to be sent to a preset custom control first.
In another embodiment of the present disclosure, the preset custom control is used as a subscriber of the target data, and the acquirer of the target data may request to acquire the target data through a preset transmission component, for example, an open source component EventBus in an android system, and send the target data to the preset custom control.
In step 1222, when the root object performs page rendering, a preset rendering method is called by the custom control to render the target data.
The target page is assumed to be a custom page in a piece of client software developed based on the Android system, and the client software includes a User Interface (UI). In the Android system, the client software containing the UI interface includes at least one Activity. Activity is one of four major components of the android system, and one page in the android system must inherit to one Activity class.
Xml of the configuration file Android system is used for declaring how many pages a client software, such as the first APP, contains and page information of each page, such as name, theme, ID and other information.
If the information of a target page is not declared in the configuration file android manifest. When the user terminal wants to call a certain target page, the user terminal can prompt that the target page cannot be found when the system runs.
Based on this, after the mobile terminal receives a request for opening a target page or a preset page jump request for jumping to the target page, the system can acquire the root layout of the target page according to the request information, including: a root object type FrameLayout, ID android.r.id.content; and searching a root object corresponding to the target page from the resource corresponding to the ID according to the root object type. Finding the root object of the target page shows that the target page can be drawn.
In this disclosure, since the target data of the page needs to be displayed in the target page, before the page is drawn, a preset custom control needs to be mounted on the root object, and the preset custom control is used for drawing the target data.
After the mobile terminal finds the root object of the target page and mounts the preset custom control onto the root object, the root object can be notified to call a preset drawing method, such as an onDraw () method or a displatcdraw () method, so as to draw the original content of the target page, that is, the content which does not contain the target data, which can be understood as the page information displayed facing a common user. And then, the preset custom control calls a preset drawing method to draw the target data in the target page, and the target data can be displayed in the target page after the page is drawn.
In the above embodiments, the target data may be plotted in the following ways:
the first drawing mode, drawing all target data
In one embodiment, after the original content of the whole target page is drawn, all the target data can be drawn in the current page at one time.
In another embodiment of the disclosure, in order to facilitate a user to view page message data more intuitively and orderly, a page data message in a Json Format may be obtained through a second preset component, such as a Json Format open source component, and after the message data in the Json Format is drawn through a custom control, the user may conveniently view the page data and the page request information more intuitively and orderly. In addition, when the data volume of the target data exceeds a preset threshold, the target data in the JSON format can be drawn, the target data can be gradually drawn according to different parts, and the display effect is represented as a folding mode or a sliding progress bar mode to display the target data.
A second drawing mode for selectively drawing the target data according to the selected drawing instruction information;
referring to FIG. 7, another flowchart illustrating a method for displaying page data according to an exemplary embodiment, the step 1222 may include:
in step 12221, before the target data is drawn, second preset trigger information is monitored in real time;
in the embodiment of the disclosure, before the custom control starts to draw the target data, for example, before the root object finishes drawing the original content, whether the user triggers second preset trigger information may be monitored in real time, where the second preset trigger information is used to determine whether to draw the target data or indicate the custom control to draw part of the target data.
In step 12222, determining to select drawing indication information according to the monitored second preset trigger information;
in the embodiment of the present disclosure, the above-mentioned selection drawing indication information is used to indicate whether the client software is currently drawing the target data, or which part of the target data is currently drawn.
For example, a third preset interface, such as a third preset button, may be preset in the target page, and by triggering the button, the client software may be instructed whether to invoke a preset custom control to continue to draw the target data after completing drawing the original page content.
In another embodiment of the present disclosure, in order to avoid that the target data occupies the page area for a long time and affects the display of the original page information, a third preset interface may be further provided in the target page, and the third preset interface is configured to determine whether to display the target data. In the embodiment of the disclosure, the user can display the target data when needed by triggering the preset button, and when the target data is not needed to be viewed, the display of the target data is closed, so that the intelligent degree of client software is improved, and the user experience is further improved.
In another embodiment of the present disclosure, the target page may further provide a fourth preset interface, for example, a preset number of buttons that may indicate drawing of different portions of data. When the client software monitors that the user triggers one or more buttons, the drawing indication information can be determined to be selected. The selection drawing instruction information includes: and the identifier of the data segment to which the selected part of data belongs, such as the identifier of the message field.
In step 12223, drawing a part of data in the target data through the custom control according to the selected drawing indication information.
When the client software draws the target data through the custom control, part of the data in the target data can be selectively drawn according to the selected drawing indication information.
For example, in an application scenario of error correction on page data, a current user such as a developer may determine a message field that may be in error according to prior information, and select one or more target buttons where the target field is located through a preset interface such as preset buttons for displaying target data in sections that are preset; and drawing the message data of the selected field in the target data by the user-defined control according to the selected drawing indication information.
Referring to fig. 8-1, a schematic diagram of a scenario for displaying page data according to an exemplary embodiment, after a user triggers a third preset button 100, all target data may be displayed at a preset position 103 of a current page, including: page request information and page data.
Fig. 8-2 is a schematic diagram illustrating another scenario for displaying page data according to an exemplary embodiment, after the user activates the third preset button 100, a window 102 including three preset buttons, which may be respectively identified as A, B, C, may pop up, and each button is used to indicate that a portion of the target data is displayed. When the user triggers one or more of the buttons, it may be determined which portion of the target data the current user would like to view. Supposing that the button A corresponds to page request information sent by a display interface; the button B correspondingly displays the first part of page data; and the button C correspondingly displays the second part of page data.
As shown in fig. 8-2, when the user triggers the button B, the determined selection drawing indication information may include: page data, first portion, etc. Then the client software may draw the first portion of page data in the current page. Illustratively, page data 1 at the preset position 103 is displayed as in fig. 8-2.
Referring to fig. 9, which is a flowchart illustrating another method for displaying page data according to an exemplary embodiment, step 12 may include:
in step 1201, if the historical target data is locally stored, after the original content of the page is drawn, drawing the historical target data through a preset custom control;
corresponding to the step 1214, after receiving the target request information, the client software may first determine whether the historical target data of the target page is locally stored, and if so, after the content of the target page is completely drawn by the root object, the client software may invoke a preset drawing method of the root object to draw the historical target data through the custom control.
In step 1202, updated target data is obtained;
in the embodiment of the present disclosure, after the mobile terminal executes step 1202, the server may continue to request to provide the latest page message data according to the methods described in the above-mentioned steps 1211 to 1213, and obtain the updated target data according to the latest page message data.
In step 1203, according to the updated target data, updating and drawing the target data in the page through the preset custom control.
In the embodiment of the present disclosure, after the mobile terminal obtains the updated target data, the page information may be updated and drawn based on the updated target data. The updating process includes redrawing the original content of the page based on the updated target data, i.e., automatically refreshing the content of the page. And then, drawing the updated target data in the refreshed page through the preset custom control, and displaying the historical target data in a replacement manner to realize the refreshing process of the target data.
By adopting the method for displaying the page data provided by the embodiment of the disclosure, because time delay exists between the page data is requested in real time and the page message data is returned by the server, under the condition that the historical target data is locally stored, the historical target data can be firstly drawn, the quick response of the target data display is ensured, and the user experience is improved. After the server returns the latest page message data, the updated target data can be obtained and drawn, the accuracy of target data display of the target page is improved, and the user experience of client software is further improved.
In summary, by using the method for displaying page data provided by the present disclosure, the mobile terminal can obtain the target request information sent by the user, and according to the data such as the page message data and the page request information displayed by the target request information, the current user, for example, a developer of client software, can query the page message data of the target page at any time and any place through the mobile terminal. When a problem occurs in the display of the target page, the reason can be searched according to the target data, and if the problem occurs in the page request information sent by the client, such as an interface, the operation of correcting the target page request parameter and the like can be performed in time. If the page request information sent by the client has no problem, the page data provided by the server possibly has a problem, and the problem can be timely fed back to a developer of the server to further position the problem, so that the development efficiency of client software is improved; the intelligent degree of the mobile terminal is enhanced, and the user experience is improved. In addition, a special data packet capturing tool does not need to be installed on the mobile terminal, so that the cost for a user to obtain page data can be saved.
While, for purposes of simplicity of explanation, the foregoing method embodiments have been described as a series of acts or combination of acts, it will be appreciated by those skilled in the art that the present disclosure is not limited by the order of acts, as some steps may, in accordance with the present disclosure, occur in other orders and concurrently.
Further, those skilled in the art should also appreciate that the embodiments described in the specification are exemplary embodiments and that acts and modules referred to are not necessarily required by the disclosure.
Corresponding to the embodiment of the application function implementation method, the disclosure also provides an embodiment of an application function implementation device and a corresponding terminal.
Referring to fig. 10, a block diagram of an apparatus for displaying page data according to an exemplary embodiment is shown, the apparatus may include:
a request module 21 configured to acquire target request information for requesting display of page data;
a display module 22 configured to draw target data of a page according to the target request information, the target data at least including: page data of the page.
Referring to fig. 11, a block diagram of another apparatus for displaying page data according to an exemplary embodiment is shown, and on the basis of the embodiment of the apparatus shown in fig. 10, the request module 21 may include:
a trigger submodule 211 configured to provide an information verification interface when first preset trigger information is detected;
the verification submodule 212 is configured to acquire user identity verification information through the information verification interface and perform information verification;
a request submodule 213 configured to obtain the target request information in a case where the user authentication information passes the information authentication.
Referring to fig. 12, which is a block diagram of another apparatus for displaying page data according to an exemplary embodiment, on the basis of the apparatus embodiment shown in fig. 10, the display module 22 may include:
the data obtaining sub-module 221 is configured to obtain target data to be drawn according to the target request information;
and the data drawing sub-module 222 is configured to draw the target data through a preset custom control, where the preset custom control is a custom control mounted on a root object of the page.
Referring to fig. 13, which is a block diagram of another apparatus for displaying page data according to an exemplary embodiment, on the basis of the apparatus embodiment shown in fig. 12, the data obtaining sub-module 221 may include:
a request unit 2211 configured to send page request information to a server according to the target request information;
a receiving unit 2212 configured to receive page message data returned by the server after responding to the page request information;
a target data determining unit 2213 configured to determine the target data to be drawn according to the page message data.
In another embodiment of the present disclosure, the page message data received by the receiving unit 2212 at least includes: page data of the page. Accordingly, referring to fig. 14, which is a block diagram of another apparatus for displaying page data according to an exemplary embodiment, on the basis of the apparatus embodiment shown in fig. 13, the target data determining unit 2213 may include:
a first determining sub-unit 22131 configured to determine the page data as the target data;
a second determining subunit 22132 configured to determine the page request information and the page data as the target data.
Referring to fig. 15, which is a block diagram of another apparatus for displaying page data according to an exemplary embodiment, on the basis of the embodiment of the apparatus shown in fig. 13, the data obtaining sub-module 221 may further include:
a storage unit 2214 configured to locally store the target data.
Referring to fig. 16, which is a block diagram of another apparatus for displaying page data according to an exemplary embodiment, on the basis of the apparatus embodiment shown in fig. 12, the data drawing sub-module 222 may include:
a data sending unit 2221 configured to send the target data to a preset custom control;
the data drawing unit 2222 is configured to call a preset drawing method through the custom control to draw the target data when the root object performs page drawing.
Referring to fig. 17, which is a block diagram of another apparatus for displaying page data according to an exemplary embodiment, on the basis of the apparatus embodiment shown in fig. 16, the data drawing unit 2222 may include:
the monitoring subunit 201 is configured to monitor, in real time, second preset trigger information before starting to draw the target data;
an indication determining subunit 202, configured to determine to select drawing indication information according to the monitored second preset trigger information;
and the data drawing subunit 203 is configured to draw part of data in the target data through the custom control according to the selected drawing indication information.
Referring to fig. 18, which is a block diagram of another apparatus for displaying page data according to an exemplary embodiment, on the basis of the apparatus embodiment shown in fig. 10, the display module 22 may include:
the first drawing submodule 2201 is configured to draw the historical target data through a preset custom control after finishing drawing the original content of the page under the condition that the historical target data is locally stored;
a data update sub-module 2202 configured to acquire updated target data;
the second drawing submodule 2203 is configured to, according to the updated target data, update and draw the target data in the page through the preset custom control.
With regard to the apparatus in the above embodiments, the specific manner in which each module performs the triggering has been described in detail in the embodiments related to the method, and will not be elaborated here.
For the device embodiments, since they substantially correspond to the method embodiments, reference may be made to the partial description of the method embodiments for relevant points. The above-described embodiments of the apparatus are merely illustrative, and the modules described as separate parts may or may not be physically separate, and the parts displayed as modules may or may not be physical modules, may be located in one place, or may be distributed on a plurality of network modules. Some or all of the modules can be selected according to actual needs to achieve the purpose of the disclosed solution. One of ordinary skill in the art can understand and implement it without inventive effort.
In addition, the present disclosure also provides a mobile terminal, and the mobile terminal device may include: a processor and a memory for storing processor-executable instructions;
wherein the processor is configured to:
acquiring target request information for requesting to display page data;
drawing target data of a page according to the target request information, wherein the target data at least comprises: page data of the page.
It should be further noted that, for other programs stored in the memory, reference is specifically made to the description in the foregoing method flow, and details are not described here again, and the processor is also configured to execute the other programs stored in the memory.
Fig. 19 is a block diagram illustrating a structure of a mobile terminal device according to an exemplary embodiment of the present disclosure.
Referring to fig. 19, the device 1900 may be, for example, a mobile phone with routing function, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, or the like.
Device 1900 includes one or more of the following components: a processing component 1902, a memory 1904, a power component 1909, a multimedia component 1908, an audio component 1910, an input/output (I/O) interface 1912, a sensor component 1914, and a communications component 1916.
The processing component 1902 generally controls overall triggering of the device 1900, such as triggers associated with display, telephone calls, data communications, camera triggers, and recording triggers. The processing assembly 1902 may include one or more processors 1920 to execute instructions to perform all or a portion of the steps of the methods described above. Further, the process component 1902 can include one or more modules that facilitate interaction between the process component 1902 and other components. For example, the processing component 1902 can include a multimedia module to facilitate interaction between the multimedia component 1908 and the processing component 1902.
The memory 1904 is configured to store various types of data to support triggering at the device 1900. Examples of such data include instructions for any application or method triggered on device 1900, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 1904 may be implemented by any type or combination of volatile or non-volatile memory devices, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
A power supply component 1909 provides power to the various components of the device 1900. The power components 1909 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the device 1900.
The multimedia component 1908 includes a screen that provides an output interface between the device 1900 and the user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundaries of a touch or slide action, but also detect the duration and pressure associated with the touch or slide trigger. In some embodiments, the multimedia component 1908 includes a front-facing camera and/or a rear-facing camera. The front-facing camera and/or the back-facing camera may receive external multimedia data when the device 1900 is in a trigger mode, such as a capture mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
Audio component 1910 is configured to output and/or input audio signals. For example, audio component 1910 may include a Microphone (MIC) configured to receive external audio signals when device 1900 is in a triggering mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signal may further be stored in the memory 1904 or transmitted via the communication component 1916. In some embodiments, audio component 1910 further includes a speaker for outputting audio signals.
The I/O interface 1912 provides an interface between the processing component 1902 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor component 1914 includes one or more sensors to provide various aspects of state assessment for the device 1900. For example, sensor component 1914 may detect an open/closed state of device 1900, the relative positioning of components, such as a display and keypad of device 1900, the sensor component 1914 may also detect a change in position of device 1900 or a component of device 1900, the presence or absence of user contact with device 1900, orientation or acceleration/deceleration of device 1900, and a change in temperature of device 1900. The sensor component 1914 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor component 1914 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor component 1914 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 1916 is configured to facilitate wired or wireless communication between the device 1900 and other devices. The device 1900 may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 1916 receives a broadcast signal or broadcast associated information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 1916 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the device 1900 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer readable storage medium comprising instructions, such as the memory 1904 comprising instructions, executable by the processor 1920 of the device 1900 to perform the above-described method is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
A non-transitory computer readable storage medium in which instructions, when executed by a processor of a device, enable the device to perform a method of displaying page data, the method comprising:
acquiring target request information for requesting to display page data;
drawing target data of a page according to the target request information, wherein the target data at least comprises: page data of the page.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This disclosure is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (16)

1. A method of displaying page data, the method comprising:
acquiring target request information for requesting to display page data;
drawing target data of a page according to the target request information, wherein the target data at least comprises: page data and page request information of the page, and the page request information and the page data are displayed on the page at the same time; the page request information is transmitted to a server by calling a preset interface by client software; the page data is returned by the server in response to the page request information, and the page data is drawn and then displayed as original content of the target page;
the drawing of the target data of the page according to the target request information includes:
acquiring target data to be drawn according to the target request information;
sending the target data to a preset custom control, wherein the preset custom control is a custom control mounted on a root object of the page;
monitoring second preset trigger information in real time before the target data is drawn, wherein the second preset trigger information is generated in response to a trigger operation which is implemented by a user aiming at a preset interface;
and drawing the target data through the user-defined control according to the monitored second preset trigger information.
2. The method of claim 1, wherein the obtaining target request information for requesting to display page data comprises:
when first preset trigger information is detected, providing an information verification interface;
acquiring user identity authentication information through the information authentication interface and performing information authentication;
and if the user identity authentication information passes the information authentication, acquiring the target request information.
3. The method according to claim 1, wherein the obtaining target data to be rendered according to the target request information comprises:
sending page request information to a server according to the target request information;
receiving page message data returned by the server after responding to the page request information;
and determining the target data to be drawn according to the page message data.
4. The method of claim 3, wherein the page message data comprises at least: page data of the page;
the determining target data according to the page message data includes:
determining the page data as the target data; or,
and determining the page request information and the page data as the target data.
5. The method according to claim 3, wherein the obtaining target data to be rendered according to the target request information further comprises:
storing the target data locally.
6. The method according to claim 1, wherein the drawing the target data through the custom control according to the monitored second preset trigger information comprises:
determining to select drawing indication information according to the monitored second preset trigger information;
and drawing part of data in the target data through the custom control according to the selected drawing indication information.
7. The method of claim 1, wherein the rendering target data for a page according to the target request information comprises:
if the historical target data are stored locally, after the original content of the page is drawn, drawing the historical target data through a preset custom control;
acquiring updated target data;
and updating and drawing the target data in the page through the preset custom control according to the updated target data.
8. An apparatus for displaying page data, the apparatus comprising:
the request module is configured to acquire target request information for requesting to display page data;
a display module configured to draw target data of a page according to the target request information, the target data including at least: page data and page request information of the page, and the page request information and the page data are displayed on the page at the same time; the page request information is transmitted to a server by calling a preset interface by client software; the page data is returned by the server in response to the page request information, and the page data is drawn and then displayed as original content of the target page;
wherein the display module includes:
the data acquisition submodule is configured to acquire target data to be drawn according to the target request information;
a data drawing submodule including a data sending unit and a data drawing unit,
the data sending unit is configured to send the target data to a preset custom control, and the preset custom control is a custom control mounted on a root object of the page;
the data drawing unit includes:
the monitoring subunit is configured to monitor, in real time, second preset trigger information before starting to draw the target data, where the second preset trigger information is generated in response to a trigger operation performed by a user for a preset interface;
and the drawing subunit is configured to draw the target data through the custom control according to the monitored second preset trigger information.
9. The apparatus of claim 8, wherein the request module comprises:
the trigger submodule is configured to provide an information verification interface when first preset trigger information is detected;
the verification submodule is configured to acquire user identity verification information through the information verification interface and perform information verification;
a request submodule configured to acquire the target request information in a case where the user authentication information passes the information authentication.
10. The apparatus of claim 8, wherein the data acquisition sub-module comprises:
the request unit is configured to send page request information to a server according to the target request information;
the receiving unit is configured to receive page message data returned by the server after responding to the page request information;
and the target data determining unit is configured to determine the target data to be drawn according to the page message data.
11. The apparatus of claim 10, wherein the page message data comprises at least: page data of the page;
the target data determination unit includes:
a first determining subunit configured to determine the page data as the target data;
a second determining subunit configured to determine the page request information and the page data as the target data.
12. The apparatus of claim 10, wherein the data acquisition sub-module further comprises:
a storage unit configured to locally store the target data.
13. The apparatus of claim 8, wherein the rendering subunit is further configured to:
determining to select drawing indication information according to the monitored second preset trigger information;
and drawing part of data in the target data through the custom control according to the selected drawing indication information.
14. The apparatus of claim 8, wherein the display module comprises:
the first drawing submodule is configured to draw the historical target data through a preset custom control after the original content of the page is drawn under the condition that the historical target data is locally stored;
a data updating submodule configured to acquire updated target data;
and the second drawing submodule is configured to update and draw the target data in the page through the preset custom control according to the updated target data.
15. A non-transitory computer readable storage medium having stored thereon a computer program, wherein the program when executed by a processor implements the steps of the method of any of claims 1 to 7.
16. A mobile terminal, comprising:
a processor and a memory for storing processor-executable instructions;
wherein the processor is configured to:
acquiring target request information for requesting to display page data;
drawing target data of a page according to the target request information, wherein the target data at least comprises: page data and page request information of the page, and the page request information and the page data are displayed on the page at the same time; the page request information is transmitted to a server by calling a preset interface by client software; the page data is returned by the server in response to the page request information, and the page data is drawn and then displayed as original content of the target page;
the drawing of the target data of the page according to the target request information includes:
acquiring target data to be drawn according to the target request information;
sending the target data to a preset custom control, wherein the preset custom control is a custom control mounted on a root object of the page;
monitoring second preset trigger information in real time before the target data is drawn, wherein the second preset trigger information is generated in response to a trigger operation which is implemented by a user aiming at a preset interface;
and drawing the target data through the user-defined control according to the monitored second preset trigger information.
CN201711354521.7A 2017-12-15 2017-12-15 Method and device for displaying page data Active CN108009269B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711354521.7A CN108009269B (en) 2017-12-15 2017-12-15 Method and device for displaying page data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711354521.7A CN108009269B (en) 2017-12-15 2017-12-15 Method and device for displaying page data

Publications (2)

Publication Number Publication Date
CN108009269A CN108009269A (en) 2018-05-08
CN108009269B true CN108009269B (en) 2022-01-25

Family

ID=62059519

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711354521.7A Active CN108009269B (en) 2017-12-15 2017-12-15 Method and device for displaying page data

Country Status (1)

Country Link
CN (1) CN108009269B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111143149B (en) * 2019-12-25 2024-03-19 深圳前海环融联易信息科技服务有限公司 Method and device for back displaying request data, computer equipment and storage medium
CN112597414B (en) * 2020-11-25 2022-03-08 中科三清科技有限公司 Pollutant observation data processing method and system, electronic equipment and storage medium
CN113778837B (en) * 2021-08-06 2023-09-26 北京奇艺世纪科技有限公司 Page fault determination method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101695157A (en) * 2009-09-29 2010-04-14 深圳市融创天下科技发展有限公司 Self-adapting method of display of mobile terminal screen in network application and system thereof
CN103778128A (en) * 2012-10-18 2014-05-07 腾讯科技(深圳)有限公司 List information drawing method and device
CN105204969A (en) * 2014-06-30 2015-12-30 腾讯科技(深圳)有限公司 Abnormal log processing method and abnormal log processing device
CN106569924A (en) * 2016-11-04 2017-04-19 珠海金山网络游戏科技有限公司 Remote terminal log checking method and system
CN106569940A (en) * 2016-11-04 2017-04-19 珠海金山网络游戏科技有限公司 Checking method and system for customizable log of remote terminal

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7974942B2 (en) * 2006-09-08 2011-07-05 Camouflage Software Inc. Data masking system and method
CN106547420B (en) * 2015-09-23 2020-06-02 阿里巴巴集团控股有限公司 Page processing method and device
CN106354878A (en) * 2016-09-27 2017-01-25 北京小米移动软件有限公司 Page management method and device
CN107402756B (en) * 2017-07-07 2020-07-31 北京小米移动软件有限公司 Method, device and terminal for drawing page

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101695157A (en) * 2009-09-29 2010-04-14 深圳市融创天下科技发展有限公司 Self-adapting method of display of mobile terminal screen in network application and system thereof
CN103778128A (en) * 2012-10-18 2014-05-07 腾讯科技(深圳)有限公司 List information drawing method and device
CN105204969A (en) * 2014-06-30 2015-12-30 腾讯科技(深圳)有限公司 Abnormal log processing method and abnormal log processing device
CN106569924A (en) * 2016-11-04 2017-04-19 珠海金山网络游戏科技有限公司 Remote terminal log checking method and system
CN106569940A (en) * 2016-11-04 2017-04-19 珠海金山网络游戏科技有限公司 Checking method and system for customizable log of remote terminal

Also Published As

Publication number Publication date
CN108009269A (en) 2018-05-08

Similar Documents

Publication Publication Date Title
US10242168B2 (en) Methods and apparatuses for controlling smart device
CN106603667B (en) Screen information sharing method and device
US9800666B2 (en) Method and client terminal for remote assistance
US10425403B2 (en) Method and device for accessing smart camera
US10116781B2 (en) Method, device and computer-readable medium for controlling a device
CN106453052B (en) Message interaction method and device
US20170126781A1 (en) Methods and apparatuses for acquiring image
US20170171321A1 (en) Methods and devices for managing accounts
US10216711B2 (en) Information collection method and apparatus
US20190235745A1 (en) Method and device for displaying descriptive information
CN108008955B (en) Method and device for displaying user-defined control information
US20160294805A1 (en) Method and terminal device for accessing network
EP2988205A1 (en) Method and device for transmitting image
CN104703252A (en) Terminal device accessing into wireless network method and device
CN105100074A (en) Data operation processing method, device and terminal equipment
CN108009269B (en) Method and device for displaying page data
CN105511739A (en) Message prompting method and device
CN107395624B (en) Information processing method and device
CN107316207B (en) Method and device for acquiring display effect information
CN110413169B (en) Information display method, device and medium
US11397596B2 (en) Method and device for controlling pop-up window, electronic device, and storage medium
CN106611112A (en) Application program safe processing method, device and equipment
CN106506808B (en) Method and device for prompting communication message
CN112667852B (en) Video-based searching method and device, electronic equipment and storage medium
EP3812896B1 (en) Method and apparatus for information processing, and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant