CN102236665A - Page loading method and page loading device - Google Patents

Page loading method and page loading device Download PDF

Info

Publication number
CN102236665A
CN102236665A CN2010101626457A CN201010162645A CN102236665A CN 102236665 A CN102236665 A CN 102236665A CN 2010101626457 A CN2010101626457 A CN 2010101626457A CN 201010162645 A CN201010162645 A CN 201010162645A CN 102236665 A CN102236665 A CN 102236665A
Authority
CN
China
Prior art keywords
service object
common service
object logic
message
call
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
Application number
CN2010101626457A
Other languages
Chinese (zh)
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 Technologies Co Ltd
Original Assignee
Huawei 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 Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CN2010101626457A priority Critical patent/CN102236665A/en
Publication of CN102236665A publication Critical patent/CN102236665A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Mobile Radio Communication Systems (AREA)

Abstract

The embodiment of the invention provides a page loading method and a page loading device. The page loading method comprises the following steps of: receiving a calling message, wherein the calling message comprises a message identifier corresponding to a common traffic logic object which is required to be called by a second page; determining a pointer of the common traffic logic object corresponding to the message identifier in the calling message according to a stored correspondence relation between the pointer of the common traffic logic object and the message identifier; and calling the common traffic logic object according to the pointer of the common traffic logic object so as to load the second page. By using the technical scheme provided by the embodiment of the invention, consumption of system resources can be reduced, and the performance of a system can be improved.

Description

