CN112015432A - Static project deployment method and device - Google Patents

Static project deployment method and device Download PDF

Info

Publication number
CN112015432A
CN112015432A CN202010855283.3A CN202010855283A CN112015432A CN 112015432 A CN112015432 A CN 112015432A CN 202010855283 A CN202010855283 A CN 202010855283A CN 112015432 A CN112015432 A CN 112015432A
Authority
CN
China
Prior art keywords
static
project
data
item
information required
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010855283.3A
Other languages
Chinese (zh)
Inventor
张少辉
李筱沛
魏增艺
邹永强
杨晖
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Accumulus Technologies Tianjin Co Ltd
Original Assignee
Accumulus Technologies Tianjin 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 Accumulus Technologies Tianjin Co Ltd filed Critical Accumulus Technologies Tianjin Co Ltd
Priority to CN202010855283.3A priority Critical patent/CN112015432A/en
Publication of CN112015432A publication Critical patent/CN112015432A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a static project deployment method and device. The method comprises the following steps: acquiring at least one configuration center corresponding to the static project; acquiring a configuration file of the at least one configuration center; sending a request for initializing a configuration file to the at least one configuration center, and acquiring the initialized configuration file; operating according to the initialized configuration file and generating a data interface; and informing the static item to acquire the data information required by the stored static item through the data interface. The method solves the problems that the data of the data storage project is updated and independently operated, and an effective notification linkage mechanism is not established with the static project, so that the method is separated from the step of pulling new data to construct, pack and go-to-line with the static project.

Description

