[go: up one dir, main page]

CN106815032B - Personalized definition method and system for insurance industry application - Google Patents

Personalized definition method and system for insurance industry application Download PDF

Info

Publication number
CN106815032B
CN106815032B CN201710100454.XA CN201710100454A CN106815032B CN 106815032 B CN106815032 B CN 106815032B CN 201710100454 A CN201710100454 A CN 201710100454A CN 106815032 B CN106815032 B CN 106815032B
Authority
CN
China
Prior art keywords
module
application platform
rule application
project
file
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
CN201710100454.XA
Other languages
Chinese (zh)
Other versions
CN106815032A (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.)
Shenzhen Meyacom Sci Tech Co ltd
Original Assignee
Shenzhen Meyacom Technology 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 Shenzhen Meyacom Technology Co ltd filed Critical Shenzhen Meyacom Technology Co ltd
Priority to CN201710100454.XA priority Critical patent/CN106815032B/en
Publication of CN106815032A publication Critical patent/CN106815032A/en
Application granted granted Critical
Publication of CN106815032B publication Critical patent/CN106815032B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/22Procedural

Landscapes

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

Abstract

本发明涉及保险业应用程序的个性化定义方法及其系统,该方法包括基于自主搭建的框架建立规则应用平台;基于自主搭建的框架新建一个纯净的maven工程;将maven工程依赖规则应用平台内的jar包,新建一个模版;根据新建的模版再新建一个maven工程,形成个性化定制模块;根据规则应用平台以及所述个性化定制模块开发页面模块以及功能模块。本发明通过个性化定义模块依赖规则应用平台,建立页面定制模块,再在原来逻辑的接口上实现类重写,并加上@Primary注解,完成功能模块定制,实现将项目个性化定制以及通用的规则应用平台两个模块单独提取后,每次开发项目将这两个模块组合,减少开发时间以及人员成本。

Figure 201710100454

The invention relates to a method and a system for individualized definition of an insurance industry application program. The method includes establishing a rule application platform based on a self-built framework; creating a pure maven project based on the self-built framework; jar package, create a new template; create a new maven project according to the new template to form a personalized customization module; develop a page module and a function module according to the rule application platform and the personalized customization module. The present invention relies on the rule application platform for the individualized definition module, establishes a page customization module, then implements class rewriting on the original logical interface, and adds @Primary annotation to complete the customization of the function module, and realizes the personalized customization of the project and the general After the two modules of the rule application platform are extracted separately, the two modules are combined in each development project to reduce development time and personnel costs.

Figure 201710100454

Description

