WO2014206138A1 - 一种更新网页数据的方法、装置和终端设备 - Google Patents

一种更新网页数据的方法、装置和终端设备 Download PDF

Info

Publication number
WO2014206138A1
WO2014206138A1 PCT/CN2014/076157 CN2014076157W WO2014206138A1 WO 2014206138 A1 WO2014206138 A1 WO 2014206138A1 CN 2014076157 W CN2014076157 W CN 2014076157W WO 2014206138 A1 WO2014206138 A1 WO 2014206138A1
Authority
WO
WIPO (PCT)
Prior art keywords
web page
webpage
local file
data
status identifier
Prior art date
Application number
PCT/CN2014/076157
Other languages
English (en)
French (fr)
Inventor
任远
姚丽梅
Original Assignee
小米科技有限责任公司
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 小米科技有限责任公司 filed Critical 小米科技有限责任公司
Publication of WO2014206138A1 publication Critical patent/WO2014206138A1/zh

Links

Classifications

    • 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/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Definitions

  • the present invention is based on a Chinese patent application with the application number 201310269917.7 and the application date of 2013/6/28, and claims the priority of the Chinese patent application, the entire Chinese patent application The contents are incorporated herein by reference.
  • the present disclosure relates to the field of the Internet, and in particular, to a method, an apparatus, and a terminal device for updating webpage data. Background technique
  • the user can display the webpage corresponding to the same domain name through multiple label interfaces.
  • the webpage data of the webpage changes in a certain label interface included in the multiple label interfaces
  • the client needs to update the webpage of the webpage in the other label interface in real time. data.
  • the webpage data and the status identifier of the webpage are stored in the plurality of tab interfaces, and the client establishes a thread for each of the plurality of tab interfaces.
  • the thread For the thread corresponding to a certain label interface included in the plurality of label interfaces, the thread periodically sends the status identifier of the web page to the server; the server compares the status identifier of the web page with the status identifier of the web page stored by the server If the two are different, the server sends the webpage data of the webpage to the thread, and the thread receives the webpage data, and updates the webpage data in the corresponding label interface to the received webpage data.
  • the steps of updating the webpage data in the other tab interfaces included in the plurality of tab interfaces are the same as the steps of updating the webpage data in the tabbed interface.
  • the thread of each label interface periodically sends the status identifier of the web page to the server, which consumes excessive server resources and network bandwidth resources; and each label The thread of the interface periodically needs to use the timer of the webpage when sending the status identifier of the webpage to the server. Since the browser is usually single-threaded, the timer is sometimes blocked by other threads, causing the webpage to be sent to the server. The status indicator takes a long time and cannot be fully real-time.
  • embodiments of the present disclosure provide a method, device, and terminal device for updating webpage data.
  • a method for updating webpage data where there are at least two tab interfaces, and each tab interface displays a webpage corresponding to the same domain name, and the method includes:
  • the local file is used for storing the domain name of the webpage, the webpage data and the standard of the webpage after the last modification Status identifier
  • an apparatus for updating webpage data where there are at least two tab interfaces, and each tab interface displays a webpage corresponding to the same domain name, and the apparatus includes:
  • the detecting module is configured to compare the webpage data corresponding to the webpage displayed by the label interface with the webpage data corresponding to the same webpage stored in the local file, where the local file is used to store the domain name of the webpage, and the last modified webpage Web page data and standard status identifiers;
  • the first update module is configured to update the webpage data corresponding to the webpage displayed by the label interface to the webpage data of the same webpage stored by the local file when the comparison result is inconsistent.
  • a terminal device including a memory, and one or more programs, wherein one or more programs are stored in a memory and configured to be Or the one or more processors executing the one or more programs including instructions for performing the following operations: comparing the webpage data corresponding to the webpage displayed by the tab interface with the webpage data corresponding to the same webpage stored in the local file, The local file is used to store the domain name of the webpage, the webpage data of the last modified webpage, and the standard status identifier;
  • the webpage data corresponding to the webpage displayed by the tab interface is updated to the webpage data of the same webpage stored by the local file.
  • the terminal detects a label interface of the webpage data to be updated from the plurality of label interfaces according to the webpage data of the webpage stored in the local file, The terminal is prevented from periodically sending data requests to the server to determine whether to update the webpage data of the webpage in the plurality of label interfaces, thereby saving server resources and network bandwidth resources, and updating the webpage data in real time.
  • FIG. 1 is a flowchart of a method for updating webpage data according to an exemplary embodiment
  • FIG. 2 is a flowchart of another method for updating webpage data according to an exemplary embodiment
  • FIG. 3 is a flowchart of another method for updating webpage data according to an exemplary embodiment
  • FIG. 4 is a schematic structural diagram of an apparatus for updating webpage data according to an exemplary embodiment
  • FIG. 5 is a schematic structural diagram of another apparatus for updating webpage data according to an exemplary embodiment.
  • FIG. 6 is a schematic structural diagram of another apparatus for updating webpage data according to an exemplary embodiment.
  • FIG. A schematic structural diagram of a terminal device shown in the embodiment.
  • an embodiment of the present disclosure provides a method for updating webpage data. At least two label interfaces exist, and each label interface displays a webpage corresponding to the same domain name, and the method includes:
  • step 101 the webpage data corresponding to the webpage displayed by the label interface is compared with the webpage data corresponding to the same webpage stored in the local file, where the local file is used to store the domain name of the webpage, and the last modified webpage.
  • the local file is used to store the domain name of the webpage, and the last modified webpage.
  • step 102 when the comparison result is inconsistent, the webpage data corresponding to the webpage displayed by the tab interface is updated to the webpage data of the same webpage stored in the local file.
  • step 101 can be as follows:
  • the standard status identifier corresponding to the domain name of the webpage is obtained from the local file
  • the label interface of the webpage data to be updated is determined according to the comparison result.
  • the method may further include:
  • the domain name of the web page, the web page data of the web page, and the standard status identifier are stored in a local file.
  • the method further includes:
  • the method may further include:
  • the standard status identifier of the webpage stored in the local file is updated to the acquired status identifier, and the webpage data of the webpage stored in the local file is updated to the acquired webpage data.
  • the terminal detects the label interface of the webpage data to be updated from the plurality of label interfaces according to the webpage data of the webpage stored in the local file, thereby preventing the terminal from periodically sending a data request to the server to determine whether the update is more.
  • the webpage data of the webpage in the tab interface thereby saving server resources and network bandwidth resources, and Update web page data in real time.
  • an embodiment of the present disclosure further provides a method for updating webpage data. At least two label interfaces exist in the client, and each label interface displays webpage data of a webpage corresponding to the same domain name. When the webpage data of the webpage is modified at a certain label interface included in the at least two tab interfaces, the webpage data of the webpage in the other tabming interface is updated in real time.
  • the method includes:
  • step 201 the client obtains the webpage data and the status identifier of the webpage from the server according to the domain name of the webpage, and displays the webpage data of the webpage in the tab interface;
  • the client when the user accesses a certain webpage, the client sends a request for obtaining a message to the server, where the domain name of the webpage is carried in the requesting message.
  • the server receives the acquisition request message, the server obtains the webpage data and the status identifier of the webpage from the corresponding relationship between the domain name, the webpage data, and the state identifier according to the domain name of the webpage, and sends the webpage data and the status identifier of the webpage to the webpage.
  • Client receives the webpage data and the status identifier of the webpage, creates a label interface for the webpage, displays the received webpage data in the label interface, and stores the received status identifier under the label interface.
  • the server generates a webpage according to the webpage data of the webpage in advance, and assigns a domain name to the webpage.
  • the server generates a status identifier for the webpage data of the webpage according to the webpage data of the webpage, and stores the correspondence between the webpage domain name, the webpage data, and the status identifier.
  • the status identifier of the webpage data is used to indicate the status of the webpage data in the server, and the status identifier of the webpage data can be used to determine whether the webpage data of the webpage in the server and the client are consistent.
  • the webpage corresponding to the same domain name may be displayed by multiple browsers, or the webpage corresponding to the same domain name may be displayed through multiple label interfaces in the same browser.
  • step 202 the client stores the domain name of the webpage, the webpage data of the webpage, and the status identifier in the local file.
  • the client creates a domain name, a correspondence between the webpage data and the standard state identifier in the local file, and stores the domain name of the webpage, the webpage data and the state identifier of the webpage in the domain name, the webpage data included in the local file. Correspondence with the standard status identifier.
  • the client may update the webpage data and the status identifier of the webpage in the at least two tab interfaces by the following steps 203 to 207.
  • step 203 when the webpage data of the webpage is modified in a label interface, the state identifier of the modified webpage data is obtained according to the modified webpage data, and the webpage data and the standard state identifier of the webpage in the local file are respectively Updated to the modified web page data and the obtained status ID;
  • the step may be implemented by the following steps (1) - (3), including: (1) When the user modifies the webpage data of the webpage in any of the label interfaces of the at least two tab interfaces, the client sends the modified webpage data to the server; the tab interface is a plurality of tab interfaces displaying the same webpage. A label interface in the middle.
  • the user when the user modifies the webpage data of the webpage in the client in any of the label interfaces of the at least two tab interfaces, the user submits a modify command to the client, and the client receives the modify command, and generates a Modify the interface and display the modification interface to the user.
  • the client submits a completion command to the client, and the client obtains the modified webpage data, and the modified webpage data is sent to the server.
  • the client may include a modification button and a completion button.
  • the user may submit a modification command to the client through the modification button.
  • the user can submit a modification completion command to the client through the completion button.
  • the server receives the modified webpage data, and generates a status identifier of the webpage data of the webpage according to the received webpage data, and sends the generated status identifier to the client;
  • the server receives the modified webpage data sent by the client, generates a state identifier of the webpage data according to the received webpage data, and obtains a state corresponding to the domain name of the webpage stored in the server according to the domain name of the webpage.
  • the identifier updates the obtained status identifier to the generated status identifier, and sends the updated status identifier to the client.
  • the server updates the stored webpage data of the webpage to the modified webpage data.
  • the client receives the status identifier, and updates the webpage data and the standard status identifier of the webpage in the local file to the modified webpage data and the received status identifier respectively;
  • the client receives the status identifier of the webpage data, and updates the webpage data of the webpage in the local file to the modified webpage data according to the domain name of the webpage, and the standard state of the webpage in the local file.
  • the identity is updated to the received status ID.
  • the local file may store the modified webpage data and the standard status identifier, and identify the last modified webpage data and the standard status identifier. In this way, when the user finds that the modified webpage data has an error, the user can also perform webpage data recovery by using each modified webpage data stored in the local file, and identify the last modified webpage data and the standard status identifier.
  • the client updates the webpage data in the to-be-updated label interface, the client can quickly obtain the last modified webpage data and the standard status identifier, and then quickly update the webpage data and the status identifier in the to-be-updated label interface.
  • step 204 the standard status identifier corresponding to the domain name of the webpage is obtained from the local file according to the domain name of the webpage displayed on the label interface;
  • the client periodically obtains a standard status identifier corresponding to the domain name of the webpage from the local file according to the domain name of the webpage displayed by the label interface.
  • the client identifies and retrieves the status of the webpage data displayed by the at least two tab interfaces.
  • the standard status identifier is configured to select a label interface corresponding to the status identifier that is different from the obtained standard status identifier.
  • the client performs the status identifier of the webpage data displayed by the at least two label interfaces and the obtained standard status identifier respectively. If the two are different, the label interface corresponding to the status identifier is selected, and the selected label interface is determined as a label interface corresponding to the status identifier different from the obtained status identifier.
  • the webpage data of the webpage in the local file is the same as the webpage data displayed in the at least two tab interfaces, that is, the webpage data of the webpage in the local file does not change.
  • step 206 the client determines the selected label interface as the label interface of the webpage data to be updated; in step 207, the client updates the webpage data displayed in the label interface of the webpage data to be updated to the local file. Web page data of the webpage;
  • the client updates the status identifier of the webpage data displayed in the tab interface of the webpage data to be updated to the standard state identifier corresponding to the webpage data of the webpage in the local file.
  • the terminal detects the label interface of the webpage data to be updated from the plurality of label interfaces according to the webpage data of the webpage stored in the local file, thereby preventing the terminal from periodically sending a data request to the server to determine whether the update is more.
  • the webpage data of the webpage in the label interface thereby saving server resources and network bandwidth resources, and updating the webpage data in real time.
  • an embodiment of the present disclosure further provides a method for updating webpage data.
  • the client updates the webpage data of the webpage in the at least two tab interfaces according to the webpage data of the webpage in the server.
  • the method includes: in step 301, the client obtains the webpage data and the status identifier of the webpage from the server according to the domain name of the webpage, and displays the webpage data of the webpage in the tab interface;
  • the client when the user accesses a certain webpage, the client sends a request for obtaining a message to the server, where the domain name of the webpage is carried in the requesting message.
  • the server receives the acquisition request message, the server obtains the webpage data and the status identifier of the webpage from the corresponding relationship between the domain name, the webpage data, and the state identifier according to the domain name of the webpage, and sends the webpage data and the status identifier of the webpage to the webpage.
  • Client receives the webpage data and the status identifier of the webpage, creates a label interface for the webpage, displays the received webpage data in the label interface, and stores the received status identifier under the label interface.
  • the server generates a webpage according to the webpage data of the webpage in advance, and assigns a domain name to the webpage.
  • the server generates a status identifier for the webpage data of the webpage according to the webpage data of the webpage, and stores the correspondence between the webpage domain name, the webpage data, and the status identifier.
  • the status identifier of the webpage data is used to indicate the status of the webpage data in the server, and the status identifier of the webpage data can be used to determine whether the webpage data of the webpage in the server and the client are consistent.
  • the webpage corresponding to the same domain name may be displayed by multiple browsers, or the webpage corresponding to the same domain name may be displayed through multiple label interfaces in the same browser.
  • step 302 the client stores the domain name of the webpage, the webpage data of the webpage, and the status identifier in the local file.
  • the client stores the domain name of the webpage, the webpage data of the webpage, and the status identifier in a correspondence between the domain name included in the local file, the webpage data, and the standard status identifier.
  • the client may update the webpage data and the status identifier of the webpage in the at least two tab interfaces by the following steps 303 to 309.
  • step 303 the client determines the server corresponding to the webpage according to the domain name of the webpage
  • step 304 the client obtains the webpage data and the status identifier of the webpage in the server, and compares the obtained state identifier of the webpage with the standard state identifier of the webpage stored in the local file.
  • the client periodically sends an acquisition request to the server, where the acquisition request carries the domain name of the webpage; the server receives the domain name of the webpage, and obtains the webpage data and the status identifier of the webpage according to the domain name of the webpage. And sending the obtained webpage data and status identifier of the webpage to the client; the client receives the webpage data and the status identifier of the webpage, and compares the standard status identifier of the webpage stored in the local file with the acquired state identifier, If the two are different, it is determined that the webpage data of the webpage in the server changes.
  • the client determines that the standard status identifier of the webpage stored in the local file is the same as the obtained status identifier, it determines that the webpage data of the webpage in the server has not changed.
  • the client first obtains the status identifier of the webpage in the server, and compares the status identifier obtained from the server with the standard status identifier of the webpage stored in the local file.
  • the client Sending a synchronization data request to the server, where the synchronization data request carries the domain name of the webpage; the server receives the synchronization data request, obtains the webpage data corresponding to the domain name of the webpage according to the domain name of the webpage, and sends the obtained webpage data to the client. .
  • the server may send the changed web page data to the client, thereby saving a portion of the network bandwidth resources.
  • step 305 when the status identifier of the webpage in the server is different from the standard status identifier of the webpage stored in the local file, the client updates the webpage data and the status identifier of the webpage stored in the local file to the obtained webpage respectively.
  • Data and status identification when the status identifier of the webpage in the server is different from the standard status identifier of the webpage stored in the local file, the client updates the webpage data and the status identifier of the webpage stored in the local file to the obtained webpage respectively.
  • the local file may store the modified webpage data and the standard status identifier, and identify the last modified webpage data and the standard status identifier. In this way, when the user finds that the modified webpage data has an error, the user can also perform webpage data recovery by using each modified webpage data stored in the local file, and identify the last modified webpage data and the standard status identifier.
  • the client updates the webpage data in the to-be-updated label interface
  • the client can quickly obtain the last modified webpage data and the standard status identifier, and then quickly update the webpage data and the status identifier in the to-be-updated label interface.
  • the client updates the webpage data and the status identifier of the webpage in the at least two tab interfaces to the acquired webpage data and status identifier, respectively.
  • the client determines, according to the status identifier corresponding to the webpage in the server and the status identifier corresponding to the webpage in the local file, that the webpage data of the webpage in the server changes, thereby multiple label interfaces in the client.
  • the web page data of the web page is updated.
  • the client determines that the webpage data of the webpage in the server changes, the webpage data of the webpage in the plurality of label interfaces in the client is updated, which saves server resources and reduces the burden on the server.
  • an embodiment of the present disclosure provides an apparatus for updating webpage data.
  • the device has at least two label interfaces, and each label interface displays a webpage corresponding to the same domain name.
  • the device may include:
  • the comparison module 401 is configured to compare the webpage data corresponding to the webpage displayed by the label interface with the webpage data corresponding to the same webpage stored in the local file, where the local file is used to store the domain name of the webpage, and the last modified webpage Web page data and standard status identifiers;
  • the first update module 402 is configured to update the webpage data corresponding to the webpage displayed by the label interface corresponding to the standard state identifier inconsistency status identifier to the same webpage stored in the local file when the comparison result used by the comparison module 401 is inconsistent. Web page data.
  • the comparison module 401 is configured to obtain, according to the domain name of the webpage displayed by the label interface, a standard status identifier corresponding to the domain name of the webpage from the local file, and a status identifier of the webpage displayed by the label interface. Comparing the standard status identifiers of the web pages in the local file; determining the label interface of the webpage data to be updated according to the comparison result
  • the apparatus may further include:
  • the storage module 403 is configured to obtain the webpage data and the standard status identifier of the webpage according to the domain name of the webpage in advance; and store the domain name of the webpage, the webpage data of the webpage, and the standard state identifier in the local file.
  • the device further includes:
  • the second update module 404 is configured to: when the webpage data of the webpage is modified in any one of the at least two tab interfaces, update the webpage data in the local file; and update the local file according to the modified webpage data.
  • the standard status identifier for this page is configured to: when the webpage data of the webpage is modified in any one of the at least two tab interfaces, update the webpage data in the local file; and update the local file according to the modified webpage data.
  • the apparatus further comprises:
  • a third update module configured to determine, according to the domain name of the webpage, a server corresponding to the webpage
  • the standard status identifier of the webpage stored in the local file is updated to the acquired status identifier, and the webpage data of the webpage stored in the local file is updated to the acquired webpage data.
  • the terminal detects the label interface of the webpage data to be updated from the plurality of label interfaces according to the webpage data of the webpage stored in the local file, thereby preventing the terminal from periodically sending a data request to the server to determine whether The webpage data of the webpage in the plurality of tab interfaces is updated, thereby saving server resources and network bandwidth resources, and the webpage data can be updated in real time.
  • an embodiment of the present disclosure provides a terminal device, where the terminal device can be used to implement the method for updating webpage data provided in the foregoing embodiment.
  • the terminal device may be a mobile phone, a tablet pad, a wearable mobile device (such as a smart watch), and the like.
  • the terminal device 700 can include a communication unit 110, a memory 120 including one or more computer readable storage media, an input unit 130, a display unit 140, a sensor 150, an audio circuit 160, WiFi (wireless fidelity, wireless fidelity)
  • the module 170 includes a processor 180 having one or more processing cores, and a power supply 190 and the like. It will be understood by those skilled in the art that the terminal device structure shown in FIG. 7 does not constitute a limitation of the terminal device, and may include more or less components than those illustrated, or may combine some components, or different component arrangements.
  • the communication unit 110 can be used for transmitting and receiving information or receiving and transmitting signals during a call.
  • the communication unit 110 can be a network communication device such as an RF (Radio Frequency) circuit, a router, a modem, or the like. Specifically, when the communication unit 110 is an RF circuit, the downlink information of the base station is received, and then processed by one or more processors 180; in addition, data related to the uplink is transmitted to the base station.
  • RF circuits as communication units include, but are not limited to, an antenna, at least one amplifier, a tuner, one or more oscillators, a Subscriber Identity Module (SIM) card, a transceiver, a coupler, and a LNA (Low Noise Amplifier, low) Noise amplifier), duplexer, etc.
  • SIM Subscriber Identity Module
  • the communication unit 110 can also communicate with the network and other devices through wireless communication.
  • the wireless communication may use any communication standard or protocol, including but not limited to GSM (Global System of Mobile communication), GPRS (General Packet Radio Service), CDMA (Code Division Multiple Access). , Code Division Multiple Access), WCDMA (Wideband Code Division Multiple Access), LTE (Long Term Evolution), e-mail, SMS (Short Messaging Service), and the like.
  • the memory 120 can be used to store software programs and modules, and the processor 180 executes various functional applications and data processing by running software programs and modules stored in the memory 120.
  • the memory 120 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application required for at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may be stored according to Data created by the use of the terminal device 700 (such as audio data, phone book, etc.) and the like.
  • memory 120 can include high speed random access memory, and can also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device. Accordingly, memory 120 may also include a memory controller to provide access to memory 120 by processor 180 and input unit 130.
  • the input unit 130 can be configured to receive input numeric or character information and to generate keyboard, mouse, joystick, optical or trackball signal inputs related to user settings and function controls.
  • the input unit 130 can include a touch-sensitive surface 131 as well as other input devices 132.
  • Touch-sensitive surface 131 also referred to as a touch display or trackpad, can collect touch operations on or near the user (eg, the user uses a finger, stylus, etc., on any touch-sensitive surface 131 or on the touch-sensitive surface 131 The operation near the touch-sensitive surface 131), and driving the corresponding connection according to a preset program Set.
  • the touch-sensitive surface 131 may include two parts of a touch detection device and a touch controller.
  • the touch detection device detects the touch orientation of the user, and detects a signal brought by the touch operation, and transmits the signal to the touch controller; the touch controller receives the touch information from the touch detection device, converts the touch information into contact coordinates, and sends the touch information
  • the processor 180 is provided and can receive commands from the processor 180 and execute them.
  • the touch-sensitive surface 131 can be implemented in various types such as resistive, capacitive, infrared, and surface acoustic waves.
  • the input unit 130 can also include other input devices 132.
  • other input devices 132 may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control buttons, switch buttons, etc.), trackballs, mice, joysticks, and the like.
  • Display unit 140 can be used to display information entered by the user or information provided to the user as well as various graphical user interfaces of terminal device 700, which can be constructed from graphics, text, icons, video, and any combination thereof.
  • the display unit 140 may include a display panel 141.
  • the display panel 141 may be configured in the form of an LCD (Liquid Crystal Display), an OLED (Organic Light-Emitting Diode), or the like.
  • the touch-sensitive surface 131 may cover the display panel 141, and when the touch-sensitive surface 131 detects a touch operation thereon or nearby, it is transmitted to the processor 180 to determine the type of the touch event, and then the processor 180 according to the touch event The type provides a corresponding visual output on display panel 141.
  • touch-sensitive surface 131 and display panel 141 are implemented as two separate components to implement input and input functions, in some embodiments, touch-sensitive surface 131 can be integrated with display panel 141 for input. And output function.
  • Terminal device 700 can also include at least one type of sensor 150, such as a light sensor, motion sensor, and other sensors.
  • the light sensor may include an ambient light sensor and a proximity sensor, wherein the ambient light sensor may adjust the brightness of the display panel 141 according to the brightness of the ambient light, and the proximity sensor may close the display panel 141 when the terminal device 700 moves to the ear. And / or backlight.
  • the gravity acceleration sensor can detect the magnitude of acceleration in all directions (usually three axes). When it is stationary, it can detect the magnitude and direction of gravity.
  • the terminal device 700 can also be configured with gyroscopes, barometers, hygrometers, thermometers, infrared sensors and other sensors, here No longer.
  • the audio circuit 160, the speaker 161, and the microphone 162 provide an audio interface between the user and the terminal device 700.
  • the audio circuit 160 can transmit the converted electrical data of the received audio data to the speaker 161 for conversion to the sound signal output by the speaker 161; on the other hand, the microphone 162 converts the collected sound signal into an electrical signal by the audio circuit 160. After receiving, it is converted into audio data, and then processed by the audio data output processor 180, transmitted to the terminal device, for example, by the RF circuit 110, or outputted to the memory 120 for further processing.
  • the audio circuit 160 may also include an earbud jack to provide communication of the peripheral earphones with the terminal device 700.
  • the terminal device may be configured with a wireless communication unit 170, which may be a WiFi module.
  • WiFi is a short-range wireless transmission technology
  • the terminal device 700 can help a user to send and receive emails, browse web pages, and access streaming media through the wireless communication unit 170, which provides wireless broadband Internet access for users.
  • FIG. 7 shows the wireless communication unit 170, it can be understood that it does not belong to the essential configuration of the terminal device 700, and may be omitted as needed within the scope of not changing the essence of the invention.
  • the processor 180 is the control center of the terminal device 700, which connects various portions of the entire handset using various interfaces and lines, by running or executing software programs and/or modules stored in the memory 120, and recalling data stored in the memory 120.
  • the processor 180 may include one or more processing cores.
  • the processor 180 may integrate an application processor and a modem processor, where the application processor mainly processes an operating system, a user interface, an application, and the like.
  • the modem processor primarily handles wireless communications. It can be understood that the above modem processor may not be integrated into the processor 180.
  • the terminal device 700 further includes a power source 190 (such as a battery) for supplying power to the various components.
  • a power source 190 such as a battery
  • the power source can be logically connected to the processor 180 through the power management system to manage functions such as charging, discharging, and power management through the power management system.
  • Power supply 190 may also include any one or more of a DC or AC power source, a recharging system, a power failure detection circuit, a power converter or inverter, a power status indicator, and the like.
  • the terminal device 700 may further include a camera, a Bluetooth module, and the like, and details are not described herein.
  • the display unit of the terminal device is a touch screen display
  • the terminal device further includes a memory, and one or more programs, wherein one or more programs are stored in the memory, and configured to be one or one
  • the above processor executing the one or more programs includes instructions for performing the following operations:
  • the local file is used for storing the domain name of the webpage, the webpage data of the webpage and the standard state identifier of the webpage after the last modification;
  • the webpage data corresponding to the webpage displayed by the tab interface is updated to the webpage data of the same webpage stored in the local file.
  • the memory further includes: performing, by comparing: the webpage data corresponding to the webpage displayed by the tab interface with the webpage data corresponding to the same webpage stored in the local file, including:
  • the memory further includes: performing, according to the domain name of the webpage, the webpage data and the standard status identifier of the webpage in advance; storing the domain name of the webpage, the webpage data of the webpage, and the standard state identifier locally. In the file.
  • the memory further includes instructions for: after storing the domain name of the web page, the web page data of the web page, and the standard status identifier in the local file, the method further includes:
  • the memory further includes instructions to:
  • the standard status identifier of the webpage stored in the local file is updated to the acquired status identifier
  • the webpage data of the webpage stored in the local file is updated to the acquired webpage data.
  • the terminal detects the label interface of the webpage data to be updated from the plurality of label interfaces according to the webpage data of the webpage stored in the local file, thereby preventing the terminal from periodically sending a data request to the server to determine whether the update is more.
  • the webpage data of the webpage in the label interface thereby saving server resources and network bandwidth resources, and updating the webpage data in real time.
  • the updated webpage data provided by the foregoing embodiment is used in the Internet application, only the division of the above functional modules is illustrated. In actual applications, the foregoing functional allocation may be completed by different functional modules as needed.
  • the internal structure of the device is divided into different functional modules to perform all or part of the functions described above.
  • the device for updating the webpage data provided by the foregoing embodiment is the same as the method for updating the webpage data. For the specific implementation process, refer to the method embodiment, and details are not described herein again.
  • a person skilled in the art may understand that all or part of the steps of implementing the above embodiments may be completed by hardware, or may be instructed by a program to execute related hardware, and the program may be stored in a computer readable storage medium.
  • the storage medium mentioned may be a read only memory, a magnetic disk or an optical disk or the like.

