WO2015055090A1 - Procédé, dispositif et système pour obtenir des données de page web - Google Patents

Procédé, dispositif et système pour obtenir des données de page web Download PDF

Info

Publication number
WO2015055090A1
WO2015055090A1 PCT/CN2014/088216 CN2014088216W WO2015055090A1 WO 2015055090 A1 WO2015055090 A1 WO 2015055090A1 CN 2014088216 W CN2014088216 W CN 2014088216W WO 2015055090 A1 WO2015055090 A1 WO 2015055090A1
Authority
WO
WIPO (PCT)
Prior art keywords
web page
page data
data
client
configuration parameter
Prior art date
Application number
PCT/CN2014/088216
Other languages
English (en)
Inventor
Bo Hu
Original Assignee
Tencent Technology (Shenzhen) Company Limited
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 Tencent Technology (Shenzhen) Company Limited filed Critical Tencent Technology (Shenzhen) Company Limited
Publication of WO2015055090A1 publication Critical patent/WO2015055090A1/fr

Links

Images

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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • 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/9577Optimising the visualization of content, e.g. distillation of HTML documents

Definitions

  • the present disclosure relates to internet technology field and, more particularly to a method, device and system for obtaining web page data.
  • Browser is one of common internet tools to browse internet for people, by which users may obtain web page data from the web servers and display it in local, in order to browse the web pages.
  • web page data for different web page version types When the web server stores and maintains the web page data, commonly multiple web page data for multiple web page version types will be stored for one web page. Commonly, web page data for different web page version type has the same or similar essential contents, but their typesetting, functions and displaying quality are distinguishing, thus data quantities are different accordingly.
  • the entered website link will not contain parameters of web page version type
  • web page data with a default version type After the web server receives a web page request from the terminal, web page data with a default version type will be chosen.
  • the default version type can be set according to different demands of the web server, for example, an integral version type with the highest displaying quality, strongest function and best typesetting could be served as the default version type, for publicizing the website.
  • the present disclosure provides a method, device and system of obtaining web page data, so as to improving flexibility of loading web page.
  • a method of obtaining web page data includes: obtaining an identification of a target web page and a configuration parameter of a client; determining a web page version type corresponding to the configuration parameter, according to a corresponding relationship between configuration parameter and web page version type; and obtaining web page data of the target web page based on the web page version type from a web server.
  • a method of obtaining a web page includes: sending a web page request to a backend server, the web page request carrying an identification of a target web page and a configuration parameter of a client, the backend server determining a web page version type corresponding to the configuration parameter, according to a corresponding relationship between configuration parameter and web page version type, then obtaining web page data of the target web page based on the web page version type from a web server, and then sending the web page data to the client; receiving the web page data sent by the backend server; and loading the target web page according to the web page data that is received.
  • a method of obtaining a web page includes: a client sending a web page data request to a backend server, the web page request carrying an identification of a target web page and a configuration parameter of a client; the backend server determining a web page version type corresponding to the configuration parameter, according to a corresponding relationship between configuration parameter and web page version type; the backend server obtaining web page data of the target web page based on the web page version type from a web server, and then sending the web page data to the client; and the client loading the target web page according to the web page data that is received.
  • a device of obtaining a web page includes: a parameter obtaining module, programmed to obtain an identification of a target web page and a configuration parameter of a client; a determination module, programmed to determine a web page version type corresponding to the configuration parameter, according to a corresponding relationship between configuration parameter and web page version type; and a data obtaining module, programmed to obtain web page data of the target web page based on the web page version type from a web server.
  • a device of obtaining a web page includes: a sending module, programmed to send a web page request to a backend server, the web page request carrying an identification of a target web page and a configuration parameter of a client, thereby the backend server determining a web page version type corresponding to the configuration parameter, according to a corresponding relationship between configuration parameter and web page version type, then obtaining web page data of the target web page based on the web page version type from a web server, and then sending the web page data to the client; a receiving module, programmed to receive the web page data sent by the backend server; and a loading module, programmed to load the target web page according to the web page data that is received
  • a system of obtaining a web page includes a backend server and a client.
  • the client is programmed to send a web page data request to a backend server, the web page request carrying an identification of a target web page and a configuration parameter of a client, receiving web page data sent by the backend server, and loading the target web page according to the web page data.
  • the backend server is programmed to receive the web page data request; determining a web page version type corresponding to the configuration parameter, according to a corresponding relationship between configuration parameter and web page version type; and obtaining web page data of the target web page based on the web page version type from a web server, and then sending the web page data to the client.
  • Fig. 1 is a flowchart of a method of obtaining web page data according to embodiments of the present disclosure
  • Figs. 2a, 2b, 2c are displaying view of the web page according to the present disclosure
  • Fig. 3 is a flowchart of a method of obtaining web page data according to embodiments of the present disclosure
  • Fig. 4 is a flowchart of a method of obtaining web page data according to embodiments of the present disclosure
  • Fig. 5 is a block diagram of a device of obtaining web page data according to embodiments of the present disclosure
  • Fig. 6 is a block diagram of a device of obtaining web page data according to embodiments of the present disclosure.
  • Fig. 7 is a block diagram of a terminal according to embodiments of the present disclosure.
  • module may refer to, be part of, or include an Application Specific Integrated Circuit (ASIC) ; an electronic circuit; a combinational logic circuit; a field programmable gate array (FPGA) ; a processor (shared, dedicated, or group) that executes code; other suitable hardware components that provide the described functionality; or a combination of some or all of the above, such as in a system-on-chip.
  • ASIC Application Specific Integrated Circuit
  • FPGA field programmable gate array
  • processor shared, dedicated, or group
  • the term module or unit may include memory (shared, dedicated, or group) that stores code executed by the processor.
  • the exemplary environment may include a server, a client, and a communication network.
  • the server and the client may be coupled through the communication network for information exchange, such as sending/receiving identification information, sending/receiving data files such as splash screen images, etc.
  • information exchange such as sending/receiving identification information, sending/receiving data files such as splash screen images, etc.
  • client and one server are displayed in the environment, any number of terminals or servers may be included, and other devices may also be included.
  • the communication network may include any appropriate type of communication network for providing network connections to the server and client or among multiple servers or clients.
  • communication network may include the Internet or other types of computer networks or telecommunication networks, either wired or wireless.
  • the disclosed methods and apparatus may be implemented, for example, in a wireless network that includes at least one client.
  • the client may refer to any appropriate user terminal with certain computing capabilities, such as a personal computer (PC) , a work station computer, a server computer, a hand-held computing device (tablet) , a smart phone or mobile phone, or any other user-side computing device.
  • the client may include a network access device.
  • the client may be stationary or mobile.
  • a server may refer to one or more server computers configured to provide certain server functionalities, such as database management and search engines.
  • a server may also include one or more processors to execute computer programs in parallel.
  • a user may refer to one or more persons or things that control a client.
  • the user may control more than one clients or other devices.
  • the embodiments provide a method of obtaining web page data. As shown in Fig. 1, the method includes the following steps.
  • Step 101 obtaining an identification of a target web page and a configuration parameter of a client.
  • Step 102 determining a web page version type corresponding to the configuration parameter, according to a corresponding relationship between configuration parameter and web page version type.
  • Step 103 obtaining web page data of the target web page based on the web page version type from a web server.
  • the embodiments provide a method of obtaining web page data, with a client (such as a browser) or a backend server of a client served as the executive body. Now this method will be described in detail with a backend server served as the executive body.
  • the backend server may store a corresponding relationship between configuration parameter and web page version type.
  • the configuration parameter can be information parameter such as network of terminal of the client, hardware, or software, etc. , which may be one or any combination selected from current network type information, hardware configuration information, or system process information.
  • the current network type information means the type information of network connection manner currently used, which may include 2G (2 nd Generation) network, 3G (3 rd Generation) network, WiFi (Wireless Fidelity) network, for example.
  • the hardware configuration information could be the hardware basic configuration information of the terminal, which may include capacity (such as 8G, 16G) of RAM (random access memory) , dominant frequency of CPU (Central Processing Unit) , etc.
  • the system process information could be the relevant information of operating system of the terminal, which may include name and version No. of the operating system, for example Android TM 3.0.
  • the web page version type means web page format of different types, one web page version type can be a total of a series of parameters, for example, a certain web page version type defines parameters such as the maximum resolution of web page, the maximum number of colors, operating functions (click, dragging, etc. ) .
  • a certain web page version type defines parameters such as the maximum resolution of web page, the maximum number of colors, operating functions (click, dragging, etc. ) .
  • several web page version types will be made for one web site. Different web page version types can be made according to actual demands, for example, three web page version types are made for a certain web server, the first one has the highest quality on displaying, the strongest function, and largest data quantity; the second one has the worse quality on displaying, the worse function, and smallest data quantity; ad the third one has moderate quality on displaying, the moderate function, and the moderate data quantity.
  • the number of the web page version type is discretional, such as two or four, and the contents of the web page version type are discretional as well.
  • Different web page version type could be made by basing on different protocols, for example, web page version type based on WAP (Wireless Application Protocol) 1.0, web page version type based on WAP 2.0, web page version type based on HTML (Hyper Text Markup Language) 5.
  • a corresponding relationship table can be built up, in which configuration parameter with different value and different web page version type is recorded correspondingly.
  • Table 1 shows a simple example of such a corresponding relationship table.
  • the configuration parameter is the current network type information which has three values including WiFi network, 2G network, and 3G network.
  • the first, second, and third web page version type can be set as mentioned in the embodiment above, and their displaying effects are shown as Figs. 2a, 2b, 2c.
  • Fig. 2a may be displayed in a user terminal when the network connection between the user terminal and the server is WiFi network.
  • the displayed webpage more have more media content.
  • the webpage may include an image 201a that has more pixels than images 201b and 201c displayed in Fig. 2b and Fig. 2c. The user may swipe the image 201a to get more image content.
  • FIG. 2b may be displayed in a user terminal when the network connection between the user terminal and the server is 2G network.
  • the webpage may include more texts than the webpages displayed in Fig. 2a and Fig. 2c.
  • the displayed image 201b may have relatively low quality so that the image may be displayed promptly with limited bandwidth.
  • Fig. 2c may be displayed in a user terminal when the network connection between the user terminal and the server is 3G network.
  • the image 201c may have more pixels than image 201b in Fig. 2b and less pixels than image 201a in Fig. 2a.
  • WiFi network has the maximum bandwidth and needs no data usage expense, thus the first web page version type with largest data quantity, highest quality on displaying and strongest function is used in WiFi network condition, to improve user experience; 2G network has the minimum bandwidth and needs high data usage expense, thus the second web page version type with smallest data quantity, worse quality on displaying and worse function is used in 2G network; while 3G network has moderate bandwidth and lower cost, thus the third web page version type with moderate data quantity, moderate quality on displaying and moderate function is used in 3G network condition, for ensuring user experience and saving data usage.
  • table 1 just shows a simple example; and other complex corresponding relationships could be used in actual practice, such as a combination with multiple configuration parameters.
  • Step 101 a backend server obtaining an identification of a target web page and a configuration parameter of a client.
  • the identification of the target web page can be the website of the target web page or other identifications.
  • the backend server may obtain the web page data of the target web page according to the request of the client, or voluntarily obtain the web page data of the target web page and then push it to the client.
  • the step 101 may include:
  • the backend server receives the web page data request sent by the client, where the web page data request includes the identification of the target web page and the configuration parameter of the client.
  • the backend server obtains the identification of the target web page and the configuration parameter of the client carried in the web page data request.
  • the client in the terminal (mobile terminal, such as a mobile phone, tablet) , after the user enters a website of the target web page in the address bar of a browser and clicks it to confirm, or the user clicks the address link of the target web page (such as address link icon) , the client will be triggered to create a web page data request with an identification (such as website address) of the target web page, and obtain the configuration parameter (such as the current network type information) of the client, and then the web page data request will be sent to the backend server.
  • the backend server could obtain the identification of the target web page and the parameter information of the client carried in the web page data request.
  • Step 102 the backend server determines a web page version type corresponding to the configuration parameter, according to a corresponding relationship between configuration parameter and web page version type.
  • the backend server may search the corresponding web page version type in the corresponding relationship table, according to the configuration parameter. Therefore, a web page version type matching with the configuration parameter of the client can be set, basing on the configurations in the corresponding relationship. For example, terminals with 2G network choose the web page version type with minimum data quantity, terminals with small RAM (capacity of RAM is within a preset low capacity range) choose the web page version type with lower system resource occupancy.
  • Step 103 the backend server obtains web page data of the target web page based on the web page version type from a web server.
  • the backend server may determine the web page version type and the parameters thereof, and then the parameters of the web page version type will be added to the website address of the target web page, by which a website address with the parameters is obtained; subsequently, this website address will be carried in the web page data request which will be sent to the web server.
  • the web server stores multiple web page data of the target web page based on different web page version types, according to the website address of the web page data request, the web page data of the target web page matching with the desired web page version type can be obtained. Finally, the obtained web page data will be sent to the backend server by the web server.
  • the backend server is further programmed to send the obtained web page data to the client.
  • the client After receiving the web page data, the client will load the target web page and then display it.
  • the backend server could adjust the format of the web page.
  • the backend server adjusts the format of the web page according to the obtained web page data, so as to obtain the adjusted web page data.
  • the purpose of adjusting the format of the web page is for reducing the data quantity of the web page data.
  • the adjusting manner may include at least one of the following: reducing the resolution of the web page, reducing number of color of the web page, or changing trigger ways for some functional keys.
  • the adjustment can be compressing image data in the web page data to obtain the adjusted web page.
  • the image compression process for the image data includes reducing the resolution of the image, or compressing and coding the image by a preset image compression coding manner with maintaining the original resolution.
  • the process of sending web page data to the client includes sending the adjusted web page data to the client.
  • the embodiments provide a method of obtaining web page data.
  • the process of the client includes:
  • Step 301 sending a web page data request to a backend server, and the web page request carrying an identification of a target web page and a configuration parameter of a client, so that, the backend server can determine a web page version type according to the corresponding relationship between configuration parameter and web page version type, and then obtain the web page data of the determined web page version type from the web server, and finally send it to the client.
  • Step 302 receiving the web page data sent by the backend server.
  • Step 303 loading the target web page according to the web page data that is received.
  • the embodiments provide a method of obtaining web page data, and the interactive process between the client and the backend server is shown in Fig. 4, which includes the following steps.
  • Step 401 a client sending a web page data request to a backend server, the web page request carrying an identification of a target web page and a configuration parameter of a client.
  • Step 402 the backend server determining a web page version type corresponding to the configuration parameter, according to a corresponding relationship between configuration parameter and web page version type.
  • Step 403 the backend server obtaining web page data of the target web page based on the web page version type from a web server, and then sending the web page data to the client.
  • Step 404 the client loading the target web page according to the web page data that is received.
  • the embodiments provide a method of obtaining web page data, with a client (such as a browser) or a backend server of a client served as the executive body. Now this embodiment will be described in detail with a client served as the executive body.
  • the client can prestored a corresponding relationship between configuration parameter and web page version type.
  • Detailed process for the client is similar to that for the backend server in the above embodiments, which is not repeated here.
  • Step 101 a client obtaining an identification of a target web page and a configuration parameter of the client.
  • the client in the terminal (mobile terminal, such as a mobile phone, tablet) , after the user enters a website of the target web page in the address bar of a browser and clicks it to confirm, or the user clicks the address link of the target web page (such as address link icon) , the client will be triggered to perform the step 101.
  • the client may obtain the identification of the target web page (such as website address of target web page) , and the configuration parameter of the client (such as the current network type information) , and then perform the subsequent steps.
  • Step 102 the client determining a web page version type corresponding to the configuration parameter, according to a corresponding relationship between configuration parameter and web page version type.
  • Step 103 the client obtaining web page data of the target web page based on the web page version type from a web server.
  • the client After obtaining the web page data of the target web page, the client can display the target web page on the browser.
  • the present disclosure further provides a device of obtaining web page data.
  • the device 500 includes a hardware processor 501 and a non-transitory storage medium 502 accessible to the hardware processor 501.
  • the non-transitory storage medium 502 is configured to store modules including:
  • a parameter obtaining module 510 programmed to obtain an identification of a target web page and a configuration parameter of a client
  • a determination module 520 programmed to determine a web page version type corresponding to the configuration parameter, according to a corresponding relationship between configuration parameter and web page version type;
  • a data obtaining module 530 programmed to obtain web page data of the target web page based on the web page version type from a web server.
  • the parameter obtaining module 510 is programmed to receive a web page data request sent by the client, the web page data request carrying the identification of the web page and the configuration parameter of the client; and obtaining the identification of the web page and the configuration parameter of the client which are carried in the web page data request.
  • the device further comprises a sending module programmed to send the web page data to the client.
  • the data obtaining module 530 is further programmed to adjust page format of the web page data that is obtained, so as to obtain the adjusted web page data; and the sending module is programmed to send the adjusted web page data to the client.
  • the data obtaining module 530 is programmed to compress image data in the web page data to obtain the adjusted web page.
  • the configuration parameter comprises one or any combination selected from current network type information, hardware configuration information, and system process information.
  • the present disclosure further provides a device of obtaining web page data.
  • the device 600 includes a hardware processor 601 and a non-transitory storage medium 602 accessible to the hardware processor 601.
  • the non-transitory storage medium 602 is configured to store modules including:
  • a sending module 610 programmed to send a web page request to a backend server, the web page request carrying an identification of a target web page and a configuration parameter of a client, thereby the backend server determining a web page version type corresponding to the configuration parameter, according to a corresponding relationship between configuration parameter and web page version type, then obtaining web page data of the target web page based on the web page version type from a web server, and then sending the web page data to the client;
  • a receiving module 620 programmed to receiving the web page data sent by the backend server
  • a loading module 630 programmed to loading the target web page according to the web page data that is received.
  • the receiving module 620 is programmed to receiving the adjusted web page data sent by the backend server, and the adjusted web page data is obtained by adjusting page format of the web page data.
  • the adjusted web page data is obtained by compressing image data in the web page data.
  • the present disclosure further provides a system of obtaining web page data, which includes a backend server and a client.
  • the client is programmed to sending a web page data request to a backend server, the web page request carrying an identification of a target web page and a configuration parameter of a client, receiving web page data sent by the backend server, and loading the target web page according to the web page data.
  • the backend server is programmed to receive the web page data request; determining a web page version type corresponding to the configuration parameter, according to a corresponding relationship between configuration parameter and web page version type; and obtaining web page data of the target web page based on the web page version type from a web server, and then sending the web page data to the client.
  • the backend server is further programmed to adjusting page format of the web page data that is obtained, so as to obtain the adjusted web page data, and sending the adjusted web page data to the client.
  • the backend server is further programmed to compressing image data in the web page data to obtain the adjusted web page.
  • the present disclosure further provides a backend server including one or more processors, a memorizer, and one or more modules.
  • the modules are stored in the memorizer and performed by the processors, and the modules have functions as following:
  • step of obtaining an identification of a target web page and a configuration parameter of a client comprises:
  • step of sending the web page data to the client comprises sending the adjusted web page data to the client.
  • the adjusted web page data is obtained by compressing image data in the web page data.
  • the configuration parameter comprises one or any combination selected from current network type information, hardware configuration information, and system process information.
  • Fig. 7 shows a block diagram of a terminal having a touch-sensitive surface of the embodiments.
  • the terminal may be used for implementing the slide control mentioned in the above embodiments.
  • the terminal 700 includes a radio frequency (RF) circuit 110, a memorizer 120 including one or more computer-readable storage mediums, an input unit 130, a display unit 140, a sensor 150, an audio circuit 160, a wireless fidelity (WiFi) module 170, a processor 180 including one or more processing cores, and a power supply 190, etc.
  • RF radio frequency
  • the RF circuit 110 is programmed to receive and sending signals during calling or process of receiving and sending message. Specially, the RF circuit 110 will receive downlink information from the base station and send it to the processor 180; or send uplink data to the base station.
  • the RF circuit 110 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier (LNA) , a diplexer, and the like.
  • the RF circuit 110 can communicate with network or other devices by wireless communication.
  • Such wireless communication can use any one communication standard or protocol, which includes, but is not limited to, Global System of Mobile communication (GSM) , (General Packet Radio Service, GPRS) , (Code Division Multiple Access, CDMA) , (Wideband Code Division Multiple Access, WCDMA) , (Long Term Evolution, LTE) , email, or (Short Messaging Service, SMS) .
  • 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
  • the memorizer 120 is programmed to store software program and module which will be run by the processor 180, so as to perform multiple functional applications of the mobile phone and data processing.
  • the memorizer 120 mainly includes storing program area and storing data area.
  • the storing program area can store the operating system, at least one application program with required function (such as sound playing function, image playing function, etc. ) .
  • the storing data area can store data established by the terminal 700 according to actual using demand (such as audio data, phonebook, etc. )
  • the memorizer 120 can be high-speed random access memory, or nonvolatile memory, such as disk storage, flash memory device, or other volatile solid-state memory devices.
  • the memorizer 120 may further include a storage controller, so as to allow the processor 180 and the input unit 130 to access the memorizer 120.
  • the input unit 130 is programmed to receive the entered number or character information, and the entered key signal related to user setting and function control.
  • the input unit 130 includes a touch-sensitive panel 131 or other input devices 132.
  • the touch-sensitive panel 131 is also called as touch screen or touch panel, which can collect user’s touch operations thereon or nearby (for example the operations generated by fingers of user or touchpen, and the like, touching on the touch-sensitive panel 131 or touching near the touch-sensitive panel 131) , and drive the corresponding connection device according to the preset program.
  • the touch-sensitive panel 131 includes two portions including a touch detection device and a touch controller. Specifically, the touch detection device is programmed to detect touch position of the user and detecting signals accordingly, and then sending the signals to the touch controller.
  • the touch controller receives touch information from the touch detection device, and converts it to contact coordinates which are to be sent to the processor 180, and then receives command sent by the processor 180 to perform.
  • the touch-sensitive panel 131 can be implemented is forms of resistive type, capacitive type, infrared type and surface acoustic wave type.
  • the input unit 130 can include, but is not limited to other input devices 132, such as one or more selected from physical keyboard, function keys (such as volume control keys, switch key-press, etc. ) , a trackball, a mouse, and an operating lever, etc.
  • the display unit 140 is programmed to display information entered by the user or information supplied to the user, and menus of the mobile phone.
  • the display unit 140 includes a display panel 141, such as a Liquid Crystal Display (LCD) , or an Organic Light-Emitting Diode (OLED) .
  • the display panel 141 can be covered by the touch-sensitive panel 131, after touch operations are detected on or near the touch-sensitive panel 131, they will be sent to the processor 180 to determine the type of the touching event. Subsequently, the processor 180 supplies the corresponding visual output to the display panel 141 according to the type of the touching event.
  • the touch panel 131 and the display panel 141 are two individual components to implement input and output of the mobile phone, but they can be integrated together to implement the input and output in some embodiments.
  • the terminal 700 includes at least one sensor 150, such as light sensors, motion sensors, or other sensors.
  • the light sensors includes ambient light sensors for adjusting brightness of the display panel 141 according to the ambient light, and proximity sensors for turning off the display panel 141 and/or maintaining backlight when the mobile phone is moved to the ear side.
  • Accelerometer sensor as one of the motion sensors can detect the magnitude of accelerations in every direction (Triaxial, generally) , and detect the magnitude and direction of gravity in an immobile status, which is applicable to applications of identifying attitudes of the mobile (such as switching between horizontal and vertical screens, related games, magnetometer attitude calibration, etc. ) , vibration recognition related functions (such as pedometer, percussion, etc. ) .
  • the terminal 700 also can configure other sensors (such as gyroscopes, barometers, hygrometers, thermometers, infrared sensors, etc. ) whose detailed descriptions are omitted here.
  • the audio circuit 160, the speaker 161 and the microphone 162 supply an audio interface between the user and the terminal 700. Specifically, the audio data is received and converted to electrical signals by audio circuit 160, and then transmitted to the speaker 161, which are converted to sound signal to output. On the other hand, the sound signal collected by the speaker is then converted to electrical signals which will be received and converted to audio data. Subsequently, the audio data are output to the processor 180 to process, and then sent to another mobile phone via the RF circuit 110, or sent to the memorizer 120 to process further.
  • the audio circuit 160 may further include earplug jack to support communication between the earphone and the terminal 700.
  • WiFi pertains to short-range wireless transmission technology providing a wireless broadband Internet, by which the terminal 700 can help the user to receive and send email, browse web, and access streaming media, etc.
  • WiFi module 170 is illustrated in Fig. 7, it should be understood that, WiFi module 170 is not a necessary for the terminal 700, which can be omitted according the actual demand without changing the essence of the present disclosure.
  • the processor 180 is a control center of the terminal 700, which connects with every part of the terminal 700 by various interfaces or circuits, and performs various functions and processes data by running or performing software program/module stored in the memorizer 120 or calling data stored in the memorizer 120, so as to monitor the terminal 700.
  • the processor 180 may include one or more processing units.
  • the processor 180 can integrate with application processors and modem processors, for example, the application processors include processing operating system, user interface and applications, etc. ; the modern processors are used for performing wireless communication. It can be understood that, it’s an option to integrate the modern processors to the processor 180.
  • the terminal 700 may include the power supply 190 (such as battery) supplying power for each component, preferably, the power supply can connect with the processor 180 by power management system, so as to manage charging, discharging and power consuming.
  • the power supply 190 may include one or more DC or AC power supplies, recharging system, power failure detection circuit, power converter or inverters, or power status indicator, and the like.
  • the terminal 700 may include a camera, and a Bluetooth module, etc. , which are not illustrated.
  • the display unit of the terminal 700 is a touch screen displayer.
  • the terminal 700 further includes storages, and one or more programs stored in the storages.
  • One or more processors perform one or more programs which include instructions as following:
  • the configuration parameter includes one or any combination selected from current network type information, hardware configuration information, and system process information.
  • one or more program is stored in the storages, and one or more processors perform one or more programs which include instructions as following:
  • the backend server can determine a web page version type according to the corresponding relationship between configuration parameter and web page version type, and then obtain the web page data of the determined web page version type from the web server, and finally send it to the client;
  • step of receiving the web page data sent by the backend server includes adjusting page format of the web page data to obtain the adjusted web page data; and receiving the adjusted web page data sent by the backend server.
  • the adjusted web page data is obtained by compressing image data in the web page data.
  • part of or whole of the steps in the embodiments can be achieved by hardware or programs by instructing the hardware.
  • Such programs can be stored in storage device to be performed by the computer device, such as read-only memory, disk or compact disk, etc.

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)

