CN113721867A - Cloud platform multi-tenant form printing method and system - Google Patents

Cloud platform multi-tenant form printing method and system Download PDF

Info

Publication number
CN113721867A
CN113721867A CN202110961904.0A CN202110961904A CN113721867A CN 113721867 A CN113721867 A CN 113721867A CN 202110961904 A CN202110961904 A CN 202110961904A CN 113721867 A CN113721867 A CN 113721867A
Authority
CN
China
Prior art keywords
tenant
parameters
printing
service
printed
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
CN202110961904.0A
Other languages
Chinese (zh)
Other versions
CN113721867B (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.)
Research Institute of Nuclear Power Operation
China Nuclear Power Operation Technology Corp Ltd
Original Assignee
Research Institute of Nuclear Power Operation
China Nuclear Power Operation Technology Corp 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 Research Institute of Nuclear Power Operation, China Nuclear Power Operation Technology Corp Ltd filed Critical Research Institute of Nuclear Power Operation
Priority to CN202110961904.0A priority Critical patent/CN113721867B/en
Publication of CN113721867A publication Critical patent/CN113721867A/en
Application granted granted Critical
Publication of CN113721867B publication Critical patent/CN113721867B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1223Dedicated interfaces to print systems specifically adapted to use a particular technique
    • G06F3/1237Print job management
    • G06F3/1253Configuration of print job parameters, e.g. using UI at the client
    • G06F3/1257Configuration of print job parameters, e.g. using UI at the client by using pre-stored settings, e.g. job templates, presets, print styles
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1202Dedicated interfaces to print systems specifically adapted to achieve a particular effect
    • G06F3/1203Improving or facilitating administration, e.g. print management
    • G06F3/1204Improving or facilitating administration, e.g. print management resulting in reduced user or operator actions, e.g. presetting, automatic actions, using hardware token storing data

Abstract

The invention discloses a cloud platform multi-tenant form printing method and a cloud platform multi-tenant form printing system, which relate to the field of data processing, wherein the method comprises the steps of obtaining form parameters of a form to be printed based on a determined form to be printed; designing a form, configuring form rules and binding form parameters; calculating to obtain a printed service address based on the acquired form parameters; and inputting the form parameters into the form according to the service address obtained by calculation, and finishing the printing of the form. The invention can greatly reduce the workload of development and maintenance for form printing and can adapt to changeable user requirements.

Description