Static project deployment method and device
Technical Field
The invention relates to the field of project development and deployment, in particular to a static project deployment method and device.
Background
The project only containing the static page is called a static project, the static project requests data of a data storage project in a compiling stage, the static page is constructed by using the data obtained by the request, and then the static page is packaged and deployed. There are many environments for a data storage project, such as a development environment, a pre-production environment, and a production environment. The current common technical scheme is that a data storage project and a static project are two independent projects, after the data project is on-line, the static project can call an interface, and the updating and the deployment between the two are independent operations.
The static project pulls data of different environments of the data project, the environment required by the static project needs to be distinguished, different starting commands are written in, and the problem of repeated coding exists when the service is started according to the environment; the addition, deletion and modification of the configuration file need to update the data storage project code, and the data storage project code is invaded; the data of the data storage project is updated and independently operated, and an effective notification linkage mechanism is not established with the static project, so that the steps of pulling new data from the static project, constructing, packaging and online are separated.
Disclosure of Invention
The embodiment of the invention aims to provide a static project deployment method and a static project deployment device, which are used for solving the problems that data of a data storage project is updated and independently operated, an effective notification linkage mechanism is not established with a static project, and therefore the steps of pulling new data to construct a package and getting online with the static project are separated.
In order to solve the above problems, the present invention is realized by:
in a first aspect, the present invention provides a static item deployment method, including:
acquiring at least one configuration center corresponding to the static project;
acquiring a configuration file of the at least one configuration center;
sending a request for initializing a configuration file to the at least one configuration center, and acquiring the initialized configuration file;
operating according to the initialized configuration file and generating a data interface;
and informing the static item to acquire the data information required by the stored static item through the data interface.
Optionally, after notifying, through the data interface, that the static item acquires data information required by the stored static item, the method further includes:
and if the data information required by the static item is updated, notifying the static item to acquire the stored data information required by the updated static item through the data interface.
Optionally, the notifying, by the data interface, that the static item acquires the data information required by the stored static item includes:
and combining the data interface with the static project interface in a WEBHOOKS (network hook) mode, and informing the static project to acquire the data information required by the stored static project.
Optionally, at least one configuration center corresponding to the static item is determined according to the environment information required by the static item;
the environment information required for the static item includes at least one of the following information: a development environment; testing the environment; and (4) a production environment.
Optionally, the configuration file includes at least one of the following information: the OAUTH protocol authorizes the interface address of the login service; encrypting a connection address by the database; encrypting the decrypted service address; domain name information; port number information.
In a second aspect, an embodiment of the present invention provides a static project deployment apparatus, including:
the first acquisition module is used for acquiring at least one configuration center corresponding to the static item;
the second acquisition module is used for acquiring the configuration file of the at least one configuration center;
the first processing module is used for sending a request for initializing the configuration file to the at least one configuration center and acquiring the initialized configuration file;
the second processing module is used for operating according to the initialized configuration file and generating a data interface;
and the third processing module is used for informing the static item to acquire the data information required by the stored static item through the data interface.
Optionally, the fourth processing module is configured to notify, if the data information required by the static item is updated, the static item through the data interface to acquire the stored data information required by the updated static item.
Optionally, the third processing module includes:
and the first processing submodule is used for combining the data interface with the static project interface in a WEBHOOKS (network hook) mode and informing the static project to acquire the data information required by the stored static project.
In a third aspect, an electronic device is provided, which comprises a processor, a memory, and a program or instructions stored on the memory and executable on the processor, which when executed by the processor, implements the steps of the method according to the first aspect.
In a fourth aspect, there is provided a readable storage medium on which a program or instructions are stored, which program or instructions, when executed by a processor, performs the steps of the method according to the first aspect, or performs the steps of the method according to the first aspect.
In the embodiment of the invention, by introducing the concept of a configuration center, the external service configuration, such as domain name configuration, user service, authority service or database service, which is depended on by the data storage project, is flexibly and dynamically expanded, the project itself is not invaded when the external service configuration is updated, and the robustness of the system is enhanced; after the data storage project is updated, combining the data interface with the static project interface in a web hook (web hook) mode to notify the static project to acquire the data information required by the stored static project, and acquiring the data information required by the stored static project by the static project in a GITLAB CI (Continuous Integration) mode, so that a closed-loop mechanism is established between the static project and the static project, automatic construction and deployment are achieved, and the problems that the data of the data storage project is updated and operates independently, an effective notification linkage mechanism is not established with the static project, and the data storage project is separated from the step of pulling new data of the static project to construct, pack and go online are solved.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a schematic flowchart of a static item deployment method according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a static project deployment apparatus according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. 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 invention.
The terms first, second and the like in the description and in the claims of the present invention are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that embodiments of the invention may be practiced other than those illustrated or described herein, and that the objects identified as "first" and "second" are often referred to in this specification as a class and not a limitation of the number of objects, e.g., the first object may be one or more. In addition, "and/or" in the specification and the claims means at least one of connected objects, and a character "/" generally means that a preceding and succeeding related objects are in an "or" relationship.
Referring to fig. 1, an embodiment of the present invention provides a static item deployment method, including:
step 11: acquiring at least one configuration center corresponding to the static project;
step 12: acquiring a configuration file of the at least one configuration center;
step 13: sending a request for initializing a configuration file to the at least one configuration center, and acquiring the initialized configuration file;
step 14: operating according to the initialized configuration file and generating a data interface;
step 15: and informing the static item to acquire the data information required by the stored static item through the data interface.
In the embodiment of the invention, by introducing the concept of a configuration center, the external service configuration, such as domain name configuration, user service, authority service or database service, which is depended on by the data storage project, is flexibly and dynamically expanded, the project itself is not invaded when the external service configuration is updated, and the robustness of the system is enhanced; and through the linkage mechanism of the data storage system and the static project, the problem that the data of the data storage project is updated and independently operated, and an effective notification linkage mechanism is not established with the static project, so that the linkage mechanism is separated from the step of pulling new data to construct, pack and get on the line of the static project is solved.
In this embodiment of the present invention, optionally, after notifying, through the data interface, that the static item acquires data information required by the stored static item, the method further includes:
and if the data information required by the static item is updated, notifying the static item to acquire the stored data information required by the updated static item through the data interface.
In the embodiment of the invention, when the data information required by the static project is updated, the data information required by the static project in the data storage project is updated, and after the update is finished, the static project is informed to carry out the construction and deployment operation, so that a closed-loop mechanism is established between the static project and the data storage project, and the automatic construction and deployment are realized.
In this embodiment of the present invention, optionally, the notifying, by the data interface, that the static item acquires the data information required by the stored static item includes:
and combining the data interface with the static project interface in a WEBHOOKS (network hook) mode, and informing the static project to acquire the data information required by the stored static project. In the embodiment of the invention, the data interface is combined with the static project interface in a WEBHOOKS (network hook) mode, the static project is informed to acquire the data information required by the stored static project, the static project acquires the data information required by the stored static project in a GITLAB CI (Continuous Integration) mode, and the compiling, packaging and deployment are automatically carried out, so that the problem of real-time updating, constructing and deploying is solved.
In the embodiment of the present invention, optionally, at least one configuration center corresponding to the static item is determined according to the environment information required by the static item;
the environment information required for the static item includes at least one of the following information: a development environment; testing the environment; and (4) a production environment.
In the embodiment of the invention, the aim of flexible development and deployment is achieved by differentiating the environment information and deploying different configuration files, and the development and deployment efficiency is improved; by introducing the concept of a configuration center, the external service configuration, such as domain name configuration, user service, authority service or database service, which is dependent on the project, is flexibly and dynamically expanded, the configuration is updated without intruding into the project, and the robustness of the system is enhanced.
In this embodiment of the present invention, optionally, the configuration file includes at least one of the following information: the OAUTH protocol authorizes the interface address of the login service; encrypting a connection address by the database; encrypting the decrypted service address; domain name information; port number information.
In the embodiment of the invention, by introducing the concept of a configuration center, the external service configuration, such as domain name configuration, user service, authority service or database service, which is depended on by the data storage project, is flexibly and dynamically expanded, the project itself is not invaded when the external service configuration is updated, and the robustness of the system is enhanced; after the data storage project is updated, combining the data interface with the static project interface in a web hook (web hook) mode to notify the static project to acquire the data information required by the stored static project, and acquiring the data information required by the stored static project by the static project in a GITLAB CI (Continuous Integration) mode, so that a closed-loop mechanism is established between the static project and the static project, automatic construction and deployment are achieved, and the problems that the data of the data storage project is updated and operates independently, an effective notification linkage mechanism is not established with the static project, and the data storage project is separated from the step of pulling new data of the static project to construct, pack and go online are solved.
Referring to fig. 2, an embodiment of the present invention provides a static project deployment apparatus, including:
a first obtaining module 21, configured to obtain at least one configuration center corresponding to a static item;
a second obtaining module 22, configured to obtain a configuration file of the at least one configuration center;
the first processing module 23 is configured to send a request for initializing a configuration file to the at least one configuration center, and obtain the initialized configuration file;
the second processing module 24 is configured to operate according to the initialized configuration file and generate a data interface;
and the third processing module 25 is configured to notify the static item through the data interface to acquire data information required by the stored static item.
In the embodiment of the invention, by introducing the concept of a configuration center, the external service configuration, such as domain name configuration, user service, authority service or database service, which is depended on by the data storage project, is flexibly and dynamically expanded, the project itself is not invaded when the external service configuration is updated, and the robustness of the system is enhanced; and through the linkage mechanism of the data storage system and the static project, the problem that the data of the data storage project is updated and independently operated, and an effective notification linkage mechanism is not established with the static project, so that the linkage mechanism is separated from the step of pulling new data to construct, pack and get on the line of the static project is solved.
In the embodiment of the present invention, optionally, the fourth processing module is configured to notify the static item through the data interface to acquire the stored data information required by the updated static item if the data information required by the static item is updated.
In the embodiment of the invention, when the data information required by the static project is updated, the data information required by the static project in the data storage project is updated, and after the update is finished, the static project is informed to carry out the construction and deployment operation, so that a closed-loop mechanism is established between the static project and the data storage project, and the automatic construction and deployment are realized.
In this embodiment of the present invention, optionally, the third processing module includes:
and the first processing submodule is used for combining the data interface with the static project interface in a WEBHOOKS (network hook) mode and informing the static project to acquire the data information required by the stored static project. In the embodiment of the invention, the data interface is combined with the static project interface in a WEBHOOKS (network hook) mode, the static project is informed to acquire the data information required by the stored static project, the static project acquires the data information required by the stored static project in a GITLAB CI (Continuous Integration) mode, and the compiling, packaging and deployment are automatically carried out, so that the problem of real-time updating, constructing and deploying is solved.
In the embodiment of the invention, by introducing the concept of a configuration center, the external service configuration, such as domain name configuration, user service, authority service or database service, which is depended on by the data storage project, is flexibly and dynamically expanded, the project itself is not invaded when the external service configuration is updated, and the robustness of the system is enhanced; after the data storage project is updated, combining the data interface with the static project interface in a web hook (web hook) mode to notify the static project to acquire the data information required by the stored static project, and acquiring the data information required by the stored static project by the static project in a GITLAB CI (Continuous Integration) mode, so that a closed-loop mechanism is established between the static project and the static project, automatic construction and deployment are achieved, and the problems that the data of the data storage project is updated and operates independently, an effective notification linkage mechanism is not established with the static project, and the data storage project is separated from the step of pulling new data of the static project to construct, pack and go online are solved.
Referring to fig. 3, an electronic device 30 according to an embodiment of the present invention includes a processor 31, a memory 32, and a program or an instruction stored in the memory 32 and executable on the processor 31, where the program or the instruction when executed by the processor 31 implements the processes of the static item deployment method embodiment, and can achieve the same technical effects, and therefore, the descriptions thereof are omitted here for avoiding repetition.
The embodiment of the present invention further provides a readable storage medium, where a program or an instruction is stored on the readable storage medium, and when the program or the instruction is executed by a processor, the program or the instruction implements each process of the static item deployment method embodiment, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element. Further, it should be noted that the scope of the methods and apparatus of embodiments of the present invention is not limited to performing functions in the order illustrated or discussed, but may include performing functions in a substantially simultaneous manner or in a reverse order based on the functions involved, e.g., the methods described may be performed in an order different than that described, and various steps may be added, omitted, or combined. In addition, features described with reference to certain examples may be combined in other examples.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling an electronic device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (10)