Abstract

L'invention concerne un procédé, un dispositif et un système pour obtenir des données de page Web dans le domaine de la technologie Internet. Le dispositif obtient une identification d'une page Web cible et un paramètre de configuration d'un client. Le dispositif détermine un type de version de page Web correspondant au paramètre de configuration selon une relation correspondante entre un paramètre de configuration et un type de version de page Web. Le dispositif obtient ensuite des données de page Web de la page Web cible sur la base du type de version de page Web provenant d'un serveur Web, permettant ainsi d'améliorer la flexibilité de chargement de page Web.
PCT/CN2014/088216 2013-10-17 2014-10-09 Procédé, dispositif et système pour obtenir des données de page web WO2015055090A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310489306.3 2013-10-17
CN201310489306.3A CN104572690B (zh) 2013-10-17 2013-10-17 一种获取网页数据的方法、装置和系统

Publications (1)

Publication Number Publication Date
WO2015055090A1 true WO2015055090A1 (fr) 2015-04-23

Family

ID=52827654

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/088216 WO2015055090A1 (fr) 2013-10-17 2014-10-09 Procédé, dispositif et système pour obtenir des données de page web

Country Status (2)

Country Link
CN (1) CN104572690B (fr)
WO (1) WO2015055090A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106933865A (zh) * 2015-12-31 2017-07-07 北京五八信息技术有限公司 移动应用程序网页应用的资源加载方法及装置
WO2018104806A1 (fr) * 2016-10-31 2018-06-14 International Business Machines Corporation Serveur web permettant le rendu d'une page web sur la base d'un profil de pression client

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107424033B (zh) * 2016-03-29 2021-06-18 阿里巴巴集团控股有限公司 一种组件渲染方法、页面显示方法、客户端、服务器以及存储介质
WO2017211174A1 (fr) * 2016-06-07 2017-12-14 中兴通讯股份有限公司 Dispositif et procédé de gestion de page
CN107239557B (zh) * 2017-06-08 2018-10-30 腾讯科技(深圳)有限公司 一种网页建立方法、电子设备及存储介质
CN107391676A (zh) * 2017-07-21 2017-11-24 中国联合网络通信集团有限公司 网页展示方法及装置
CN107592553B (zh) * 2017-09-01 2020-06-12 清华大学 一种图像压缩代理权衡处理方法及装置
CN110020293B (zh) * 2017-10-17 2023-01-06 腾讯科技(深圳)有限公司 多媒体数据展示方法、装置及存储介质
CN108156248A (zh) * 2017-12-29 2018-06-12 贵阳朗玛信息技术股份有限公司 一种基于客户端获取适配图像的方法及装置
CN108984206B (zh) * 2018-08-09 2021-10-19 聚好看科技股份有限公司 一种数据发送的方法和设备
CN109725929B (zh) * 2018-12-11 2022-07-22 上海众源网络有限公司 一种内嵌网页加载方法及装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101067819A (zh) * 2007-06-07 2007-11-07 北京大学 网页资源发布方法和发布系统
CN101207851A (zh) * 2007-11-20 2008-06-25 北京信达爱瑞通信技术有限公司 一种无线应用接入系统、客户端设备和服务器
CN101753620A (zh) * 2009-12-11 2010-06-23 深圳市五巨科技有限公司 一种提高移动终端页面访问速度的方法和装置
CN102163196A (zh) * 2010-02-22 2011-08-24 中国联合网络通信集团有限公司 一种移动终端智能浏览器的实现方法及其系统
CN102480397A (zh) * 2010-11-26 2012-05-30 金蝶软件(中国)有限公司 访问互联网页面的方法及设备

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3888556B2 (ja) * 2004-11-08 2007-03-07 村田機械株式会社 複合機
JP4852014B2 (ja) * 2007-09-28 2012-01-11 富士フイルム株式会社 通信システム,代理サーバならびにその制御方法およびその制御プログラム
CN101729590A (zh) * 2008-10-15 2010-06-09 北大方正集团有限公司 一种提供网页的方法、系统及装置
CN101567906A (zh) * 2009-05-25 2009-10-28 阿里巴巴集团控股有限公司 确定网页内容语言的方法及服务器
CN101778124A (zh) * 2009-12-22 2010-07-14 卓望数码技术(深圳)有限公司 移动客户端访问互联网的方法和页面访问服务器
CN102306184B (zh) * 2011-08-30 2014-01-15 百度在线网络技术(北京)有限公司 获得链接压缩地址信息及压缩网页的方法、装置和设备
CN102314516B (zh) * 2011-09-22 2014-07-09 惠州Tcl移动通信有限公司 网页处理方法及其移动终端、电子设备
CN103248704A (zh) * 2013-05-16 2013-08-14 百度在线网络技术(北京)有限公司 基于对应关系库的浏览方法、系统及云端服务器
CN105677800B (zh) * 2015-12-30 2019-09-13 Oppo广东移动通信有限公司 一种访问网页时出错的处理方法及装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101067819A (zh) * 2007-06-07 2007-11-07 北京大学 网页资源发布方法和发布系统
CN101207851A (zh) * 2007-11-20 2008-06-25 北京信达爱瑞通信技术有限公司 一种无线应用接入系统、客户端设备和服务器
CN101753620A (zh) * 2009-12-11 2010-06-23 深圳市五巨科技有限公司 一种提高移动终端页面访问速度的方法和装置
CN102163196A (zh) * 2010-02-22 2011-08-24 中国联合网络通信集团有限公司 一种移动终端智能浏览器的实现方法及其系统
CN102480397A (zh) * 2010-11-26 2012-05-30 金蝶软件(中国)有限公司 访问互联网页面的方法及设备

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106933865A (zh) * 2015-12-31 2017-07-07 北京五八信息技术有限公司 移动应用程序网页应用的资源加载方法及装置
WO2018104806A1 (fr) * 2016-10-31 2018-06-14 International Business Machines Corporation Serveur web permettant le rendu d'une page web sur la base d'un profil de pression client
GB2570422A (en) * 2016-10-31 2019-07-24 Ibm Web server that renders a web page based on a client pressure profile