Cloud platform multi-tenant form printing method and system
Technical Field
The invention relates to the field of data processing, in particular to a cloud platform multi-tenant form printing method and system.
Background
Currently, in a cloud platform-based multi-tenant group application system, form printing is a common application requirement, and a traditional printing mode is to develop, manage and deploy different services for different tenants, so as to meet different form response requirements.
Because different services need to be developed, managed and deployed for different tenants to realize printing, in the development, operation and maintenance management processes of the cloud platform multi-tenant system, repeated work is more, development and management are complex, the maintenance workload is extremely large, and the management and maintenance workload is greatly increased.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide a cloud platform multi-tenant form printing method and system, which can greatly reduce the workload of development and maintenance for form printing and can adapt to variable user requirements.
In order to achieve the above purpose, the invention provides a cloud platform multi-tenant form printing method, which specifically comprises the following steps:
obtaining form parameters of the form to be printed based on the determined form to be printed;
designing a form, configuring form rules and binding form parameters;
calculating to obtain a printed service address based on the acquired form parameters;
and inputting the form parameters into the form according to the service address obtained by calculation, and finishing the printing of the form.
On the basis of the technical scheme, the form parameters comprise a form name identification code, a data source definition array of form advance data, a tenant ID and extension parameters.
On the basis of the technical scheme, the step of calculating the service address of the printing comprises the following specific steps:
acquiring a tenant ID;
calculating to obtain a form name according to the form name identification code, the extension parameters and the obtained tenant ID;
defining an array, a tenant ID and an extension parameter according to the form name identification code and a data source definition array of form advanced data, and calculating to obtain a data acquisition character string and a service address of form service based on a preset algorithm;
and performing splicing calculation on the service address, the form name, the tenant ID, the data acquisition character string and the extension parameter of the form service to obtain the printed service address.
On the basis of the technical scheme, the acquiring of the tenant ID comprises the following specific steps: judging whether a tenant ID exists: if yes, acquiring the existing tenant ID; and if not, acquiring a default tenant ID.
On the basis of the technical scheme, the form name is obtained through calculation according to the form name identification code, the extension parameters and the acquired tenant ID, wherein a calculation formula for calculating the form name is as follows:
repname=g(repid,tenantid,…)
wherein repnameDenotes the form name, g (rep)idTenntid, …) represents a form name calculation function, tenntid represents a tenant ID, … represents an extension parameter, repidRepresenting the form name identification code.
On the basis of the technical scheme, the data acquisition character string and the form service address are calculated and obtained based on a preset algorithm, wherein:
the calculation formula for obtaining the data acquisition character string by calculation is as follows:
retstr=getRetrieveStr(retdate)
where retstr denotes a data acquisition string, getrievet Str (ret)date) Representing a data acquisition string computation function, retdateA data source definition array representing form advance data;
the calculation formula for calculating the service address of the form service is as follows:
repserver=f(repid,retdate,tenantid,…)
wherein, repserver represents the service address of the form service, represents the form name identification code, represents the tenant ID, and … represents the extension parameter.
On the basis of the technical scheme, the form parameters are input into the form according to the service address obtained by calculation, and the specific steps comprise:
generating a form printing request based on the obtained printing service address;
analyzing the form to be printed and acquiring form parameters of the form to be printed according to the form printing request;
the form parameters are entered into the form.
The invention provides a cloud platform multi-tenant form printing system, which comprises:
the front end component is a front end operation end or a front end development end, and is used for designing a form, configuring form rules, binding form parameters and printing and previewing the form;
the back end part is a server end, is used for executing the form, acquiring the form parameters of the form to be printed according to the form printing request and inputting the form parameters into the form, and is also used for previewing and printing the front end of the form.
On the basis of the technical proposal, the device comprises a shell,
the front-end component comprises a configuration operation component and a development use component;
the configuration operation component comprises a form design component and a form configuration component, and is used for the design of the form, the configuration of the form rule and the binding of the form parameter;
the development use component includes a print component and a preview component, the development use component for printing and previewing of forms.
On the basis of the technical proposal, the device comprises a shell,
the back end part comprises a back end design configuration service part and a back end scheduling service part;
the back-end design and configuration service component is used for the design of the form, the binding of data, the configuration of rules and the configuration of form parameters;
the back-end scheduling service part is used for executing the form, acquiring the form parameters of the form to be printed according to the form printing request and inputting the form parameters into the form, and the back-end part is also used for previewing and printing the front end of the form.
Compared with the prior art, the invention has the advantages that: the method comprises the steps of obtaining form parameters of a form to be printed based on the determined form to be printed, then designing the form and configuring form rules, binding the form parameters, then calculating a printed service address based on the obtained form parameters, finally inputting the form parameters into the form according to the calculated service address, and completing printing of the form.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a flowchart of a method for printing a form of multiple tenants on a cloud platform according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a cloud platform multi-tenant form printing system in an embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a cloud platform multi-tenant form printing method, which includes the steps of obtaining form parameters of a form to be printed based on the determined form to be printed, designing the form and configuring form rules, binding the form parameters, calculating to obtain a printing service address based on the obtained form parameters, inputting the form parameters into the form according to the calculated service address, and completing printing of the form. The embodiment of the invention correspondingly provides a cloud platform multi-tenant form printing system.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, a method for printing a form of multiple tenants on a cloud platform provided in an embodiment of the present invention specifically includes the following steps:
s1: and acquiring form parameters of the form to be printed based on the determined form to be printed.
Specifically, when the form is printed, the form to be printed is selected and determined in the service function interface, and the form data of the form to be printed is prepared. The form parameters comprise a form name identification code, a data source definition array of form advance data, a tenant ID and extension parameters.
S2: designing a form, configuring form rules and binding form parameters; namely, the design of the form style and the configuration of the form arrangement rule are performed, and then the form parameters of the form to be printed, which are acquired in step S1, are bound.
S3: calculating to obtain a printed service address based on the acquired form parameters;
s4: and inputting the form parameters into the form according to the service address obtained by calculation, and finishing the printing of the form.
The method comprises the steps of obtaining form parameters of a form to be printed based on the determined form to be printed, then designing the form and configuring form rules, binding the form parameters, then calculating a printing service address based on the obtained form parameters, finally inputting the form parameters into the form according to the calculated service address, and completing the printing of the form.
In the embodiment of the invention, the printing service address is obtained by calculation, and the specific steps comprise:
s301: acquiring a tenant ID;
s302: calculating to obtain a form name according to the form name identification code, the extension parameters and the obtained tenant ID;
s303: defining an array, a tenant ID and an extension parameter according to the form name identification code and a data source definition array of form advanced data, and calculating to obtain a data acquisition character string and a service address of form service based on a preset algorithm;
s304: and performing splicing calculation on the service address, the form name, the tenant ID, the data acquisition character string and the extension parameter of the form service to obtain the printed service address.
In the embodiment of the present invention, acquiring a tenant ID includes the specific steps of: judging whether a tenant ID exists: if yes, acquiring the existing tenant ID; and if not, acquiring a default tenant ID.
In the embodiment of the invention, the form name is obtained by calculation according to the form name identification code, the extension parameter and the acquired tenant ID, wherein the calculation formula for calculating the form name is as follows:
repname=g(repid,tenantid,…)
wherein repnameDenotes the form name, g (rep)idTenntid, …) represents a form name calculation function, tenntid represents a tenant ID, … represents an extension parameter, repidRepresenting the form name identification code.
In the embodiment of the invention, based on a preset algorithm, a data acquisition character string and a form service address are obtained by calculation, wherein:
the calculation formula for obtaining the data acquisition character string by calculation is as follows:
retstr=getRetrieveStr(retdate)
where retstr denotes a data acquisition string, getrievet Str (ret)date) Representing a data acquisition string computation function, retdateA data source definition array representing form advance data;
the calculation formula for calculating the service address of the form service is as follows:
repserver=f(repid,retdate,tenantid,…)
wherein, repserver represents the service address of the form service, represents the form name identification code, represents the tenant ID, and … represents the extension parameter.
In the embodiment of the invention, the form parameters are input into the form according to the service address obtained by calculation, and the specific steps comprise:
s401: generating a form printing request based on the obtained printing service address;
s402: analyzing the form to be printed and acquiring form parameters of the form to be printed according to the form printing request;
s403: the form parameters are entered into the form.
According to the cloud platform multi-tenant form printing method provided by the embodiment of the invention, the form parameters of the form to be printed are obtained based on the determined form to be printed, then the design of the form and the configuration of the form rule are carried out, the form parameters are bound, then the printing service address is obtained by calculation based on the obtained form parameters, finally the form parameters are input into the form according to the service address obtained by calculation, the printing of the form is completed, and the use of different tenants is supported in one service configuration, so that the development and maintenance workload is greatly reduced, and the method can adapt to changeable user requirements.
Referring to fig. 2, an embodiment of the present invention further provides a cloud platform multi-tenant form printing system, which is used to implement the above-mentioned cloud platform multi-tenant form printing method.
The front-end component is a front-end operation end or a front-end development end, and is used for designing forms, configuring form rules, binding form parameters and printing and previewing the forms. The back end part is a server end, is used for executing the form, acquiring the form parameters of the form to be printed according to the form printing request and inputting the form parameters into the form, and is also used for previewing and printing the front end of the form.
In the embodiment of the invention, the front-end component comprises a configuration operation component and a development use component, wherein the configuration operation component comprises a form design component and a form configuration component, and the configuration operation component is used for the design of a form, the configuration of form rules and the binding of form parameters; the development use component includes a print component and a preview component, the development use component being used for printing and previewing of the form.
In the embodiment of the invention, the back end part comprises a back end design configuration service part and a back end scheduling service part; the back-end design configuration service component is used for the design of the form, the binding of data, the configuration of rules and the configuration of form parameters; the back-end scheduling service part is used for executing the form, acquiring the form parameters of the form to be printed according to the form printing request and inputting the form parameters into the form, and the back-end part is also used for previewing and printing the front end of the form.
The following describes a procedure of implementing the form printing method by the form printing system.
The method comprises the steps of firstly, selecting form printing on a service function interface, calling a printing method of a form printing assembly, then, obtaining relevant configuration information from a configuration operation component by a front end component, returning the configuration information to the front end component by the configuration operation component, then, carrying out address calculation by the front end component, submitting a form printing request to a rear end scheduling service component by the front end component after the calculation is finished, analyzing a form by the rear end scheduling service component according to the form printing request, obtaining form parameters of the form to be printed by a rear end design configuration service component and returning the form parameters to the rear end scheduling service component, inputting the form parameters into the form by the rear end scheduling service component, integrating data, returning the data to the front end component, and carrying out form printing by the front end component. By supporting the use of different tenants in one service configuration, the workload of development and maintenance is greatly reduced, and the diversified user demands can be adapted. The method realizes the efficient development of the form function of the multi-tenant group application system and realizes the simplification of the operation and maintenance of the form of the multi-tenant group application system.
The above description is merely exemplary of the present application and is presented to enable those skilled in the art to understand and practice the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.