1. A method of static item deployment, comprising:
acquiring at least one configuration center corresponding to the static project;
acquiring a configuration file of the at least one configuration center;
sending a request for initializing a configuration file to the at least one configuration center, and acquiring the initialized configuration file;
operating according to the initialized configuration file and generating a data interface;
and informing the static item to acquire the data information required by the stored static item through the data interface.
2. The method of claim 1, wherein notifying the static project via the data interface of data information required by the static project to obtain the stored static project further comprises:
and if the data information required by the static item is updated, notifying the static item to acquire the stored data information required by the updated static item through the data interface.
3. The method of claim 1, wherein notifying the static project through the data interface of data information needed to obtain the stored static project comprises:
and combining the data interface with the static project interface in a WEBHOOKS mode, and informing the static project to acquire data information required by the stored static project.
4. The static item deployment method of claim 1,
at least one configuration center corresponding to the static project is determined according to the environment information required by the static project;
the environment information required for the static item includes at least one of the following information: a development environment; testing the environment; and (4) a production environment.
5. The static item deployment method of claim 1,
the configuration file includes at least one of the following information: the OAUTH protocol authorizes the interface address of the login service; encrypting a connection address by the database; encrypting the decrypted service address; domain name information; port number information.
6. A static project deployment apparatus, comprising:
the first acquisition module is used for acquiring at least one configuration center corresponding to the static item;
the second acquisition module is used for acquiring the configuration file of the at least one configuration center;
the first processing module is used for sending a request for initializing the configuration file to the at least one configuration center and acquiring the initialized configuration file;
the second processing module is used for operating according to the initialized configuration file and generating a data interface;
and the third processing module is used for informing the static item to acquire the data information required by the stored static item through the data interface.
7. The static project deployment apparatus of claim 6, further comprising:
and the fourth processing module is used for notifying the static project to acquire the stored data information required by the updated static project through the data interface if the data information required by the static project is updated.
8. The static project deployment apparatus of claim 6, wherein the third processing module comprises:
and the first processing submodule is used for combining the data interface with the static project interface in a WEBHOOKS mode and informing the static project to acquire the data information required by the stored static project.
9. An electronic device comprising a processor, a memory, and a program or instructions stored on the memory and executable on the processor, the program or instructions, when executed by the processor, implementing the steps of the static item deployment method of any one of claims 1-5.
10. A readable storage medium, on which a program or instructions are stored, which when executed by a processor, carry out the steps of the static item deployment method of any one of claims 1-5.
CN202010855283.3A 2020-08-24 2020-08-24 Static project deployment method and device Pending CN112015432A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010855283.3A CN112015432A (en) 2020-08-24 2020-08-24 Static project deployment method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010855283.3A CN112015432A (en) 2020-08-24 2020-08-24 Static project deployment method and device

