WO2020006910A1 - Procédé et appareil de développement de segmentation d'entreprise, dispositif informatique et support d'informations - Google Patents

Procédé et appareil de développement de segmentation d'entreprise, dispositif informatique et support d'informations Download PDF

Info

Publication number
WO2020006910A1
WO2020006910A1 PCT/CN2018/108777 CN2018108777W WO2020006910A1 WO 2020006910 A1 WO2020006910 A1 WO 2020006910A1 CN 2018108777 W CN2018108777 W CN 2018108777W WO 2020006910 A1 WO2020006910 A1 WO 2020006910A1
Authority
WO
WIPO (PCT)
Prior art keywords
business
component
style
processes
preset
Prior art date
Application number
PCT/CN2018/108777
Other languages
English (en)
Chinese (zh)
Inventor
吴俊强
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2020006910A1 publication Critical patent/WO2020006910A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design

Definitions

  • the present application relates to the field of computer technology, and in particular, to a business component development method, device, computer equipment, and storage medium.
  • it can be as small as an ID card, driving license verification, or as large as the entire process node, such as H5 signature authorization and other specific business scenarios.
  • this simple copying method can complete the code quickly, the later maintenance is also quite difficult, and the code of all product lines needs to be changed simultaneously. There are many changes and wide coverage, resulting in large development and test costs.
  • the purpose of this application is to provide a service component development method, device, computer equipment and storage medium, which are used to solve the problems existing in the prior art.
  • the present application provides a business component type development method, including the following steps: receiving a selection command for selecting a prepackaged business component, wherein each business component encapsulates a corresponding component style structure and business processing logic Structure, each said business component is used to implement a business process; selecting a business component according to said selection command; and receiving an operation command for modifying a component style structure and a business processing logic structure of the selected business component, wherein, The operation command is input based on the requirements of a specific business scenario to be developed; and based on the operation command, a component style structure and a business processing logic structure of the selected business component are modified to obtain a business component of the specific business scenario.
  • the present application further provides a service component development device, which includes: a first receiving module for receiving a selection command for selecting a prepackaged service component, wherein each service component is encapsulated with a corresponding A component style structure and a business processing logic structure, each of the business components is used to implement a business process; an acquisition module is used to select a business component according to the selection command; a second receiving module is used to receive Operation commands for modifying the component style structure and business processing logic structure of the selected business component, wherein the operation command is input based on the requirements of the specific business scenario to be developed; and a modification module is used to modify the operation command based on the operation command.
  • the component style structure and business processing logic structure of the selected business component are used to obtain the business component of the specific business scenario.
  • the present application further provides a computer device including a memory, a processor, and a computer program stored on the memory and executable on the processor.
  • the processor implements service component development when the processor executes the computer program.
  • the following steps of the method receiving a selection command for selecting a pre-packaged business component, wherein each business component is encapsulated with a corresponding component style structure and business processing logic structure, and each said business component is used to implement a business process Selecting a business component according to the selection command; receiving an operation command for modifying a component style structure and a business processing logic structure of the selected business component, wherein the operation command is input based on a specific business scenario requirement to be developed Modifying a component style structure and a business processing logic structure of the selected business component based on the operation command to obtain a business component of the specific business scenario.
  • the present application also provides a computer-readable storage medium having stored thereon a computer program that, when executed by a processor, implements the following steps of a business component development method: receiving a method for selecting a prepackaged business component Selection command, wherein each business component encapsulates a corresponding component style structure and business processing logic structure, and each of the business components is used to implement a business process; a business component is selected according to the selection command; An operation command for modifying a component style structure and a business processing logic structure of a selected business component, wherein the operation command is input based on requirements of a specific business scenario to be developed; and modifying the selected business component based on the operation command Component style structure and business processing logic structure to obtain the business components of the specific business scenario.
  • the business process is encapsulated in advance to form the corresponding business component.
  • the business component with the same business process can be selected for a specific business process without writing all the source code.
  • the business process of the scenario can be modified by inputting operation commands to the business components, which improves the development efficiency and reduces the redundancy of the code. At the same time, it maintains the consistency of the system style and logical rules, which facilitates future maintenance. , Only need to change one other will change simultaneously, while reducing the stress of testing.
  • FIG. 1 is a flowchart of Embodiment 1 of a business component development method of the present application
  • FIG. 2 is a schematic diagram of a program module of a first embodiment of a service component development device of the present application
  • FIG. 3 is a schematic diagram of a hardware structure of a first embodiment of a service component development device of the present application
  • Embodiment 4 is a flowchart of Embodiment 2 of a business component development method of the present application.
  • FIG. 5 is a schematic diagram of a program module of a second embodiment of a service component development device of the present application.
  • the business component development method, device, computer equipment, and storage medium provided in this application are applicable to the field of computer technology.
  • specific business processes can be implemented. Select business components with the same business process without writing all the source code; for business processes in specific scenarios, you can modify the way of inputting operation commands to business components, which improves the efficiency of development, reduces code redundancy, and Maintain the consistency of the system style and logical rules, which is convenient for later maintenance.
  • the business changes only one place needs to be changed, and the changes will be synchronized, which reduces the stress of testing.
  • a business component development method in this embodiment includes the following steps:
  • step S1 a selection command for selecting a pre-packaged business component is received, wherein each business component is encapsulated with a corresponding component style structure and business processing logic structure, and each business component is used to implement a business process.
  • different software products can be O2O loans, car life loans, supplementary loans, etc., which all include the same process, that is, the process of applying for a loan, and the process of applying for a loan can be used as a business component and belongs to the process of different product lines.
  • qualification verification is required in different business scenarios.
  • qualification verification requires customer's ID information, name, city information, mobile phone number, etc., among which identity verification rules, city query rules, etc.
  • Component encapsulation is the same rule in different business scenarios and belongs to the smallest granularity in different business scenarios.
  • Customized business components include component style structures and business logic structures, and provide corresponding API structures for R & D personnel to adaptively modify component styles or business logic.
  • the packaged components can be displayed in a list or graphic. During the business development process, you can click and select the required business component name from the displayed business component list and component graphics to complete the input of the selection command, and then Double-click the business component name to call up the reserved API interface.
  • step S2 a service component is selected according to a selection command.
  • the selection command may determine the selected service component, and determine the name or corresponding identifier of the service component. Then selecting the corresponding business component can be obtaining the business module corresponding to the business component, that is, the code sequence encapsulated into the business component, and deriving the code of the business component. Since the business component is obtained by encapsulating a code sequence of specific functional logic, the business module defined in this embodiment is a code sequence, that is, a business component formed by encapsulating a business module having functional logic.
  • the received selection command carries the selected business component identifier, which can be obtained by obtaining the business component identifier in the selection command; querying the business module corresponding to the selected business component from the memory based on the business component identifier;
  • the business module of the business component is exported to the development platform.
  • the business module corresponding to the business component is stored in the memory. After the selected business component is determined, the location of the corresponding business module is queried based on the identifier of the business component, and the location is exported to the development platform for subsequent use. Development work.
  • Step S3 Receive an operation command for modifying a component style structure and a business processing logic structure of the selected business component, where the operation command is input based on a specific business scenario requirement to be developed.
  • qualification verification requires customer ID information, name, city information, and mobile phone number information.
  • Required including ID verification rules, city fuzzy query, specific city requirements, etc. are all consistent rules; for O-credit, in some scenarios, the mobile phone number can be modified again.
  • the identity of the city after the customer has done card authentication The ID and name are provided by the backend and are not editable.
  • the business component can be modified by modifying the component style structure and business processing logic structure, thereby completing the development of the corresponding business process on the basis of minimal effort.
  • the operation command may include: double-clicking a business component to call a preset API interface, a specific modification command, and a code containing a modifiable component style and a code for modifying business logic.
  • Step S4 Modify the component style structure and business processing logic structure of the selected business component based on the operation command to obtain a business component of a specific business scenario.
  • the component style structure and business processing logic structure of the business component can be modified through the called API structure to complete the customization of the corresponding business process.
  • the business process is encapsulated in advance to form the corresponding business component.
  • the business component with the same business process can be selected for a specific business process without writing all the source code.
  • the business process of the scenario can be modified by inputting operation commands to the business components, which improves the development efficiency and reduces the redundancy of the code. At the same time, it maintains the consistency of the system style and logical rules, which facilitates future maintenance.
  • business changes Only need to change one other will change simultaneously, while reducing the stress of testing.
  • the method of the embodiment of the present application further includes: obtaining the completed development Decomposing the software program according to a preset granularity to obtain a plurality of business processes; and encapsulating the plurality of business processes to obtain a plurality of one-to-one corresponding business components.
  • the preset granularity is preferably a minimum granularity of a business process that can be disassembled by the software program.
  • the business program that has been developed is disassembled to obtain a business process that can be encapsulated, and then packaged into corresponding business components for use, making full use of the business program that has been developed.
  • this embodiment provides a further optimization solution, specifically:
  • Step 1 Disassemble the business programs corresponding to multiple business scenarios according to the first sub-granularity to obtain multiple first business processes.
  • step 2 the first business processes belonging to different business scenarios are compared, and the first business process whose similarity exceeds the first preset value is calculated.
  • the similarity can be obtained by calculating the coverage of the code, the same below.
  • step 3 the plurality of first sub-business processes are disassembled according to a second sub-granularity to obtain a plurality of second business processes, wherein the second sub-granularity is smaller than the first sub-granularity.
  • step 4 the second business processes belonging to different first sub-business processes are compared, and the second business process whose similarity exceeds the second preset value is calculated.
  • step 5 the plurality of business processes are used as the plurality of business processes when the similarity exceeds the first preset worthy first business process and the similarity exceeds the second preset worthy second business process, and is used to encapsulate into corresponding business components.
  • a preliminary disassembly of the business program is adopted by adopting a large granularity to ensure that in the process of subsequent program development, when a large granularity business process is similar, a small granularity business component does not need to be used, and the development workload is reduced; After the disassembly of the large granularity is completed, further disassembly is performed with the small granularity, so that the business components can be fully utilized.
  • the business component development device 10 may include or be divided into one or more program modules, and one or more program modules are stored. It is stored in a storage medium and executed by one or more processors to complete the application and implement the above-mentioned business component development method.
  • the program module referred to in the present application refers to a series of computer program instruction segments capable of performing specific functions, and is more suitable for describing the execution process of the business component development device 10 in a storage medium than the program itself. The following description will specifically introduce the functions of the program modules of this embodiment:
  • the first receiving module 11 is configured to receive a selection command for selecting a pre-packaged business component, wherein each business component encapsulates a corresponding component style structure and business processing logic structure, and each of the business components is configured to implement a Business processes.
  • the obtaining module 12 is configured to select a service component according to the selection command.
  • the second receiving module 13 is configured to receive an operation command for modifying a component style structure and a business processing logic structure of the selected business component, where the operation command is input based on a specific business scenario requirement to be developed.
  • the modification module 14 is configured to modify a component style structure and a business processing logic structure of the selected business component based on an operation command to obtain a business component of a specific business scenario.
  • the business process is encapsulated in advance to form the corresponding business component.
  • the business component with the same business process can be selected for a specific business process without writing all the source code.
  • the business process of the scenario can be modified by inputting operation commands to the business components, which improves the development efficiency and reduces the redundancy of the code. At the same time, it maintains the consistency of the system style and logical rules, which facilitates future maintenance.
  • business changes Only need to change one other will change simultaneously, while reducing the stress of testing.
  • This embodiment also provides a computer device, such as a smart phone, tablet computer, notebook computer, desktop computer, rack server, blade server, tower server, or rack server (including a stand-alone server, or Server cluster consisting of multiple servers) and so on.
  • the computer device 20 of this embodiment includes, but is not limited to, a memory 21 and a processor 22 that can be communicatively connected to each other through a system bus, as shown in FIG. 3. It should be noted that FIG. 3 only shows the computer device 20 with components 21-22, but it should be understood that it is not required to implement all the illustrated components, and more or fewer components may be implemented instead.
  • the memory 21 includes a readable storage medium, specifically including a flash memory, a hard disk, a multimedia card, a card-type memory (for example, SD or DX memory, etc.), a random access memory (RAM), a static random access memory (SRAM), Read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), programmable read-only memory (PROM), magnetic memory, magnetic disks, optical disks, etc.
  • the memory 21 may be an internal storage unit of the computer device 20, such as a hard disk or a memory of the computer device 20.
  • the memory 21 may also be an external storage device of the computer device 20, for example, a plug-in hard disk, a smart memory card (SMC), and a secure digital (Secure Digital, SD) card, Flash card, etc.
  • the memory 21 may also include both the internal storage unit of the computer device 20 and its external storage device.
  • the memory 21 is generally used to store an operating system and various application software installed on the computer device 20, such as program codes of the business component development device 10 of the first embodiment.
  • the memory 21 may also be used to temporarily store various types of data that have been output or are to be output.
  • the processor 22 may be a central processing unit (CPU), a controller, a microcontroller, a microprocessor, or other data processing chip in some embodiments.
  • the processor 22 is generally used to control the overall operation of the computer device 20.
  • the processor 22 is configured to run program code or process data stored in the memory 21, for example, to run a service component development device 10 to implement the business component development method of the first embodiment.
  • This embodiment also provides a computer-readable storage medium, such as a flash memory, a hard disk, a multimedia card, a card-type memory (for example, SD or DX memory, etc.), a random access memory (RAM), a static random access memory (SRAM), Read memory (ROM), electrically erasable programmable read-only memory (EEPROM), programmable read-only memory (PROM), magnetic memory, magnetic disks, optical disks, servers, App application stores, etc., which have computer programs stored on them, When the program is executed by the processor, the corresponding function is realized.
  • the computer-readable storage medium of this embodiment is used to store a service component development device 10, and when executed by a processor, implements the business component development method of the first embodiment.
  • the business component development method of this embodiment is based on the first embodiment and includes the following steps:
  • Step S41 A selection command for selecting a pre-packaged business component is received, wherein each business component encapsulates a corresponding component style structure and business processing logic structure, and each business component is used to implement a business process.
  • Step S42 Select a service component according to the selection command.
  • Step S43 Receive an operation command for modifying a component style structure and a business processing logic structure of the selected business component, where the operation command is input based on a specific business scenario requirement to be developed;
  • Step S44 Obtain a component style modification code carried by the operation command, and the component style modification code is used to modify the component style of the selected business component.
  • Step S45 Obtain a service logic modification code carried by the operation command, and the service logic modification code is used to modify the service processing logic of the selected service component.
  • step S46 a preset API interface of the selected business component is invoked, and a component style modification code and a business logic modification code are used to modify a business module corresponding to the selected business component to obtain a business component of a specific business scenario.
  • step S46 may include:
  • the component style modification code and business logic modification code are replaced with corresponding codes in the source code of the business module corresponding to the selected business component, to obtain a business component of a specific business scenario.
  • the modification code described in the embodiment of the present application may refer to a code edited by a developer to replace a part of code in a business module corresponding to a business component, so as to implement a function modification of the business module, and then repackage it into a business component for use.
  • the business component development device 30 of this embodiment is based on the first embodiment, and is used to implement the business component development method of the second embodiment.
  • the functions of the program modules include:
  • the first receiving module 31 is configured to receive a selection command for selecting a pre-packaged business component, wherein each business component is encapsulated with a corresponding component style structure and business processing logic structure, and each said business component is used to implement a Business processes.
  • the obtaining module 32 is configured to select a service component according to the selection command.
  • the second receiving module 33 is configured to receive an operation command for modifying a component style structure and a business processing logic structure of the selected business component, where the operation command is input based on a specific business scenario requirement to be developed.
  • the first obtaining submodule 34 is configured to obtain a component style modification code carried by the operation command, and the component style modification code is used to modify the component style of the selected business component according to a specific business scenario.
  • the second acquisition submodule 35 is configured to acquire a service logic modification code carried by the operation command, and the service logic modification code is used to modify the service processing logic of the selected service component according to a specific service scenario.
  • a modification sub-module 36 is configured to call a preset API interface of the selected service component, and use a component style modification code and a service logic modification code to modify a service module corresponding to the selected service component to obtain a service of a specific service scenario.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