Landscapes

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

Abstract

本公开实施例公开了一种更新网页数据的方法、装置和终端设备,属于互联网领域。所述方法包括:将标签界面显示的网页对应的网页数据与本地文件中存储的同一网页对应的网页数据进行比对,所述本地文件用于存储网页的域名、最近一次修改后的所述网页的网页数据和标准状态标识;当比对结果不一致时,将所述标签界面显示的网页对应的网页数据更新为所述本地文件存储的同一网页的网页数据。本公开实施例提供的方法、装置和终端设备,可以节省服务器资源和网络带宽资源,以及实时地更新网页数据。

Description

一种更新网页数据的方法、 装置和终端设备 本申请基于申请号为 201310269917.7、 申请日为 2013/6/28的中国专利申请提出, 并 要求该中国专利申请的优先权, 该中国专利申请的全部内容在此引入本申请作为参考。 技术领域
本公开涉及互联网领域, 特别涉及一种更新网页数据的方法、 装置和终端设备。 背景技术
用户可以通过多个标签界面显示同一域名对应的网页, 当该多个标签界面包括的某个 标签界面中该网页的网页数据发生变化时,客户端需要实时地更新其他标签界面中该网页 的网页数据。
目前, 当客户端通过多个标签界面显示同一域名对应的网页时, 在该多个标签界面中 存储该网页的网页数据和状态标识, 客户端为该多个标签界面分别建立一个线程。针对于 该多个标签界面包括的某个标签界面对应的线程,该线程周期性地将该网页的状态标识发 送给服务器; 服务器将该网页的状态标识和其存储的该网页的状态标识进行比较, 如果两 者不同, 则服务器将该网页的网页数据发送给该线程, 该线程接收该网页数据, 并将其对 应的标签界面中的网页数据更新为接收的网页数据。该多个标签界面包括的其他标签界面 中网页数据更新的步骤和上述标签界面中网页数据更新的步骤相同。
无论服务器中该网页的网页数据是否有变化,每个标签界面的线程都要周期性地将该 网页的状态标识发送给服务器, 如此会消耗过多的服务器资源和网络带宽资源; 并且每个 标签界面的线程周期性地向服务器发送该网页的状态标识时需要使用浏览器的计时器, 由 于浏览器通常都是单线程的, 所以计时器有时会被其他线程阻塞, 导致向服务器发送该网 页的状态标识的时间较长, 不能做到完全的实时化。 发明内容
为了节省服务器资源和网络资源, 本公开实施例提供了一种更新网页数据的方法、 装 置和终端设备。
根据本公开实施例的第一方面, 提供了一种更新网页数据的方法, 存在至少两个标签 界面, 且每个标签界面均显示同一域名对应的网页, 所述方法包括:
将标签界面显示的网页对应的网页数据与本地文件中存储的同一网页对应的网页数 据进行比对, 所述本地文件用于存储网页的域名、 最近一次修改后的所述网页的网页数据 和标准状态标识;
当比对结果不一致时,将所述标签界面显示的网页对应的网页数据更新为所述本地文 件存储的同一网页的网页数据。 根据本公开实施例的第二方面, 提供了一种更新网页数据的装置, 存在至少两个标签 界面, 且每个标签界面均显示同一域名对应的网页, 所述装置包括:
检测模块,用于将标签界面显示的网页对应的网页数据与本地文件中存储的同一网页 对应的网页数据进行比对, 所述本地文件用于存储网页的域名、 最近一次修改后的所述网 页的网页数据和标准状态标识;
第一更新模块, 用于当比对结果不一致时, 将所述标签界面显示的网页对应的网页数 据更新为所述本地文件存储的同一网页的网页数据。
根据本公开实施例的第三方面, 提供了一种终端设备, 所述终端设备包括有存储器, 以及一个或者一个以上的程序, 其中一个或者一个以上程序存储于存储器中, 且经配置以 由一个或者一个以上处理器执行所述一个或者一个以上程序包含用于进行以下操作的指 令- 将标签界面显示的网页对应的网页数据与本地文件中存储的同一网页对应的网页数 据进行比对, 所述本地文件用于存储网页的域名、 最近一次修改后的所述网页的网页数据 和标准状态标识;
当比对结果不一致时,将所述标签界面显示的网页对应的网页数据更新为所述本地文 件存储的同一网页的网页数据。
本公开的实施例提供的技术方案可以包括以下有益效果: 在本公开实施例中, 终端根 据本地文件中存储的网页的网页数据,从多个标签界面中检测出待更新网页数据的标签界 面,避免了终端周期性地向服务器发送数据请求判断是否更新多个标签界面中该网页的网 页数据, 进而节省了服务器资源和网络带宽资源, 并且可以实时地对网页数据进行更新。
应当理解的是, 以上的一般描述和后文的细节描述仅是示例性和解释性的, 并不能限 制本发明。 附图说明
为了更清楚地说明本公开实施例中的技术方案,下面将对实施例描述中所需要使用的 附图作简单地介绍, 显而易见地, 下面描述中的附图仅仅是本公开的一些实施例, 对于本 领域普通技术人员来讲, 在不付出创造性劳动的前提下, 还可以根据这些附图获得其他的 附图。
图 1是根据一示例性实施例示出的一种更新网页数据的方法流程图;
图 2是根据一示例性实施例示出的另一种更新网页数据的方法流程图;
图 3是根据一示例性实施例示出的另一种更新网页数据的方法流程图;
图 4是根据一示例性实施例示出的一种更新网页数据的装置结构示意图;
图 5是根据一示例性实施例示出的另一种更新网页数据的装置结构示意图; 图 6是根据一示例性实施例示出的另一种更新网页数据的装置结构示意图; 图 7是根据一示例性实施例示出的一种终端设备的结构示意图。 此处的附图被并入说明书中并构成本说明书的一部分, 示出了符合本发明的实施例, 并与说明书一起用于解释本发明的原理。 具体实施方式
为使本公开的目的、技术方案和优点更加清楚, 下面将结合附图对本公开实施方式作 进一步地详细描述。
参见图 1, 本公开实施例提供了一种更新网页数据的方法。 其中, 存在至少两个标签 界面, 且每个标签界面均显示同一域名对应的网页, 该方法包括:
在步骤 101中,将标签界面显示的网页对应的网页数据与本地文件中存储的同一网页 对应的网页数据进行比对, 该本地文件用于存储该网页的域名、 最近一次修改后的该网页 的网页数据和标准状态标识;
在步骤 102中, 当比对结果不一致时, 将该标签界面显示的网页对应的网页数据更新 为该本地文件存储的同一网页的网页数据。
在一个实施例中, 步骤 101可以采用如下方式:
根据标签界面显示的网页的域名,从本地文件中获取该网页的域名对应的标准状态标 识;
将该标签界面显示的网页的状态标识和标准状态标识进行比对;
根据比对结果确定出待更新网页数据的标签界面。
在一个实施例中, 本方法还可以包括:
预先根据网页的域名, 获取该网页的网页数据和标准状态标识;
将该网页的域名、 该网页的网页数据和标准状态标识存储在本地文件中。
其中, 将该网页的域名、 该网页的网页数据和标准状态标识存储在本地文件中之后, 还包括:
当该至少两个标签界面中的任一标签界面中该网页的网页数据发生修改时,更新本地 文件中的网页数据;
根据修改后的网页数据更新本地文件中该网页的标准状态标识。
在一个实施例中, 本方法还可以包括:
根据该网页的域名, 确定出该网页对应的服务器;
获取该服务器中的该网页的网页数据和状态标识,并将获取的该网页的状态标识与本 地文件中存储的该网页的标准状态标识进行比对;
当比对结果不一致时,将本地文件中存储的该网页的标准状态标识更新为获取的状态 标识, 以及将本地文件中存储的该网页的网页数据更新为获取的网页数据。
在本公开实施例中, 终端根据本地文件中存储的网页的网页数据, 从多个标签界面中 检测出待更新网页数据的标签界面,避免了终端周期性地向服务器发送数据请求判断是否 更新多个标签界面中该网页的网页数据, 进而节省了服务器资源和网络带宽资源, 并且可 以实时地对网页数据进行更新。 参见图 2, 本公开实施例还提供了一种更新网页数据的方法。 其中, 客户端中存在至 少两个标签界面, 且每个标签界面均显示同一域名对应的网页的网页数据。 当在该至少两 个标签界面包括的某个标签界面该网页的网页数据被修改,实时地更新其他标签界面中该 网页的网页数据。 该方法包括:
在步骤 201中, 客户端根据该网页的域名, 从服务器中获取该网页的网页数据和状态 标识, 并在标签界面中显示该网页的网页数据;
在一个实施例中, 当用户访问某个网页时, 客户端向服务器发送获取请求消息, 该获 取请求消息中携带该网页的域名。 服务器接收该获取请求消息, 根据该网页的域名, 从已 存储的域名、 网页数据和状态标识的对应关系中获取该网页的网页数据和状态标识, 并将 该网页的网页数据和状态标识发送给客户端。 客户端接收该网页的网页数据和状态标识, 为该网页创建标签界面, 并将接收的网页数据显示在该标签界面中, 以及在该标签界面下 存储接收的状态标识。
其中, 服务器预先根据该网页的网页数据生成一个网页, 为该网页分配一个域名。 此 夕卜, 服务器预先根据该网页的网页数据, 为该网页的网页数据生成一个状态标识, 并存储 该网页域名、 网页数据和状态标识的对应关系。
其中, 网页数据的状态标识用于表明服务器中该网页数据的状态, 并且通过该网页数 据的状态标识可以判断服务器与客户端中该网页的网页数据是否一致。
其中, 当用户打开至少两个同一网页时, 该终端中存在至少两个标签界面以显示该同 一网页。
其中, 在本公开实施例中, 可以通过多个浏览器显示同一域名对应的网页, 也可以在 同一个浏览器下通过多个标签界面显示同一域名对应的网页。
在步骤 202中, 客户端将该网页的域名、 该网页的网页数据和状态标识存储在本地文 件中;
在一个实施例中, 客户端在本地文件中创建域名、 网页数据与标准状态标识的对应关 系, 并将该网页的域名、 该网页的网页数据和状态标识存储在本地文件包括的域名、 网页 数据与标准状态标识的对应关系中。
其中, 当客户端在至少两个标签界面中显示同一域名对应的网页的网页数据后, 客户 端可以通过如下步骤 203至步骤 207更新该至少两个标签界面中该网页的网页数据和状态 标识。
在步骤 203中, 当某个标签界面中该网页的网页数据发生修改时, 根据修改后的网页 数据获取修改后的网页数据的状态标识,将本地文件中该网页的网页数据和标准状态标识 分别更新为修改后的网页数据和获取的状态标识;
在一个实施例中, 本步骤可以通过如下 (1 ) - ( 3 ) 的步骤来实现, 包括: ( 1 ) 、 当用户在至少两个标签界面的任一标签界面中修改了该网页的网页数据时, 客户端向服务器发送修改后的网页数据;该标签界面是显示同一网页的多个标签界面中的 一个标签界面。
在一个实施例中, 当用户在至少两个标签界面的任一标签界面下修改了客户端中该网 页的网页数据时, 用户向客户端提交修改命令, 客户端接收该修改命令, 并生成一个修改 界面, 将该修改界面显示给用户。 当用户修改完该网页的网页数据时, 向客户端提交完成 命令, 客户端获取用户修改后的网页数据, 并修改后的网页数据发送给服务器。
其中, 客户端中可以包括一个修改按钮和一个完成按钮, 当用户在多个标签界面的任 一标签界面下修改该网页的网页数据时, 用户可以通过该修改按钮向客户端提交修改命 令, 当用户修改完该网页的网页数据时, 用户可以通过该完成按钮向客户端提交修改完成 命令。
(2) 、 服务器接收修改后的网页数据, 并根据接收的网页数据, 生成该网页的网页 数据的状态标识, 并将生成的状态标识发送给客户端;
在一个实施例中, 服务器接收客户端发送的修改后的网页数据, 根据接收的网页数据 生成该网页数据的状态标识,并根据该网页的域名获取服务器中已存储的该网页的域名对 应的状态标识, 将获取的状态标识更新为生成的状态标识, 并将更新后的状态标识发送给 客户端。
进一步地, 服务器接收到修改后的网页数据后, 服务器将已存储的该网页的网页数据 更新为修改后的网页数据。
( 3 ) 、 客户端接收该状态标识, 并将本地文件中该网页的网页数据和标准状态标识 分别更新为修改后的网页数据和接收的状态标识;
在一个实施例中, 客户端接收该网页数据的状态标识, 并根据该网页的域名, 将本地 文件中该网页的网页数据更新为修改后的网页数据, 以及将本地文件中该网页的标准状态 标识更新为接收的状态标识。
其中, 本地文件中可以存储每次修改的网页数据和标准状态标识, 并且对最近一次修 改的网页数据和标准状态标识进行标识。 如此, 当用户发现修改的网页数据发生错误时, 该用户还可以通过本地文件中存储的每次修改的网页数据进行网页数据的恢复, 以及对最 近一次修改的网页数据和标准状态标识进行标识,可以使客户端更新待更新标签界面中的 网页数据时, 快速地获取最近一次修改的网页数据和标准状态标识, 进而快速地更新待更 新标签界面中的网页数据和状态标识。
在步骤 204中, 根据该标签界面显示的网页的域名, 从本地文件中获取该网页的域名 对应的标准状态标识;
在一个实施例中, 客户端周期性地根据该标签界面显示的网页的域名, 从本地文件中 获取该网页的域名对应的标准状态标识。
在步骤 205中,客户端根据该至少两个标签界面显示的网页数据的状态标识和获取的 标准状态标识, 选择与获取的标准状态标识不同的状态标识对应的标签界面; 在一个实施例中,客户端将该至少两个标签界面显示的网页数据的状态标识和获取的 标准状态标识分别进行比较, 如果两者不同, 则选择该状态标识对应的标签界面, 并将选 择的标签界面确定为与获取的状态标识不同的状态标识对应的标签界面。
其中, 如果两者相同, 则确定本地文件中该网页的网页数据和该至少两个标签界面中 显示的网页数据相同, 即本地文件中该网页的网页数据没有发生变化。
在步骤 206中, 客户端将选择的标签界面确定为待更新网页数据的标签界面; 在步骤 207中,客户端将待更新网页数据的标签界面中显示的网页数据更新为本地文 件中存储的该网页的网页数据;
进一步地,客户端将待更新网页数据的标签界面中显示的网页数据的状态标识更新为 本地文件中该网页的网页数据对应的标准状态标识。
在本公开实施例中, 终端根据本地文件中存储的网页的网页数据, 从多个标签界面中 检测出待更新网页数据的标签界面,避免了终端周期性地向服务器发送数据请求判断是否 更新多个标签界面中该网页的网页数据, 进而节省了服务器资源和网络带宽资源, 并且可 以实时地对网页数据进行更新。 参见图 3, 本公开实施例还提供了一种更新网页数据的方法。 其中, 客户端中存在至 少两个标签界面, 且每个标签界面均显示同一域名对应的网页的网页数据。 用户可以在移 动终端修改该网页的网页数据, 并将修改的网页数据同步到服务器中, 然后, 客户端根据 服务器中该网页的网页数据更新该至少两个标签界面中该网页的网页数据。 该方法包括: 在步骤 301中, 客户端根据该网页的域名, 从服务器中获取该网页的网页数据和状态 标识, 并在标签界面中显示该网页的网页数据;
在一个实施例中, 当用户访问某个网页时, 客户端向服务器发送获取请求消息, 该获 取请求消息中携带该网页的域名。 服务器接收该获取请求消息, 根据该网页的域名, 从已 存储的域名、 网页数据和状态标识的对应关系中获取该网页的网页数据和状态标识, 并将 该网页的网页数据和状态标识发送给客户端。 客户端接收该网页的网页数据和状态标识, 为该网页创建标签界面, 并将接收的网页数据显示在该标签界面中, 以及在该标签界面下 存储接收的状态标识。
其中, 服务器预先根据该网页的网页数据生成一个网页, 为该网页分配一个域名。 此 外, 服务器预先根据该网页的网页数据, 为该网页的网页数据生成一个状态标识, 并存储 该网页域名、 网页数据和状态标识的对应关系。
其中, 网页数据的状态标识用于表明服务器中该网页数据的状态, 并且通过该网页数 据的状态标识可以判断服务器与客户端中该网页的网页数据是否一致。
其中, 当用户打开至少两个同一网页时, 该终端中存在至少两个标签界面以显示该同 一网页。 其中, 在本公开实施例中, 可以通过多个浏览器显示同一域名对应的网页, 也可以在 同一个浏览器下通过多个标签界面显示同一域名对应的网页。
在步骤 302中, 客户端将该网页的域名、 该网页的网页数据和状态标识存储在本地文 件中;
在一个实施例中, 客户端将该网页的域名、 该网页的网页数据和状态标识存储在本地 文件包括的域名、 网页数据与标准状态标识的对应关系中。
其中, 当客户端在至少两个标签界面中显示同一域名对应的网页的网页数据后, 客户 端可以通过如下步骤 303至步骤 309更新该至少两个标签界面中该网页的网页数据和状态 标识。
在步骤 303中, 客户端根据该网页的域名, 确定出该网页对应的服务器;
在步骤 304中, 客户端获取该服务器中该网页的网页数据和状态标识, 并将获取的该 网页的状态标识与本地文件中存储的该网页的标准状态标识进行比对;
在一个实施例中, 客户端周期性地向该服务器发送获取请求, 该获取请求中携带该网 页的域名; 服务器接收该网页的域名, 根据该网页的域名, 获取该网页的网页数据和状态 标识, 并将获取的该网页的网页数据和状态标识发送给客户端; 客户端接收该网页的网页 数据和状态标识, 将本地文件中存储的该网页的标准状态标识与获取的状态标识进行比 较, 如果两者不同, 则确定出服务器中的该网页的网页数据发生变化。
其中, 当客户端判断出本地文件中存储的该网页的标准状态标识与获取的状态标识相 同, 则确定出服务器中的该网页的网页数据没有发生变化。
在一个实施例中, 客户端首先获取服务器中该网页的状态标识, 将从服务器中获取的 状态标识与本地文件中存储的该网页的标准状态标识进行比对, 当两者不同时, 客户端向 服务器发送同步数据请求, 该同步数据请求中携带该网页的域名; 服务器接收该同步数据 请求, 根据该网页的域名获取该网页的域名对应的网页数据, 并将获取的网页数据发送给 客户端。
在一个实施例中, 服务器可以将该网页数据中发生变化的网页数据发送给客户端, 如 此, 可以节省一部分的网络带宽资源。
在步骤 305中, 当服务器中该网页的状态标识与本地文件中存储的该网页的标准状态 标识不同时,客户端将本地文件中存储的该网页的网页数据和状态标识分别更新为获取的 网页数据和状态标识;
其中, 本地文件中可以存储每次修改的网页数据和标准状态标识, 并且对最近一次修 改的网页数据和标准状态标识进行标识。 如此, 当用户发现修改的网页数据发生错误时, 该用户还可以通过本地文件中存储的每次修改的网页数据进行网页数据的恢复, 以及对最 近一次修改的网页数据和标准状态标识进行标识,可以使客户端更新待更新标签界面中的 网页数据时, 快速地获取最近一次修改的网页数据和标准状态标识, 进而快速地更新待更 新标签界面中的网页数据和状态标识。 在步骤 306中,客户端将至少两个标签界面中该网页的网页数据和状态标识分别更新 为获取的网页数据和状态标识。
在本公开实施例中,客户端根据服务器中该网页对应的状态标识和本地文件中该网页 对应的状态标识, 确定出服务器中该网页的网页数据发生变化, 从而对客户端中多个标签 界面中该网页的网页数据进行更新。其中, 在客户端中判断服务器中该网页的网页数据发 生变化时,才对客户端中多个标签界面中该网页的网页数据进行更新,节省了服务器资源, 减轻了服务器的负担。 参见图 4, 本公开实施例提供了一种更新网页数据的装置。 其中, 存在至少两个标签 界面, 且每个标签界面均显示同一域名对应的网页, 该装置可以包括:
比对模块 401, 用于将标签界面显示的网页对应的网页数据与本地文件中存储的同一 网页对应的网页数据进行比对, 该本地文件用于存储网页的域名、 最近一次修改后的该网 页的网页数据和标准状态标识;
第一更新模块 402, 用于将比对模块 401比对出的比对结果不一致时, 将与标准状态 标识不一致状态标识对应的标签界面显示的网页对应的网页数据更新为本地文件存储的 同一网页的网页数据。
在一个实施例中, 该比对模块 401, 用于根据该标签界面显示的网页的域名, 从本地 文件中获取该网页的域名对应的标准状态标识;将该标签界面显示的网页的状态标识和本 地文件中该网页的标准状态标识进行比对;根据比对结果确定出待更新网页数据的标签界 面
在一个实施例中, 如图 5所示, 该装置还可以包括:
存储模块 403, 用于预先根据网页的域名, 获取该网页的网页数据和标准状态标识; 将该网页的域名、 该网页的网页数据和标准状态标识存储在本地文件中。
在一个实施例中, 如图 6所示, 该装置还包括:
第二更新模块 404, 用于当该至少两个标签界面中的任一标签界面中该网页的网页数 据发生修改时, 更新本地文件中的网页数据; 并根据修改后的网页数据更新本地文件中该 网页的标准状态标识。
在一个实施例中, 该装置还包括:
第三更新模块, 用于根据该网页的域名, 确定出该网页对应的服务器;
获取服务器中该网页的网页数据和状态标识,并将获取的该网页的状态标识与本地文 件中存储的该网页的标准状态标识进行比对;
当比对结果不一致时,将本地文件中存储的该网页的标准状态标识更新为获取的状态 标识, 以及将本地文件中存储的该网页的网页数据更新为获取的网页数据。
在本公开实施例中, 终端根据本地文件中存储的网页的网页数据, 从多个标签界面中 检测出待更新网页数据的标签界面,避免了终端周期性地向服务器发送数据请求判断是否 更新多个标签界面中该网页的网页数据, 进而节省了服务器资源和网络带宽资源, 并且可 以实时地对网页数据进行更新。 参见图 7, 本公开实施例提供了一种终端设备, 该终端设备可以用于实施上述实施例 中提供的更新网页数据的方法。 其中, 该终端设备可以为手机、 平板电脑 pad、 穿戴式移 动设备 (如智能手表) 等。 优先的- 终端设备 700可以包括通信单元 110、 包括有一个或一个以上计算机可读存储介质的 存储器 120、输入单元 130、显示单元 140、传感器 150、音频电路 160、 WiFi(wireless fidelity, 无线保真;)模块 170、 包括有一个或者一个以上处理核心的处理器 180、 以及电源 190等部 件。 本领域技术人员可以理解, 图 7中示出的终端设备结构并不构成对终端设备的限定, 可以包括比图示更多或更少的部件, 或者组合某些部件, 或者不同的部件布置。 其中: 通信单元 110可用于收发信息或通话过程中, 信号的接收和发送, 该通信单元 110可 以为 RF (Radio Frequency, 射频) 电路、 路由器、 调制解调器、 等网络通信设备。 特别 地, 当通信单元 110为 RF电路时, 将基站的下行信息接收后, 交由一个或者一个以上处 理器 180处理; 另外, 将涉及上行的数据发送给基站。 通常, 作为通信单元的 RF电路包 括但不限于天线、 至少一个放大器、 调谐器、 一个或多个振荡器、 用户身份模块 (SIM) 卡、 收发信机、 耦合器、 LNA (Low Noise Amplifier, 低噪声放大器) 、 双工器等。 此外, 通信单元 110还可以通过无线通信与网络和其他设备通信。所述无线通信可以使用任一通 信标准或协议, 包括但不限于 GSM(Global System of Mobile communication, 全球移动通 讯系统)、 GPRS(General Packet Radio Service, 通用分组无线服务)、 CDMA(Code Division Multiple Access, 码分多址)、 WCDMA(Wideband Code Division Multiple Access, 宽带码分 多址)、 LTE(Long Term Evolution,长期演进)、 电子邮件、 SMS(Short Messaging Service, 短 消息服务)等。 存储器 120可用于存储软件程序以及模块, 处理器 180通过运行存储在存 储器 120的软件程序以及模块, 从而执行各种功能应用以及数据处理。存储器 120可主要 包括存储程序区和存储数据区, 其中, 存储程序区可存储操作系统、 至少一个功能所需的 应用程序(比如声音播放功能、图像播放功能等)等;存储数据区可存储根据终端设备 700 的使用所创建的数据 (比如音频数据、 电话本等)等。 此外, 存储器 120可以包括高速随 机存取存储器, 还可以包括非易失性存储器, 例如至少一个磁盘存储器件、 闪存器件、 或 其他易失性固态存储器件。 相应地, 存储器 120还可以包括存储器控制器, 以提供处理器 180和输入单元 130对存储器 120的访问。
输入单元 130可用于接收输入的数字或字符信息, 以及产生与用户设置以及功能控制 有关的键盘、 鼠标、 操作杆、 光学或者轨迹球信号输入。 优选地, 输入单元 130可包括触 敏表面 131 以及其他输入设备 132。 触敏表面 131, 也称为触摸显示屏或者触控板, 可收 集用户在其上或附近的触摸操作(比如用户使用手指、 触笔等任何适合的物体或附件在触 敏表面 131上或在触敏表面 131附近的操作), 并根据预先设定的程式驱动相应的连接装 置。 可选的, 触敏表面 131可包括触摸检测装置和触摸控制器两个部分。 其中, 触摸检测 装置检测用户的触摸方位, 并检测触摸操作带来的信号, 将信号传送给触摸控制器; 触摸 控制器从触摸检测装置上接收触摸信息, 并将它转换成触点坐标, 再送给处理器 180, 并 能接收处理器 180发来的命令并加以执行。 此外, 可以采用电阻式、 电容式、 红外线以及 表面声波等多种类型实现触敏表面 131。 除了触敏表面 131, 输入单元 130还可以包括其 他输入设备 132。 优选地, 其他输入设备 132可以包括但不限于物理键盘、 功能键 (比如 音量控制按键、 开关按键等) 、 轨迹球、 鼠标、 操作杆等中的一种或多种。
显示单元 140可用于显示由用户输入的信息或提供给用户的信息以及终端设备 700的 各种图形用户接口, 这些图形用户接口可以由图形、 文本、 图标、 视频和其任意组合来构 成。 显示单元 140可包括显示面板 141, 可选的, 可以采用 LCD(Liquid Crystal Display, 液晶显示器)、 OLED(Organic Light-Emitting Diode,有机发光二极管)等形式来配置显示面板 141。进一步的, 触敏表面 131可覆盖显示面板 141, 当触敏表面 131检测到在其上或附近 的触摸操作后, 传送给处理器 180以确定触摸事件的类型, 随后处理器 180根据触摸事件 的类型在显示面板 141上提供相应的视觉输出。 虽然在图 7中, 触敏表面 131与显示面板 141是作为两个独立的部件来实现输入和输入功能, 但是在某些实施例中, 可以将触敏表 面 131与显示面板 141集成而实现输入和输出功能。
终端设备 700还可包括至少一种传感器 150, 比如光传感器、 运动传感器以及其他传 感器。 优选地, 光传感器可包括环境光传感器及接近传感器, 其中, 环境光传感器可根据 环境光线的明暗来调节显示面板 141的亮度,接近传感器可在终端设备 700移动到耳边时, 关闭显示面板 141 和 /或背光。 作为运动传感器的一种, 重力加速度传感器可检测各个方 向上(一般为三轴)加速度的大小, 静止时可检测出重力的大小及方向, 可用于识别手机 姿态的应用 (比如横竖屏切换、 相关游戏、 磁力计姿态校准) 、 振动识别相关功能 (比如 计步器、 敲击) 等; 至于终端设备 700还可配置的陀螺仪、 气压计、 湿度计、 温度计、 红 外线传感器等其他传感器, 在此不再赘述。
音频电路 160、扬声器 161, 传声器 162可提供用户与终端设备 700之间的音频接口。 音频电路 160可将接收到的音频数据转换后的电信号, 传输到扬声器 161, 由扬声器 161 转换为声音信号输出; 另一方面, 传声器 162将收集的声音信号转换为电信号, 由音频电 路 160接收后转换为音频数据, 再将音频数据输出处理器 180处理后, 经 RF电路 110以 发送给比如另一终端设备, 或者将音频数据输出至存储器 120以便进一步处理。 音频电路 160还可能包括耳塞插孔, 以提供外设耳机与终端设备 700的通信。
为了实现无线通信,该终端设备上可以配置有无线通信单元 170,该无线通信单元 170 可以为 WiFi模块。 WiFi属于短距离无线传输技术, 终端设备 700通过无线通信单元 170 可以帮助用户收发电子邮件、 浏览网页和访问流式媒体等, 它为用户提供了无线的宽带互 联网访问。 虽然图 7示出了无线通信单元 170, 但是可以理解的是, 其并不属于终端设备 700的必须构成, 完全可以根据需要在不改变发明的本质的范围内而省略。 处理器 180是终端设备 700的控制中心,利用各种接口和线路连接整个手机的各个部 分, 通过运行或执行存储在存储器 120 内的软件程序和 /或模块, 以及调用存储在存储器 120内的数据, 执行终端设备 700的各种功能和处理数据, 从而对手机进行整体监控。 可 选的, 处理器 180可包括一个或多个处理核心; 优选的, 处理器 180可集成应用处理器和 调制解调处理器, 其中, 应用处理器主要处理操作系统、 用户界面和应用程序等, 调制解 调处理器主要处理无线通信。可以理解的是, 上述调制解调处理器也可以不集成到处理器 180中。
终端设备 700还包括给各个部件供电的电源 190 (比如电池) , 优选的, 电源可以通 过电源管理系统与处理器 180逻辑相连, 从而通过电源管理系统实现管理充电、 放电、 以 及功耗管理等功能。电源 190还可以包括一个或一个以上的直流或交流电源、再充电系统、 电源故障检测电路、 电源转换器或者逆变器、 电源状态指示器等任意组件。
尽管未示出, 终端设备 700还可以包括摄像头、 蓝牙模块等, 在此不再赘述。 具体在 本实施例中, 终端设备的显示单元是触摸屏显示器, 终端设备还包括有存储器, 以及一个 或者一个以上的程序, 其中一个或者一个以上程序存储于存储器中, 且经配置以由一个或 者一个以上处理器执行所述一个或者一个以上程序包含用于进行以下操作的指令:
将标签界面显示的网页对应的网页数据与本地文件中存储的同一网页对应的网页数 据进行比对, 本地文件用于存储网页的域名、 最近一次修改后的该网页的网页数据和标准 状态标识;
当比对结果不一致时,将标签界面显示的网页对应的网页数据更新为本地文件存储的 同一网页的网页数据。
在一个实施例中, 存储器还包括进行以下操作的指令: 将标签界面显示的网页对应的 网页数据与本地文件中存储的同一网页对应的网页数据进行比对, 包括:
根据标签界面显示的网页的域名,从本地文件中获取该网页的域名对应的标准状态标 识; 将标签界面显示的网页的状态标识和标准状态标识进行比对; 根据比对结果确定出待 更新网页数据的标签界面。
在一个实施例中, 存储器还包括进行以下操作的指令: 预先根据网页的域名, 获取该 网页的网页数据和标准状态标识; 将该网页的域名、 该网页的网页数据和标准状态标识存 储在本地文件中。
在一个实施例中, 存储器还包括进行以下操作的指令: 将该网页的域名、 该网页的网 页数据和标准状态标识存储在本地文件中之后, 还包括:
当至少两个标签界面中的任一标签界面中该网页的网页数据发生修改时,更新本地文 件中的网页数据; 根据修改后的网页数据更新标准状态标识。
在一个实施例中, 存储器还包括进行以下操作的指令:
根据该网页的域名, 确定出该网页对应的服务器; 获取服务器中该网页的网页数据和 状态标识,并将获取的该网页的状态标识与本地文件中存储的该网页的标准状态标识进行 比对; 当比对结果不一致时, 将本地文件中存储的该网页的标准状态标识更新为获取的状 态标识, 以及将本地文件中存储的该网页的网页数据更新为获取的网页数据。
在本公开实施例中, 终端根据本地文件中存储的网页的网页数据, 从多个标签界面中 检测出待更新网页数据的标签界面,避免了终端周期性地向服务器发送数据请求判断是否 更新多个标签界面中该网页的网页数据, 进而节省了服务器资源和网络带宽资源, 并且可 以实时地对网页数据进行更新。 需要说明的是: 上述实施例提供的更新网页数据在互联网应用时, 仅以上述各功能模 块的划分进行举例说明, 实际应用中, 可以根据需要而将上述功能分配由不同的功能模块 完成,即将装置的内部结构划分成不同的功能模块,以完成以上描述的全部或者部分功能。 另外, 上述实施例提供的更新网页数据的装置与更新网页数据的方法实施例属于同一构 思, 其具体实现过程详见方法实施例, 这里不再赘述。
本领域普通技术人员可以理解实现上述实施例的全部或部分步骤可以通过硬件来完 成, 也可以通过程序来指令相关的硬件完成, 所述的程序可以存储于一种计算机可读存储 介质中, 上述提到的存储介质可以是只读存储器, 磁盘或光盘等。
以上所述仅为本发明的较佳实施例, 并不用以限制本发明, 凡在本发明的精神和原则 之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护范围之内。