Personalized definition method and system for insurance application program
Technical Field
The invention relates to insurance application programs, in particular to a personalized definition method and a personalized definition system of the insurance application programs.
Background
Insurance industry refers to the industry that collects funds through contractual arrangements to compensate for the insured's business of economic interest. Currently, the insurance industry will invoke different applications to serve different requirements of the insured person or different insured items.
In the process of implementing the conventional insurance project, the customer needs are known, a system is formulated according to the customer needs, the system is used by the customer in the form of an application program, and the system between each project is completely independent, so that the implementation of each project is the development of an independent system. However, many of the functions of each eye-catching system are the same, and only a small number of functions between systems are individually customized to each customer's needs. The existing development application programs are all used for repeatedly developing the same content and personalized content, so that the project development time is long, and the time cost and the personnel cost are high.
Therefore, it is necessary to design a personalized definition method for insurance application programs, so that after two modules of project personalized customization and general rule application platform are extracted separately, the two modules can be combined for each development project, and development time and personnel cost are reduced.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides a personalized definition method and a system of insurance application programs.
In order to achieve the purpose, the invention adopts the following technical scheme: a method for personalized definition of insurance applications, the method comprising:
establishing a rule application platform based on the self-built framework;
establishing a pure maven project based on the self-built frame;
newly building a template for the jar packet in the maven engineering dependence rule application platform;
a maven project is newly built according to the newly built template to form a personalized customization module;
and developing a page module and a function module according to the rule application platform and the personalized customization module.
The further technical scheme is as follows: the steps of developing the page module and the function module according to the rule application platform and the personalized customization module comprise the following specific steps:
under the same directory structure as the directory where the related files on the rule application platform are located, covering the original corresponding files in the rule application platform by using the files with the same name on the personalized customization module to form the page module;
and rewriting the implementation class of the interface of the corresponding functional logic on the personalized customization module, adding annotation, and calling the rewritten interface when starting to form the functional module.
The further technical scheme is as follows: and rewriting the implementation class of the interface of the corresponding functional logic on the personalized customization module, adding an annotation, calling the rewritten interface when starting, and forming the functional module, wherein the annotation is @ Primary.
The invention also provides a personalized definition system of the insurance application program, which comprises a platform establishing unit, an engineering establishing unit, a template establishing unit, a customization module forming unit and a development unit;
the platform establishing unit is used for establishing a rule application platform based on the self-constructed framework;
the engineering establishing unit is used for establishing a pure maven engineering based on the self-constructed framework;
the template establishing unit is used for establishing a template for the jar package in the maven engineering dependence rule application platform;
the customization module forming unit is used for building a maven project according to the newly built template to form a personalized customization module;
the development unit is used for developing a page module and a function module according to the rule application platform and the personalized customization module.
The further technical scheme is as follows: the development unit comprises a page module development module and a function module development module;
the page module development module is used for covering the original corresponding file in the rule application platform by using the file with the same name on the personalized customization module under the same directory structure as the directory where the related file on the rule application platform is located, so as to form the page module;
the functional module development module is used for rewriting the implementation class of the interface of the corresponding functional logic on the personalized customization module, adding annotations, and calling the rewritten interface when starting to form the functional module.
Compared with the prior art, the invention has the beneficial effects that: according to the method for defining the application program of the insurance industry in the invention, the personalized definition module and the rule application platform are established, the personalized definition module depends on the rule application platform, the page customization module is established, class rewriting is realized on the original logical interface, and the @ Primary annotation is added, so that the customization of the functional module is completed, after the two modules of the project personalized customization and the general rule application platform are independently extracted, the two modules can be combined for each development project, and the development time and the personnel cost are reduced.
The invention is further described below with reference to the accompanying drawings and specific embodiments.
Drawings
Fig. 1 is a flowchart of a method for personalized definition of insurance applications according to an embodiment of the present invention;
FIG. 2 is a detailed flow chart of development provided by an embodiment of the present invention;
FIG. 3 is a block diagram of a system for personalized definition of insurance applications according to an embodiment of the present invention;
fig. 4 is a block diagram of a development unit according to an embodiment of the present invention.
Detailed Description
In order to more fully understand the technical content of the present invention, the technical solution of the present invention will be further described and illustrated with reference to the following specific embodiments, but not limited thereto.
As shown in the specific embodiments of fig. 1 to 4, the method for defining an insurance application program in an insurance industry provided in this embodiment can be applied to an insurance application program project development process, and after two modules of a project personalized customization and a general rule application platform are separately extracted, the two modules can be combined for each development project, so that development time and personnel cost are reduced.
As shown in fig. 1, a method for personalized definition of insurance application includes:
s1, establishing a rule application platform based on the self-constructed framework;
s2, building a pure maven project based on the self-built frame;
s3, building a template for the jar package in the maven engineering dependence rule application platform;
s4, a maven project is newly built according to the newly built template to form a personalized customization module;
and S5, developing a page module and a function module according to the rule application platform and the personalized customization module.
In the step S1, a rule application platform is established based on the self-built framework, and the rule application platform includes two modules, namely a core module and a business logic module, which are both established based on the self-built framework of the company.
The step of S2 is a step of creating a pure maven project based on the self-built framework, and is also created based on the self-built framework of the company.
Further, as shown in fig. 2, the step of S5, the step of developing the page module and the function module according to the rule application platform and the personalized customization module, includes the following specific steps:
s51, under the same directory structure as the directory where the related files on the rule application platform are located, covering the original corresponding files in the rule application platform with the files with the same name on the personalized customization module to form the page module;
and S52, rewriting the implementation class of the interface of the corresponding functional logic on the personalized customization module, adding annotation, and calling the rewritten interface when starting to form the functional module.
For the step of S51, in the same directory structure, the original file is covered by the file with the same name on the personalized customization module to form the page module; in some customer personalized requirements, some adaptive adjustment needs to be made on the page structure of a product system, the realization in a product module does not need to be changed, and only the original file of the product module needs to be covered by a file with the same name under the same directory structure of a personalized customization module.
Taking a platform logo as an example: the stored picture directory of the rule application platform comprises a logo.
A client self-defining module is newly built, and a rule application platform is relied on;
a catalog src/main/webapp/img/' is newly built in a self-defining module, and then a logo picture defined by a customer is named as logo.
And when the service is started, the logo pattern is found to be changed into a logo picture customized by a customer, and other contents cannot be influenced.
And for the step of S52, rewriting the implementation class of the interface of the corresponding functional logic on the personalized customization module, adding an annotation, calling the rewritten interface when starting, and forming the functional module, wherein the type of the annotation is @ Primary.
According to the requirements of different customers on the system, different functional requirements can be applied to the system, namely the logic for realizing the function is different from the logic for realizing the function in a production mode, the realization logic of the function is required to be modified, the logic modification is not carried out on a production module, but a personalized customization module is carved, the realization class of the interface for realizing the function logic is rewritten and a @ Primary annotation is added, so that the rewritten interface realization class is called to realize the function when the customer personalized module is started.
Taking the acquisition of the organization code as an example, the acquisition of the organization code may be performed as follows:
an interface class CodeService is newly established on a rule application platform, and a method for acquiring the mechanism code is defined.
The rule application platform presents a default implementation, which is queried from a table of the rule application platform.
And a client self-defining module is newly built and depends on a rule application platform.
A class realization CodeService is newly established in the personalized customization module, and a @ Primary annotation is added in the realization class,
and starting the service, and preferentially selecting the direct implementation class plus @ Primary when the interface is called.
In the development process, the overlyys technology of maven is used, a plurality of projects war can be combined into one project, if the project has files with the same name, the files in the main project cover the files with the same name of other projects, the main technical support for customizing the page module and the functional module is the overlyys technology of maven, when the personalized customization module is realized, only the personalized customization module needs to depend on the rule application platform, the page customization module creates a directory on the personalized customization module, the directory is the same as the directory where the related files on the rule application platform are located, and the original files can be covered by naming the files needing to be replaced as the same name as the files in the rule application platform. The functional module only needs to realize an original logical interface, adds @ Primary annotation on the realization class rewriting, and then rewrites the logic, and the functional module is customized without a peer directory or a same name.
According to the personalized definition method of the insurance application program, the personalized definition module and the rule application platform are established, the personalized definition module depends on the rule application platform, the page customization module is established, class rewriting is realized on the original logical interface, and the @ Primary annotation is added, so that the function module customization is completed, after the two modules of the project personalized customization and the general rule application platform are independently extracted, the two modules can be combined each time the project is developed, and the development time and the personnel cost are reduced.
As shown in fig. 3, the embodiment further provides a personalized definition system of insurance application, which includes a platform establishing unit 10, an engineering establishing unit 20, a template establishing unit 30, a customized module forming unit 40, and a developing unit 50.
And the platform establishing unit 10 is used for establishing a rule application platform based on the self-constructed framework.
And the project establishing unit 20 is used for establishing a pure maven project based on the self-constructed frame.
And the template establishing unit 30 is used for establishing a template for the jar package in the maven engineering dependency rule application platform.
And the customization module forming unit 40 is used for newly building a maven project according to the newly built template to form a personalized customization module.
And the development unit 50 is used for developing the page module and the functional module according to the rule application platform and the personalized customization module.
The rule application platform established by the platform establishing unit 10 includes two modules, namely a core module and a business logic module, which are both established based on a framework built by a company.
The engineering building unit 20 is also created based on a framework built by the company itself.
Further, the development unit 50 includes a page module development module 51 and a function module development module 52.
And the page module development module 51 is used for covering the original corresponding file in the rule application platform by using the file with the same name on the personalized customization module under the same directory structure as the directory where the related file on the rule application platform is located, so as to form the page module.
And the functional module development module 52 is configured to rewrite the implementation class of the interface of the corresponding functional logic on the personalized customization module, add an annotation, and call the rewritten interface when starting to form the functional module.
For the page module development module 51, under the same directory structure, the original file is covered by the file with the same name on the personalized customization module to form the page module; in some customer personalized requirements, some adaptive adjustment needs to be made on the page structure of a product system, the realization in a product module does not need to be changed, and only the original file of the product module needs to be covered by a file with the same name under the same directory structure of a personalized customization module.
And as for the functional module development module 52, rewriting the implementation class of the interface of the corresponding functional logic on the personalized customization module, adding an annotation, calling the rewritten interface when starting, and forming the functional module, wherein the annotation is @ Primary. According to the requirements of different customers on the system, different functional requirements can be applied to the system, namely the logic for realizing the function is different from the logic for realizing the function in a production mode, the realization logic of the function is required to be modified, the logic modification is not carried out on a production module, but a personalized customization module is carved, the realization class of the interface for realizing the function logic is rewritten and a @ Primary annotation is added, so that the rewritten interface realization class is called to realize the function when the customer personalized module is started.
The development unit 50 uses the overrides technology of maven, can combine a plurality of projects into one project, and if the project has files with the same name, the files in the main project will cover the files with the same name of other projects, the main technical support for the customization of the page module and the function module is the overrides technology of maven, when the personalized customization module is realized, only the personalized customization module needs to depend on the rule application platform, the page customization module creates a new directory on the personalized customization module, which is the same as the directory where the related files on the rule application platform are located, and the original files can be covered by naming the files to be replaced as the same name as the files in the rule application platform. The functional module only needs to realize an original logical interface, adds @ Primary annotation on the realization class rewriting, and then rewrites the logic, and the functional module is customized without a peer directory or a same name.
According to the personalized definition system of the insurance application program, the personalized definition module and the rule application platform are established, the personalized definition module depends on the rule application platform, the page customization module is established, class rewriting is realized on the original logical interface, and the @ Primary annotation is added, so that the function module customization is completed, after the two modules of the project personalized customization and the general rule application platform are independently extracted, the two modules can be combined for each development project, and the development time and the personnel cost are reduced.
The technical contents of the present invention are further illustrated by the examples only for the convenience of the reader, but the embodiments of the present invention are not limited thereto, and any technical extension or re-creation based on the present invention is protected by the present invention. The protection scope of the invention is subject to the claims.