Claims (10)

1. A cloud platform multi-tenant form printing method is characterized by comprising the following steps:
obtaining form parameters of the form to be printed based on the determined form to be printed;
designing a form, configuring form rules and binding form parameters;
calculating to obtain a printed service address based on the acquired form parameters;
and inputting the form parameters into the form according to the service address obtained by calculation, and finishing the printing of the form.
2. The form printing method for the cloud platform multi-tenant according to claim 1, characterized in that: the form parameters comprise a form name identification code, a data source definition array of form advance data, a tenant ID and extension parameters.
3. The cloud platform multi-tenant form printing method according to claim 2, wherein the step of calculating the service address to be printed includes:
acquiring a tenant ID;
calculating to obtain a form name according to the form name identification code, the extension parameters and the obtained tenant ID;
defining an array, a tenant ID and an extension parameter according to the form name identification code and a data source definition array of form advanced data, and calculating to obtain a data acquisition character string and a service address of form service based on a preset algorithm;
and performing splicing calculation on the service address, the form name, the tenant ID, the data acquisition character string and the extension parameter of the form service to obtain the printed service address.
4. The cloud platform multi-tenant form printing method according to claim 3, wherein the acquiring of the tenant ID includes: judging whether a tenant ID exists: if yes, acquiring the existing tenant ID; and if not, acquiring a default tenant ID.
5. The cloud platform multi-tenant form printing method according to claim 3, wherein the form name is obtained through calculation according to the form name identification code, the extended parameter and the obtained tenant ID, and a calculation formula for calculating the form name is as follows:
repname=g(repid,tenantid,…)
wherein repnameDenotes the form name, g (rep)idTenntid, …) represents a form name calculation function, tenntid represents a tenant ID, … represents an extension parameter, repidRepresenting the form name identification code.
6. The form printing method for the cloud platform multi-tenant according to claim 3, wherein a data acquisition character string and a form service address are calculated based on a preset algorithm, wherein:
the calculation formula for obtaining the data acquisition character string by calculation is as follows:
retstr=getRetrieveStr(retdate)
where retstr denotes a data acquisition string, getrievet Str (ret)date) Representing a data acquisition string computation function, retdateA data source definition array representing form advance data;
the calculation formula for calculating the service address of the form service is as follows:
repserver=f(repid,retdate,tenantid,…)
wherein, repserver represents the service address of the form service, represents the form name identification code, represents the tenant ID, and … represents the extension parameter.
7. The form printing method for the cloud platform multi-tenant according to claim 1, wherein the form parameters are input into the form according to the service address obtained through calculation, and the specific steps include:
generating a form printing request based on the obtained printing service address;
analyzing the form to be printed and acquiring form parameters of the form to be printed according to the form printing request;
the form parameters are entered into the form.
8. A cloud platform multi-tenant form printing system for implementing the method of claim 1, comprising:
the front end component is a front end operation end or a front end development end, and is used for designing a form, configuring form rules, binding form parameters and printing and previewing the form;
the back end part is a server end, is used for executing the form, acquiring the form parameters of the form to be printed according to the form printing request and inputting the form parameters into the form, and is also used for previewing and printing the front end of the form.
9. The cloud platform multi-tenant form printing system of claim 8, wherein:
the front-end component comprises a configuration operation component and a development use component;
the configuration operation component comprises a form design component and a form configuration component, and is used for the design of the form, the configuration of the form rule and the binding of the form parameter;
the development use component includes a print component and a preview component, the development use component for printing and previewing of forms.
10. The cloud platform multi-tenant form printing system of claim 8, wherein:
the back end part comprises a back end design configuration service part and a back end scheduling service part;
the back-end design and configuration service component is used for the design of the form, the binding of data, the configuration of rules and the configuration of form parameters;
the back-end scheduling service part is used for executing the form, acquiring the form parameters of the form to be printed according to the form printing request and inputting the form parameters into the form, and the back-end part is also used for previewing and printing the front end of the form.
CN202110961904.0A 2021-08-20 2021-08-20 Form printing method and system for cloud platform multi-tenant Active CN113721867B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110961904.0A CN113721867B (en) 2021-08-20 2021-08-20 Form printing method and system for cloud platform multi-tenant

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110961904.0A CN113721867B (en) 2021-08-20 2021-08-20 Form printing method and system for cloud platform multi-tenant