Claims

权利要求
1、 一种更新网页数据的方法, 其特征在于, 存在至少两个标签界面, 且每个标签界 面均显示同一域名对应的网页, 所述方法包括:
将标签界面显示的网页对应的网页数据与本地文件中存储的同一网页对应的网页数 据进行比对,所述本地文件用于存储网页的域名、最近一次修改后的所述网页的网页数据 和标准状态标识;
当比对结果不一致时,将所述标签界面显示的网页对应的网页数据更新为所述本地文 件存储的同一网页的网页数据。
2、 根据权利要求 1所述的方法, 其特征在于, 所述将标签界面显示的网页对应的网 页数据与本地文件中存储的同一网页对应的网页数据进行比对, 包括:
根据所述标签界面显示的网页的域名,从本地文件中获取所述网页的域名对应的标准 状态标识;
将所述标签界面显示的网页的状态标识和所述标准状态标识进行比对;
根据比对结果确定出待更新网页数据的标签界面。
3、 根据权利要求 1所述的方法, 其特征在于, 还包括:
预先根据网页的域名, 获取所述网页的网页数据和标准状态标识;
将所述网页的域名、 所述网页的网页数据和标准状态标识存储在本地文件中。
4、 根据权利要求 1至 3任一所述的方法, 其特征在于, 所述将所述网页的域名、 所 述网页的网页数据和标准状态标识存储在本地文件中之后, 还包括:
当所述至少两个标签界面中的任一标签界面中所述网页的网页数据发生修改时,更新 所述本地文件中的网页数据;
根据修改后的网页数据更新所述标准状态标识。
5、 根据权利要求 1至 3任一所述的方法, 其特征在于, 所述方法还包括: 根据所述网页的域名, 确定出所述网页对应的服务器;
获取所述服务器中所述网页的网页数据和状态标识,并将获取的所述网页的状态标识 与所述本地文件中存储的所述网页的标准状态标识进行比对;
当比对结果不一致时,将所述本地文件中存储的所述网页的标准状态标识更新为所述 获取的状态标识,以及将所述本地文件中存储的所述网页的网页数据更新为所述获取的网 页数据。
6、 一种更新网页数据的装置, 其特征在于, 存在至少两个标签界面, 且每个标签界 面均显示同一域名对应的网页, 所述装置包括:
比对模块,用于将标签界面显示的网页对应的网页数据与本地文件中存储的同一网页 对应的网页数据进行比对,所述本地文件用于存储网页的域名、最近一次修改后的所述网 页的网页数据和标准状态标识;
第一更新模块,用于当比对结果不一致时,将所述标签界面显示的网页对应的网页数 据更新为所述本地文件存储的同一网页的网页数据。
7、 根据权利要求 6所述的装置, 其特征在于, 所述比对模块, 用于根据所述标签界 面显示的网页的域名,从本地文件中获取所述网页的域名对应的标准状态标识;将所述标 签界面显示的网页的状态标识和所述标准状态标识进行比对;根据比对结果确定出待更新 网页数据的标签界面。
8、 根据权利要求 6所述的装置, 其特征在于, 所述装置还包括:
存储模块, 用于预先根据网页的域名, 获取所述网页的网页数据和标准状态标识; 将 所述网页的域名、 所述网页的网页数据和标准状态标识存储在本地文件中。
9、 根据权利要求 6至 8任一所述的装置, 其特征在于, 所述装置还包括: 第二更新模块,用于当所述至少两个标签界面中的任一标签界面中所述网页的网页数 据发生修改时,更新所述本地文件中的网页数据;并根据修改后的网页数据更新所述标准 状态标识。
10、 根据权利要求 6至 8任一所述的装置, 其特征在于, 所述装置还包括: 第三更新模块, 用于根据所述网页的域名, 确定出所述网页对应的服务器; 获取所述服务器中所述网页的网页数据和状态标识,并将获取的所述网页的状态标识 与所述本地文件中存储的所述网页的标准状态标识进行比对;
当比对结果不一致时,将所述本地文件中存储的所述网页的标准状态标识更新为所述 获取的状态标识,以及将所述本地文件中存储的所述网页的网页数据更新为所述获取的网 页数据。
11、 一种终端设备, 其特征在于, 所述终端设备包括有存储器, 以及一个或者一个以 上的程序,其中所述一个或者一个以上程序存储于存储器中,且经配置以由一个或者一个 以上处理器执行所述一个或者一个以上程序包含用于进行以下操作的指令:
将标签界面显示的网页对应的网页数据与本地文件中存储的同一网页对应的网页数 据进行比对,所述本地文件用于存储网页的域名、最近一次修改后的所述网页的网页数据 和标准状态标识;
当比对结果不一致时,将所述标签界面显示的网页对应的网页数据更新为所述本地文 件存储的同一网页的网页数据。
PCT/CN2014/076157 2013-06-28 2014-04-24 一种更新网页数据的方法、装置和终端设备 WO2014206138A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310269917.7 2013-06-28
CN201310269917.7A CN103310009B (zh) 2013-06-28 2013-06-28 一种更新网页数据的方法、装置和终端设备

