CN102541851A - Page modularity generation method and page modularity generation system - Google Patents

Page modularity generation method and page modularity generation system Download PDF

Info

Publication number
CN102541851A
CN102541851A CN2010105822697A CN201010582269A CN102541851A CN 102541851 A CN102541851 A CN 102541851A CN 2010105822697 A CN2010105822697 A CN 2010105822697A CN 201010582269 A CN201010582269 A CN 201010582269A CN 102541851 A CN102541851 A CN 102541851A
Authority
CN
China
Prior art keywords
page
content
functional module
unit
module
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
CN2010105822697A
Other languages
Chinese (zh)
Other versions
CN102541851B (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.)
Kingdee Software China Co Ltd
Original Assignee
Kingdee Software China 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 Kingdee Software China Co Ltd filed Critical Kingdee Software China Co Ltd
Priority to CN201010582269.7A priority Critical patent/CN102541851B/en
Publication of CN102541851A publication Critical patent/CN102541851A/en
Application granted granted Critical
Publication of CN102541851B publication Critical patent/CN102541851B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a page modularity generation method, which comprises defining page layout, and dividing the page into a plurality of page areas for storing different contents; establishing the calling relation between the page areas and a function module; calling the function module according to the calling relation; analyzing the business logic in the called function module, and generating page contents corresponding to the function module according to the business logic. The embodiment of the page modularity generation method performs area division on the page contents, performs module calling on each area alone, and generates the corresponding pages. The calling relation is only arranged between different page areas and the function module without nesting page codes of the same quoted module into the whole page, and the problem that the whole page nests the same quoted part and the whole page needs to be modified when the quoted part needs to be changed is avoided.

Description