Publications (2)

Publication Number Publication Date
CN113721867A true CN113721867A (en) 2021-11-30
CN113721867B CN113721867B (en) 2024-01-30

Family

ID=78677186

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110961904.0A Active CN113721867B (en) 2021-08-20 2021-08-20 Form printing method and system for cloud platform multi-tenant

Country Status (1)

Country Link
CN (1) CN113721867B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110001995A1 (en) * 2009-07-01 2011-01-06 Canon Kabushiki Kaisha Form printing system, control method and computer-readable medium
JP2015082183A (en) * 2013-10-22 2015-04-27 キヤノン株式会社 Document creation system
US20150153981A1 (en) * 2013-12-04 2015-06-04 Fuji Xerox Co., Ltd. Printing system, information processing apparatus, computer readable medium, and image forming apparatus
CN107145312A (en) * 2017-04-27 2017-09-08 广州慧扬健康科技有限公司 Semi-automatic printing masterplate designer based on electronic health record Form Designer
CN107526556A (en) * 2017-08-29 2017-12-29 武汉数元网络技术有限公司 Print from the definition system and method
US20180173477A1 (en) * 2016-12-20 2018-06-21 Sap Se Integrated services for forms generation and maintenance on cloud
CN111208956A (en) * 2019-12-26 2020-05-29 广东飞企互联科技股份有限公司 Method and system for realizing electronic official document form printing according to printing template
CN111427559A (en) * 2019-01-10 2020-07-17 阿里巴巴集团控股有限公司 Method for realizing form customized service, form generation method, device and system
CN111488130A (en) * 2020-03-20 2020-08-04 厦门汉印电子技术有限公司 Cloud printing method, device and system and cloud printer
CN112508431A (en) * 2020-12-15 2021-03-16 平安国际智慧城市科技股份有限公司 Construction method, framework, equipment and medium suitable for multi-tenant service system

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110001995A1 (en) * 2009-07-01 2011-01-06 Canon Kabushiki Kaisha Form printing system, control method and computer-readable medium
JP2015082183A (en) * 2013-10-22 2015-04-27 キヤノン株式会社 Document creation system
US20150153981A1 (en) * 2013-12-04 2015-06-04 Fuji Xerox Co., Ltd. Printing system, information processing apparatus, computer readable medium, and image forming apparatus
US20180173477A1 (en) * 2016-12-20 2018-06-21 Sap Se Integrated services for forms generation and maintenance on cloud
CN107145312A (en) * 2017-04-27 2017-09-08 广州慧扬健康科技有限公司 Semi-automatic printing masterplate designer based on electronic health record Form Designer
CN107526556A (en) * 2017-08-29 2017-12-29 武汉数元网络技术有限公司 Print from the definition system and method
CN111427559A (en) * 2019-01-10 2020-07-17 阿里巴巴集团控股有限公司 Method for realizing form customized service, form generation method, device and system
CN111208956A (en) * 2019-12-26 2020-05-29 广东飞企互联科技股份有限公司 Method and system for realizing electronic official document form printing according to printing template
CN111488130A (en) * 2020-03-20 2020-08-04 厦门汉印电子技术有限公司 Cloud printing method, device and system and cloud printer
CN112508431A (en) * 2020-12-15 2021-03-16 平安国际智慧城市科技股份有限公司 Construction method, framework, equipment and medium suitable for multi-tenant service system