Also Published As

Publication number Publication date
CN104572690A (zh) 2015-04-29
CN104572690B (zh) 2019-07-02

Similar Documents

Publication Publication Date Title
WO2015055090A1 (fr) Procédé, dispositif et système pour obtenir des données de page web
US9697622B2 (en) Interface adjustment method, apparatus, and terminal
US10725646B2 (en) Method and apparatus for switching screen interface and terminal
WO2015081801A1 (fr) Procédé, serveur, et système permettant de pousser des informations
CN105975190B (zh) 一种图形界面的处理方法、装置及系统
US20150128033A1 (en) Method and apparatus for webpage browsing
US9680921B2 (en) Method, apparatus, and system for controlling voice data transmission
US20140365660A1 (en) Systems and Methods for Accessing Network Data
US20150212693A1 (en) Interaction method and apparatus for listing data on mobile terminal
US20160292946A1 (en) Method and apparatus for collecting statistics on network information
CN110020293B (zh) 多媒体数据展示方法、装置及存储介质
CN108073647B (zh) 网页显示方法及装置
WO2017206915A1 (fr) Procédé de détermination de configuration d'exécution de noyau dans un processeur et produit associé
US20150089431A1 (en) Method and terminal for displaying virtual keyboard and storage medium
US20150043312A1 (en) Sound playing method and device thereof
CN105227598B (zh) 一种基于云存储的资源分享方法、装置和系统
JP6915074B2 (ja) メッセージ通知方法及び端末
CN112749074B (zh) 一种测试用例推荐方法以及装置
CN109688611B (zh) 一种频段参数的配置方法、装置、终端和存储介质
CN105631059B (zh) 数据处理方法、数据处理装置及数据处理系统
US10282818B2 (en) Image deformation processing method, device and storage medium
CN104238931B (zh) 信息输入方法、装置及电子设备
CN107798008B (zh) 内容推送系统、方法及装置
CN108269223B (zh) 一种网页图形绘制方法及终端
US10057740B2 (en) Methods and devices for processing mobile terminal resource

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: 14854840

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: 14854840

Country of ref document: EP

Kind code of ref document: A1