Page module generation method and system
Technical field
The application relates to the WEB application, particularly relates to a kind of page module generation method and system.
Background technology
In WEB uses, there are a lot of quoting between the different pages to the identical module of function; General implementation is for all adding the invocation procedure to the function equal modules, the page code of while nested same reference part in the page in the code logic of each page.
The inventor is through discovering; In the service code with the nested full page of service code of equal modules; Make the degree of coupling of full page increase,, then need make amendment the part of quoting in a plurality of pages if the equal modules content of being quoted in a plurality of page needs to change; Make complex operation, easy error.
Summary of the invention
For solving the problems of the technologies described above; The application embodiment provides a kind of page module generation method and system, and content of pages is carried out area dividing, and module invokes is carried out in each zone separately; Generate respective page; Avoided the nested same reference part of full page, when quoting part and need change, the situation that need make amendment to full page.
Technical scheme is following:
A kind of page module generation method comprises:
The definition page layout is the page area of a plurality of storage different contents with said page division;
Set up the call relation of said page area and functional module;
According to said call relation said functional module is called;
Resolve the service logic in the said functional module of calling, generate and said functional module corresponding page content according to said service logic.
Above-mentioned method, preferred, also comprise:
The process that the content of pages that the functional module that said a plurality of different page areas are called generates makes up.
Above-mentioned method, preferred, the Cheng Qian excessively in that the said content of pages that functional module is generated makes up also comprises:
The functional module that said a plurality of different page areas are called generates the process of content of pages and judges;
Judge whether functional module that said a plurality of different page areas call all accomplishes the generative process with its corresponding page content.
Above-mentioned method, preferred, the process that generates said functional module corresponding page content according to said service logic is specially:
The service logic of setting up said functional module realizes interface;
Obtain the content-data of said functional module according to said interface;
Carry out related with pagefile in the said functional module content-data of said functional module;
Through said pagefile the content-data of said functional module is generated as content of pages.
Above-mentioned method, preferred, said module pagefile can related a plurality of module contents data.
A kind of page module generation system comprises:
Page definition unit, relation are set up unit, call unit, resolution unit and generation unit;
Wherein:
Said page definition unit is used to define page layout, is the page area of a plurality of storage different contents with said page division;
Said relation is set up the unit and is used to set up the page area of said page definition dividing elements and the call relation of functional module;
Said call unit is used for setting up the call relation of setting up the unit according to said relation said functional module is called;
Said resolution unit is used for resolving the service logic of the functional module that said call unit calls;
The service logic that said generation unit is used for resolving according to said resolution unit generates and said functional module corresponding page content.
Above-mentioned system, preferred, also comprise: assembled unit;
Said assembled unit is used for the content of pages that said generation unit generates is made up.
Above-mentioned system, preferred, also comprise judging unit;
Said judging unit is used for before the content of pages that said assembled unit generates said generation unit makes up, judging whether said generation unit accomplishes the generative process to functional module corresponding page content.
Above-mentioned system, preferred, said generation unit comprises:
Interface is set up subelement, content is obtained subelement, related subelement and generated subelement;
Wherein:
Said interface is set up the service logic realization interface that subelement is used to set up said functional module;
Said content is obtained subelement and is used for setting up the content-data that interface that subelement sets up obtains said functional module according to said interface;
The pagefile that said related subelement is used for said content is obtained the said functional module in content-data territory of the functional module that subelement obtains carries out association;
Said generation subelement is used for through said module pagefile said module contents data being generated content of pages.
Technical scheme by above the application embodiment provides is visible; Page module generation method and system provided by the invention; The page is carried out area dividing according to different memory contentss, set up the call relation of each page area and functional module, independently call different functional respectively; Generate said functional module corresponding page content, said content of pages is to generate according to the service logic in the said functional module.In the process of a plurality of page invocation equal modules; Only be provided with in the different page areas and functional module between call relation get final product; Do not need the page code of same reference module just nested to full page, avoided making the degree of coupling of full page increase in the service code with the nested full page of service code of equal modules; If the equal modules content of being quoted in a plurality of pages needs to change, then need be to the problem that part is made amendment of quoting in a plurality of pages.
Description of drawings
In order to be illustrated more clearly in the application embodiment 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; Obviously, the accompanying drawing in describing below only is some embodiment that put down in writing among the application, for those of ordinary skills; Under the prerequisite of not paying creative work, can also obtain other accompanying drawing according to these accompanying drawings.
The process flow diagram of the page module generation method that Fig. 1 provides for the application embodiment;
Page area and functional module call relation synoptic diagram that Fig. 2 provides for the application embodiment;
One detailed structure synoptic diagram of the page module generation method that Fig. 3 provides for the application embodiment;
Another detailed structure synoptic diagram of the page module generation method that Fig. 4 provides for the application embodiment;
The method flow diagram that Fig. 5 provides for the application embodiment according to the process of service logic systematic function module corresponding page content;
The page that Fig. 6 provides for the application embodiment is connected synoptic diagram with the relation between the module;
The structural representation of the page module generation system that Fig. 7 provides for the application embodiment;
One detailed structure synoptic diagram of the page module generation system that Fig. 8 provides for the application embodiment;
Another detailed structure synoptic diagram of the page module generation system that Fig. 9 provides for the application embodiment;
The structural representation of the generation unit that Figure 10 provides for the application embodiment.
Embodiment
In order to make those skilled in the art person understand the application's scheme better.To combine the accompanying drawing among the application embodiment below, the technical scheme among the application embodiment is carried out clear, intactly description, obviously, described embodiment only is the application's part embodiment, rather than whole embodiment.Based on the embodiment among the application, those of ordinary skills are not making the every other embodiment that is obtained under the creative work prerequisite, all should belong to the scope of the application's protection.
The process flow diagram of the page module generation method that the application embodiment provides is as shown in Figure 1, comprising:
Step S101: the definition page layout is the page area of a plurality of storage different contents with said page division;
With page division is different page areas, defines the particular content of each page area storage;
Step S102: the call relation of setting up said page area and functional module;
Through setting up the call relation of page area and functional module, make each page area independently to call to functional module;
Step S103: said functional module is called according to said call relation;
Different page areas calls and the corresponding functional module of its content, has realized that the page calls the mode that a plurality of modules generate by zones of different;
Step S104: resolve the service logic in the said functional module of calling, generate and said functional module corresponding page content according to said service logic.
Because module is an independently Service Processing Unit, it has fully independently service code, fully independently page code; And module and homepage have same context relation, so the page and the homepage that are finally generated by module are one.In the page module generation method that the embodiment of the invention provides; Directly module is called; The content of pages that each module is generated merges; Need be in homepage nested module quote code, make that the generation of the page is more direct, avoided various problems because the nested complex operation that brings of code is prone to make mistakes etc.
In the page module generation method that the application embodiment provides; After each page area calling functional modules generates separately the corresponding page content; Also comprise the process that a plurality of different content of pages are made up; Specifically as shown in Figure 3, comprise step S105: the content of pages that the functional module that a plurality of different page areas are called generates makes up.
In conjunction with Fig. 1 and the described embodiment of Fig. 3; In order more clearly to introduce the call relation of page dividing region and page area and functional module; The application's method embodiment provides page area and functional module call relation synoptic diagram, and is as shown in Figure 2, in homepage; Content according to each different page location needs storage; Homepage is divided into a plurality of page areas, and the content of each page area storage is provided with the call relation of page area and the corresponding functional module of its memory contents through definition in advance.
In Fig. 2, regional A respective modules A, when the page generates, regional A calling module A, to the particular content in the modules A, and the realization logic of particular content is resolved generation module A corresponding page content in the modules A; What carry out simultaneously is that each self-corresponding module is called in other zone, generates corresponding content of pages, and each content of pages makes up the most at last, obtains the demand page.
In the page module generative process that the application embodiment provides; Before content of pages makes up; Also comprise the deterministic process that each disparate modules is generated page process; The practical implementation process is as shown in Figure 4, comprising: step S116: judge whether the functional module that a plurality of different page areas call all generates and its corresponding page content; If, execution in step S105; Otherwise, execution in step S117;
Step S117: carry out real-time judge to not accomplishing the module that generates content, all generate and its corresponding page content, finish deterministic process until the functional module of calling; Execution in step S105.
In the description process of above method embodiment; Is an important step according to said service logic generation with said functional module corresponding page content; The method flow diagram according to service logic systematic function module corresponding page content that the application embodiment provides is as shown in Figure 5, comprising:
Step S201: the service logic of setting up said functional module realizes interface;
Service logic in the functional module exists with the form of class group, and the realization of service logic class at first will be set up the pairing interface of logic class;
Step S202: the content-data that obtains said functional module according to said interface;
Realize logic class, obtain content-data, the line correlation business realization of going forward side by side during its main process;
Step S203: carry out related with pagefile in the said functional module content-data of said functional module;
Pagefile in the module is the corresponding static html file of module, and it is related that the pagefile of module and service logic class are carried out, and soon the content-data in the module carries out related with pagefile; Module pagefile can related a plurality of logic class;
Step S104: the content-data of said functional module is generated as content of pages through said pagefile.
It is as shown in Figure 6 that the page that the application embodiment provides and relation between the module are connected synoptic diagram, can be known that by Fig. 6 homepage is through self page logic and pagefile; Generate the layout framework of homepage, the particular content in its framework is generated by the page area calling functional modules; Use same logical relation up and down between homepage and the module; Each module is functional module fully independently, and does not need linking relationship between module and the homepage, does not have corresponding control of authority.
For aforesaid method embodiment; For simple description; So it all is expressed as a series of combination of actions, but those skilled in the art should know that the present invention does not receive the restriction of described sequence of movement; Because according to the present invention, some step can adopt other orders or carry out simultaneously.Secondly, those skilled in the art also should know, the embodiment described in the instructions all belongs to preferred embodiment, and related action and module might not be that the present invention is necessary.
To above method embodiment; The application embodiment also provides a kind of page module generation system; Its structural representation is as shown in Figure 7, comprises page definition unit 301, concerns and set up unit 302, call unit 303, resolution unit 304 and generation unit 305;
Wherein:
Page definition unit 301 is used to define page layout, is the page area of a plurality of storage different contents with said page division;
Relation is set up unit 302 and is used to set up the page area of said page definition unit 301 divisions and the call relation of functional module;
Call unit 303 is used for setting up the call relation of setting up unit 302 according to said relation said functional module is called;
Resolution unit 304 is used for resolving the service logic of the functional module that said call unit 303 calls;
Generation unit 305 is used for generating and said functional module corresponding page content according to the service logic that said resolution unit 304 is resolved.
On the basis of system shown in Figure 7, the application embodiment also provides a detailed structure synoptic diagram of page module generation system as shown in Figure 8, also comprises: assembled unit 306;
Assembled unit 306 is used for the content of pages that said generation unit 305 generates is made up.
On the basis of system shown in Figure 8, the application embodiment provides the another detailed structure synoptic diagram of page module generation system as shown in Figure 9, also comprises judging unit 307;
Judging unit 307 is used for before the content of pages that 306 pairs of said generation units 305 of said assembled unit generate makes up, judging the generative process whether said generation unit 305 is accomplished functional module corresponding page content.
Figure 10 provides the detailed structure synoptic diagram of generation unit among the application embodiment; Generation unit 305 comprises:
Interface is set up subelement 401, content is obtained subelement 402, related subelement 403 and generated subelement 404;
Wherein:
Interface is set up the service logic realization interface that subelement 401 is used to set up said functional module;
Content is obtained subelement 402 and is used for setting up the content-data that interface that subelement 401 sets up obtains said functional module according to said interface;
The pagefile that related subelement 403 is used for said content is obtained the said functional module in content-data territory of the functional module that subelement 402 obtains carries out association;
Generating subelement 404 is used for through said module pagefile said module contents data being generated content of pages.
For system embodiment, because it is basically corresponding to method embodiment, so description is fairly simple, relevant part gets final product referring to the part explanation of method embodiment.
Method embodiment and system embodiment that cumulated volume application embodiment provides; Among the present invention; With the page area of page division for the storage different content, call the functional module that is under the complete separate state through page area, only realize generative process to the page through calling module; Avoided in the service code with the nested full page of service code of equal modules; Make the degree of coupling of full page increase; If the equal modules content of being quoted in a plurality of pages needs to change, then need be to the problem that part is made amendment of quoting in a plurality of pages.
Each embodiment in this instructions all adopts the mode of going forward one by one to describe, and identical similar part is mutually referring to getting final product between each embodiment, and each embodiment stresses all is the difference with other embodiment.The above only is the application's a embodiment; Should be pointed out that for those skilled in the art, under the prerequisite that does not break away from the application's principle; Can also make some improvement and retouching, these improvement and retouching also should be regarded as the application's protection domain.