La présente invention concerne un procédé et un appareil de développement de segmentation d'entreprise, un dispositif informatique, et un support d'informations. Le procédé consiste : à recevoir une instruction de sélection pour sélectionner des composants d'entreprise prédéfinis, chaque composant d'entreprise étant défini avec une structure de style de composant correspondante et une structure logique de traitement commercial ; à sélectionner un composant d'entreprise en fonction de l'instruction de sélection ; à recevoir une instruction d'opération pour modifier la structure de style de composant et la structure logique de traitement commercial du composant d'entreprise sélectionné, l'instruction d'opération étant entrée sur la base de l'exigence d'une scène commerciale spécifique à développer ; et à modifier, sur la base de l'instruction d'opération, la structure de style de composant et la structure logique de traitement commercial du composant d'entreprise sélectionné pour obtenir un composant d'entreprise de la scène commerciale spécifique. La présente invention améliore l'efficacité de développement, réduit la redondance de code, maintient la cohérence de styles de système et de règles logiques pour faciliter une maintenance ultérieure, met en œuvre la modification synchrone d'entreprises restantes en changeant seulement une entreprise pendant une modification commerciale, et réduit la pression de test.
PCT/CN2018/108777 2018-07-02 2018-09-29 Procédé et appareil de développement de segmentation d'entreprise, dispositif informatique et support d'informations WO2020006910A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810705502.2A CN108958714B (zh) 2018-07-02 2018-07-02 业务组件式开发方法、装置、计算机设备及存储介质
CN201810705502.2 2018-07-02