Publications (1)

Publication Number Publication Date
WO2014206138A1 true WO2014206138A1 (zh) 2014-12-31

Family

ID=49135227

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/076157 WO2014206138A1 (zh) 2013-06-28 2014-04-24 一种更新网页数据的方法、装置和终端设备

Country Status (2)

Country Link
CN (1) CN103310009B (zh)
WO (1) WO2014206138A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110809036A (zh) * 2019-10-25 2020-02-18 无线生活(北京)信息技术有限公司 资源更新方法及装置

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103310009B (zh) * 2013-06-28 2017-02-15 小米科技有限责任公司 一种更新网页数据的方法、装置和终端设备
CN103530324A (zh) * 2013-09-24 2014-01-22 金蝶软件(中国)有限公司 应用于多页签的数据更新方法和相关装置
CN105046478A (zh) * 2015-06-18 2015-11-11 广州市百果园网络科技有限公司 一种对物品进行处理的方法和系统
CN105224071B (zh) * 2015-08-26 2018-12-11 广东欧珀移动通信有限公司 一种数据交互的方法、设备及系统
CN106557484A (zh) * 2015-09-25 2017-04-05 北京国双科技有限公司 网页热力图背景图的更新方法及装置
CN106708900A (zh) * 2015-11-17 2017-05-24 北大方正集团有限公司 网页内容加载方法及装置
CN108280110A (zh) * 2017-05-15 2018-07-13 广州市动景计算机科技有限公司 网站差异对比方法、装置及客户端
CN110968584B (zh) * 2019-12-03 2023-03-14 北京明略软件系统有限公司 一种画像生成系统、方法、电子设备及可读存储介质
CN117473193A (zh) * 2020-04-04 2024-01-30 青岛希望鸟科技有限公司 一种网页实时同步方法及系统

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101335762A (zh) * 2007-06-25 2008-12-31 株式会社日立制作所 反映网页的历史使用行为的方法,及服务器、终端和系统
CN102664932A (zh) * 2012-04-09 2012-09-12 青岛百灵信息科技有限公司 一种基于云计算的跨终端同步网络浏览器标签页的方法
CN102831179A (zh) * 2012-07-30 2012-12-19 北京奇虎科技有限公司 网页处理方法及装置
CN103034661A (zh) * 2011-10-10 2013-04-10 富泰华工业(深圳)有限公司 电子装置及其快速开启网页的方法
CN103116585A (zh) * 2011-11-16 2013-05-22 联想(北京)有限公司 一种网页同步的方法及同步装置
CN103310009A (zh) * 2013-06-28 2013-09-18 北京小米科技有限责任公司 一种更新网页数据的方法、装置和终端设备

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6023708A (en) * 1997-05-29 2000-02-08 Visto Corporation System and method for using a global translator to synchronize workspace elements across a network

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101335762A (zh) * 2007-06-25 2008-12-31 株式会社日立制作所 反映网页的历史使用行为的方法,及服务器、终端和系统
CN103034661A (zh) * 2011-10-10 2013-04-10 富泰华工业(深圳)有限公司 电子装置及其快速开启网页的方法
CN103116585A (zh) * 2011-11-16 2013-05-22 联想(北京)有限公司 一种网页同步的方法及同步装置
CN102664932A (zh) * 2012-04-09 2012-09-12 青岛百灵信息科技有限公司 一种基于云计算的跨终端同步网络浏览器标签页的方法
CN102831179A (zh) * 2012-07-30 2012-12-19 北京奇虎科技有限公司 网页处理方法及装置
CN103310009A (zh) * 2013-06-28 2013-09-18 北京小米科技有限责任公司 一种更新网页数据的方法、装置和终端设备

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110809036A (zh) * 2019-10-25 2020-02-18 无线生活(北京)信息技术有限公司 资源更新方法及装置
CN110809036B (zh) * 2019-10-25 2022-05-10 无线生活(北京)信息技术有限公司 资源更新方法及装置

