CN113721867B - Form printing method and system for cloud platform multi-tenant - Google Patents

Form printing method and system for cloud platform multi-tenant Download PDF

Info

Publication number
CN113721867B
CN113721867B CN202110961904.0A CN202110961904A CN113721867B CN 113721867 B CN113721867 B CN 113721867B CN 202110961904 A CN202110961904 A CN 202110961904A CN 113721867 B CN113721867 B CN 113721867B
Authority
CN
China
Prior art keywords
tenant
parameters
printing
printed
service
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.)
Active
Application number
CN202110961904.0A
Other languages
Chinese (zh)
Other versions
CN113721867A (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

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

The invention discloses a form printing method and a system of a cloud platform multi-tenant, and relates to the field of data processing, wherein the method comprises the steps of acquiring form parameters of a form to be printed based on a determined form to be printed; form design and form rule configuration are carried out, and form parameters are bound; based on the acquired form parameters, calculating to obtain a printed service address; 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 demands.

Description

Form printing method and system for cloud platform multi-tenant
Technical Field
The invention relates to the field of data processing, in particular to a form printing method and system for multiple tenants of a cloud platform.
Background
Currently, in a group application system based on cloud platform multi-tenant, form printing is a common application demand, and a traditional printing mode is to develop, manage and deploy different services for different tenants so as to meet different form answering demands.
Different services are required to be developed, managed and deployed for different tenants to realize printing, so that the repeated work is more, the development and management are complex, the maintenance workload is extremely high, and the management and maintenance workload is greatly increased in the development, operation and maintenance management process of the cloud platform multi-tenant system.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide a form printing method and system for cloud platform multi-tenant, which can greatly reduce the workload of development and maintenance for form printing and can adapt to changeable user demands.
In order to achieve the above purpose, the invention provides a form printing method of cloud platform multi-tenant, which specifically comprises the following steps:
acquiring form parameters of the form to be printed based on the determined form to be printed;
form design and form rule configuration are carried out, and form parameters are bound;
based on the acquired form parameters, calculating to obtain a printed service address;
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 advanced data, a tenant ID and an expansion parameter.
On the basis of the technical scheme, the service address obtained by calculation comprises the following specific steps:
acquiring a tenant ID;
calculating to obtain the 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 expansion parameter according to a form name identification code and a data source of form advanced data, and calculating to obtain a data acquisition character string and a service address of a form service based on a preset algorithm;
and performing splicing calculation on the service address of the form service, the form name, the tenant ID, the data acquisition character string and the expansion parameter to obtain the printed service address.
Based on the technical scheme, the obtaining the tenant ID comprises the following specific steps: judging whether tenant ID exists or not: if yes, acquiring the existing tenant ID; if not, acquiring the default tenant ID.
On the basis of the technical scheme, the form name is calculated according to the form name identification code, the extension parameter and the obtained tenant ID, wherein the calculation formula for calculating the form name is as follows:
rep name =g(rep id ,tenantid,…)
wherein rep name Represents the form name, g (rep id Tenntid, …) represents a form name calculation function, tenntid represents tenant ID, … represents extension parameters, rep id Representing the form name identification code.
Based on the technical scheme, based on a preset algorithm, the data acquisition character string and the form service address are calculated, wherein:
the calculation formula of the data acquisition character string obtained by calculation is as follows:
retstr=getRetrieveStr(ret date )
wherein retstr denotes a data acquisition string, gettriev str (ret date ) Representing a data acquisition string calculation function, ret date A 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(rep id ,ret date ,tenantid,…)
wherein, reps server represents the service address of the form service, rep id Representing a form name identity, tenntid representing a tenant ID,… the extension parameters.
Based on the technical scheme, the service address is obtained according to the calculation, the form parameters are input into the form, and the specific steps include:
generating a form printing request based on the obtained printed service address;
according to the form printing request, analyzing the form to be printed and acquiring form parameters of the form to be printed;
form parameters are entered into the form.
The invention provides a form printing system of a cloud platform multi-tenant, which comprises the following components:
the front end part 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 used for executing the form, acquiring form parameters of the form to be printed according to the form printing request, inputting the form parameters into the form, and previewing and printing the front end of the form.
On the basis of the technical proposal, the method comprises the following steps,
the front end part comprises a configuration operation part and a development and use part;
the configuration operation component comprises a form design component and a form configuration component, and is used for design of forms, configuration of form rules and binding of form parameters;
the development using part comprises a printing part and a preview part, and is used for printing and previewing forms.
On the basis of the technical proposal, the method comprises the following steps,
the back-end part comprises a back-end design configuration service part and a back-end dispatch service part;
the back-end design configuration service component is used for the design of forms, the binding of data, the configuration of rules and the configuration of form parameters;
the back-end scheduling service component is used for executing the form, acquiring form parameters of the form to be printed according to the form printing request, inputting the form parameters into the form, and previewing and printing the front end of the form.
Compared with the prior art, the invention has the advantages that: the form parameters of the form to be printed are acquired based on the determined form to be printed, then the form is designed and the form rule is configured, the form parameters are bound, then the printed service address is calculated based on the acquired form parameters, finally the form parameters are input into the form according to the calculated service address, the printing of the form is completed, and the workload of development and maintenance is greatly reduced by supporting the use of different tenants in one service configuration, and the method can adapt to changeable user requirements.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a method for printing forms of multiple tenants of 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 according to an embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a form printing method of a cloud platform multi-tenant, which comprises the steps of obtaining form parameters of a form to be printed based on the determined form to be printed, then carrying out design and form rule configuration of the form, binding the form parameters, 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, completing the printing of the form, and greatly reducing the workload of development and maintenance by supporting the use of different tenants in one service configuration, and being capable of adapting to changeable user requirements. The embodiment of the invention correspondingly provides a form printing system of the cloud platform with multiple tenants.
For the purposes of making the objects, technical solutions and advantages of the embodiments of the present application more clear, the technical solutions of 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 apparent that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present application based on the embodiments herein.
Referring to fig. 1, the method for printing a form of a cloud platform multi-tenant provided by the embodiment of the 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 form printing is performed, a form to be printed is selected and determined in the business function interface, and form data of the form to be printed is prepared. The form parameters include a form name identification code, a data source definition array of form advance data, a tenant ID, and an extension parameter.
S2: form design and form rule configuration are carried out, and form parameters are bound; and (3) designing a form style, configuring a form arrangement rule, and binding the form parameters of the form to be printed acquired in the step (S1).
S3: based on the acquired form parameters, calculating to obtain a printed service address;
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 carrying out design and form rule configuration of the form, binding the form parameters, calculating to obtain a printed service address based on the obtained form parameters, and finally inputting the form parameters into the form according to the calculated service address to finish printing of the form.
In the embodiment of the invention, the service address of printing is calculated, and the specific steps include:
s301: acquiring a tenant ID;
s302: calculating to obtain the 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 expansion parameter according to a form name identification code and a data source of form advanced data, and calculating to obtain a data acquisition character string and a service address of a form service based on a preset algorithm;
s304: and performing splicing calculation on the service address of the form service, the form name, the tenant ID, the data acquisition character string and the expansion parameter to obtain the printed service address.
In the embodiment of the invention, the tenant ID is obtained by the specific steps of: judging whether tenant ID exists or not: if yes, acquiring the existing tenant ID; if not, acquiring the default tenant ID.
In the embodiment of the invention, the form name is calculated according to the form name identification code, the extension parameter and the obtained tenant ID, wherein the calculation formula for calculating the form name is as follows:
rep name =g(rep id ,tenantid,…)
wherein rep name Represents the form name, g (rep id Tenntid, …) represents a form name calculation function, tenntid represents tenant ID, … represents extension parameters, rep id Representing 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 calculated, wherein:
the calculation formula of the data acquisition character string obtained by calculation is as follows:
retstr=getRetrieveStr(ret date )
wherein retstr denotes a data acquisition string, gettriev str (ret date ) Character string calculation function for representing data acquisitionNumber, ret date A 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(rep id ,ret date ,tenantid,…)
wherein, reps server represents the service address of the form service, rep id Representing a form name identity, tenntid representing a tenant ID, … representing an 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 include:
s401: generating a form printing request based on the obtained printed service address;
s402: according to the form printing request, analyzing the form to be printed and acquiring form parameters of the form to be printed;
s403: form parameters are entered into the form.
According to the cloud platform multi-tenant form printing method, form parameters of the form to be printed are obtained based on the determined form to be printed, then form design and form rule configuration are carried out, form parameter binding is carried out, then a printed service address is obtained through calculation based on the obtained form parameters, finally the form parameters are input into the form according to the calculated service address, printing of the form is completed, and the use of different tenants is supported in one service configuration, so that development and maintenance workload is greatly reduced, and the cloud platform multi-tenant form printing method can be adapted 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 configured to implement the foregoing 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 component is a server end and is used for executing the form, acquiring form parameters of the form to be printed according to the form printing request, inputting the form parameters into the form, and previewing and printing the front end of the form.
In the embodiment of the invention, the front end part comprises a configuration operation part and a development and use part, wherein the configuration operation part comprises a form design part and a form configuration part, and is used for the design of forms, the configuration of form rules and the binding of form parameters; the development and use component comprises a printing component and a preview component, and is used for printing and previewing the form.
In the embodiment of the invention, the back-end part comprises a back-end design configuration service part and a back-end dispatch service part; the back-end design configuration service component is used for the design of forms, the binding of data, the configuration of rules and the configuration of form parameters; the back-end dispatch service component is used for executing the form, acquiring form parameters of the form to be printed according to the form printing request, inputting the form parameters into the form, and previewing and printing the front end of the form.
The following describes the process of implementing the form printing method in the form printing system in detail.
Firstly, selecting a form printing on a service function interface, calling a printing method of a form printing component, then acquiring related 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 calculating an address by the front end component, submitting a form printing request to a rear end dispatching service component by the front end component after the calculation is completed, analyzing the form according to the form printing request by the rear end dispatching service component, acquiring form parameters of the form to be printed by the rear end design configuration service component, returning the form parameters to the rear end dispatching service component, inputting the form parameters to the form by the rear end dispatching service component, integrating data, returning the data to the front end component, and printing the form 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 system can adapt to changeable user demands. The method and the system realize efficient development of the form functions of the multi-tenant group application system and simplify the operation and maintenance of the form of the multi-tenant group application system.
The foregoing is merely a specific embodiment of the application to enable one skilled in the art to understand or practice the 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 flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations 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 (8)

1. A cloud platform multi-tenant form printing method is characterized by comprising the following steps:
acquiring form parameters of the form to be printed based on the determined form to be printed;
form design and form rule configuration are carried out, and form parameters are bound;
based on the acquired form parameters, calculating to obtain a printed service address;
inputting form parameters into the form according to the service address obtained by calculation, and finishing printing the form;
the form parameters comprise a form name identification code, a data source definition array of form advanced data, a tenant ID and an expansion parameter;
the calculating to obtain the printed service address comprises the following specific steps:
acquiring a tenant ID;
calculating to obtain the 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 expansion parameter according to a form name identification code and a data source of form advanced data, and calculating to obtain a data acquisition character string and a service address of a form service based on a preset algorithm;
and performing splicing calculation on the service address of the form service, the form name, the tenant ID, the data acquisition character string and the expansion parameter to obtain the printed service address.
2. The method for printing the form of the cloud platform multi-tenant as claimed in claim 1, wherein the step of obtaining the tenant ID comprises the following specific steps: judging whether tenant ID exists or not: if yes, acquiring the existing tenant ID; if not, acquiring the default tenant ID.
3. The method for printing the form by the cloud platform multi-tenant according to claim 1, wherein the form name is calculated according to the form name identification code, the extension parameter and the obtained tenant ID, and a calculation formula for calculating the form name is as follows:
rep name =g(rep id ,tenantid,…)
wherein rep name Represents the form name, g (rep id Tenntid, …) represents a form name calculation function, tenntid represents tenant ID, … represents extension parameters, rep id Representing the form name identification code.
4. The cloud platform multi-tenant form printing method of claim 1, wherein the data acquisition string and the form service address are calculated based on a preset algorithm, wherein:
the calculation formula of the data acquisition character string obtained by calculation is as follows:
retstr=getRetrieveStr(ret date )
wherein retstr denotes a data acquisition string, gettriev str (ret date ) Representing a data acquisition string calculation function, ret date A 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(rep id ,ret date ,tenantid,…)
wherein, reps server represents the service address of the form service, rep id Representing a form name identity, tenntid representing a tenant ID, … representing an extension parameter.
5. The method for printing the form by the cloud platform multi-tenant system according to claim 1, wherein the step of inputting the form parameters into the form according to the service address obtained by calculation comprises the following specific steps:
generating a form printing request based on the obtained printed service address;
according to the form printing request, analyzing the form to be printed and acquiring form parameters of the form to be printed;
form parameters are entered into the form.
6. A cloud platform multi-tenant form printing system for implementing the method of claim 1, comprising:
the front end part 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 used for executing the form, acquiring form parameters of the form to be printed according to the form printing request, inputting the form parameters into the form, and previewing and printing the front end of the form.
7. The cloud platform multi-tenant form printing system of claim 6, wherein:
the front end part comprises a configuration operation part and a development and use part;
the configuration operation component comprises a form design component and a form configuration component, and is used for design of forms, configuration of form rules and binding of form parameters;
the development using part comprises a printing part and a preview part, and is used for printing and previewing forms.
8. The cloud platform multi-tenant form printing system of claim 6, wherein:
the back-end part comprises a back-end design configuration service part and a back-end dispatch service part;
the back-end design configuration service component is used for the design of forms, the binding of data, the configuration of rules and the configuration of form parameters;
the back-end scheduling service component is used for executing the form, acquiring form parameters of the form to be printed according to the form printing request, inputting the form parameters into the form, and 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 CN113721867A (en) 2021-11-30
CN113721867B true 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 (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015082183A (en) * 2013-10-22 2015-04-27 キヤノン株式会社 Document creation system
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
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

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011013921A (en) * 2009-07-01 2011-01-20 Canon Inc Form printing system, control method and program
US9535640B2 (en) * 2013-12-04 2017-01-03 Fuji Xerox Co., Ltd. Printing system, information processing apparatus, computer readable medium, and image forming apparatus for providing printing services over a network
US10740052B2 (en) * 2016-12-20 2020-08-11 Sap Se Integrated services for forms generation and maintenance on cloud

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015082183A (en) * 2013-10-22 2015-04-27 キヤノン株式会社 Document creation system
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
CN113721867A (en) 2021-11-30

Similar Documents

Publication Publication Date Title
CN106600238B (en) Method and device for realizing network service opening based on Activiti process engine
CN102289375B (en) Code generating method and system
CN107423952A (en) A kind of expansible DevOps continues delivery system and its method
CN110659018B (en) Method and device for realizing flow engine
CN101383871A (en) Network element configuration implementing method and apparatus
CN115600998B (en) Process management method and system based on production management platform and readable storage medium
CN107392982A (en) Photographing On-line method, apparatus and system
CN107741950A (en) Processing method, device, processor and the service end of data syn-chronization task
CN112669110A (en) Server label management method and related equipment
CN103455338A (en) Method and device for acquiring data
CN108734454A (en) Reimbursement processing method and system
CN111722842A (en) Pipeline arranging method and device, electronic equipment and storage medium
CN112988572A (en) Multi-environment multi-channel multi-version simulation test method and device
CN111695876A (en) Approval process processing method, device, equipment and storage medium
CN107071036A (en) A kind of method, the webserver and system for downloading driving file
CN115860451A (en) Flow operation method and device, electronic equipment and storage medium
CN113721867B (en) Form printing method and system for cloud platform multi-tenant
CN108628733A (en) The test method and device of batch service processing operation
CN117291517A (en) Method and device for constructing approval process
CN111027093A (en) Access right control method and device, electronic equipment and storage medium
CN103177004B (en) Ensure the method and system that repaid card data is consistent
CN109164992A (en) A kind of system for supporting multilingual printing template and its be converted into html template
JP2015141719A (en) Method for usage-controlled updating of software product
CN111290805B (en) Method and system for quickly calling aggregation function
CN107563871A (en) The management method and system of hotel's job order of OTA websites

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