Publications (1)

Publication Number Publication Date
WO2020006910A1 true WO2020006910A1 (fr) 2020-01-09

Family

ID=64484754

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/108777 WO2020006910A1 (fr) 2018-07-02 2018-09-29 Procédé et appareil de développement de segmentation d'entreprise, dispositif informatique et support d'informations

Country Status (2)

Country Link
CN (1) CN108958714B (fr)
WO (1) WO2020006910A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113467774A (zh) * 2021-07-30 2021-10-01 北京鼎普科技股份有限公司 一种web端业务软件开发框架及方法

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110213078A (zh) * 2019-04-26 2019-09-06 深圳市珍爱云信息技术有限公司 业务平台搭建方法、装置、计算机设备和存储介质
CN110308904B (zh) * 2019-05-30 2024-02-02 杭州微时信息技术有限公司 多类型前端框架的聚合方法、装置和计算机设备
CN112416983B (zh) * 2019-08-21 2022-12-06 中移(苏州)软件技术有限公司 一种数据处理方法及装置、计算机可读存储介质
CN110737426B (zh) * 2019-09-06 2022-05-06 未鲲(上海)科技服务有限公司 程序块创建方法、装置、计算机设备和存储介质
CN110780868A (zh) * 2019-10-10 2020-02-11 北大方正集团有限公司 基于组件化模板的网站开发方法、装置、设备和存储介质
CN110851114A (zh) * 2019-10-24 2020-02-28 山东中创软件工程股份有限公司 一种业务***开发方法、装置及电子设备和存储介质
CN111190578B (zh) * 2019-12-20 2023-03-21 天阳宏业科技股份有限公司 一种可定制的流程作业开发***
CN111459493A (zh) * 2020-03-26 2020-07-28 杭州指令集智能科技有限公司 一种基于组件编排的编程方法、装置及设备
CN113590087A (zh) * 2020-04-30 2021-11-02 深圳中砼物联网科技有限公司 快速开发软件的方法、计算机设备、及存储介质
CN111625220A (zh) * 2020-05-26 2020-09-04 北京思特奇信息技术股份有限公司 一种页面组件的自动组装方法、***、装置和存储介质
CN112416318B (zh) * 2020-11-03 2021-10-08 前海飞算云智软件科技(深圳)有限公司 微服务开发方法、装置、存储介质及电子设备
CN113205304B (zh) * 2021-04-23 2023-06-23 平安科技(深圳)有限公司 业务流程配置方法、装置、设备及存储介质
CN113110963A (zh) * 2021-04-28 2021-07-13 北京京东拓先科技有限公司 业务处理方法、业务处理装置、电子设备及可读存储介质
CN113256180B (zh) * 2021-07-07 2022-05-27 杭州实在智能科技有限公司 一种基于机器学习的客服工单信息智能动态加载方法和***
CN113703753B (zh) * 2021-07-19 2023-06-09 青岛海尔科技有限公司 用于产品开发的方法、装置和产品开发***
CN113792093A (zh) * 2021-08-25 2021-12-14 通号城市轨道交通技术有限公司 信号***接口业务创建和执行方法、装置和电子设备
CN113742615A (zh) * 2021-09-13 2021-12-03 国泰君安证券股份有限公司 实现动态数据组件应用的***及方法、装置、处理器及其计算机可读存储介质
CN115857935A (zh) * 2023-02-15 2023-03-28 北京微吼时代科技有限公司 独立于框架的前端开发方法及装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090125553A1 (en) * 2007-11-14 2009-05-14 Microsoft Corporation Asynchronous processing and function shipping in ssis
CN104899015A (zh) * 2014-03-07 2015-09-09 上海高达星软件***有限公司 一种业务组件管理***及其方法
CN107563714A (zh) * 2017-07-17 2018-01-09 北京慧点科技有限公司 业务流程图生成的方法及装置
CN107678740A (zh) * 2017-10-26 2018-02-09 福建星瑞格软件有限公司 一种ui业务组件的封装方法及计算机设备

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104407783A (zh) * 2014-10-30 2015-03-11 北京思特奇信息技术股份有限公司 一种界面信息组件化显示方法及***
CN106775617A (zh) * 2016-11-09 2017-05-31 深圳市中润四方信息技术有限公司 一种应用软件的业务逻辑配置方法及配置***

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090125553A1 (en) * 2007-11-14 2009-05-14 Microsoft Corporation Asynchronous processing and function shipping in ssis
CN104899015A (zh) * 2014-03-07 2015-09-09 上海高达星软件***有限公司 一种业务组件管理***及其方法
CN107563714A (zh) * 2017-07-17 2018-01-09 北京慧点科技有限公司 业务流程图生成的方法及装置
CN107678740A (zh) * 2017-10-26 2018-02-09 福建星瑞格软件有限公司 一种ui业务组件的封装方法及计算机设备

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113467774A (zh) * 2021-07-30 2021-10-01 北京鼎普科技股份有限公司 一种web端业务软件开发框架及方法
CN113467774B (zh) * 2021-07-30 2024-01-30 北京鼎普科技股份有限公司 一种web端业务软件开发框架及方法