Also Published As

Publication number Publication date
CN103310009A (zh) 2013-09-18
CN103310009B (zh) 2017-02-15

Similar Documents

Publication Publication Date Title
WO2014206138A1 (zh) 一种更新网页数据的方法、装置和终端设备
CN104639672B (zh) 进行域名解析的方法和装置
US10304461B2 (en) Remote electronic service requesting and processing method, server, and terminal
CN108039963B (zh) 一种容器配置方法、装置及存储介质
WO2014206143A1 (zh) 未读消息数目显示方法、装置和设备
WO2015035796A1 (zh) 桌面显示方法、装置及终端
JP6492184B2 (ja) 情報の推薦を管理するための方法、デバイス、およびシステム
CN105302452B (zh) 一种基于手势交互的操作方法及装置
WO2015043194A1 (zh) 虚拟键盘显示方法、装置及终端
CN107066268B (zh) 微件应用的显示位置切换方法及装置
WO2018006841A1 (zh) 二维码信息传输方法、装置以及设备
WO2018040813A1 (zh) 音视频通信方法、终端、服务器及存储介质
US9921735B2 (en) Apparatuses and methods for inputting a uniform resource locator
WO2015067142A1 (zh) 网页显示方法及装置
WO2017096909A1 (zh) 建立数据连接的方法及装置
US20150089431A1 (en) Method and terminal for displaying virtual keyboard and storage medium
EP2876539A1 (en) Method, device and terminal apparatus for responding to a sliding operation
US20200004578A1 (en) Method for fingerprint recognition and related products
EP2869604B1 (en) Method, apparatus and device for processing a mobile terminal resource
WO2015014135A1 (zh) 鼠标指针的控制方法、装置及终端设备
WO2014026581A1 (zh) 信息管理的方法、客户端及移动终端
US20160283047A1 (en) Login interface displaying method and apparatus
CN105282628B (zh) 一种视频播放的方法和装置
WO2016131180A1 (zh) 一种键盘的显示方法、装置及终端设备
WO2015067206A1 (zh) 一种文件查找的方法及终端

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14817841

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14817841

Country of ref document: EP

Kind code of ref document: A1