Publications (1)

Publication Number Publication Date
CN112015432A true CN112015432A (en) 2020-12-01

Family

ID=73505627

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010855283.3A Pending CN112015432A (en) 2020-08-24 2020-08-24 Static project deployment method and device

Country Status (1)

Country Link
CN (1) CN112015432A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112052038A (en) * 2020-09-09 2020-12-08 云账户技术(天津)有限公司 Method and device for generating front-end interface
CN115037613A (en) * 2022-05-31 2022-09-09 北京永信至诚科技股份有限公司 Project centralized continuous configuration method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080320050A1 (en) * 2007-06-25 2008-12-25 Microsoft Corporation Asynchronous updating of web page data views
CN107368560A (en) * 2017-07-07 2017-11-21 腾讯科技(深圳)有限公司 Method for implementing page and device, the computer-readable recording medium of Mobile solution
CN107590145A (en) * 2016-07-06 2018-01-16 北京神州泰岳软件股份有限公司 A kind for the treatment of method and apparatus of page static resource
CN108668149A (en) * 2018-03-13 2018-10-16 百途新媒体技术(北京)有限公司 A kind of data generation system based on IPTV EPG static datas
US20200034127A1 (en) * 2018-07-28 2020-01-30 Box, Inc. Static asset containers
CN110990731A (en) * 2019-10-12 2020-04-10 平安国际智慧城市科技股份有限公司 Rendering method, device and equipment of static webpage and computer storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080320050A1 (en) * 2007-06-25 2008-12-25 Microsoft Corporation Asynchronous updating of web page data views
CN107590145A (en) * 2016-07-06 2018-01-16 北京神州泰岳软件股份有限公司 A kind for the treatment of method and apparatus of page static resource
CN107368560A (en) * 2017-07-07 2017-11-21 腾讯科技(深圳)有限公司 Method for implementing page and device, the computer-readable recording medium of Mobile solution
CN108668149A (en) * 2018-03-13 2018-10-16 百途新媒体技术(北京)有限公司 A kind of data generation system based on IPTV EPG static datas
US20200034127A1 (en) * 2018-07-28 2020-01-30 Box, Inc. Static asset containers
CN110990731A (en) * 2019-10-12 2020-04-10 平安国际智慧城市科技股份有限公司 Rendering method, device and equipment of static webpage and computer storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112052038A (en) * 2020-09-09 2020-12-08 云账户技术(天津)有限公司 Method and device for generating front-end interface
CN115037613A (en) * 2022-05-31 2022-09-09 北京永信至诚科技股份有限公司 Project centralized continuous configuration method and system
CN115037613B (en) * 2022-05-31 2023-09-08 北京五一嘉峪科技有限公司 Centralized continuous configuration method and system for projects

