CN103473106A - Method and system for generating page - Google Patents

Method and system for generating page Download PDF

Info

Publication number
CN103473106A
CN103473106A CN2013104597125A CN201310459712A CN103473106A CN 103473106 A CN103473106 A CN 103473106A CN 2013104597125 A CN2013104597125 A CN 2013104597125A CN 201310459712 A CN201310459712 A CN 201310459712A CN 103473106 A CN103473106 A CN 103473106A
Authority
CN
China
Prior art keywords
page
tag
sign
label container
server
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
CN2013104597125A
Other languages
Chinese (zh)
Other versions
CN103473106B (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.)
Maipu Communication Technology Co Ltd
Original Assignee
Maipu Communication Technology 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 Maipu Communication Technology Co Ltd filed Critical Maipu Communication Technology Co Ltd
Priority to CN201310459712.5A priority Critical patent/CN103473106B/en
Publication of CN103473106A publication Critical patent/CN103473106A/en
Application granted granted Critical
Publication of CN103473106B publication Critical patent/CN103473106B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a method and a system for generating a page, relates to the field of information processing and is used for solving the problem that a JSP (Java Server Pages) tag cannot be dynamically loaded and cannot be used in a page generating process. According to the method, a tag container is set in a server, page tag information needed by generating the page is stored in the tag container, whether the page is generated for the first time or an original page is modified, client equipment can request required page tag information from the server, then the information is sent to the client equipment by the server, and the page is generated by the client equipment according to the information. The method and the system, provided by the embodiment of the invention, are mainly applied to the page generating process based on the JSP tag.

Description