Claims (9)

1. a page module generation method is characterized in that, comprising:
The definition page layout is the page area of a plurality of storage different contents with said page division;
Set up the call relation of said page area and functional module;
According to said call relation said functional module is called;
Resolve the service logic in the said functional module of calling, generate and said functional module corresponding page content according to said service logic.
2. method according to claim 1 is characterized in that, also comprises:
The process that the content of pages that the functional module that said a plurality of different page areas are called generates makes up.
3. method according to claim 2 is characterized in that, the Cheng Qian excessively in that the said content of pages that functional module is generated makes up also comprises:
The functional module that said a plurality of different page areas are called generates the process of content of pages and judges;
Judge whether functional module that said a plurality of different page areas call all accomplishes the generative process with its corresponding page content.
4. method according to claim 1 is characterized in that, the process that generates said functional module corresponding page content according to said service logic is specially:
The service logic of setting up said functional module realizes interface;
Obtain the content-data of said functional module according to said interface;
Carry out related with pagefile in the said functional module content-data of said functional module;
Through said pagefile the content-data of said functional module is generated as content of pages.
5. method according to claim 4 is characterized in that, said module pagefile can related a plurality of module contents data.
6. a page module generation system is characterized in that, comprising:
Page definition unit, relation are set up unit, call unit, resolution unit and generation unit;
Wherein:
Said page definition unit is used to define page layout, is the page area of a plurality of storage different contents with said page division;
Said relation is set up the unit and is used to set up the page area of said page definition dividing elements and the call relation of functional module;
Said call unit is used for setting up the call relation of setting up the unit according to said relation said functional module is called;
Said resolution unit is used for resolving the service logic of the functional module that said call unit calls;
The service logic that said generation unit is used for resolving according to said resolution unit generates and said functional module corresponding page content.
7. system according to claim 6 is characterized in that, also comprises: assembled unit;
Said assembled unit is used for the content of pages that said generation unit generates is made up.
8. system according to claim 7 is characterized in that, also comprises judging unit;
Said judging unit is used for before the content of pages that said assembled unit generates said generation unit makes up, judging whether said generation unit accomplishes the generative process to functional module corresponding page content.
9. system according to claim 6 is characterized in that, said generation unit comprises:
Interface is set up subelement, content is obtained subelement, related subelement and generated subelement;
Wherein:
Said interface is set up the service logic realization interface that subelement is used to set up said functional module;
Said content is obtained subelement and is used for setting up the content-data that interface that subelement sets up obtains said functional module according to said interface;
The pagefile that said related subelement is used for said content is obtained the said functional module in content-data territory of the functional module that subelement obtains carries out association;
Said generation subelement is used for through said module pagefile said module contents data being generated content of pages.
CN201010582269.7A 2010-12-10 2010-12-10 Page modularity generation method and page modularity generation system Active CN102541851B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201010582269.7A CN102541851B (en) 2010-12-10 2010-12-10 Page modularity generation method and page modularity generation system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010582269.7A CN102541851B (en) 2010-12-10 2010-12-10 Page modularity generation method and page modularity generation system