Also Published As

Publication number Publication date
CN108958714A (zh) 2018-12-07
CN108958714B (zh) 2021-08-24

Similar Documents

Publication Publication Date Title
WO2020006910A1 (fr) Procédé et appareil de développement de segmentation d'entreprise, dispositif informatique et support d'informations
US10481884B2 (en) Systems and methods for dynamically replacing code objects for code pushdown
CN107016029B (zh) 一种业务数据的处理方法、装置及***
US11593342B2 (en) Systems and methods for database orientation transformation
CN111061475B (zh) 软件代码生成方法、装置、计算机设备和存储介质
CN110716714B (zh) 组件创建方法、装置、计算机***和计算机可读存储介质
CN113805882A (zh) 应用程序开发的方法、装置、电子设备及存储介质
CN112015404A (zh) 超声影像诊断***及其构建方法、超声设备和存储介质
CN115952758A (zh) 芯片验证方法、装置、电子设备及存储介质
CN113127050A (zh) 一种应用资源打包过程监控方法、装置、设备和介质
CN114416056A (zh) 页面生成方法、***、计算机设备及可读存储介质
CN112052000A (zh) 组件复用、渲染方法及装置
JP2023553220A (ja) マルチインスタンスプロセスのためのプロセスマイニング
CN110908644B (zh) 状态节点的配置方法、装置、计算机设备和存储介质
CN112486807A (zh) 一种压力测试方法、装置、电子设备和可读存储介质
CN114816772B (zh) 基于兼容层运行的应用的排错方法、排错***及计算设备
CN116226078A (zh) 一种数据迁移方法、装置、设备和存储介质
US10649743B2 (en) Application developing method and system
CN109582411A (zh) 图形用户界面生成方法、装置、计算机设备及存储介质
CN113032256B (zh) 自动化测试方法、装置、计算机***和可读存储介质
CN114356379A (zh) 基于备份的服务升级方法、装置、设备及存储介质
CN114911541A (zh) 配置信息的处理方法、装置、电子设备及存储介质
CN110083469B (zh) 一种异构硬件组织运行统一内核方法及***
CN112083952A (zh) 一种基于spring架构的异常处理方法及***
CN111880803A (zh) 一种应用于多平台的软件构建方法及装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18925183

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18925183

Country of ref document: EP

Kind code of ref document: A1