Claims (2)

1.保险业应用程序的个性化定义方法,其特征在于,所述方法包括:1. A personalized definition method for an insurance industry application, characterized in that the method comprises: 基于自主搭建的框架建立规则应用平台;Build a rule application platform based on a self-built framework; 基于自主搭建的框架新建一个纯净的maven工程;Create a pure maven project based on the self-built framework; 将所述maven工程依赖规则应用平台内的jar包,新建一个模版;Create a new template by making the maven project depend on the jar package in the rule application platform; 根据新建的模版再新建一个maven工程,形成个性化定制模块;Create a new maven project according to the new template to form a personalized customization module; 根据所述规则应用平台以及所述个性化定制模块开发页面模块以及功能模块;Develop page modules and function modules according to the rule application platform and the personalized customization module; 根据所述规则应用平台以及所述个性化定制模块开发页面模块以及功能模块的步骤,包括以下具体步骤:The steps of developing a page module and a function module according to the rule application platform and the personalized customization module include the following specific steps: 在与规则应用平台上相关文件所在目录相同的目录结构下,在所述个性化定制模块上利用同名的文件覆盖规则应用平台中原有对应文件,形成所述页面模块;Under the same directory structure as the directory where the relevant files on the rule application platform are located, the original corresponding file in the rule application platform is overwritten with a file of the same name on the personalized customization module to form the page module; 在所述个性化定制模块上,将对应的功能逻辑的接口的实现类重写,并加上注解,启动时调用重写的所述接口,形成所述功能模块;On the personalized customization module, the implementation class of the interface of the corresponding functional logic is rewritten, and an annotation is added, and the rewritten interface is called at startup to form the functional module; 所述个性化定制模块上,将对应的功能逻辑的接口的实现类重写,并加上注解,启动时调用重写的所述接口,形成所述功能模块的步骤中,注解的类型为@Primary;On the personalized customization module, the implementation class of the interface of the corresponding functional logic is rewritten, and an annotation is added, and the rewritten interface is called when starting, and in the step of forming the functional module, the type of the annotation is @ Primary; 使用了maven的overlays技术,把多个项目war合并成为一个项目,并且如果项目存在同名文件,主项目中的文件将覆盖掉其他项目的同名文件,页面模块和功能模块的定制的主要技术支持就是maven的overlays技术,当实现个性化定制模块的时,只需要将个性化定制模块依赖规则应用平台,页面定制模块就在个性化定制模块新建一个与规则应用平台上相关文件所在目录相同的目录,在将需要替换的文件命名为规则应用平台中文件一样的名字即可覆盖原先的文件,功能模块实现原先逻辑的接口,在实现类重写上加上@Primary注解,然后重写逻辑,功能模块定制不需要同级目录或同名。Using maven's overlays technology, multiple project wars are merged into one project, and if there is a file with the same name in the project, the file in the main project will overwrite the file with the same name in other projects. The main technical support for customization of page modules and function modules is Maven's overlays technology, when implementing a personalized customization module, only needs to rely on the personalized customization module on the rule application platform, and the page customization module creates a new directory in the personalized customization module that is the same as the directory where the relevant files on the rule application platform are located. Name the file to be replaced with the same name as the file in the rule application platform to overwrite the original file. The function module implements the interface of the original logic. Add the @Primary annotation to the implementation class rewrite, and then rewrite the logic and function module. Customization does not require sibling directories or names. 2.保险业应用程序的个性化定义系统,其特征在于,包括平台建立单元、工程建立单元、模板建立单元、定制模块形成单元以及开发单元;2. A personalized definition system for insurance applications, characterized in that it includes a platform establishment unit, an engineering establishment unit, a template establishment unit, a custom module formation unit, and a development unit; 所述平台建立单元,用于基于自主搭建的框架建立规则应用平台;The platform establishment unit is used to establish a rule application platform based on the self-built framework; 所述工程建立单元,用于基于自主搭建的框架新建一个纯净的maven工程;The project establishment unit is used to create a pure maven project based on the self-built framework; 所述模板建立单元,用于将所述maven工程依赖规则应用平台内的jar包,新建一个模版;The template establishment unit is used to create a new template with the maven project relying on the jar package in the rule application platform; 所述定制模块形成单元,用于根据新建的模版再新建一个maven工程,形成个性化定制模块;The custom module forming unit is used to create a new maven project according to the new template to form a personalized custom module; 所述开发单元,用于根据所述规则应用平台以及所述个性化定制模块开发页面模块以及功能模块;the development unit, configured to develop a page module and a function module according to the rule application platform and the personalized customization module; 所述开发单元包括页面模块开发模块以及功能模块开发模块;The development unit includes a page module development module and a function module development module; 所述页面模块开发模块,用于在与规则应用平台上相关文件所在目录相同的目录结构下,在所述个性化定制模块上利用同名的文件覆盖规则应用平台中原有对应文件,形成所述页面模块;The page module development module is used to overwrite the original corresponding file in the rule application platform with a file of the same name on the personalized customization module under the same directory structure as the directory where the relevant file on the rule application platform is located to form the page module; 所述功能模块开发模块,用于在所述个性化定制模块上,将对应的功能逻辑的接口的实现类重写,并加上注解,启动时调用重写的所述接口,形成所述功能模块;The functional module development module is used to rewrite the implementation class of the interface of the corresponding functional logic on the personalized customization module, add annotations, and call the rewritten interface at startup to form the function module; 使用了maven的overlays技术,把多个项目war合并成为一个项目,并且如果项目存在同名文件,主项目中的文件将覆盖掉其他项目的同名文件,页面模块和功能模块的定制的主要技术支持就是maven的overlays技术,当实现个性化定制模块的时,只需要将个性化定制模块依赖规则应用平台,页面定制模块就在个性化定制模块新建一个与规则应用平台上相关文件所在目录相同的目录,在将需要替换的文件命名为规则应用平台中文件一样的名字即可覆盖原先的文件,功能模块实现原先逻辑的接口,在实现类重写上加上@Primary注解,然后重写逻辑,功能模块定制不需要同级目录或同名。Using maven's overlays technology, multiple project wars are merged into one project, and if there is a file with the same name in the project, the file in the main project will overwrite the file with the same name in other projects. The main technical support for customization of page modules and function modules is Maven's overlays technology, when implementing a personalized customization module, only needs to rely on the personalized customization module on the rule application platform, and the page customization module creates a new directory in the personalized customization module that is the same as the directory where the relevant files on the rule application platform are located. Name the file to be replaced with the same name as the file in the rule application platform to overwrite the original file. The function module implements the interface of the original logic. Add the @Primary annotation to the implementation class rewrite, and then rewrite the logic and function module. Customization does not require sibling directories or names.
CN201710100454.XA 2017-02-23 2017-02-23 Personalized definition method and system for insurance industry application Active CN106815032B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710100454.XA CN106815032B (en) 2017-02-23 2017-02-23 Personalized definition method and system for insurance industry application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710100454.XA CN106815032B (en) 2017-02-23 2017-02-23 Personalized definition method and system for insurance industry application