Also Published As

Publication number Publication date
CN113721867B (en) 2024-01-30

Similar Documents

Publication Publication Date Title
CN106600238B (en) Method and device for realizing network service opening based on Activiti process engine
US11635974B2 (en) Providing a different configuration of added functionality for each of the stages of predeployment, deployment, and post deployment using a layer of abstraction
CN108600311B (en) Method and device for simulating interface data by client
CN111026338A (en) Printing method, printing device and storage medium based on editable template
CN115600998B (en) Process management method and system based on production management platform and readable storage medium
CN112988572A (en) Multi-environment multi-channel multi-version simulation test method and device
CN106656622A (en) Method and device for configuring interface call tasks
CN112669110A (en) Server label management method and related equipment
CN112751692A (en) Service opening method and device
CN111695876A (en) Approval process processing method, device, equipment and storage medium
CN111722842A (en) Pipeline arranging method and device, electronic equipment and storage medium
CN108628733A (en) The test method and device of batch service processing operation
CN104113580A (en) hadoop cluster automatic deployment technology based on virtual machine template
CN107729117A (en) A kind of virtual machine generation method and system
CN113721867B (en) Form printing method and system for cloud platform multi-tenant
CN108319435A (en) Method of printing, device and the electronic equipment of bill
JP2007041640A (en) Document preparation support/management system, document preparation support/management method, and document preparation support/management program
CN116450021A (en) Large screen building method, system, electronic equipment and storage medium
CN104980473B (en) UI resource loading method and system
CN113535225B (en) Environment configuration file processing method, device, equipment and medium of application software
CN109164992A (en) A kind of system for supporting multilingual printing template and its be converted into html template
CN110166272A (en) The method, apparatus and system of terminal device index mediation service are provided
JP2015141719A (en) Method for usage-controlled updating of software product
CN111030874A (en) Service arranging method, equipment, storage medium and device
CN110990127B (en) Automatic deployment method, device, equipment and storage medium for virtual machine

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant