CN104093075A - Portal page updating method and system - Google Patents
Portal page updating method and system Download PDFInfo
- Publication number
- CN104093075A CN104093075A CN201410257997.9A CN201410257997A CN104093075A CN 104093075 A CN104093075 A CN 104093075A CN 201410257997 A CN201410257997 A CN 201410257997A CN 104093075 A CN104093075 A CN 104093075A
- Authority
- CN
- China
- Prior art keywords
- data
- operation system
- portal page
- system data
- top box
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Landscapes
- Information Transfer Between Computers (AREA)
Abstract
The invention relates to a portal page updating method and system. First of all, service system data of a portal page is separated from a UI interface, a comparison is made between a portal page at a server end and a portal page at a set top box end, and according to a comparison result, only when there are modifications at the portal pages, the server end sends inconsistent UI data or inconsistent service system data to a set top box for updating, i.e., the server end only sends modified UI data or modified service system data to the set top box for updating and does not send consistent non-modified data rather than sending all the UI data and service system data of the portal pages for updating completely, such that the updated data size is greatly reduced, the data is all static data, the data is updated to the set top box, and it is not the server end that finishes all the updating, thus cost for using network resources is decreased, the pressure of the server end is greatly reduced, normal operation of the server end is guaranteed, the response time for users to wait for a server is reduced, and the satisfaction of the users is greatly improved.
Description
Technical field
The present invention relates to the communications field, relate in particular to a kind of portal page update method and system.
Background technology
At present, the portal page of interactive digital TV is upgraded two kinds of modes:
1, door is built in Set Top Box inside
Portal page (with form web page) is built in Set Top Box and realizes browse service system, and the built-in door in Set Top Box directly connects the page of operation system.Wherein, Set Top Box is at user side, and operation system is at server end.Built-in door adopts the exploitation of text mark language (HTML) web technologies, the operation system data of integrated a plurality of operation systems in portal page, for example URL(uniform resource locator) (URL) chained address corresponding to operation system title and operation system.For example, HTML code is as follows:
<a href=" http://news.sohu.com " > news </a>;
<a href=" http: // 192.168.0.1/video " > movie theatre </a> everyday;
<a href=" http: // 192.168.0.1/photo " the photograph album </a> of > family.
User clicks the URL chained address of operation system in built-in door, enters corresponding operation system.
If operator has changed the provider of operation system, change the URL chained address of operation system, for example, operator has changed the provider of " news " this operation system, URL address changes to http://news.qq.com by http://news.sohu.com, now need portal page to upgrade, the HTML code that needs to revise built-in door in Set Top Box is:
<a href=" http://news.qq.com " > news </a>;
<a href=" http: // 192.168.0.1/video " > movie theatre </a> everyday;
<a href=" http: // 192.168.0.1/photo " the photograph album </a> of > family.
After the modification that completes HTML code, the end of amended portal page need to being uploaded onto the server, all subscriber computer top boxs all need to upgrade whole portal page, download amended whole portal page.
But, this kind of mode upgraded in the process of portal page in Set Top Box, owing to may disconnecting in the file bag downloading process of upgrading, therefore need to repeatedly download, this process is easily made mistakes, and along with a large amount of introducings of operation system, the link of URL changes more frequent, the process that Set Top Box is upgraded web portal pages can consume a large amount of Internet resources, has greatly reduced user satisfaction.
2, operation system is encoded, use this coding from upgrading operation system URL corresponding to portal page device inquiry business system.For example, as shown in Figures 4 and 5,
When operation system need to be revised the URL chained address of oneself, only need in operation system proxy module, revise the digitally coded mapping relations of operation system.What use due to portal page built-in in Set Top Box is to act on behalf of URL chained address, therefore does not need the portal page of Set Top Box to carry out any modification, does not also need the built-in door of Set Top Box to upgrade.For example: if operator has changed the supplier of " online news " this operation system, the URL address of operation system changes to http://www.qq.com by http://www.sina.com.cn, only need in operation system proxy module, revise configuration information, http://www.qq.com is revised as in the http://www.sina.com.cn address of 10001 correspondences.
But, which is all placed on server end all service request and URL chained address, server stress increases, when especially a large number of users is concurrent, this just increases user's waiting for server response time, and when certain operation system disappears, still can show the business datum of this operation system in portal page, when user clicks, but cannot link, this has just greatly reduced user satisfaction.
Summary of the invention
In view of this, be necessary to upgrade consumption of network resources for above-mentioned portal page, cause the excessive problem of server stress, a kind of portal page update method is provided.
In addition, also provide a kind of portal page to upgrade system.
The invention provides a kind of portal page update method, comprise the steps:
S10: in server end, the UI of portal page and operation system data are carried out separated, generate respectively UI data and operation system data independent of each other;
S20: if UI data or operation system data have modification, to UI data or there are the operation system data of modification to upgrade, be updated to new UI data or operation system data;
S30: the request of receiving set up box, the UI data of the UI data of portal page in Set Top Box and each operation system geodata and services device end and each operation system data are compared, if in full accord, do not operate, if inconsistent, perform step S40;
S40: if UI data are inconsistent, only new UI data are sent to Set Top Box by server end and upgrade; If operation system data are inconsistent, by server end, only inconsistent operation system data are sent to Set Top Box and upgrade.
The invention provides a kind of portal page and upgrade system, be arranged at server end, comprising:
Portal page administrative unit, the UI of portal page is carried out separated with operation system data, generate respectively UI data and operation system data independent of each other, and when UI data or operation system data have modification, to UI data or there are the operation system data of modification to upgrade, be updated to new UI data or operation system data;
Portal page updating block, the request of receiving set up box, compares the UI data of the UI data of portal page in Set Top Box and each operation system geodata and services device end and each operation system data; If in full accord, do not operate, if inconsistent, if UI data are inconsistent, only new UI data are sent to Set Top Box and upgrade, if operation system data are inconsistent, only inconsistent operation system data are sent to Set Top Box and upgrade.
Portal page update method of the present invention and system, first by the operation system data of portal page and UI interfacial separation, the portal page of server end and Set Top Box end is compared, according to comparative result, only when portal page has modification, server end is just only sent to Set Top Box by inconsistent UI data or operation system data and upgrades, be that server end only upgrades having the UI data of modification or operation system data to be sent to Set Top Box, for the consistent data of revising that do not have, do not send, rather than all UI and the operation system data of portal page are all upgraded, more amount of new data greatly reduces and is all static data, Data Update completes all renewals to Set Top Box rather than by server end, thereby reduced expending with Internet resources, greatly reduce the pressure of server end, ensure the normal operation of service end, reduce the response time of user's waiting for server, greatly improved user's satisfaction.
Accompanying drawing explanation
Fig. 1 is the flow chart of a portal page update method in embodiment;
Fig. 2 is the particular flow sheet of step S20 in an embodiment;
Fig. 3 is the structure chart that a portal page in embodiment is upgraded system;
Fig. 4 is the schematic diagram of portal page update mode in existing mode;
Fig. 5 is the another schematic diagram of door update mode in existing mode.
Embodiment
In order to make object of the present invention, technical scheme and advantage clearer, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
Fig. 1 is the flow chart of a door update method in embodiment.The method comprises the steps:
S10: in server end, the user interface of portal page (UI) and operation system data are carried out separated, generate respectively UI data and operation system data independent of each other.
Conventionally, portal page has the user interface (UI) for user is shown.In portal page, be integrated with the operation system data of a plurality of operation systems, for example, URL(uniform resource locator) (URL) chained address that operation system title and operation system are corresponding.A plurality of operation system data can layout show user in user interface (UI), thereby form complete portal page.Before, operation system data and UI are one, if some operation system data has renewal, or UI has renewal (for example adjusting UI layout, template etc.), need to download all operation system data and UI data, this just need to download mass data, expends a large amount of Internet resources.
In this embodiment, first, at portal server end, the UI of portal page is carried out separated with operation system data, generate respectively UI data and operation system data independently, the UI of original one and a plurality of operation system data are all separated, form independently UI data and operation system data independent of each other.For example, in portal page, be integrated with news, movie theatre, three operation systems of family's photograph album everyday, three operation system layouts are on UI interface, by the operation system data of three operation systems and UI interfacial separation, form respectively UI data and corresponding news, movie theatre, three operation system data independent of each other of family's photograph album everyday, so just all data separating in portal page are come.
In further execution mode, step S10 is specially: by each self-generating of operation system data JSON data, and store.JSON (Java Script Object Notation) data are data of a kind of data interchange format of lightweight, are that a kind of data are held labile data.Operation system data are generated to JOSN data, be easy to operation system data and UI data separating, and be easy to revise operation system data.Each each self-generating of operation system data JSON data, leaves in separately in the services.js of server end.
S20: if UI data or operation system data have modification, to UI data or there are the operation system data of modification to upgrade, be updated to new UI data or operation system data.
After to UI data and operation system data separating, if now operator need to revise the URL chained address of some operation systems or revise UI, need UI data or operation system data to modify.If UI data or operation system data have modification, need in time UI data or have the operation system data of modification to upgrade, be updated to new UI data or operation system data.
In this embodiment, for ease of UI data or operation system data, manage and revise, step S20 specifically as shown in Figure 2:
S21: to UI data and each self-generating version number of operation system data independent of each other.
UI data and operation system data are carried out separated after, for monitoring in real time the renewal of UI data and operation system data, revise, for UI data and independently operation system data generate version number, by version number, monitor renewal and the modification of UI data and operation system data.
S22: when UI data have modification, upgrade and preserve the UI data of revising, and generate UI data AKU and new version number.
When UI data have modification, preserve the UI data of revising, need the version of UI data to upgrade simultaneously, generate new version number.For ease of set top box upgrading, upgrade, also generate UI data AKU.
S23: when operation system data have modification, to there being the operation system of modification, upgrade and preserve the operation system data of revising, and generate operation system data AKU and new version number.
When operation system data have modification, to the operation system data of revising, preserve the operation system data of revising, need the version of operation system data to upgrade simultaneously, generate new version number.For ease of set top box upgrading, upgrade, also generate UI data AKU.And the operation system data that do not have to revise are not done to any renewal operation.
S30: the request of receiving set up box, compares the UI data of the UI data of portal page in Set Top Box and each operation system geodata and services device end and each operation system data.If in full accord, do not operate, if inconsistent, perform step S40.
Set Top Box can send request to server end at interval after start, and portal page compares renewal.After Set Top Box sends request, the request of receiving set up box, whether then in Set Top Box, the UI data of the UI data of portal page and each operation system geodata and services device end and each operation system data compare, and have judged whether modification, need to upgrade.If more in full accord, explanation is not revised, and does not need operation.If inconsistent, explanation has modification, need to upgrade.
In this embodiment, step S30 is specially: the request of receiving set up box, the UI versions of data of portal page in Set Top Box number is compared with each operation system versions of data number with the version number of each operation system data and the UI versions of data of server end number, if version number is in full accord, do not operate, if version number is inconsistent, perform step S40.
S40: if UI data are inconsistent, only new UI data are sent to Set Top Box by server end and upgrade; If operation system data are inconsistent, by server end, only inconsistent operation system data are sent to Set Top Box and upgrade.
After relatively, if inconsistent, first determine it is which is inconsistent.If UI data are inconsistent, illustrate that server end revised UI data, now by server end, only new UI data are sent to Set Top Box and upgrade, and do not send operation system data.It is inconsistent if operation system data have, by server end, only inconsistent operation system data being sent to Set Top Box upgrades, also only the operation system data that have modification being sent to Set Top Box upgrades, and for the consistent operation system data that there is no modification, do not send, with regard to a portal page, there are the UI of modification or operation system data to upgrade targetedly like this, rather than all UI and the operation system data of portal page are all upgraded, this just greatly reduces the more size of new data, reduced expending with Internet resources., by having the UI data of modification or operation system data to be sent to Set Top Box end, upgrade meanwhile, also can greatly reduce the pressure of server end, ensure the normal operation of service end, reduce the response time of user's waiting for server.
In this embodiment, step S40 is specially: if UI versions of data is number inconsistent, by server end, only UI data new version number and UI data AKU is sent to Set Top Box and upgrades; If operation system versions of data is number inconsistent, by server end, only the new version number of inconsistent operation system data and operation system data AKU is sent to Set Top Box and upgrades.Set Top Box receives after new version number and AKU, replaces old version number and data, reloads after completing renewal, shows up-to-date portal page.
This portal page update method, first by the operation system data of portal page and UI interfacial separation, the portal page of server end and Set Top Box end is compared, according to comparative result, only when portal page has modification, server end is just only sent to Set Top Box by inconsistent UI data or operation system data and upgrades, be that server end only upgrades having the UI data of modification or operation system data to be sent to Set Top Box, for the consistent data of revising that do not have, do not send, rather than all UI and the operation system data of portal page are all upgraded, more amount of new data greatly reduces and is all static data, Data Update completes all renewals to Set Top Box rather than by server end, thereby reduced expending with Internet resources, greatly reduce the pressure of server end, ensure the normal operation of service end, reduce the response time of user's waiting for server, greatly improved user's satisfaction.
Meanwhile, the present invention also provides a kind of portal page to upgrade system.This portal page renewal system is positioned at server end, with set top box interactive, the portal page of Set Top Box is upgraded.As shown in Figure 3, this portal page renewal system comprises:
Portal page administrative unit 100, the user interface of portal page (UI) is carried out separated with operation system data, generate respectively UI data and operation system data independent of each other, and when UI data or operation system data have modification, to UI data or there are the operation system data of modification to upgrade, be updated to new UI data or operation system data.
Conventionally, portal page has the user interface (UI) for user is shown.In portal page, be integrated with the operation system data of a plurality of operation systems, for example, URL(uniform resource locator) (URL) chained address that operation system title and operation system are corresponding.A plurality of operation system data can layout show user in user interface (UI), thereby form complete portal page.Before, operation system data and UI are one, if some operation system data has renewal, or UI has renewal (for example adjusting UI layout, template etc.), need to download all operation system data and UI data, this just need to download mass data, expends a large amount of Internet resources.
In this embodiment, portal page administrative unit 100 (at server end) is carried out separated by the UI of portal page with operation system data, generate respectively UI data and operation system data independently, the UI of original one and a plurality of operation system data are all separated, form independently UI data and operation system data independent of each other.For example, in portal page, be integrated with news, movie theatre, three operation systems of family's photograph album everyday, three operation system layouts are on UI interface, 100 of portal page administrative units are by the operation system data of three operation systems and UI interfacial separation, form respectively UI data and corresponding news, movie theatre, three operation system data independent of each other of family's photograph album everyday, so just all data separating in portal page are come.
In further execution mode, portal page administrative unit 100 is each self-generating of operation system data JSON data, and stores.JSON (Java Script Object Notation) data are data of a kind of data interchange format of lightweight, are that a kind of data are held labile data.Operation system data are generated to JOSN data, be easy to operation system data and UI data separating, and be easy to revise operation system data.Each each self-generating of operation system data JSON data, leaves in separately in the services.js of server end.
After to UI data and operation system data separating, if now operator need to revise the URL chained address of some operation systems or revise UI, need UI data or operation system data to modify.If UI data or operation system data have modification, portal page administrative unit 100 needs in time UI data or has the operation system data of modification to upgrade, and is updated to new UI data or operation system data.
In this embodiment, for ease of UI data or operation system data, manage and revise, 100 pairs of UI data of portal page administrative unit and each self-generating version number of operation system data independent of each other.When UI data have modification, upgrade and preserve the UI data of revising, and generate UI data AKU and new version number.When operation system data have modification, to there being the operation system of modification, upgrade and preserve the operation system data of revising, and generate operation system data AKU and new version number.
UI data and operation system data are carried out separated after, for monitoring in real time the renewal of UI data and operation system data, revise, portal page administrative unit 100 be UI data and independently operation system data generate version number, by version number, monitor renewal and the modification of UI data and operation system data.
When UI data have modification, portal page administrative unit 100 is preserved the UI data of revising, and needs the version of UI data to upgrade simultaneously, generates new version number.For ease of set top box upgrading, upgrade, also generate UI data AKU.
When operation system data have modification, the operation system data of 100 pairs of modifications of portal page administrative unit, preserve the operation system data of revising, and need the version of operation system data to upgrade simultaneously, generate new version number.For ease of set top box upgrading, upgrade, also generate UI data AKU.And the operation system data that do not have to revise are not done to any renewal operation.
Portal page updating block 200, the request of receiving set up box, compares the UI data of the UI data of portal page in Set Top Box and each operation system geodata and services device end and each operation system data.If in full accord, do not operate, if inconsistent, if UI data are inconsistent, only new UI data are sent to Set Top Box and upgrade; If operation system data are inconsistent, only inconsistent operation system data are sent to Set Top Box and upgrade.
Set Top Box can send request to server end at interval after start, and portal page compares renewal.After Set Top Box sends request, the request of portal page updating block 200 receiving set up box, then the UI data of the UI data of portal page in Set Top Box and each operation system geodata and services device end and each operation system data are compared, judged whether modification, whether need to upgrade.If more in full accord, explanation is not revised, and does not need operation.If inconsistent, explanation has modification, need to upgrade.
After relatively, if inconsistent, first determine it is which is inconsistent.If UI data are inconsistent, illustrate that server end revised UI data, now by server end, only new UI data are sent to Set Top Box and upgrade, and do not send operation system data.It is inconsistent if operation system data have, by server end, only inconsistent operation system data being sent to Set Top Box upgrades, also only the operation system data that have modification being sent to Set Top Box upgrades, and for the consistent operation system data that there is no modification, do not send, with regard to a portal page, there are the UI of modification or operation system data to upgrade targetedly like this, rather than all UI and the operation system data of portal page are all upgraded, this just greatly reduces the more size of new data, reduced expending with Internet resources., by having the UI data of modification or operation system data to be sent to Set Top Box end, upgrade meanwhile, also can greatly reduce the pressure of server end, ensure the normal operation of service end, reduce the response time of user's waiting for server.
In this embodiment, the request of portal page updating block 200 receiving set up box, the UI versions of data of portal page in Set Top Box number is compared with each operation system versions of data number with the version number of each operation system data and the UI versions of data of server end number, if version number is in full accord, do not operate, if version number is inconsistent, if UI versions of data is number inconsistent, only UI data new version number and UI data AKU is sent to Set Top Box and upgrades; If operation system versions of data is number inconsistent, only the new version number of inconsistent operation system data and operation system data AKU is sent to Set Top Box and upgrades.Set Top Box receives after new version number and AKU, replaces old version number and data, reloads after completing renewal, shows up-to-date portal page.
This portal page is upgraded system, portal page administrative unit 100 is by the operation system data of portal page and UI interfacial separation, portal page updating block 200 compares the portal page of server end and Set Top Box end, according to comparative result, only when portal page has modification, server end is just only sent to Set Top Box by inconsistent UI data or operation system data and upgrades, be that server end only upgrades having the UI data of modification or operation system data to be sent to Set Top Box, for the consistent data of revising that do not have, do not send, rather than all UI and the operation system data of portal page are all upgraded, more amount of new data greatly reduces and is all static data, Data Update completes all renewals to Set Top Box rather than by server end, thereby reduced expending with Internet resources, greatly reduce the pressure of server end, ensure the normal operation of service end, reduce the response time of user's waiting for server, greatly improved user's satisfaction.
Portal page update method of the present invention and system, first by the operation system data of portal page and UI interfacial separation, the portal page of server end and Set Top Box end is compared, according to comparative result, only when portal page has modification, server end is just only sent to Set Top Box by inconsistent UI data or operation system data and upgrades, be that server end only upgrades having the UI data of modification or operation system data to be sent to Set Top Box, for the consistent data of revising that do not have, do not send, rather than all UI and the operation system data of portal page are all upgraded, more amount of new data greatly reduces and is all static data, Data Update completes all renewals to Set Top Box rather than by server end, thereby reduced expending with Internet resources, greatly reduce the pressure of server end, ensure the normal operation of service end, reduce the response time of user's waiting for server, greatly improved user's satisfaction.
These are only preferred embodiment of the present invention, not in order to limit the present invention, all any modifications of doing within the spirit and principles in the present invention, be equal to and replace and improvement etc., within all should being included in protection scope of the present invention.
Claims (9)
1. a portal page update method, is characterized in that, comprises the steps:
S10: in server end, the UI of portal page and operation system data are carried out separated, generate respectively UI data and operation system data independent of each other;
S20: if UI data or operation system data have modification, to UI data or there are the operation system data of modification to upgrade, be updated to new UI data or operation system data;
S30: the request of receiving set up box, the UI data of the UI data of portal page in Set Top Box and each operation system geodata and services device end and each operation system data are compared, if in full accord, do not operate, if inconsistent, perform step S40;
S40: if UI data are inconsistent, only new UI data are sent to Set Top Box by server end and upgrade; If operation system data are inconsistent, by server end, only inconsistent operation system data are sent to Set Top Box and upgrade.
2. portal page update method according to claim 1, is characterized in that, described step S10 is specially:
By each self-generating of operation system data JSON data, and store.
3. portal page update method according to claim 1, is characterized in that, described step S20 is specially:
To UI data and each self-generating version number of operation system data independent of each other;
When UI data have modification, upgrade and preserve the UI data of revising, and generate UI data AKU and new version number;
When operation system data have modification, to there being the operation system of modification, upgrade and preserve the operation system data of revising, and generate operation system data AKU and new version number.
4. portal page update method according to claim 3, is characterized in that, described step S30 is specially:
The request of receiving set up box, the UI versions of data of portal page in Set Top Box number is compared with each operation system versions of data number with the version number of each operation system data and the UI versions of data of server end number, if version number is in full accord, do not operate, if version number is inconsistent, perform step S40.
5. portal page update method according to claim 4, is characterized in that, described step S40 is specially:
If UI versions of data is number inconsistent, by server end, only UI data new version number and UI data AKU is sent to Set Top Box and upgrades;
If operation system versions of data is number inconsistent, by server end, only the new version number of inconsistent operation system data and operation system data AKU is sent to Set Top Box and upgrades.
6. portal page is upgraded a system, is arranged at server end, it is characterized in that, comprising:
Portal page administrative unit, the UI of portal page is carried out separated with operation system data, generate respectively UI data and operation system data independent of each other, and when UI data or operation system data have modification, to UI data or there are the operation system data of modification to upgrade, be updated to new UI data or operation system data;
Portal page updating block, the request of receiving set up box, compares the UI data of the UI data of portal page in Set Top Box and each operation system geodata and services device end and each operation system data; If in full accord, do not operate, if inconsistent, if UI data are inconsistent, only new UI data are sent to Set Top Box and upgrade, if operation system data are inconsistent, only inconsistent operation system data are sent to Set Top Box and upgrade.
7. portal page according to claim 6 is upgraded system, it is characterized in that, described portal page administrative unit is each self-generating of operation system data JSON data, and stores.
8. portal page according to claim 6 is upgraded system, it is characterized in that, described portal page administrative unit is to UI data and each self-generating version number of operation system data independent of each other; When UI data have modification, upgrade and preserve the UI data of revising, and generate UI data AKU and new version number, when operation system data have modification, to there being the operation system of modification, upgrade and preserve the operation system data of revising, and generate operation system data AKU and new version number.
9. portal page according to claim 8 is upgraded system, it is characterized in that, the request of described portal page updating block receiving set up box, the UI versions of data of portal page in Set Top Box number is compared with each operation system versions of data number with the version number of each operation system data and the UI versions of data of server end number, if version number is in full accord, do not operate, if version number is inconsistent, if UI versions of data is number inconsistent, only UI data new version number and UI data AKU is sent to Set Top Box and upgrades; If operation system versions of data is number inconsistent, only the new version number of inconsistent operation system data and operation system data AKU is sent to Set Top Box and upgrades.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410257997.9A CN104093075A (en) | 2014-06-11 | 2014-06-11 | Portal page updating method and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410257997.9A CN104093075A (en) | 2014-06-11 | 2014-06-11 | Portal page updating method and system |
Publications (1)
Publication Number | Publication Date |
---|---|
CN104093075A true CN104093075A (en) | 2014-10-08 |
Family
ID=51640748
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201410257997.9A Pending CN104093075A (en) | 2014-06-11 | 2014-06-11 | Portal page updating method and system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN104093075A (en) |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104363257A (en) * | 2014-10-11 | 2015-02-18 | 广州华多网络科技有限公司 | User interface data refreshing method and equipment |
CN104735525A (en) * | 2015-03-25 | 2015-06-24 | 浪潮软件集团有限公司 | Information interaction method, set top box and server |
CN104837067A (en) * | 2015-03-26 | 2015-08-12 | 腾讯科技(北京)有限公司 | Interface display method and interface display device |
CN105700872A (en) * | 2015-12-30 | 2016-06-22 | 广东美的制冷设备有限公司 | Control method and system for upgrading of application of intelligent terminal |
CN106250183A (en) * | 2016-07-27 | 2016-12-21 | 乐视控股(北京)有限公司 | A kind of mobile device method for upgrading software and device |
CN107749919A (en) * | 2017-09-22 | 2018-03-02 | 努比亚技术有限公司 | A kind of application program page display method and equipment |
WO2018098880A1 (en) * | 2016-11-30 | 2018-06-07 | 深圳Tcl数字技术有限公司 | Method and device for downloading website information |
CN109960522A (en) * | 2019-03-29 | 2019-07-02 | 珠海豹好玩科技有限公司 | A kind of method for upgrading software and device |
CN114025212A (en) * | 2021-11-03 | 2022-02-08 | 青岛聚看云科技有限公司 | Server and page data issuing method |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101159764A (en) * | 2007-11-21 | 2008-04-09 | 中国电信股份有限公司 | Method and system to access door data of mobile service |
US20100306642A1 (en) * | 2007-11-23 | 2010-12-02 | Koninklijke Philips Electronics N.V. | Co-browsing (java) scripted html documents |
CN103677860A (en) * | 2012-08-30 | 2014-03-26 | 百度在线网络技术(北京)有限公司 | Method and device for updating browser |
-
2014
- 2014-06-11 CN CN201410257997.9A patent/CN104093075A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101159764A (en) * | 2007-11-21 | 2008-04-09 | 中国电信股份有限公司 | Method and system to access door data of mobile service |
US20100306642A1 (en) * | 2007-11-23 | 2010-12-02 | Koninklijke Philips Electronics N.V. | Co-browsing (java) scripted html documents |
CN103677860A (en) * | 2012-08-30 | 2014-03-26 | 百度在线网络技术(北京)有限公司 | Method and device for updating browser |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104363257A (en) * | 2014-10-11 | 2015-02-18 | 广州华多网络科技有限公司 | User interface data refreshing method and equipment |
CN104735525A (en) * | 2015-03-25 | 2015-06-24 | 浪潮软件集团有限公司 | Information interaction method, set top box and server |
CN104837067A (en) * | 2015-03-26 | 2015-08-12 | 腾讯科技(北京)有限公司 | Interface display method and interface display device |
CN105700872A (en) * | 2015-12-30 | 2016-06-22 | 广东美的制冷设备有限公司 | Control method and system for upgrading of application of intelligent terminal |
CN105700872B (en) * | 2015-12-30 | 2018-12-07 | 广东美的制冷设备有限公司 | The control method and system of intelligent terminal application program updating |
CN106250183A (en) * | 2016-07-27 | 2016-12-21 | 乐视控股(北京)有限公司 | A kind of mobile device method for upgrading software and device |
WO2018098880A1 (en) * | 2016-11-30 | 2018-06-07 | 深圳Tcl数字技术有限公司 | Method and device for downloading website information |
CN107749919A (en) * | 2017-09-22 | 2018-03-02 | 努比亚技术有限公司 | A kind of application program page display method and equipment |
CN109960522A (en) * | 2019-03-29 | 2019-07-02 | 珠海豹好玩科技有限公司 | A kind of method for upgrading software and device |
CN114025212A (en) * | 2021-11-03 | 2022-02-08 | 青岛聚看云科技有限公司 | Server and page data issuing method |
CN114025212B (en) * | 2021-11-03 | 2024-02-20 | 青岛聚看云科技有限公司 | Page data issuing method |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN104093075A (en) | Portal page updating method and system | |
CN100535900C (en) | Method and system for rendering asynchronous portal page | |
CN101268674B (en) | Apparatus and method for providing remote user interface | |
US10037215B2 (en) | Method and apparatus for interworking application and web browser | |
CN101473675B (en) | Virtualization of mobile device user experience | |
JP6164440B2 (en) | Application upgrade method and apparatus | |
US20110004676A1 (en) | Virtual appliance deploying system | |
US12010165B2 (en) | Cross-platform module for loading across a plurality of device types | |
JP6897178B2 (en) | Information processing system, information processing device, information processing method and program | |
CN108023918A (en) | A kind of information on services acquisition methods, apparatus and system | |
JP2004318842A (en) | Webpage generation device, embedding device, method for control of webpage generation, webpage generation program, and recording medium | |
CN101184105A (en) | Client appartus for updating data | |
CN104038520B (en) | A kind of multi version distributive resource managing method and system | |
CN1670732A (en) | Method and system for coupling the user interface language of a software application and a web site | |
CN102833350A (en) | Processing method and processing device of WebApp updating | |
CN101354725B (en) | Method and apparatus for constructing and analyzing WAP page | |
EP1947575A1 (en) | Computer system | |
CN103634393A (en) | IVR (interactive voice response) and realization method thereof | |
WO2017120360A1 (en) | Computer-automated generation of application deep links | |
CA2846581A1 (en) | Data infrastructure for providing interconnectivity between platforms, devices and operating systems | |
CN105635284A (en) | Page display method and terminal | |
US20050022120A1 (en) | Electronic apparatus and Web page generating method | |
JP2006243929A (en) | Terminal device management system, terminal device management method, and computer program | |
CN101807204A (en) | Dynamic creation method of processing Web service with remote sensing image | |
JP2012080314A (en) | Image processing apparatus, control method of image processing apparatus, and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20141008 |