Publications (2)

Publication Number Publication Date
CN106815032A CN106815032A (en) 2017-06-09
CN106815032B true CN106815032B (en) 2020-04-14

Family

ID=59111668

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710100454.XA Active CN106815032B (en) 2017-02-23 2017-02-23 Personalized definition method and system for insurance industry application

Country Status (1)

Country Link
CN (1) CN106815032B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107589939A (en) * 2017-10-23 2018-01-16 福建省万维智能科技有限公司 A kind of quick development platform design method
CN116700679A (en) * 2023-05-09 2023-09-05 北京冠群信息技术股份有限公司 A Maven-based project structure management method for enterprise software products

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102449598A (en) * 2009-05-27 2012-05-09 微软公司 Package design and generation
CN106020849A (en) * 2016-06-14 2016-10-12 浪潮软件股份有限公司 Multi-theme implementation method based on web development framework

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8813031B2 (en) * 2012-03-02 2014-08-19 Oracle International Corporation System and method for automatically resolving dependencies of Java Archive files for use with Maven

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102449598A (en) * 2009-05-27 2012-05-09 微软公司 Package design and generation
CN106020849A (en) * 2016-06-14 2016-10-12 浪潮软件股份有限公司 Multi-theme implementation method based on web development framework

Also Published As

Publication number Publication date
CN106815032A (en) 2017-06-09