Publications (2)

Publication Number Publication Date
CN102541851A true CN102541851A (en) 2012-07-04
CN102541851B CN102541851B (en) 2014-05-14

Family

ID=46348775

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010582269.7A Active CN102541851B (en) 2010-12-10 2010-12-10 Page modularity generation method and page modularity generation system

Country Status (1)

Country Link
CN (1) CN102541851B (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103064685A (en) * 2012-12-27 2013-04-24 北京思特奇信息技术股份有限公司 Method and device for configuring webpage in modularization mode
CN104268258A (en) * 2014-10-09 2015-01-07 北京国双科技有限公司 Webpage multilevel routing method and device
CN104346333A (en) * 2013-07-23 2015-02-11 腾讯科技(深圳)有限公司 Web application implementing method and device
CN104360857A (en) * 2014-11-10 2015-02-18 广东威创视讯科技股份有限公司 Method and module for mutual control among multiple pages
CN106033372A (en) * 2015-03-19 2016-10-19 阿里巴巴集团控股有限公司 Page switching method and apparatus
CN106951271A (en) * 2017-04-18 2017-07-14 北京思特奇信息技术股份有限公司 A kind of module loading method and system based on JavaScript
CN107450929A (en) * 2017-08-10 2017-12-08 武汉斗鱼网络科技有限公司 Page development method and device
CN107643872A (en) * 2016-07-20 2018-01-30 平安科技(深圳)有限公司 Multimode page control method and device
CN108153798A (en) * 2016-12-02 2018-06-12 阿里巴巴集团控股有限公司 Page info processing method, apparatus and system
CN108563677A (en) * 2018-03-05 2018-09-21 五八有限公司 Data display method, device, electronic equipment and storage medium
CN109388770A (en) * 2018-09-17 2019-02-26 北京市计算中心 Web page generation method and device
CN109388443A (en) * 2017-08-09 2019-02-26 中兴通讯股份有限公司 A kind of template independent solution, device and the storage medium of more framework templates
CN109582347A (en) * 2018-10-15 2019-04-05 平安科技(深圳)有限公司 A kind of method and device obtaining front-end code
CN110471781A (en) * 2019-08-22 2019-11-19 北京字节跳动网络技术有限公司 Processing method, device, electronic equipment and the storage medium of page data
CN114385230A (en) * 2021-12-15 2022-04-22 上海金仕达软件科技有限公司 System construction method, apparatus, computer device, storage medium, and program product

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070198924A1 (en) * 1999-03-02 2007-08-23 Hiroshi Koike Dynamic web page generation method and system
CN101311925A (en) * 2007-05-23 2008-11-26 杭州华三通信技术有限公司 Web page development and maintenance method and its device
CN101609398A (en) * 2008-06-18 2009-12-23 中兴通讯股份有限公司 The development system of network application and method
CN101645084A (en) * 2009-04-23 2010-02-10 中国科学院声学研究所 Processing method of dynamic data of embedded browser

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070198924A1 (en) * 1999-03-02 2007-08-23 Hiroshi Koike Dynamic web page generation method and system
CN101311925A (en) * 2007-05-23 2008-11-26 杭州华三通信技术有限公司 Web page development and maintenance method and its device
CN101609398A (en) * 2008-06-18 2009-12-23 中兴通讯股份有限公司 The development system of network application and method
CN101645084A (en) * 2009-04-23 2010-02-10 中国科学院声学研究所 Processing method of dynamic data of embedded browser

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103064685B (en) * 2012-12-27 2016-07-13 北京思特奇信息技术股份有限公司 A kind of method of modular arrangements Webpage and device
CN103064685A (en) * 2012-12-27 2013-04-24 北京思特奇信息技术股份有限公司 Method and device for configuring webpage in modularization mode
CN104346333A (en) * 2013-07-23 2015-02-11 腾讯科技(深圳)有限公司 Web application implementing method and device
CN104268258B (en) * 2014-10-09 2018-02-23 北京国双科技有限公司 The multistage method for routing and device of webpage
CN104268258A (en) * 2014-10-09 2015-01-07 北京国双科技有限公司 Webpage multilevel routing method and device
CN104360857A (en) * 2014-11-10 2015-02-18 广东威创视讯科技股份有限公司 Method and module for mutual control among multiple pages
CN106033372A (en) * 2015-03-19 2016-10-19 阿里巴巴集团控股有限公司 Page switching method and apparatus
CN107643872B (en) * 2016-07-20 2019-12-27 平安科技(深圳)有限公司 Multi-module page control method and device
CN107643872A (en) * 2016-07-20 2018-01-30 平安科技(深圳)有限公司 Multimode page control method and device
CN108153798A (en) * 2016-12-02 2018-06-12 阿里巴巴集团控股有限公司 Page info processing method, apparatus and system
CN108153798B (en) * 2016-12-02 2022-02-18 阿里巴巴集团控股有限公司 Page information processing method, device and system
CN106951271A (en) * 2017-04-18 2017-07-14 北京思特奇信息技术股份有限公司 A kind of module loading method and system based on JavaScript
CN109388443A (en) * 2017-08-09 2019-02-26 中兴通讯股份有限公司 A kind of template independent solution, device and the storage medium of more framework templates
CN107450929A (en) * 2017-08-10 2017-12-08 武汉斗鱼网络科技有限公司 Page development method and device
CN108563677A (en) * 2018-03-05 2018-09-21 五八有限公司 Data display method, device, electronic equipment and storage medium
CN108563677B (en) * 2018-03-05 2022-11-29 五八有限公司 Data display method and device, electronic equipment and storage medium
CN109388770A (en) * 2018-09-17 2019-02-26 北京市计算中心 Web page generation method and device
CN109582347A (en) * 2018-10-15 2019-04-05 平安科技(深圳)有限公司 A kind of method and device obtaining front-end code
CN109582347B (en) * 2018-10-15 2024-04-02 平安科技(深圳)有限公司 Method and device for acquiring front-end codes
CN110471781A (en) * 2019-08-22 2019-11-19 北京字节跳动网络技术有限公司 Processing method, device, electronic equipment and the storage medium of page data
CN114385230A (en) * 2021-12-15 2022-04-22 上海金仕达软件科技有限公司 System construction method, apparatus, computer device, storage medium, and program product

Also Published As

Publication number Publication date
CN102541851B (en) 2014-05-14

Similar Documents

Publication Publication Date Title
CN102541851B (en) Page modularity generation method and page modularity generation system
CN102855178A (en) Method and device for generating Mock base during unit test
CN107220376B (en) Data query method and device
CN102760062A (en) Parameter setting method for embedded software based on rail transit
CN103414767A (en) Method and device for deploying application software on cloud computing platform
CN103902353A (en) Virtual machine deployment method and device
CN105243006A (en) Flow layer setting method and apparatus based on flow experiment and flow experiment implementing method and apparatus
CN101650652A (en) Method and device for developing business processes
CN103019848B (en) Method for realizing peripheral component interconnect (PCI) bus non-vector interrupt
CN105359122A (en) Enhanced data transfer in multi-CPU systems
CN102455903B (en) Method for generating user application interface
CN102789394A (en) Method, device and nodes for parallelly processing information and server cluster
CN109933430A (en) The method and apparatus for distributing graphics processor
CN106776074A (en) A kind of web plug-in units call method and system based on http
CN104700187A (en) Bill generation method
CN104978169B (en) The SDK processing method and processing devices of Periodical Reading application
CN102436390A (en) Method and equipment for upgrading software of multi-core processor
Li et al. Vertex‐Transitive Cubic Graphs of Square‐Free Order
Donnelly Semiconductor and ICT industrial policy in the US and EU: geopolitical threat responses
CN104866460A (en) Fault-tolerant self-adaptive reconfigurable system and method based on SoC
CN104463480A (en) Multifunctional passenger information management system
CN102799581B (en) A kind of system and method realizing cross-platform graphic library
CN106886611A (en) Virtual Eco-industrial Park Eco industrial chain link information processing system
CN106294731A (en) Enter management method and the device of database data
CN102662807A (en) Java card stack performance test application program and making method for framework thereof

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
TR01 Transfer of patent right

Effective date of registration: 20211229

Address after: 201901 room 136, building 2, No. 2038, Taihe Road, Baoshan District, Shanghai

Patentee after: Shanghai Guanyi Cloud Computing Software Co.,Ltd.

Address before: 518000 hi tech Industrial Village, Shennan Avenue, Shenzhen, Guangdong, Nanshan District W1-B4

Patentee before: Kingdee software (China) Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20221116

Address after: 518057 1-8 / F, block a, Kingdee Software Park, No.2, Keji South 12th Road, Nanshan District, Shenzhen City, Guangdong Province

Patentee after: Kingdee software (China) Co.,Ltd.

Address before: 201901 room 136, building 2, No. 2038, Taihe Road, Baoshan District, Shanghai

Patentee before: Shanghai Guanyi Cloud Computing Software Co.,Ltd.

TR01 Transfer of patent right