Method and device that the page loads
Technical field
The present invention relates to communication technical field, method and device that particularly a kind of page loads.
Background technology
High speed development along with network technology, service application software network WEBization trend is more and more obvious, the client and server of numerous complicated (Client Server, CS) viewed gradually device of infrastructure software and server (Brower Server, BS) infrastructure software substitutes, and increasing operation interface is replaced by the viewed gradually device window interface of original windows window interface.
In the prior art, when page A need use certain common service object logic, may need to travel through each page in the page framework.Concrete, the top attribute of use window object finds the root page of bottom, search this root page according to the function name of needed this common service object logic and whether comprise this common service object logic, if have, then call this common service object logic, if do not have, then according to the label in the root page, find subpage frame nested in the root page, in this subpage frame, search whether this common service object logic is arranged, if no, in this subpage frame, search whether this common service object logic is arranged in the nested page again, till finding the common service object logic that needs.
The shortcoming of prior art is:
Prior art need find the page at common service object logic place, and owing to nested relation between the page, finish calling of common service object logic so need to use a large amount of recurrence codes, make internal system have a large amount of recursive call codes, consume a large amount of system resource, reduce the performance of system.
Summary of the invention
The embodiment of the invention provides a kind of method and device of realizing that the page loads, can improve the performance of system.
In view of this, the embodiment of the invention provides:
The method that a kind of page loads comprises:
Receive message call, described message call comprises: the pairing message identifier of common service object logic that second page need call;
According to the pointer of the common service object logic of being preserved and the corresponding relation of message identifier, determine the pointer of the pairing common service object logic of described message identifier in the message call;
According to the pointer of determined described common service object logic, call described common service object logic, so that load second page.
A kind of page charger comprises:
Receiving element is used to receive message call, and described message call comprises: the pairing message identifier of common service object logic that second page need call;
Preserve the unit, be used to preserve the pointer of common service object logic and the corresponding relation of message identifier;
Determining unit is used for according to the pointer of the common service object logic of being preserved and the corresponding relation of message identifier, determines the pointer of the pairing common service object logic of described message identifier in the message call;
Call unit is used for the pointer according to determined described common service object logic, calls described common service object logic, so that load second page.
The pointer of common service object logic in the page that has loaded and the corresponding relation of message identifier have been preserved in the embodiment of the invention, when certain page need call certain common service object logic, search the pointer of the pairing common service object logic of message identifier in the message call, find corresponding common service object logic and call this common service object logic, make when calling certain common service object logic, do not need to know the page at this common service object logic place, thereby do not need to use a large amount of recurrence codes, reduce the consumption of system resource like this, improved the performance of system.
Description of drawings
In order to be illustrated more clearly in the technical scheme of the embodiment of the invention, to do to introduce simply to the accompanying drawing of required use among the embodiment 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 method flow diagram that the page that provides of one embodiment of the invention loads;
Fig. 2 is the method flow diagram that another embodiment of the present invention provides the page to load;
Fig. 3 is the structure drawing of device that the page that provides of one embodiment of the invention loads.
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.
Consult Fig. 1, the method that one embodiment of the invention provides a kind of page to load, this method comprises:
101, receive message call, described message call comprises: the pairing message identifier of common service object logic that second page need call.
102,, determine the pointer of the pairing common service object logic of described message identifier in the message call according to the pointer of the common service object logic of being preserved and the corresponding relation of message identifier.
Wherein, the pointer of the common service object logic in the various embodiments of the present invention is meant the information that is used for finding at internal memory this common service object logic, the addressing information that also can be called this common service object logic, such as, when the common service object logic is a script function, the pointer of this common service object logic can be meant the function name of this script function, in other embodiment, the pointer of this common service object logic can be this common service object logic address stored in internal memory.
Concrete, before this step, when loading first page, receive and entrust message, comprise in this trust message: the corresponding relation of the pointer of common service object logic and message identifier in first page; Entrust message according to this, judge whether the message identifier of entrusting in the message repeats with the message identifier of having preserved, if, abandon described trust message, if not, preserve the pointer of common service object logic in described first page and the corresponding relation of message identifier.Wherein, judge whether the message identifier of entrusting in the message repeats can avoid repeating preserving with the message identifier of having preserved.
Concrete, before the pointer of the pairing common service object logic of message identifier in determining message call, judge that module label in the message identifier is whether in default label range, if, the step of the pointer of the pairing common service object logic of message identifier that carries in definite message call is carried out in continuation, if not, abandon this message call.Wherein, message identifier comprises: the module label and the random number at the function place of the common service object logic of this message identifier correspondence; Comprise 6 such as message identifier; front three is a random number, and back three is the module label at function place of the common service object logic of this message identifier correspondence, wherein; said herein module is the several big module that normally marks off in the system, such as common set modeling piece, the module or the like of opening an account.
Wherein, the pointer of common service object logic comprises: the quoting of the pointer of script function or document object.
103,, call described common service object logic, so that load second page according to the pointer of determined described common service object logic.
Wherein, for the common service object logic that needs suction parameter, the described message call that receives in the step 101 also comprises: the interface parameters information of described common service object logic; At this moment, specifically according to the interface parameters information of the pointer and the common service object logic of determined common service object logic, call described common service object logic in this step.
Because the interface parameters value of common service object logic has fixing order, and when second page will call this common service object logic, do not need to know the order that this is fixing, thereby the interface parameters information of above-mentioned common service object logic is a string character string that comprises the attribute type of interface parameters value and correspondence thereof, in this step, utilization comprises the interface parameters value of common service object logic and the character string encapsulation parameter object of corresponding attribute type thereof, the property value of this parameter object is the interface parameters value of common service object logic, like this with the suction parameter of this parameter object as the common service object logic, utilize the pointer and the described parameter object of determined this common service object logic, call described common service object logic.
The pointer of common service object logic in the page that has loaded and the corresponding relation of message identifier have been preserved in the embodiment of the invention, when certain page need call certain common service object logic, search the pointer of the pairing common service object logic of message identifier in the message call, find corresponding common service object logic and call this common service object logic, make when calling certain common service object logic, do not need to know the page at this common service object logic place, thereby do not need to use a large amount of recurrence codes, reduce the consumption of system resource like this, improved the performance of system.
Consult Fig. 2, the method that another embodiment of the present invention provides a kind of page to load, this method supposition page A comprises a common service object logic, and page B needs the common service object logic among the invoking page A, and then this method specifically comprises:
201, the loading unit of client uses HTML (Hypertext Markup Language) (Hyper Text Mark-upLanguage, HTML) label loads first page, utilize message mandatory administration functional interface to send to the business integration framework and entrust message, this trust message comprises: the corresponding relation of the pointer of the message identifier of common service object logic correspondence (abbreviation message id) and this common service object logic in first page.Wherein, the pointer of common service object logic comprises: the quoting of the pointer of script function or document object.
Suppose that a script function in first page is the common service object logic, this script function can be as follows:
Function function name 1 (params)
{
Subscriber Number=params.phoneNo
The user amount of money=params.money
.......
}
Wherein, the suction parameter of the script function of this first page is the params parameter object.
Can will entrust message to issue the business integration framework by message call mandatory administration functional interface consign in this step, as: consign (message identifier 001, function name 1), this moment, function name 1 was the pointer of the script function of above-mentioned first page.
Wherein, before load page, the developer is when the exploitation page, after writing one section common service object logic code, the functional description of this common service object logic and the object relationship of message identifier can be saved in system's public api interface explanation document, when loading first page in this step, from system's public api interface explanation document, obtain the pairing message identifier of common service object logic.
202, the business integration framework of client detect to entrust in the message message identifier whether with the corresponding relation of having preserved in message identifier repeat, if charge to daily record, and abandon this trust message; If not, then preserve to entrust the corresponding relation of the pointer of message identifier in the message and common service object logic.
Can preserve the pointer of the common service object logic in the load page and the corresponding relation of message identifier in the business integration framework of client, in this step, detect, and the message identifier in entrusting message abandons this trust message when repeating with message identifier in the corresponding relation of having preserved, can avoid the pointer of repeated storage common service object logic and the corresponding relation of message identifier.Wherein, charging to the message identifier that daily record refers to write down in this trust message repeats with message identifier in the corresponding relation preserved.
203, load second page when needs, and when second page need call certain common service object logic, the loading unit of client is according to the functional description of the common service object logic that prestores and the corresponding relation of message identifier, determine the pairing message identifier of common service object logic that second page will call, send message call to the business integration framework, this message call comprises: the interface parameters information of determined message identifier and the common service object logic that will call.
Continuous above-mentioned example, suppose when second page will call the script function with certain function, according to the functional description of the common service object logic that prestores and the corresponding relation of message identifier, the message identifier that finds this script function correspondence is " message identifier 001 "
Then message call can for:
WebInterface (message id 001, new ParamObj (" phoneNo:12345678990, money:1111 ")).
Wherein, webInterface is an interface of access service integrated framework, " message id 001 " is message identifier, character string " phoneNo:12345678990; money:1111 " is the interface parameters information of the script function that will call, and it is as the parameter of new ParamObi object in this example, and this character string comprises: the interface parameters value of script function and corresponding attribute type, for example, value 12345678990 and its corresponding attribute type phoneNo.
204, the business integration framework judges according to the decision rule that presets whether the message call that receives is legal, if illegal, then charges to daily record, and abandons this message call, process ends; If legal, then continue execution in step 205.
Wherein, decision rule is pre-configured in the business integration framework, stipulated that such as decision rule which message identifier is legal, then in this step the business integration framework according to decision rule, determine whether the message identifier in the message call is legal,, then continue to carry out subsequent step if legal, if illegal, then will abandon this message call.
The specific implementation of this step can be as follows: judge module label in the message identifier whether in default label range, if, think that then this message identifier is legal, if not, think that then this message identifier is illegal.Wherein, message identifier comprises: the module label and the random number at the function place of the common service object logic of this message identifier correspondence; Comprise 6 such as message identifier; front three is a random number; three of backs are the module label at function place of the common service object logic of this message identifier correspondence; wherein; said herein module is the several big module that normally marks off in the system, such as being common set modeling piece, the module or the like of opening an account.
205, the interface parameters information encapsulation parameter object of the business integration framework utilization common service object logic that will call, the property value of this parameter object is the interface parameters value of common service object logic.
Continuous above-mentioned example, the business integration framework obtains the parameter of new ParamObi object, be character string " phoneNo:12345678990; money:1111 ", with " phoneNo:12345678990, money:1111 " this character string, be converted to a params object, this object has two attributes and is respectively phoneNo and money, and corresponding value is respectively 12345678990 and 1111.
206, the business integration framework is according to the message identifier of carrying in the message call, obtain the pointer of the pairing common service object logic of this message identifier, the pointer of the pairing common service object logic of this message identifier of supposition is the pointer of common service object logic in first page in the present embodiment.
207, the business integration framework utilizes the pointer and the parameter object of common service object logic, calls corresponding common service object logic.
Continuous above-mentioned example, in step 206, the business integration framework finds the pointer of corresponding script function according to " message identifier 001 ", then according to this pointer and parameter object, call the script function in the internal memory that is kept at client, wherein, this script function is to be kept in the shared internal memory of the browser of client.
208, the business integration framework returns the result that calls of common service object logic to loading unit.
Wherein, in this step the common service object logic call the rreturn value that the result is the common service object logic, it can be any value, object or successful sign.If this common service object logic does not have rreturn value, then this step can be omitted.
Mode by the message transmission in the embodiment of the invention pointer of the common service object logic of load page and the corresponding relation of message identifier reports the business integration framework, when certain page need call the common service object logic, adopt the mode indicating services integrated framework of message transmission to call corresponding common service object logic, make when calling certain common service object logic, do not need to know the page at this common service object logic place, thereby do not need to use a large amount of recurrence codes, also need not to introduce too much script file, reduce the consumption of system resource like this, improved the performance of system.
In order to make the embodiment of the invention clearer, the method that the page loads in the WEB system that following act instantiation provides the embodiment of the invention is described: supposition is when the user handles some core business to the business hall, can require the password of input user in the authenticating user identification page, after to the user rs authentication success, need on the user management page, show the user who has been proved to be successful, promptly on the user management page, generate a record, making things convenient for the salesman to obtain current system has several users to finish authentication, the establishment customer service object logic in this process need authenticating user identification page invocation user management page.Then when loading subscriber administration interface, the loading unit of client to the business integration framework send consign (' message_newUser ', newUser), wherein, message_newUser is a message identifier, and newUser is for creating the pointer of customer service object logic.The browser-presented authenticating user identification page of client, receive the password of user's input, the user is carried out authentication, after authentication is passed through, when determining to need to create the user, according to the common service object logic that prestores and the corresponding relation of message identifier, determine to create the pairing message identifier of customer service object logic, send message call to the business integration framework, this message call can be webInterface (' message_newUser ', newParamObj (' phoneNo:123456789; Name:zhang ')).Wherein, message_newUser is for creating the pairing message identifier of customer service object logic.The object that new ParamObj can discern for the business integration framework, the parameter of this object are a string character string ' phoneNo:123456789; Name:zhang ', this character string comprises: create the interface parameters value and the corresponding attribute type thereof of customer service object logic, for example, interface parameters value 123456789 and its corresponding attribute type phoneNo.The follow-up business integrated framework utilizes character string " phoneNo:123456789; Name:zhang " the encapsulation parameter object; the property value of this parameter object is the interface parameters value of creating the customer service object logic (promptly 123456789 and zhang); according to the message identifier of carrying in the message call; obtain the pointer of the pairing establishment customer service of this message identifier object logic; sharp pointer and this parameter object of creating the customer service object logic of business integration framework, call corresponding establishment customer service object logic.
Consult Fig. 3, one embodiment of the invention provides a kind of page charger, and this page charger can be positioned at client, and this device specifically comprises:
Receiving element 301 is used to receive message call, and described message call comprises: the pairing message identifier of common service object logic that second page need call;
Preserve unit 302, be used to preserve the pointer of common service object logic and the corresponding relation of message identifier;
Determining unit 303 is used for according to the pointer of the common service object logic of being preserved and the corresponding relation of message identifier, determines the pointer of the pairing common service object logic of described message identifier in the message call;
Call unit 304 is used for the pointer according to determined described common service object logic, calls described common service object logic, so that load second page.
Wherein, the pointer of common service object logic comprises: the quoting of the pointer of script function or document object.
In order to obtain the pointer of the common service object logic of load page and the corresponding relation of message identifier, receiving element 301 also is used for receiving trust message, comprise in the described trust message: the corresponding relation of the pointer of common service object logic and message identifier in first page, wherein, this first page is load page; At this moment, preserve the unit 302 concrete pointer of common service object logic in described first page and the corresponding relations of message identifier preserved.
For fear of the corresponding relation repeated storage to the pointer of message identifier and common service object logic, this device also comprises: first judging unit 305, be used for judging entrust message message identifier whether with the corresponding relation of having preserved in message identifier repeat; First processing unit 306 is used in the judged result of first judging unit 305 abandoning described trust message when being; And preserve unit 302 specifically in the judged result of first judging unit 305 for not the time, preserve the pointer of common service object logic in first page and the corresponding relation of message identifier.
In order to detect the legitimacy of message call, this device also comprises: second judging unit 307 is used for judging that module label in the message call message identifier is whether in default label range; Second processing unit 308 is used in the judged result of second judging unit 307 abandoning described message call for not the time; And determining unit 303 specifically in the judged result of second judging unit 307 when being, determine the pointer of the pairing common service object logic of message identifier in the message call.
For the common service object logic that needs suction parameter, message call also comprises: the interface parameters information of described common service object logic; Concrete, call unit 304 is used for the interface parameters information according to the pointer and the described common service object logic of determined described common service object logic, calls described common service object logic.
Because the interface parameters value of common service object logic has fixing order, and when second page will call this common service object logic, do not need to know the order that this is fixing, thereby the interface parameters information of above-mentioned common service object logic is a string character string that comprises the attribute type of interface parameters value and correspondence thereof, call unit 304 specifically comprises: encapsulation subelement 3041, be used to utilize the character string encapsulation parameter object of the interface parameters value that comprises the common service object logic and corresponding attribute type thereof, the property value of this parameter object is the interface parameters value of common service object logic, like this with the suction parameter of this parameter object as the common service object logic; With call subelement 3042, be used to utilize the pointer and the described parameter object of determined this common service object logic, call described common service object logic.
The mode of page charger by the message transmission obtains the pointer of the common service object logic of load page and the corresponding relation of message identifier in the embodiment of the invention, when certain page need call the common service object logic, the mode of this page charger by the message transmission obtains the message identifier of the common service object logic that this page need call, according to the pointer of the common service object logic of acquired load page and the corresponding relation of message identifier, can directly find this common service object logic, do not need to know the page at this common service object logic place, thereby do not need to use a large amount of recurrence codes, also need not to introduce too much script file, reduce the consumption of system resource like this, improved the performance of system.
One of ordinary skill in the art will appreciate that all or part of step that realizes in the foregoing description method is to instruct relevant hardware to finish by program, described program can be stored in a kind of computer-readable recording medium, ROM (read-only memory) for example, disk or CD etc.
More than method and device that the page that the embodiment of the invention provided is loaded be described in detail, used specific case herein principle of the present invention and embodiment are set forth, the explanation of above embodiment just is used for helping to understand method of the present invention and core concept 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 (12)

1. the method that the page loads is characterized in that, comprising:
Receive message call, described message call comprises: the pairing message identifier of common service object logic that second page need call;
According to the pointer of the common service object logic of being preserved and the corresponding relation of message identifier, determine the pointer of the pairing common service object logic of described message identifier in the message call;
According to the pointer of determined described common service object logic, call described common service object logic, so that load second page.
2. method according to claim 1 is characterized in that,
Before the pointer of the pairing common service object logic of described message identifier in determining message call, this method also comprises:
Receive and entrust message, comprise in the described trust message: the corresponding relation of the pointer of common service object logic and message identifier in first page;
Preserve the pointer of common service object logic in described first page and the corresponding relation of message identifier.
3. method according to claim 2 is characterized in that,
After receiving trust message, this method also comprises:
Judge to entrust in the message message identifier whether with the corresponding relation of having preserved in message identifier repeat, if, abandon described trust message, if not, the step of the corresponding relation of the pointer of common service object logic and message identifier in execution preservation first page.
4. method according to claim 1 is characterized in that, after receiving message call, this method also comprises:
Judge that module label in the message identifier in the message call is whether in default label range, if, trigger the step of carrying out the pointer of determining the pairing common service object logic of message identifier in the message call, if not, abandon described message call.
5. method according to claim 1 is characterized in that,
Described message call also comprises: the interface parameters information of described common service object logic;
Describedly call described common service object logic and comprise:
According to the interface parameters information of the pointer and the described common service object logic of determined described common service object logic, call described common service object logic.
6. method according to claim 5 is characterized in that,
The interface parameters information of described common service object logic is to comprise the interface parameters value of common service object logic and the character string of corresponding attribute type thereof;
According to the interface parameters information of the pointer and the described common service object logic of determined described common service object logic, call described common service object logic and be specially:
Utilize described character string encapsulation parameter object; The property value of described parameter object is the interface parameters value of common service object logic;
Utilize the pointer and the described parameter object of determined described common service object logic, call described common service object logic.
7. a page charger is characterized in that, comprising:
Receiving element is used to receive message call, and described message call comprises: the pairing message identifier of common service object logic that second page need call;
Preserve the unit, be used to preserve the pointer of common service object logic and the corresponding relation of message identifier;
Determining unit is used for according to the pointer of the common service object logic of being preserved and the corresponding relation of message identifier, determines the pointer of the pairing common service object logic of described message identifier in the message call;
Call unit is used for the pointer according to determined described common service object logic, calls described common service object logic, so that load second page.
8. device according to claim 7 is characterized in that,
Described receiving element also is used for receiving and entrusts message, comprises in the described trust message: the corresponding relation of the pointer of common service object logic and message identifier in first page;
Described preservation unit is used for preserving the pointer of described first page common service object logic and the corresponding relation of message identifier.
9. device according to claim 8 is characterized in that, also comprises:
First judging unit, be used for judging entrust message message identifier whether with the corresponding relation of having preserved in message identifier repeat;
First processing unit is used in the judged result of first judging unit abandoning described trust message when being;
Described preservation unit is used in the judged result of first judging unit preserving the pointer of common service object logic in first page and the corresponding relation of message identifier for not the time.
10. device according to claim 7 is characterized in that, also comprises:
Second judging unit is used for judging that module label in the message call message identifier is whether in default label range;
Second processing unit is used in the judged result of second judging unit abandoning described message call for not the time;
Described determining unit is used in the judged result of second judging unit determining the pointer of the pairing common service object logic of message identifier in the message call when being.
11. device according to claim 7 is characterized in that,
Described message call also comprises: the interface parameters information of described common service object logic;
Described call unit is used for the interface parameters information according to the pointer and the described common service object logic of determined described common service object logic, calls described common service object logic.
12. device according to claim 11 is characterized in that,
The interface parameters information of described common service object logic is to comprise the interface parameters value of common service object logic and the character string of corresponding attribute type thereof;
Described call unit comprises:
The encapsulation subelement is used to utilize described character string encapsulation parameter object; The property value of described parameter object is the interface parameters value of common service object logic;
Call subelement, be used to utilize the pointer and the described parameter object of determined described common service object logic, call described common service object logic.
CN2010101626457A 2010-04-27 2010-04-27 Page loading method and page loading device Pending CN102236665A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2010101626457A CN102236665A (en) 2010-04-27 2010-04-27 Page loading method and page loading device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010101626457A CN102236665A (en) 2010-04-27 2010-04-27 Page loading method and page loading device

Publications (1)

Publication Number Publication Date
CN102236665A true CN102236665A (en) 2011-11-09

Family

ID=44887321

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010101626457A Pending CN102236665A (en) 2010-04-27 2010-04-27 Page loading method and page loading device

Country Status (1)

Country Link
CN (1) CN102236665A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103955495A (en) * 2014-04-18 2014-07-30 百度在线网络技术(北京)有限公司 Downloading method and device for page sub-resource
CN107562749A (en) * 2016-06-30 2018-01-09 阿里巴巴集团控股有限公司 A kind of webpage loading method and webpage loading device
CN108427731A (en) * 2018-02-26 2018-08-21 平安普惠企业管理有限公司 Processing method, device, terminal device and the medium of page code

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101093486A (en) * 2006-06-22 2007-12-26 上海新纳广告传媒有限公司 Method for recording query condition to be jumped between Asp.net pages
CN101201827A (en) * 2006-12-14 2008-06-18 阿里巴巴公司 Method and system for displaying web page
US7523158B1 (en) * 2000-05-12 2009-04-21 Oracle International Corporation System and method for partial page updates using a proxy element
US20090164884A1 (en) * 2007-12-19 2009-06-25 Yahoo! Inc. Tag aggregator
CN101697139A (en) * 2009-11-06 2010-04-21 金蝶软件(中国)有限公司 Method, device and registry for remote procedure call

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7523158B1 (en) * 2000-05-12 2009-04-21 Oracle International Corporation System and method for partial page updates using a proxy element
CN101093486A (en) * 2006-06-22 2007-12-26 上海新纳广告传媒有限公司 Method for recording query condition to be jumped between Asp.net pages
CN101201827A (en) * 2006-12-14 2008-06-18 阿里巴巴公司 Method and system for displaying web page
US20090164884A1 (en) * 2007-12-19 2009-06-25 Yahoo! Inc. Tag aggregator
CN101697139A (en) * 2009-11-06 2010-04-21 金蝶软件(中国)有限公司 Method, device and registry for remote procedure call

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103955495A (en) * 2014-04-18 2014-07-30 百度在线网络技术(北京)有限公司 Downloading method and device for page sub-resource
CN107562749A (en) * 2016-06-30 2018-01-09 阿里巴巴集团控股有限公司 A kind of webpage loading method and webpage loading device
CN108427731A (en) * 2018-02-26 2018-08-21 平安普惠企业管理有限公司 Processing method, device, terminal device and the medium of page code

