CN101414257A - Method, device and terminal for implementing software interface - Google Patents

Method, device and terminal for implementing software interface Download PDF

Info

Publication number
CN101414257A
CN101414257A CNA2008101764801A CN200810176480A CN101414257A CN 101414257 A CN101414257 A CN 101414257A CN A2008101764801 A CNA2008101764801 A CN A2008101764801A CN 200810176480 A CN200810176480 A CN 200810176480A CN 101414257 A CN101414257 A CN 101414257A
Authority
CN
China
Prior art keywords
display unit
url
script
software interface
pagefile
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.)
Granted
Application number
CNA2008101764801A
Other languages
Chinese (zh)
Other versions
CN101414257B (en
Inventor
谢永方
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huawei Digital Technologies Chengdu Co Ltd
Original Assignee
Huawei Symantec Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Symantec Technologies Co Ltd filed Critical Huawei Symantec Technologies Co Ltd
Priority to CN2008101764801A priority Critical patent/CN101414257B/en
Publication of CN101414257A publication Critical patent/CN101414257A/en
Application granted granted Critical
Publication of CN101414257B publication Critical patent/CN101414257B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention relates to a terminal software interface development technology and discloses a software interface realization method, a device and a terminal thereof, wherein, the software interface realization method comprises: a navigation event of a built-in display unit is intercepted, the navigation event comprises a uniform resource locator handled by the display unit by default; a built-in script interpretation unit is used for calling a script file to generate a page file; the uniform resource locator is updated according to the page file; the uniform resource locator after the updating is used for reloading the navigation event of the display unit; and the display unit is used for displaying the page file according to the uniform resource locator after the updating. The use of the technical proposal can realize a plurality of software interfaces of the terminal software.

Description

Software interface implementation method, device and terminal
Technical field
The present invention relates to terminal software interface development technology, be specifically related to software interface implementation method, device and terminal.
Background technology
Develop rapidly along with terminal technology, the use of terminal such as PC, palm PC, mobile phone etc. is also more and more, correspondingly, the terminal software that operates on these terminals is also more and more, and increasing human and material resources and financial resources are put in the performance history of terminal software.
Along with the terminal software function is more and more abundanter, also more and more higher to the requirement of the exploitation of software interface, the function of terminal software is abundant more, and software interface is just complicated more; Therefore, can realize function as much as possible in order to make software, also more and more higher to the requirement of software interface, so user's needs can not have been satisfied in the simple software interface.Existing software interface realizes it generally all being the implementation that adopts single interface, and promptly a software has only a software interface.
In research and realization to above-mentioned prior art, the inventor finds that there is following defective at least in above-mentioned prior art: because the function of terminal software is more and more abundanter, and different functions needs different software interfaces to realize, can not realize a plurality of software interfaces of terminal software when therefore using existing single interface implementation.
Summary of the invention
The embodiment of the invention provides software interface implementation method and device, can realize a plurality of software interfaces of terminal software.
The purpose of the embodiment of the invention is achieved through the following technical solutions:
The embodiment of the invention provides a kind of software interface implementation method, comprising:
Intercept and capture the navigation event of embedded display unit, described navigation event comprises the URL(uniform resource locator) of described display unit default treatment;
Use embedded script interpretation unit calls script file to generate pagefile;
Upgrade described URL(uniform resource locator) according to described pagefile;
Use the navigation event of the described display unit of URL(uniform resource locator) heavy duty after upgrading;
URL(uniform resource locator) after using described display unit according to described renewal shows described pagefile.
The embodiment of the invention also provides a kind of software interface implement device, comprising:
Intercept and capture the unit, be used to intercept and capture the navigation event of display unit, described navigation event comprises the URL(uniform resource locator) of described display unit default treatment;
The script Interpretation unit is used for the invoke script file and generates pagefile, and described script file is the script file of acquiescence or the script file corresponding with the URL(uniform resource locator) of described default treatment;
Updating block, the described pagefile that is used to use described script Interpretation unit to generate upgrades described URL(uniform resource locator);
The heavy duty unit is used to use the navigation event of the described display unit of URL(uniform resource locator) heavy duty after described updating block upgrades;
Described display unit is used for showing described pagefile according to the navigation event of described heavily loaded unit heavy duty.
The embodiment of the invention also provides a kind of terminal, comprises the software interface implement device that the embodiment of the invention provides.
The above technical scheme that provides from the embodiment of the invention as can be seen, the embodiment of the invention is embedded display unit and script Interpretation unit in terminal software, therefore can generate pagefile according to script file by the script Interpretation unit, and then pass through display unit display page file as software interface, therefore only need write corresponding script file, just can realize a plurality of software interfaces of terminal software for each software interface.
Description of drawings
In order to be illustrated more clearly in the embodiment of the invention or technical scheme of the prior art, to do to introduce simply to the accompanying drawing of required use in embodiment or the description of the Prior Art below, apparently, accompanying drawing in describing below only is some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is the process flow diagram of software interface implementation method embodiment one in the embodiment of the invention;
Fig. 2 is the process flow diagram of software interface implementation method embodiment two in the embodiment of the invention;
Fig. 3 is the structural drawing of software interface implement device embodiment in the embodiment of the invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the invention, the technical scheme in the embodiment of the invention is clearly and completely described, obviously, described embodiment only is the present invention's part embodiment, rather than whole embodiment.Based on the embodiment among the present invention, those of ordinary skills belong to the scope of protection of the invention not making the every other embodiment that is obtained under the creative work prerequisite.
Introduce the software interface implementation method that the embodiment of the invention provides earlier, Fig. 1 has described the flow process of the software interface implementation method embodiment one that the embodiment of the invention provides, comprising:
101, intercept and capture the navigation event of embedded display unit, navigation event comprises the URL(uniform resource locator) (URL:Universal Resource Locator) of display unit default treatment;
Wherein, the display unit in the embodiment of the invention can be the device that browser kernel or other can the display page files; Because general browser kernel all provides the interface to outer package, can pass through these interfaces embedded browser kernel in terminal software, therefore the browser kernel in the embodiment of the invention can be any browser kernel that provides the interface of outer package, embedded browser kernel can be the Internet detector (Internet Explorer) of company of Microsoft (Microsoft), perhaps red fox (Firefox) of Netscape (Mozilla) company etc.
The default action of navigation event is to show the corresponding page according to URL, because can giving tacit consent to when opening, display unit opens a page, and the embodiment of the invention uses the display unit page displayed as software interface, therefore in order to make directly software for display interface corresponding page file of display unit, need to intercept and capture the navigation event of display unit, thereby the URL that navigation event comprises is upgraded.Particularly, can intercept and capture navigation event by the package interface that display unit provides.
102, use embedded script interpretation unit calls script file to generate pagefile;
The script Interpretation unit can be carried out script, therefore can use script pagination face file, and then uses display unit to show that this pagefile is as software interface.Script file comprises the code of writing with script, just can carry out the code in the script file behind the script interpretation unit calls script file, thereby generates pagefile.
Wherein, when just opening a terminal software, can show the software interface of acquiescence, therefore this moment, the script Interpretation unit should be called the script file generation pagefile of acquiescence, thereby showed the software interface of acquiescence at display unit.Wherein, need to prove, because when opening a terminal software for the first time, it can all be the software interface that shows acquiescence at every turn, then the script file that this moment, the script Interpretation unit can be called acquiescence in the navigation event of intercepting and capturing display unit generates pagefile, thus this moment 101 and 102 sequencings in the execution not.
Certainly, the software interface that need show when opening a terminal software is also uncertain or when needing the update software interface in the use of software, then 102 should after 101, carry out, because after only in 101, having intercepted and captured the navigation event of display unit and having known the URL of default treatment, can determine corresponding script file according to the URL of default treatment, and then generate pagefile according to this script file by the script Interpretation unit.
103, use pagefile to upgrade the URL of default treatment;
The form of URL is " an agreement name: // page address ", and the agreement name of acquiescence has http, https, ftp etc., and display unit just can show corresponding page according to agreement name and page address after having obtained URL; Because being the code according to script, the pagefile in the embodiment of the invention generates, therefore in order to make display unit display page file correctly, need the URL in the navigation event be upgraded, the URL after the renewal can comprise the filename and the store path of the pagefile that the script Interpretation unit generates; A kind of concrete renewal process that the embodiment of the invention provides can be as follows:
Suppose that the script agreement is called tcl, corresponding script file is " d: default.tcl ", then the URL of display unit default treatment be " tcl: //d: default.tcl "; After terminal software has been intercepted and captured the navigation event of display unit, just can use built-in script Interpretation unit carry out the URL of display unit default treatment " tcl: //d: default.tcl ", suppose that the pagefile that generates is " d: default.html ", URL after then upgrading be " file: //d: default.html ", the URL corresponding page file of display unit after just can display update promptly directly shows default.html.
Wherein the script agreement name of script file correspondence is different and different according to the script that uses, and script agreement name commonly used has tcl, python, ruby, lua etc.
104, use the navigation event of the URL heavy duty display unit after upgrading;
Owing to intercepted and captured the navigation event of display unit, therefore in order to make the pagefile of display unit display script Interpretation unit generation correctly, need to use the navigation event of the URL heavy duty display unit after upgrading, particularly, the package interface that can provide by display unit uses the URL heavy duty navigation event after upgrading.
105, use display unit according to the URL display page file after upgrading.
In heavy duty after the navigation event of display unit, display unit just can be according to the URL display page file after upgrading, i.e. software for display interface.
From the above, the embodiment of the invention is embedded display unit and script Interpretation unit in terminal software, therefore can generate pagefile according to script file by the script Interpretation unit, and then pass through display unit display page file as software interface, therefore only need write corresponding script file, just can realize a plurality of software interfaces of terminal software for each software interface.And, because the embodiment of the invention uses script file to generate pagefile, software interface at different terminal softwares has not simultaneously, can be with the difference of software interface as variable, and do not need to revise the code of other positions, therefore the code of software interface can just can be reused without excessive modification, thereby has improved the reusability of the code of software interface; Secondly,, carry out interface development with use MFC and compare, can reduce the size of code that to write owing to used the script development interface; Simultaneously, when made amendment in the interface, do not need just to compile and to see effect; Once more, owing to used pagefile as software interface, the interface of making can better appearance.
Fig. 2 has described the flow process of the software interface implementation method embodiment two that the embodiment of the invention provides, comprising:
201, intercept and capture the navigation event of embedded display unit, navigation event comprises the URL of display unit default treatment;
This step is carried out with reference to 101.
If the agreement name of the URL of display unit default treatment is a script agreement name; Enter 202; If the agreement name of the URL of display unit default treatment is not a script agreement name, enter 206.
The display speed of software interface when opening in order to accelerate terminal software can generate and preserve some pagefiles in advance, thereby does not need the script Interpretation unit to generate when needs show these pagefiles; For example, can in advance the software interface of giving tacit consent to be generated pagefile, and the default page that display unit is opened is revised as this pagefile; The software interface corresponding page file of assumed by default is " d: default.html ", then can be provided with default page that display unit opens for " file: //d: default.html ";
When the URL of display unit default treatment directly is exactly the manageable URL of display unit, do not need to generate pagefile by the script Interpretation unit, can improve the display speed of software interface, improve the user's of terminal software user experience.
202, use embedded script interpretation unit calls script file to generate pagefile;
This step is when carrying out, if display unit does not obtain user's operation information, be that the user has just opened a terminal software need show the software interface of acquiescence the time, the script interpretation unit calls be the script file of acquiescence, use this moment embedded script interpretation unit calls script file to generate pagefile and specifically comprise: the script file generation pagefile that uses embedded script interpretation unit calls acquiescence;
This step is when carrying out, if display unit has obtained user's operation information, be that the user has selected some when operation on the interface, the user's who is with obtains of script interpretation unit calls the corresponding script file of operation information uses embedded script interpretation unit calls script file to generate pagefile and specifically comprises: use the embedded script interpretation unit calls script file corresponding with operation information to generate pagefile this moment.Further, if user's operation information has comprised business operation, the script Interpretation unit also needs to carry out business operation according to the script file corresponding with operation information; For example, the operation information that the user selects is certain user's of deletion a information, then the script Interpretation unit need be carried out this business operation of information of deletion user, also to generate new pagefile simultaneously according to script, new pagefile can show this user's information deleted information.Be understandable that, when having obtained user's operation information, might not have the corresponding service operation, because if user's operation information only is to enter another interface, then only need to carry out the script file corresponding, generate pagefile with this another interface.
Wherein, need to prove that 201 and 202 do not have sequencing on carrying out.
203, use pagefile to upgrade the URL of default treatment;
This step is carried out with reference to 103.
204, use the navigation event of the URL heavy duty display unit after upgrading;
This step is carried out with reference to 104.
205, use display unit according to the URL display page file after upgrading; Enter 207;
This step is carried out with reference to 105.
206, display unit is according to the URL display page file of display unit default treatment;
Because the URL of display unit default treatment is exactly the URL that display unit can directly be handled, thus display unit can be directly according to the URL display page file of display unit default treatment.
207, display unit obtains the operation information of user on the page, enters step 201.
The user is when the enterprising line operate of the page, and operation information all can be shown the unit and obtain, and has clicked certain connection as the user, has selected certain option etc.Because after the user has carried out certain operation, general all can be corresponding the variation of software interface, therefore having obtained the user enters the step that step 201 can repeat present embodiment behind the operation information on the page, allow display unit show the different pages, thereby the result who can the instant playback user operates satisfies user's needs.
More than software interface implementation method that the embodiment of the invention is provided introduce, the following software interface implement device that the embodiment of the invention is provided is introduced, the software interface implement device that the embodiment of the invention provides can use script to realize software interface, Fig. 3 has described the structure of the software interface implement device embodiment one that the embodiment of the invention provides, comprising:
Intercept and capture unit 301, be used to intercept and capture the navigation event of display unit, navigation event comprises the URL of display unit default treatment;
Script Interpretation unit 302 is used for the invoke script file and generates pagefile, this script file for the script file of acquiescence or with the corresponding script file of URL of intercepting and capturing the display unit default treatment that the navigation event intercepted and captured unit 301 comprises;
Wherein, the script Interpretation unit specifically can be a script interpreter.
Updating block 303, the page literary composition that is used to use script Interpretation unit 302 to generate upgrades URL;
Heavy duty unit 304, the navigation event of the URL heavy duty display unit after being used to use updating block 303 to upgrade;
Display unit 305 is used for the navigation event display page file according to 304 heavy duties of heavily loaded unit.
Wherein, display unit specifically can be the browser kernel.
From the above, the embodiment of the invention of software interface implement device is embedded display unit and script Interpretation unit, therefore can generate pagefile according to script file by the script Interpretation unit, and then pass through display unit display page file as software interface, therefore only need write corresponding script file, just can realize a plurality of software interfaces of terminal software for each software interface.And, because the embodiment of the invention uses script file to generate pagefile, software interface at different terminal softwares has not simultaneously, can be with the difference of software interface as variable, and do not need to revise the code of other positions, therefore the code of software interface can just can be reused without excessive modification, thereby has improved the reusability of the code of software interface; Secondly,, carry out interface development with use MFC and compare, can reduce the size of code that to write owing to used the script development interface; Simultaneously, when made amendment in the interface, do not need just to compile and to see effect; Once more, owing to used pagefile as software interface, the interface of making can better appearance.
The structure of the embodiment two of the software interface implement device that the embodiment of the invention provides comprises also as shown in Figure 3:
Intercept and capture unit 301, be used to intercept and capture the navigation event of display unit, navigation event comprises the URL of display unit default treatment;
Script Interpretation unit 302 is used for when the agreement name of the URL of display unit default treatment is script agreement name, and the invoke script file generates pagefile;
Updating block 303, the pagefile that is used to use script Interpretation unit 302 to generate upgrades URL;
Heavy duty unit 304, the navigation event of the URL heavy duty display unit after being used to use updating block 303 to upgrade;
Display unit 305 is used for the navigation event display page file according to 304 heavy duties of heavily loaded unit; When the agreement name of the URL of display unit default treatment is not script agreement name, according to the URL display page file of display unit default treatment.
From the above, when present embodiment directly is exactly the manageable URL of display unit at the URL of display unit default treatment, do not need to generate pagefile, can improve the display speed of software interface, improve the user's of terminal software user experience by the script Interpretation unit.
Further, the included display unit of software interface implement device that provides of the embodiment of the invention can also be used to obtain the operation information of user on the page; At this moment, intercept and capture the unit, be used for after display unit has obtained described operation information, intercept and capture the navigation event of display unit; The new software interface that should show after thereby explicit user is operated.Wherein, if the operation information of user on the page comprised business operation, the script Interpretation unit generates the pagefile according to user's operation information invoke script except being used for, also be used for carrying out business operation, and the result of business operation can be embodied directly on the software interface according to the script file corresponding with operation information.Therefore can allow display unit show the different pages, thereby the result that the instant playback user operates satisfy user's needs.
When on terminal software, using the software interface implement device that the embodiment of the invention provides, the different software interface of software interface implement device demonstration that can provide by the embodiment of the invention just.
The embodiment of the invention also provides a kind of terminal, and this terminal comprises the above-mentioned software interface implement device that the embodiment of the invention provides.
The terminal that the embodiment of the invention provides can be PC (PC), mobile phone, palm PC (PPC), notebook (Notebook), net book (Netbook) etc.
One of ordinary skill in the art will appreciate that all or part of flow process that realizes in the foregoing description method, be to instruct relevant hardware to finish by computer program, described program can be stored in the computer read/write memory medium, this program can comprise the flow process as the embodiment of above-mentioned each side method when carrying out.Wherein, described storage medium can be magnetic disc, CD, read-only storage memory body (Read-OnlyMemory, ROM) or at random store memory body (Random Access Memory, RAM) etc.
More than software interface implementation method, device and terminal that the embodiment of the invention provided are described in detail, the explanation of above embodiment just is used for help understanding method of the present invention and thought thereof; Simultaneously, for one of ordinary skill in the art, according to thought of the present invention, the part that all can change in specific embodiments and applications, in sum, this description should not be construed as limitation of the present invention.

Claims (11)

1, a kind of software interface implementation method is characterized in that, comprising:
Intercept and capture the navigation event of embedded display unit, described navigation event comprises the URL(uniform resource locator) of described display unit default treatment;
Use embedded script interpretation unit calls script file to generate pagefile;
Upgrade described URL(uniform resource locator) according to described pagefile;
Use the navigation event of the described display unit of URL(uniform resource locator) heavy duty after upgrading;
URL(uniform resource locator) after using described display unit according to described renewal shows described pagefile.
2, software interface implementation method as claimed in claim 1, it is characterized in that, if the agreement name of the URL(uniform resource locator) of display unit default treatment is not a script agreement name, directly use the URL(uniform resource locator) display page file of described display unit after intercepting and capturing the navigation event of embedded display unit according to described display unit default treatment.
3, software interface implementation method as claimed in claim 1 or 2 is characterized in that, further comprises after the URL(uniform resource locator) of described use display unit after according to described renewal shows described pagefile:
Described display unit obtains the operation information of user on the page;
Enter the step of the navigation event of the embedded display unit of described intercepting and capturing.
4, software interface implementation method as claimed in claim 3 is characterized in that:
If described display unit does not obtain user's operation information, the embedded script interpretation unit calls script file of described use generates pagefile and specifically comprises: use the script file of embedded script interpretation unit calls acquiescence to generate pagefile;
If described display unit has obtained user's operation information, the embedded script interpretation unit calls script file of described use generates pagefile and specifically comprises: use the embedded script interpretation unit calls script file corresponding with described operation information to generate pagefile.
5, software interface implementation method as claimed in claim 4, it is characterized in that, if the described user's that described display unit obtains operation information comprises business operation, use the embedded script interpretation unit calls script file generation pagefile corresponding to take a step forward and comprise with described operation information:
Use described script Interpretation unit to carry out business operation according to the script file corresponding with described operation information.
6, software interface implementation method as claimed in claim 1 or 2 is characterized in that, the navigation event of the display unit that described intercepting and capturing are embedded specifically comprises:
Intercept and capture described navigation event by the package interface that described display unit provides;
The navigation event of the described display unit of URL(uniform resource locator) heavy duty after described use is upgraded is specially:
The described package interface that provides by described display unit uses the described navigation event of URL(uniform resource locator) heavy duty after upgrading.
7, a kind of software interface implement device is characterized in that, comprising:
Intercept and capture the unit, be used to intercept and capture the navigation event of display unit, described navigation event comprises the URL(uniform resource locator) of described display unit default treatment;
The script Interpretation unit is used for the invoke script file and generates pagefile, and described script file is the script file of acquiescence or the script file corresponding with the URL(uniform resource locator) of described default treatment;
Updating block, the described pagefile that is used to use described script Interpretation unit to generate upgrades described URL(uniform resource locator);
The heavy duty unit is used to use the navigation event of the described display unit of URL(uniform resource locator) heavy duty after described updating block upgrades;
Described display unit is used for showing described pagefile according to the navigation event of described heavily loaded unit heavy duty.
8, software interface implement device as claimed in claim 7 is characterized in that, also comprises:
Described display unit also is used for when the agreement name of the URL(uniform resource locator) of described display unit default treatment is not script agreement name, according to the URL(uniform resource locator) display page file of described display unit default treatment.
9, as claim 7 or 8 described software interface implement devices, it is characterized in that described display unit also is used to obtain the operation information of user on the page;
Described intercepting and capturing unit is used for intercepting and capturing the navigation event of described display unit after described display unit has obtained described operation information.
10, software interface implement device as claimed in claim 9 is characterized in that, the described operation information that described display unit obtains comprises business operation;
Described script Interpretation unit also is used for carrying out described business operation according to the script file corresponding with described operation information.
11, a kind of terminal is characterized in that, comprises as the arbitrary described software interface implement device of claim 7 to 10.
CN2008101764801A 2008-11-13 2008-11-13 Method and device for implementing software interface Expired - Fee Related CN101414257B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2008101764801A CN101414257B (en) 2008-11-13 2008-11-13 Method and device for implementing software interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2008101764801A CN101414257B (en) 2008-11-13 2008-11-13 Method and device for implementing software interface

Publications (2)

Publication Number Publication Date
CN101414257A true CN101414257A (en) 2009-04-22
CN101414257B CN101414257B (en) 2011-09-21

Family

ID=40594798

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2008101764801A Expired - Fee Related CN101414257B (en) 2008-11-13 2008-11-13 Method and device for implementing software interface

Country Status (1)

Country Link
CN (1) CN101414257B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101894136A (en) * 2010-06-13 2010-11-24 优视科技有限公司 Page refreshing processing method based on mobile terminal and system thereof
CN103049253A (en) * 2011-10-14 2013-04-17 宁宇 System for mobile phone client development
CN104731598A (en) * 2012-05-07 2015-06-24 北京奇虎科技有限公司 Method and device for providing web browsing based on Webkit kernel
WO2015176435A1 (en) * 2014-05-21 2015-11-26 广州市动景计算机科技有限公司 Method and terminal for javascript-based page customization
CN106296358A (en) * 2016-08-12 2017-01-04 朱伟杰 A kind of data processing method based on wechat platform and system
CN106557337A (en) * 2015-09-28 2017-04-05 北京金山安全软件有限公司 Interface updating method and terminal
CN106897318A (en) * 2015-12-21 2017-06-27 阿里巴巴集团控股有限公司 The methods of exhibiting and device of five application page on mobile terminal device
CN107678789A (en) * 2016-07-27 2018-02-09 平安科技(深圳)有限公司 The update method and device at UI interfaces
CN108108219A (en) * 2017-12-30 2018-06-01 上海壹账通金融科技有限公司 Application program operation method, device, computer equipment and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020013834A1 (en) * 1998-04-20 2002-01-31 Jeffrey Esakov Tracking and graphical display of user activity on an information network
JP2003521784A (en) * 2000-02-04 2003-07-15 アメリカ オンライン インコーポレーティッド Systems and processes for delivering and rendering scalable web pages
JP2002041296A (en) * 2000-07-27 2002-02-08 Nec Corp Html page display system, html page display method, and recording medium

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101894136A (en) * 2010-06-13 2010-11-24 优视科技有限公司 Page refreshing processing method based on mobile terminal and system thereof
CN101894136B (en) * 2010-06-13 2016-03-16 优视科技有限公司 Based on page refreshing processing method and the system thereof of mobile terminal
CN103049253A (en) * 2011-10-14 2013-04-17 宁宇 System for mobile phone client development
CN103049253B (en) * 2011-10-14 2015-11-25 宁宇 A kind of system for cell-phone customer terminal exploitation
CN104731598A (en) * 2012-05-07 2015-06-24 北京奇虎科技有限公司 Method and device for providing web browsing based on Webkit kernel
CN104731598B (en) * 2012-05-07 2018-05-04 北京奇虎科技有限公司 A kind of method and device that web page browsing is provided based on Webkit kernels
WO2015176435A1 (en) * 2014-05-21 2015-11-26 广州市动景计算机科技有限公司 Method and terminal for javascript-based page customization
CN106557337A (en) * 2015-09-28 2017-04-05 北京金山安全软件有限公司 Interface updating method and terminal
CN106897318A (en) * 2015-12-21 2017-06-27 阿里巴巴集团控股有限公司 The methods of exhibiting and device of five application page on mobile terminal device
CN107678789A (en) * 2016-07-27 2018-02-09 平安科技(深圳)有限公司 The update method and device at UI interfaces
CN106296358A (en) * 2016-08-12 2017-01-04 朱伟杰 A kind of data processing method based on wechat platform and system
CN108108219A (en) * 2017-12-30 2018-06-01 上海壹账通金融科技有限公司 Application program operation method, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN101414257B (en) 2011-09-21

Similar Documents

Publication Publication Date Title
CN101414257B (en) Method and device for implementing software interface
CN103049320A (en) Method and device for starting external application program in browser
CN103064738A (en) Method and system for embedding local application program window into browser in Linux
CN104820683A (en) Terminal
CN104834687A (en) Picture display method
CN111444453A (en) Page return data processing method and device
CN111782999B (en) Page display method, device, equipment and system
CN106021501A (en) Data storing method and device
KR101553539B1 (en) Dynamic link providing method and computer readable storage medium for program therefor
CN117591190A (en) Application data loading optimization method, device, equipment and storage medium thereof
KR20150099016A (en) A system for providing an application developing environment
KR20150098843A (en) A recording media specialized for an application developing environment program recording recognized by computer
KR20140114968A (en) A recording media recognized by computer which is recorded an application developing tool programs
KR20140094392A (en) A method for providing an application developing tool and an apparatus using it
KR20140114984A (en) A method for providing an application developing tool and an apparatus using it
KR20140114983A (en) A method for providing an application developing tool
Tian et al. The Phonebook
KR20150098841A (en) A recording media specialized for an application developing environment program recording recognized by computer
KR20150098842A (en) A recording media specialized for an application developing environment program recording recognized by computer
KR20150098999A (en) A recording media specialized for an application developing environment program recording recognized by computer
KR20150099250A (en) A system for providing an application developing environment
KR20150099256A (en) A system for providing an application developing environment
KR20150099253A (en) A system for providing an application developing environment
KR20150099021A (en) A system for providing an application developing environment
KR20150099069A (en) A recording media specialized for an application developing environment program recording recognized by computer

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C56 Change in the name or address of the patentee

Owner name: HUAWEI DIGITAL TECHNOLOGY (CHENGDU) CO., LTD.

Free format text: FORMER NAME: CHENGDU HUAWEI SYMANTEC TECHNOLOGIES CO., LTD.

CP01 Change in the name or title of a patent holder

Address after: 611731 Chengdu high tech Zone, Sichuan, West Park, Qingshui River

Patentee after: Huawei Symantec Technologies Co., Ltd.

Address before: 611731 Chengdu high tech Zone, Sichuan, West Park, Qingshui River

Patentee before: Chengdu Huawei Symantec Technologies Co., Ltd.

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20110921

Termination date: 20171113