Similar Documents

Publication Publication Date Title
CN103645908B (en) Full life circle development achievement system of intemetware
CN108572825B (en) User interface processing method, device and equipment
WO2017088509A1 (en) Page customization method and device
US20230143896A1 (en) Cross-Platform Module for Loading Across a Plurality of Device Types
CN108509207A (en) The cross-system of WEB application program is installed
US20170146980A1 (en) Method and system of dynamically configuring functions of machine
WO2019134340A1 (en) Salary calculation method, application server, and computer readable storage medium
CN104020988A (en) Customizing a GUI of a MES screen
CN106815032B (en) Personalized definition method and system for insurance industry application
CN114595673A (en) Collaborative creation method of digital works, task release method and device
EP1835397A1 (en) Application framework
CN106201466B (en) Heat-based template management method
US11803523B2 (en) Ingesting and processing content types
CN105278971A (en) Mobile terminal installation package batch generation method and device
CN103473105A (en) Realizing method of online code completion function
US10229093B2 (en) Method and system for implementing a common data interface to web services
CN103971189B (en) A kind of method and apparatus of multimode management
CN104951309A (en) Page decorating method and system for displaying stylized font and client-side equipment
US12020003B2 (en) Cell-based computing and website development platform
CN117519691B (en) Application processing method, device, computer equipment and storage medium
CN107844710A (en) A kind of contract generation system and generation method
CN106201744A (en) The method realizing in componentization system calling RESTful service
US20190171648A1 (en) System and method for implementing an extract transform and load (etl) migration tool
JP2018005315A (en) Regulation conversion support apparatus and regulation conversion support program
CN106406978A (en) Automatic making device and method for private cloud virtual machine template

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
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 518000, 7th Floor, Alibaba Building T1, Keyuan Avenue, Yuehai Street, Nanshan District, Shenzhen City, Guangdong Province

Patentee after: Shenzhen Meyacom Sci-tech Co.,Ltd.

Country or region after: China

Address before: 518000, 7th Floor, Alibaba Building T1, Keyuan Avenue, Yuehai Street, Nanshan District, Shenzhen City, Guangdong Province

Patentee before: SHENZHEN MEYACOM TECHNOLOGY CO.,LTD.

Country or region before: China