Similar Documents

Publication Publication Date Title
CN108449418B (en) Hybrid cloud platform management system and method
CN108173938B (en) Server load distribution method and device
US10135842B2 (en) Content-based isolation for computing device security
CN109635019B (en) Request processing method, device, equipment and storage medium
US7877091B2 (en) Method and system for executing a container managed application on a processing device
CN110300133B (en) Cross-domain data transmission method, device, equipment and storage medium
CN1541350A (en) Software code signing system and method
CA3118159A1 (en) Rich communication services security authentication system
CN111666745B (en) File downloading method, device, server and medium
US7350213B2 (en) System and method for dynamic selection of stateless/stateful software components
CN111970680A (en) Profile downloading method and device based on eUICC subscription platform
CN105049210A (en) Method and device for registration of universal account number
CN109343970B (en) Application program-based operation method and device, electronic equipment and computer medium
CN102236665A (en) Page loading method and page loading device
CN111563215B (en) Method and device for controlling front-end operation authority and related equipment
CN110673970B (en) Cross-process calling system and method based on web application
CN111885190A (en) Service request processing method and system
CN111309407A (en) Processing method and device for integrated third-party library
CN112416624B (en) Application data interaction method and system based on open platform
CN108418698B (en) Router management method and device
Welling Designing adaptive environment-aware applications for mobile computing
CN112000313A (en) Request response method, device, equipment and storage medium
CA2543989C (en) System and method for generating safe and efficient component relationships in wireless applications
CN112990890B (en) Notification message sending method, server and computer readable storage medium
CN111131471B (en) Operation method and device of service system and electronic equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20111109