Similar Documents

Publication Publication Date Title
US10033835B2 (en) System, method, and device for remotely operating a server
CN105718313A (en) Application operation method and device
CN111708557B (en) Method, device and storage medium for updating configuration file
CN112015432A (en) Static project deployment method and device
CN109564517B (en) Method and server for retaining locally deleted content at storage service
CN106980531B (en) Input method operation processing method and device
CN112926068A (en) Authority management method, management server, service server and readable storage medium
US11909640B2 (en) Creating endpoints
US8245182B2 (en) Class selectable design sharing
JP2008210394A (en) Communication system for control, and computer-readable recording medium with communication program for control recorded thereon
CN114969603A (en) 5G message-based picture acquisition and picture generation method and system
JP2019079165A (en) Editing program, editing device and editing method
CN113407598A (en) Method and device for generating demand document, storage medium and electronic equipment
CN113032004A (en) Method, apparatus and program product for managing development jobs in a development environment
JP2010134574A (en) Method of changing business process definition, execution system thereof and program
CN110618814A (en) Data visualization method and device, electronic equipment and computer readable storage medium
JP2015132976A (en) Method, apparatus and program for generating and displaying specific area
CN113297158B (en) Cloud security product management method, device, equipment and storage medium
JP7453315B2 (en) Program, information processing device, information processing system, and information processing method
US11061747B2 (en) API coordination device, API coordination method and API coordination program
JP6652724B2 (en) Information processing apparatus, information processing apparatus control method, and program
CN102171693B (en) Method, apparatus and computer program product for providing multi-dimensional manipulations to context models
JP2010061432A (en) Client apparatus for server base computing system, server apparatus, server base computing system, client control program, and server control program
JP2007183804A (en) Console, operation management device, simultaneous operation management system, simultaneous operation method of a plurality of devices, and program
CN111722904A (en) Page alarm script generation method, device, equipment and readable storage medium

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