The method and system that a kind of page generates
Technical field
The present invention relates to field of information processing, relate in particular to the method and system that a kind of page generates.
Background technology
Development along with internet, based on BS(Browser/Server, Browser/Server Mode) application system of the WEB of structure is more and more, JSP(Java Server Pages in the exploitation of the system of current WEB application, the Java service page) label, because it is simple, efficient, is used further extensive.
In the client exploitation of WEB application, the user can directly use JSTL(JSP Standard Tag Library in the JSP page, JSP standard label storehouse) tens labels that four tag library that provide relate to complete the work of more complicated, also can make self-defining JSP label according to the demand of oneself is used, to reduce the exploitation complexity, improve development efficiency and quality.
In the JSP page, use in a manner mentioned above the JSP label just can draw the related pages element and can be in relevant JS(JavaScript, java script) this label object of use provides in file attribute and method.But this method requires the JSP label in the JSP page only can when loading the JSP page, generate corresponding object and page elements, and after page generation, these object numbers so, attribute, methods etc. have all determined, and can not changed.But the data that the business function module of some service ends provides are dynamic changes, when needs, during according to these data creating page elements, for label and the number of labels that generates page elements, cannot immobilize again.Now just need to regenerate new JSP label and generate new element, but now the JSP page has loaded, can't re-use the JSP label and generate new page elements.This that is to say, in the situation that, according to the generation page elements of service end Data Dynamic, use the JSP label just can't meet this demand in the JSP page.
Summary of the invention
The method and system that embodiments of the invention provide a kind of page to generate, need dynamically to use the JSP label to generate the problem of the page for solving page generative process.
For achieving the above object, embodiments of the invention adopt following technical scheme:
A kind of method that page generates comprises:
Client device sends the page-tag request message to server, and described page-tag request message carries label container sign and page-tag sign; Wherein, label container is designated the sign of label container, and described label container is for the corresponding relation between memory page tag identifier and page-tag information;
Described server, after receiving described page-tag request message, identifies in the page-tag information of storing corresponding label container from described label container, determines and identifies corresponding page-tag information with described page-tag;
Described server sends the page-tag request response to client device, and described page-tag request response carries described label container sign and described page-tag information;
Described client device, after receiving described page-tag request response, according to the page intrinsic information of described page-tag information and the page to be generated, generates the described page to be generated.
The system that a kind of page generates, comprising: client device and server;
Wherein, client device, for to server, sending the page-tag request message, described page-tag request message carries label container sign and page-tag sign; Wherein, label container is designated the sign of label container, and described label container is for the corresponding relation between memory page tag identifier and page-tag information; And, for after receiving described page-tag request response, according to the page intrinsic information of described page-tag information and the page to be generated, generate the described page to be generated;
Described server, for after receiving described page-tag request message, identify in the page-tag information of storing corresponding label container from described label container, determines and identify corresponding page-tag information with described page-tag; Send the page-tag request response to client device, described page-tag request response carries described label container sign and described page-tag information.
The method and system that the embodiment of the present invention provides a kind of page to generate, by label container is set in server, and storage generates the needed page-tag information of the page in label container, no matter be generate for the first time the page or modify at original page, the page-tag information that client device all can need to server request self, then be sent to client device by server by these information.Than the mode that can only update label information after changing for page info in prior art, solved the problem that can't dynamically use the JSP label to generate page elements, method than being only applicable to the modification configuration file of lowest version server in prior art, have stronger compatibility and extensibility.
The accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, below will the accompanying drawing of required use in embodiment or description of the Prior Art be briefly described, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain according to these accompanying drawings other accompanying drawing.
The method flow diagram that a kind of page that Fig. 1 provides for the embodiment of the present invention generates;
The method flow diagram that a kind of page that Fig. 2 provides for the embodiment of the present invention generates;
The method flow diagram that a kind of page that Fig. 3 provides for the embodiment of the present invention generates;
The composition frame chart of the system that a kind of page that Fig. 4 provides for the embodiment of the present invention generates.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is only the present invention's part embodiment, rather than whole embodiment.Embodiment based in the present invention, those of ordinary skills, not making under the creative work prerequisite the every other embodiment obtained, belong to the scope of protection of the invention.
A kind of method that the embodiment of the present invention provides page to generate, as shown in Figure 1, idiographic flow comprises:
101, client device sends the page-tag request message to server, and described page-tag request message carries label container sign and page-tag sign.
Wherein, label container is designated the sign of label container, and described label container is for the corresponding relation between memory page tag identifier and page-tag information.Different label containers can be stored different corresponding relations.
Concrete, if the present invention is used under the JS application scenarios, label container can be used div(division, merogenesis) container realized, corresponding sign just can realize with being similar to letter, numeral or other identification informations commonly used.And page-tag refers to, be exactly the JSP label, and the page-tag sign can mean by the key-value pair of JSP tag identification code.Use the input frame label with JS in the div container that will to ask at id be a, so the form of this request message can use [{ containerId: " a ", JSpTag: "<c:input id=" tinput " text=" input frame "</c:input "] this example.
102, described server, after receiving described page-tag request message, identifies in the page-tag information of storing corresponding label container from described label container, determines and identifies corresponding page-tag information with described page-tag.
Concrete, if the present invention is used under the JS application scenarios, page-tag information refers to the concrete information such as program code of using of JSP page-tag.
103, described server sends the page-tag request response to client device, and described page-tag request response carries described label container sign and described page-tag information.
Wherein, the transformat of page-tag request response and page-tag request message are similar, so that the parsing between each equipment and generation.
104, described client device, after receiving described page-tag request response, according to the page intrinsic information of described page-tag information and the page to be generated, generates the described page to be generated.
Wherein, page intrinsic information refer to except page-tag information for generating the necessary information of the page, for example, page skeleton code, business module code etc.Page intrinsic information can be changeless code in the present embodiment, can be also the code that can change as required, and the present embodiment is not done special restriction to this.
A kind of method that the embodiment of the present invention provides page to generate, by label container is set in server, and storage generates the needed page-tag information of the page in label container, no matter be generate for the first time the page or modify at original page, the page-tag information that client device all can need to server request self, then be sent to client device by server by these information.Than the mode that can only update label information after changing for page info in prior art, solved the problem that can't dynamically use the JSP label to generate page elements, method than being only applicable to the modification configuration file of lowest version server in prior art, have stronger compatibility and extensibility.
Further, because the present invention has designed the label container for the memory page label, therefore, for client device, page-tag that need to determine own needs in which label container.Come from this, the embodiment of the present invention also provides corresponding realization flow, before execution and step 101, as shown in Figure 2, comprising:
105, described client device is determined the page-tag sign that the page to be generated is used.
In this step 105, client device can be selected the current page-tag that generates or revise that needs as required, then determines corresponding page-tag sign.
106, the page-tag sign that described client device is used according to the described page to be generated, from being stored in the page-tag sign and the corresponding relation that label container identifies in described client device, determine that the page-tag of using with the described page to be generated identifies corresponding label container sign.
Wherein, the corresponding relation of page-tag sign and label container sign is between client device and server, to consult in advance to be formed and stored in client device.Specifically needing which page-tag will be stored in which label container can be set according to actual needs, only need in the present embodiment to guarantee that page-tag sign and the normal foundation of the corresponding relation of label container sign get final product, do not limit the concrete mode of setting up.
Further, in order to facilitate the direct use of client device pair and page-tag, the embodiment of the present invention provides idiographic flow as shown in Figure 3 over against the realization of step 102, comprising:
1021, determine and identify corresponding tag identification code with described page-tag.
Due to the existence that label container is arranged, during the realizing of step 1021, only need to directly carry out directly being searched and getting final product in label container.
1022, described tag identification code is converted to page code, generates page-tag information.
What tag identification code described herein was used is the code of JSP label itself, page code be by the JSP tag identification code carry out formation after the programming language conversion for generating the program code of the page, such as HTML code etc.
Further, for convenient service device and client device for page-tag, obtain mutual, the embodiment of the present invention provides following method flow, specific as follows:
Following step has embodied step 103 client device and has sent the idiographic flow of page-tag request message to server, comprising:
If described page-tag request message only carries label container sign and a page-tag sign, described client device will described label container sign and a described page-tag identify to be placed on successively in same array and send to server.If described page-tag request message carries at least two label container signs and corresponding page-tag sign, described client device is placed on each label container sign and corresponding page-tag sign successively in same array and sends to server according to same order.
For example, if the page-tag request message carries label container sign 1 and page-tag sign a, this transmission of messages is to use array [label container sign 1, page-tag sign a] to mean.If the page-tag request message carries label container sign 1, page-tag sign a and label container sign 2, page-tag sign b, this transmission of messages is to use array [label container sign 1, page-tag sign a, label container sign 2, page-tag sign b] to mean.If there is more information just according to this order, to be connected serially to successively in same array and to get final product.Certainly this is an example, and concrete ability transformat also can arrange other form as required.
Following step has embodied step 104 server and has sent the idiographic flow of page-tag request response to client device, comprising:
If described page-tag request response only carries label container sign and a page-tag information, described client device will a described label container identifies and a described page-tag information is placed on successively in same array and sends to server; If described page-tag request response carries at least two label container signs and corresponding page-tag information, described client device is placed on each label container sign and corresponding page-tag information successively in same array and sends to server according to same order.
This transmission mode is identical with the transmission mode of page-tag request message, at this, seldom does description.
The system that the embodiment of the present invention also provides a kind of page to generate, as shown in Figure 4, comprising: client device 21 and server 22.
Wherein, client device 21, for to server 22, sending the page-tag request message, described page-tag request message carries label container sign and page-tag sign; Wherein, label container is designated the sign of label container, and described label container is for the corresponding relation between memory page tag identifier and page-tag information; And, for after receiving described page-tag request response, according to the page intrinsic information of described page-tag information and the page to be generated, generate the described page to be generated.
Described server 22, for after receiving described page-tag request message, identify in the page-tag information of storing corresponding label container from described label container, determines and identify corresponding page-tag information with described page-tag; Send the page-tag request response to client device 21, described page-tag request response carries described label container sign and described page-tag information.
Optionally, the described client device 21 page-tag sign for determining that the page to be generated is used also; The page-tag sign of using according to the described page to be generated, from being stored in the page-tag sign and the corresponding relation that label container identifies in described client device 21, determine that the page-tag of using with the described page to be generated identifies corresponding label container sign.
Optionally, described server 22 also identifies corresponding tag identification code for determining with described page-tag; Described tag identification code is converted to page code, generates page-tag information.
Optionally, if described client device 21 also only carries a label container sign and a page-tag sign for described page-tag request message, described client device 21 is placed in same array described label container sign and described page-tag sign successively to server 22 transmissions; If described page-tag request message carries at least two label container signs and corresponding page-tag sign, described client device 21 is placed on each label container sign and corresponding page-tag sign successively in same array and sends to server 22 according to same order.
Optionally, if described server 22 also only carries a label container sign and a page-tag information for described page-tag request response, described client device 21 is placed in same array described label container sign and a described page-tag information successively to server 22 transmissions; If described page-tag request response carries at least two label container signs and corresponding page-tag information, described client device 21 is placed on each label container sign and corresponding page-tag information successively in same array and sends to server 22 according to same order.
The system that the embodiment of the present invention provides a kind of page to generate, by label container is set in server, and storage generates the needed page-tag information of the page in label container, no matter be generate for the first time the page or modify at original page, the page-tag information that client device all can need to server request self, then be sent to client device by server by these information.Solved the problem that can't dynamically use the JSP label to generate page elements, the method than being only applicable to the modification configuration file of lowest version server in prior art, have stronger compatibility and extensibility.
Through the above description of the embodiments, the those skilled in the art can be well understood to the mode that the present invention can add essential common hardware by software and realize, can certainly pass through hardware, but in a lot of situation, the former is better embodiment.Understanding based on such, the part that technical scheme of the present invention contributes to prior art in essence in other words can embody with the form of software product, this computer software product is stored in the storage medium can read, floppy disk as computing machine, hard disk or CD etc., comprise some instructions with so that computer equipment (can be personal computer, server, or the network equipment etc.) carry out the described method of each embodiment of the present invention.
The above; be only the specific embodiment of the present invention, but protection scope of the present invention is not limited to this, anyly is familiar with those skilled in the art in the technical scope that the present invention discloses; can expect easily changing or replacing, within all should being encompassed in protection scope of the present invention.Therefore, protection scope of the present invention should be as the criterion with the protection domain of described claim.

Claims (10)

1. the method that the page generates, is characterized in that, comprising:
Client device sends the page-tag request message to server, and described page-tag request message carries label container sign and page-tag sign; Wherein, label container is designated the sign of label container, and described label container is for the corresponding relation between memory page tag identifier and page-tag information;
Described server, after receiving described page-tag request message, identifies in the page-tag information of storing corresponding label container from described label container, determines and identifies corresponding page-tag information with described page-tag;
Described server sends the page-tag request response to client device, and described page-tag request response carries described label container sign and described page-tag information;
Described client device, after receiving described page-tag request response, according to the page intrinsic information of described page-tag information and the page to be generated, generates the described page to be generated.
2. method according to claim 1, is characterized in that, before described client device sends the page-tag request message to server, also comprises:
Described client device is determined the page-tag sign that the page to be generated is used;
The page-tag sign that described client device is used according to the described page to be generated, from being stored in the page-tag sign and the corresponding relation that label container identifies in described client device, determine that the page-tag of using with the described page to be generated identifies corresponding label container sign.
3. method according to claim 1, is characterized in that, described server determines that identifying corresponding page-tag information with described page-tag comprises:
Described server is definite identifies corresponding tag identification code with described page-tag;
Described server is converted to page code by described tag identification code, generates page-tag information.
4. method according to claim 1, is characterized in that, described client device sends the page-tag request message to server and comprises:
If described page-tag request message only carries label container sign and a page-tag sign, described client device will described label container sign and a described page-tag identify to be placed on successively in same array and send to server;
If described page-tag request message carries at least two label container signs and corresponding page-tag sign, described client device is placed on each label container sign and corresponding page-tag sign successively in same array and sends to server according to same order.
5. method according to claim 1, is characterized in that, described server sends the page-tag request response to client device and comprises:
If described page-tag request response only carries label container sign and a page-tag information, described client device will a described label container identifies and a described page-tag information is placed on successively in same array and sends to server;
If described page-tag request response carries at least two label container signs and corresponding page-tag information, described client device is placed on each label container sign and corresponding page-tag information successively in same array and sends to server according to same order.
6. the system that the page generates, is characterized in that, comprising: client device and server;
Wherein, client device, for to server, sending the page-tag request message, described page-tag request message carries label container sign and page-tag sign; Wherein, label container is designated the sign of label container, and described label container is for the corresponding relation between memory page tag identifier and page-tag information; And, for after receiving described page-tag request response, according to the page intrinsic information of described page-tag information and the page to be generated, generate the described page to be generated;
Described server, for after receiving described page-tag request message, identify in the page-tag information of storing corresponding label container from described label container, determines and identify corresponding page-tag information with described page-tag; Send the page-tag request response to client device, described page-tag request response carries described label container sign and described page-tag information.
7. system according to claim 6, is characterized in that, described client device is the page-tag sign for determining that the page to be generated is used also; The page-tag sign of using according to the described page to be generated, from being stored in the page-tag sign and the corresponding relation that label container identifies in described client device, determine that the page-tag of using with the described page to be generated identifies corresponding label container sign.
8. system according to claim 6, is characterized in that, described server also identifies corresponding tag identification code for determining with described page-tag; Described tag identification code is converted to page code, generates page-tag information.
9. system according to claim 6, it is characterized in that, if described client device also only carries label container sign and a page-tag sign for described page-tag request message, described client device will described label container sign and a described page-tag identify to be placed on successively in same array and send to server; If described page-tag request message carries at least two label container signs and corresponding page-tag sign, described client device is placed on each label container sign and corresponding page-tag sign successively in same array and sends to server according to same order.
10. system according to claim 6, it is characterized in that, if described server also only carries label container sign and a page-tag information for described page-tag request response, described client device will a described label container identifies and a described page-tag information is placed on successively in same array and sends to server; If described page-tag request response carries at least two label container signs and corresponding page-tag information, described client device is placed on each label container sign and corresponding page-tag information successively in same array and sends to server according to same order.
CN201310459712.5A 2013-09-30 2013-09-30 Method and system for generating page Active CN103473106B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310459712.5A CN103473106B (en) 2013-09-30 2013-09-30 Method and system for generating page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310459712.5A CN103473106B (en) 2013-09-30 2013-09-30 Method and system for generating page

Publications (2)

Publication Number Publication Date
CN103473106A true CN103473106A (en) 2013-12-25
CN103473106B CN103473106B (en) 2017-02-01

Family

ID=49797975

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310459712.5A Active CN103473106B (en) 2013-09-30 2013-09-30 Method and system for generating page

Country Status (1)

Country Link
CN (1) CN103473106B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105743890A (en) * 2016-01-27 2016-07-06 百度在线网络技术(北京)有限公司 Authority information generation method and device
CN108008871A (en) * 2016-10-27 2018-05-08 阿里巴巴集团控股有限公司 A kind of page generation method and device
CN108304172A (en) * 2017-01-13 2018-07-20 北京畅游天下网络技术有限公司 A kind of web development approaches and web develop engine
CN110069309A (en) * 2019-04-23 2019-07-30 广州华多网络科技有限公司 A kind of page configuration method, system and client
CN113420243A (en) * 2020-07-01 2021-09-21 阿里巴巴集团控股有限公司 Page processing method and device and electronic equipment

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1744498A (en) * 2004-08-31 2006-03-08 华为技术有限公司 Network server and data interacting method for network server and browser
EP1960876A1 (en) * 2005-11-29 2008-08-27 International Business Machines Corporation Execution of server-side dynamic pages
CN101296255A (en) * 2008-06-30 2008-10-29 腾讯科技(深圳)有限公司 Web page browsing method, system, proxy server and mobile phone browser
CN102262684A (en) * 2011-08-30 2011-11-30 深圳市五巨科技有限公司 Method and device for generating webpage page of mobile terminal
US20120023156A1 (en) * 2010-07-21 2012-01-26 Empire Technology Development Llc Information processing apparatus, server-client system, and computer program product
CN102436509A (en) * 2011-12-29 2012-05-02 奇智软件(北京)有限公司 Method and system for browsing web page at mobile terminal
CN102654885A (en) * 2012-04-28 2012-09-05 北京华胜天成科技股份有限公司 Mobile terminal webpage adaptation system and method
CN102999360A (en) * 2012-11-23 2013-03-27 奥维通信股份有限公司 Realization method for dynamic clock based on embedded WEB-OMT (object modeling technology) page

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1744498A (en) * 2004-08-31 2006-03-08 华为技术有限公司 Network server and data interacting method for network server and browser
EP1960876A1 (en) * 2005-11-29 2008-08-27 International Business Machines Corporation Execution of server-side dynamic pages
CN101296255A (en) * 2008-06-30 2008-10-29 腾讯科技(深圳)有限公司 Web page browsing method, system, proxy server and mobile phone browser
US20120023156A1 (en) * 2010-07-21 2012-01-26 Empire Technology Development Llc Information processing apparatus, server-client system, and computer program product
CN102262684A (en) * 2011-08-30 2011-11-30 深圳市五巨科技有限公司 Method and device for generating webpage page of mobile terminal
CN102436509A (en) * 2011-12-29 2012-05-02 奇智软件(北京)有限公司 Method and system for browsing web page at mobile terminal
CN102654885A (en) * 2012-04-28 2012-09-05 北京华胜天成科技股份有限公司 Mobile terminal webpage adaptation system and method
CN102999360A (en) * 2012-11-23 2013-03-27 奥维通信股份有限公司 Realization method for dynamic clock based on embedded WEB-OMT (object modeling technology) page

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105743890A (en) * 2016-01-27 2016-07-06 百度在线网络技术(北京)有限公司 Authority information generation method and device
CN105743890B (en) * 2016-01-27 2020-07-17 上海优扬新媒信息技术有限公司 Authority information generation method and device
CN108008871A (en) * 2016-10-27 2018-05-08 阿里巴巴集团控股有限公司 A kind of page generation method and device
CN108304172A (en) * 2017-01-13 2018-07-20 北京畅游天下网络技术有限公司 A kind of web development approaches and web develop engine
CN108304172B (en) * 2017-01-13 2021-10-08 北京畅游天下网络技术有限公司 Web development method and web development engine
CN110069309A (en) * 2019-04-23 2019-07-30 广州华多网络科技有限公司 A kind of page configuration method, system and client
CN113420243A (en) * 2020-07-01 2021-09-21 阿里巴巴集团控股有限公司 Page processing method and device and electronic equipment

Also Published As

Publication number Publication date
CN103473106B (en) 2017-02-01

Similar Documents

Publication Publication Date Title
CN101697139B (en) Method, device and registry for remote procedure call
CN110019835B (en) Resource arranging method and device and electronic equipment
CN107463418B (en) Configuration file generation method and device for server middleware
CN105787077A (en) Data synchronizing method and device
CN111913738A (en) Access request processing method, device, computing equipment and medium
US20150089415A1 (en) Method of processing big data, apparatus performing the same and storage media storing the same
CN103530160A (en) Page loading method and device
CN104424239B (en) resource file loading method and device
CN103473106A (en) Method and system for generating page
CN111290996A (en) Document format conversion method, device, equipment and readable storage medium
CN110347984B (en) Policy page changing method and device, computer equipment and storage medium
CN104750472A (en) Resource bundle management method and device of terminal application
CN105160018A (en) Method, device and system for image copy/paste
CN112068911A (en) Method, device, system, equipment and medium for generating electronic form
CN106844288A (en) A kind of random string generation method and device
CN106055612A (en) Data paging display method and terminal equipment
CN106055375A (en) Application program installation method and device
CN105389184A (en) Configuration method and apparatus for product interface information
CN111124482B (en) Configuration method and device for document information
CN115841236A (en) Business modeling method, device and medium for realizing quick response
CN105989126A (en) Webpage displaying method and device
CN105912324A (en) Method and device for generating Web page
CN108153745B (en) Application data calling method and application development system
CN111008346A (en) Data acquisition method and device
CN103561113A (en) Web Service interface generating method and device

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
CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: 610041 15-24 floor, 1 1 Tianfu street, Chengdu high tech Zone, Sichuan

Patentee after: MAIPU COMMUNICATION TECHNOLOGY Co.,Ltd.

Address before: 610041 16 Hing Hing Road, Chengdu high tech Development Zone, Sichuan, China 16

Patentee before: MAIPU COMMUNICATION TECHNOLOGY Co.,Ltd.

CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: 610041 nine Xing Xing Road 16, hi tech Zone, Sichuan, Chengdu

Patentee after: MAIPU COMMUNICATION TECHNOLOGY Co.,Ltd.

Address before: 610041 15-24 floor, 1 1 Tianfu street, Chengdu high tech Zone, Sichuan

Patentee before: MAIPU COMMUNICATION TECHNOLOGY Co.,Ltd.