CN112650522A - Method, device, storage medium and equipment for dynamically configuring platform - Google Patents

Method, device, storage medium and equipment for dynamically configuring platform Download PDF

Info

Publication number
CN112650522A
CN112650522A CN201910918032.2A CN201910918032A CN112650522A CN 112650522 A CN112650522 A CN 112650522A CN 201910918032 A CN201910918032 A CN 201910918032A CN 112650522 A CN112650522 A CN 112650522A
Authority
CN
China
Prior art keywords
plug
platform
ins
dynamic
determined
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
CN201910918032.2A
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.)
Beijing Gridsum Technology Co Ltd
Original Assignee
Beijing Gridsum 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 Beijing Gridsum Technology Co Ltd filed Critical Beijing Gridsum Technology Co Ltd
Priority to CN201910918032.2A priority Critical patent/CN112650522A/en
Publication of CN112650522A publication Critical patent/CN112650522A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • 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/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

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

Abstract

The embodiment of the invention provides a method, a device, a storage medium and equipment for dynamically configuring a platform, and belongs to the technical field of computers. The method for dynamically configuring the platform comprises the following steps: configuring the platform to include a number of selectable plug-ins; acquiring plug-ins determined by a calling party from the selectable plug-ins; acquiring the dynamic parameter of each determined plug-in, and rendering the corresponding plug-ins according to the acquired dynamic parameters; and configuring the platform according to the rendered plug-ins. Through the scheme, the platform is configured to comprise the plurality of selectable plug-ins in advance, the plug-ins determined by the user and the dynamic parameters of the corresponding plug-ins are obtained, the corresponding plug-ins are rendered according to the obtained dynamic parameters, the rendered plug-ins are utilized to configure the platform, the user can flexibly determine the plug-ins of the platform according to the requirements, the platform has high flexibility and reusability, the workload of platform design is obviously reduced, and the labor cost is effectively reduced.

Description

Method, device, storage medium and equipment for dynamically configuring platform
Technical Field
The invention relates to the technical field of computers, in particular to a method, a device, a storage medium and equipment for dynamically configuring a platform.
Background
Generally, for a data management system (such as a customer marketing system), the data management system needs to be designed according to the requirements of customers, and the requirements of each customer are not the same, for example: the customer has different requirements for functions of WeChat association, short message sending and the like, and needs a customized WeChat association page, a function of sending short messages according to a set rule and the like.
The method adopted at present adopts a dynamic parameter mechanism on part of functions of sending information to the outside by a client by using a data management system, and is used for editing richer contents on the basis of templates provided by WeChat and short message operators. However, in the currently adopted method, the data management system is an integral body composed of fixed modules, and if a customer does not purchase a template material corresponding to a certain module, the corresponding module cannot be normally rendered. Meanwhile, if the dynamic parameters selected by the client are different, the logic of the software design is also different. That is, if the customer only needs the functions of some modules of the data management system, or needs to adjust the dynamic parameters therein, the data management system needs to be designed in the whole process.
The inventor of the present invention finds that the above scheme in the prior art has the defects of poor flexibility of system module configuration, customized design for different customer needs, poor product reusability, redesign for the same customer if the customer needs to change, large workload of software design of a data management system, high labor cost and the like.
Disclosure of Invention
An object of the embodiments of the present invention is to provide a method, an apparatus, a storage medium, and a device for dynamically configuring a platform, so as to solve or at least partially solve the above technical problems.
In order to achieve the above object, an embodiment of the present invention provides a method for dynamically configuring a platform, where the method for dynamically configuring a platform includes: configuring the platform to include a number of selectable plug-ins; acquiring plug-ins determined by a calling party from the selectable plug-ins; acquiring the dynamic parameter of each determined plug-in, and rendering the corresponding plug-ins according to the acquired dynamic parameters; and configuring the platform according to the rendered plug-ins.
Optionally, the optional plug-ins include a custom plug-in capable of being injected according to the requirements of the caller and a modular plug-in of a predetermined template.
Optionally, the obtaining the dynamic parameter of each determined plug-in includes: and acquiring the link URL and/or the placeholder of each plug-in.
Optionally, the method for dynamically configuring the platform further includes: and transmitting the content of the platform meeting the requirements of the caller to the caller.
Correspondingly, an embodiment of the present invention further provides a device for dynamically configuring a platform, where the device for dynamically configuring a platform includes: a preprocessing module, which pre-configures the platform to include a number of selectable plug-ins; the plug-in confirmation module is used for acquiring the plug-in determined by the calling party from the selectable plug-ins; the parameter acquisition module is used for acquiring the dynamic parameter of each determined plug-in and respectively rendering the corresponding plug-ins according to the acquired dynamic parameter; and a configuration module that configures the platform according to the rendered plug-ins.
Optionally, the optional plug-ins include a custom plug-in capable of being injected according to the requirements of the caller and a modular plug-in of a predetermined template.
Optionally, the parameter obtaining module includes: and the obtaining submodule is used for obtaining the link URL and/or the placeholder of each plug-in.
Optionally, the apparatus for dynamically configuring the platform further includes: and the transmission module is used for transmitting the content of the platform meeting the requirements of the calling party to the calling party.
Accordingly, the embodiment of the present invention further provides a machine-readable storage medium, where the machine-readable storage medium has instructions stored thereon, and the instructions are used to enable a machine to execute the method for dynamically configuring the platform.
Correspondingly, the embodiment of the invention also provides equipment, which comprises at least one processor, at least one memory and a bus, wherein the memory and the bus are connected with the processor; the processor and the memory complete mutual communication through a bus; the processor is used for calling the program instructions in the memory so as to execute the method for dynamically configuring the platform.
According to the technical scheme, the platform is configured to comprise the plurality of selectable plug-ins in advance, the plug-ins determined by the user and the dynamic parameters of the corresponding plug-ins are obtained, the corresponding plug-ins are rendered according to the obtained dynamic parameters, the rendered plug-ins are utilized to configure the platform, the user can flexibly determine the plug-ins of the platform according to requirements, the platform has high flexibility and reusability, the workload of platform design is obviously reduced, and the labor cost is effectively reduced.
Additional features and advantages of embodiments of the invention will be set forth in the detailed description which follows.
Drawings
The accompanying drawings, which are included to provide a further understanding of the embodiments of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the embodiments of the invention without limiting the embodiments of the invention. In the drawings:
FIG. 1 is a flowchart of a method for dynamically configuring a platform according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a configuration interface in a method for dynamically configuring a platform according to an embodiment of the present invention;
FIG. 3 is a block diagram of an apparatus for dynamic configuration of a platform provided by an embodiment of the present invention; and
fig. 4 is a schematic structural diagram of an apparatus provided in an embodiment of the present invention.
Description of the reference numerals
1. Preprocessing module 2 and plug-in confirmation module
3. Parameter acquisition module 4 and configuration module
Detailed Description
The following detailed description of embodiments of the invention refers to the accompanying drawings. It should be understood that the detailed description and specific examples, while indicating embodiments of the invention, are given by way of illustration and explanation only, not limitation.
Fig. 1 is a flowchart of a method for dynamically configuring a platform according to an embodiment of the present invention, and as shown in fig. 1, the method for dynamically configuring a platform may include the following steps:
s100, configuring the platform to comprise a plurality of optional plug-ins.
In the embodiment of the invention, taking a page of the customer marketing data management system as an example, the platform is divided into a plurality of functional modules, each functional module can be further divided into a plurality of hierarchical functional modules, in the platform design process, each hierarchical functional module is designed as a plug-in according to the general rules of a plurality of users (for example, most users need to individually design some modules in the plurality of hierarchical functional modules), and then the platform is configured to comprise a plurality of optional plug-ins.
Further, optional plug-ins may include custom plug-ins that can be injected according to caller requirements and modular plug-ins of predetermined templates. Specifically, the caller is a container of the platform dynamic configuration device, the platform dynamic configuration device is a container of the plug-in, and each plug-in and the platform dynamic configuration device communicate with each other through a front end (i.e. a page where the caller is located).
In the embodiment of the invention, the plug-ins configured by the platform can be divided into two categories, namely a user-defined plug-in and a modularized plug-in, wherein the user-defined plug-in is that a user can inject the plug-in into the platform at any time according to the requirement, and the component name, the plug-in material and other dynamic parameters of the user-defined plug-in can be set in a user-defined way according to the requirement of the user; modular plug-in means that most dynamic parameters of the plug-in are determined in the platform design process, and a user can only set individual parameters of the modular plug-in, for example: the user can only set the dynamic parameters for rendering a certain modular plug-in.
For example, the platform may be a page, and the user refers to a demander of the page, for example: the user is a certain merchant, and needs to perform functions such as WeChat interaction or short message sending through the operation of the page, and the calling party can be represented by buttons on the front page of the page. During the software design process, a caller, a platform and a plug-in are three components with mutual inclusion relations, and are also called three containers with inclusion relations. And the user determines the functional module of the platform according to the functional requirement, so that the calling party can determine the plug-in required to be selected according to the functional module of the platform determined by the user. For example: in the configuration process of a 'WeChat public number' platform, self-defined plug-ins such as 'fan attribute', 'WeChat transaction' and the like are injected through the tips (components for receiving calling party data), and the injection of a plurality of self-defined plug-ins can be supported. In the design process, modular plug-ins such as an h5 page, a questionnaire and the like determined by a plurality of callers are input in advance through admin (administrator) or a background, partial dynamic parameters of the modular plug-ins can be reserved, and a user can dynamically configure the platform in the process of using the platform. Both the props injection plugin and the admin injection plugin comply with the same set of plugin specifications.
S200, obtaining the plug-in determined by the caller from the optional plug-ins.
In the embodiment of the invention, taking the WeChat message page of the customer marketing data management system as an example, the caller can be represented by a user operation key or a user operation action (for example, a button, a page arbitrary position click, a page designated position double click, a mouse click and upward sliding, and the like) in the front page of the WeChat page.
In an embodiment of the present invention, the plug-in determined by the caller from the selectable plug-ins can be obtained by: for the custom plug-in, the user can set dynamic parameters on a parameter setting page, for example: the caller is characterized by a button, and a user can set on the parameter setting interface, click the button, pop up a link page related to the user preference questionnaire, and set a proper identification name such as 'fan attribute' and the like, a button color and the like for the button. For the modular plug-in, a user can determine which modules are selected, parameters of the modular plug-in are provided, and the parameters are input and configured through the background.
S300, obtaining the dynamic parameters of each determined plug-in, and rendering the corresponding plug-ins according to the obtained dynamic parameters.
In this embodiment of the present invention, the acquiring the dynamic parameter of each determined plug-in step S300 includes: and acquiring the link URL and/or the placeholder of each plug-in.
Specifically, after the calling party determines the plug-in, the determined plug-in needs to be rendered, and at this time, the dynamic parameters of the determined plug-in need to be acquired.
Fig. 2 is a schematic diagram of a configuration interface in the method for dynamically configuring a platform according to the embodiment of the present invention, as shown in fig. 2, in a process of dynamically configuring a "wechat public number" platform, a caller determines a "wechat template message" plug-in, and fig. 2 shows an interface when the "wechat template message" plug-in is configured, where the "wechat template message" plug-in has a plurality of dynamic parameters, which may be injected by a tips (component for receiving data of the caller), for example, a dynamic parameter "in-site address" is added, and the "in-site address" corresponds to a plurality of parameters such as "wechat membership center homepage", "wechat personal center", "overall task of the wechat service center", and the like. Each setting process can add a parameter, each time one parameter is selected, the click determination is carried out, and the platform dynamic configuration device transmits the content of the dynamic parameter to the calling party.
In the embodiment of the invention, for the self-defined plug-in, when the calling party injects the plug-in through the props (component for receiving the calling party data), the dynamic parameters of the plug-in are injected, for example, the dynamic parameters such as the attribute of the WeChat fan can be introduced into the WeChat message template, and the object attribute can be introduced into the short message of the journey and the WeChat template. For modular plug-ins, this can be done by injecting in the front page of the platform (i.e., the page where the caller is).
In an embodiment of the present invention, dynamic parameters are divided into two types (types) of url (link) and placeholder (placeholder). The url type refers to an object that directly returns a representation url when the caller determines a certain plug-in (H5, questionnaire, in-site address). The placeholder type is that after one of the dynamic parameters of a certain plug-in is acquired as a placeholder parameter (such as a nickname of a client, a nickname of a fan and the current time), an object corresponding to the placeholder is returned to a caller, and then the parameter corresponding to the plug-in is replaced by the returned object.
For example, a platform dynamic configuration device with a component name "DynamicParamSelector" has the following interfaces:
Figure BDA0002216765750000071
further, whatever plug-in is injected by any method, a unique identifier (for example, a plug-in ID) needs to be configured for each plug-in so as to render the corresponding plug-in by using the dynamic parameters of each determined plug-in. For example: and the caller determines a plug-in 'questionnaire', acquires that the dynamic parameter corresponding to the 'questionnaire' determined by the caller is a url link, and returns a page of the url link to the platform when the 'questionnaire' is clicked.
S400, configuring the platform according to the rendered plug-in.
Specifically, the calling party determines a plurality of plug-ins, each plug-in has corresponding dynamic parameters, renders the plug-ins by using the corresponding dynamic parameters of each plug-in, and then combines all the determined plug-ins into a complete platform. For example: the platform needing to be configured is a micro-credit user small test page, the calling party determines three plug-ins of 'micro-page', 'survey questionnaire' and 'micro-letter fan attribute', the dynamic parameters of the 'micro-letter fan attribute' are placeholder1, the dynamic parameters of the 'micro-page' and the 'survey questionnaire' are url1 and url2 respectively, and the micro-credit user small test page is composed of contents corresponding to placeholder1, url1 and url 2.
In an embodiment of the present invention, the method for dynamically configuring the platform further includes: and transmitting the content of the platform meeting the requirements of the caller to the caller.
It should be noted that, in the embodiment of the present invention, details of the embodiment are described by taking a customer marketing data management system saas (software as a service) as an example, but the method, the apparatus, the storage medium, and the processor provided in the embodiment of the present invention are also applicable to other data platforms (for example, an enterprise personnel management data platform, an enterprise financial management data platform, an enterprise office automation system, a legal system management platform, an industry association data analysis platform, an enterprise ERP management platform, an enterprise mailbox system, an enterprise conference system, and the like).
According to the technical scheme, the platform is configured to comprise the plurality of selectable plug-ins in advance, the plug-ins determined by the user and the dynamic parameters of the corresponding plug-ins are obtained, the corresponding plug-ins are rendered according to the obtained dynamic parameters, the rendered plug-ins are utilized to configure the platform, the user can flexibly determine the plug-ins of the platform according to requirements, the platform has high flexibility and reusability, the workload of platform design is obviously reduced, and the labor cost is effectively reduced.
Fig. 3 is a block diagram of an apparatus for dynamically configuring a platform according to an embodiment of the present invention, where as shown in fig. 3, the apparatus for dynamically configuring a platform includes: the system comprises a preprocessing module 1, a display module and a display module, wherein the platform is pre-configured to comprise a plurality of selectable plug-ins; the plug-in confirmation module 2 is used for acquiring the plug-ins determined by the calling party from the selectable plug-ins; the parameter acquisition module 3 is used for acquiring the dynamic parameters of each determined plug-in and respectively rendering the corresponding plug-ins according to the acquired dynamic parameters; and a configuration module 4 for configuring the platform according to the rendered plug-in.
In an embodiment of the invention, the optional plug-ins include custom plug-ins that can be injected according to caller requirements and modular plug-ins of predetermined templates.
In an embodiment of the present invention, the parameter obtaining module 3 includes: and an obtaining submodule (not shown in the figure) for obtaining the link URL and/or the placeholder of each plug-in.
In an embodiment of the present invention, the apparatus for dynamically configuring a platform further includes: and a transmission module (not shown in the figure) for transmitting the content of the platform meeting the requirements of the caller to the caller.
For details and advantages of other embodiments of the apparatus for dynamically configuring a platform, reference is made to the above method for dynamically configuring a platform, which is not described herein again.
The device for dynamically configuring the platform comprises a processor and a memory, wherein the preprocessing module, the plug-in confirming module, the parameter acquiring module, the configuration module and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more than one, and the technical problems that the flexibility of system module configuration is poor, the customized design is needed aiming at different customer requirements, the reusability of products is poor and the like are solved by adjusting kernel parameters.
An embodiment of the present invention provides a storage medium, on which a program is stored, and the program, when executed by a processor, implements the method for dynamically configuring the platform.
Fig. 4 is a schematic structural diagram of an apparatus according to an embodiment of the present invention, and as shown in fig. 4, the apparatus 50 includes at least one processor 501, at least one memory 502 connected to the processor 501, and a bus 503; the processor 501 and the memory 502 complete communication with each other through the bus 503; processor 501 is used to call program instructions in memory 502 to perform the above-described method of platform dynamic configuration. The device herein may be a server, a PC, a PAD, a mobile phone, etc.
The present application also provides a computer program product adapted to execute a program of initializing the method steps of the above-mentioned platform dynamic configuration method when executed on a data processing device.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a device includes one or more processors (CPUs), memory, and a bus. The device may also include input/output interfaces, network interfaces, and the like.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip. The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that 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 identical elements in the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A method for dynamically configuring a platform, the method comprising:
configuring the platform to include a number of selectable plug-ins;
acquiring plug-ins determined by a calling party from the selectable plug-ins;
acquiring the dynamic parameter of each determined plug-in, and rendering the corresponding plug-ins according to the acquired dynamic parameters; and
configuring the platform according to the rendered plug-ins.
2. The method for dynamic configuration of platform of claim 1, wherein the optional plug-ins include custom plug-ins that can be injected according to caller requirements and modular plug-ins of predetermined templates.
3. The method for dynamically configuring a platform according to claim 1, wherein the obtaining the dynamic parameters of each determined plug-in comprises: and acquiring the link URL and/or the placeholder of each plug-in.
4. The method for dynamic platform configuration according to claim 1, further comprising: and transmitting the content of the platform meeting the requirements of the caller to the caller.
5. An apparatus for dynamic configuration of a platform, the apparatus comprising:
a preprocessing module, which pre-configures the platform to include a number of selectable plug-ins;
the plug-in confirmation module is used for acquiring the plug-in determined by the calling party from the selectable plug-ins;
the parameter acquisition module is used for acquiring the dynamic parameter of each determined plug-in and respectively rendering the corresponding plug-ins according to the acquired dynamic parameter; and
and the configuration module is used for configuring the platform according to the rendered plug-in.
6. The apparatus for dynamic platform configuration according to claim 5, wherein the optional plug-ins include custom plug-ins that can be injected according to caller requirements and modular plug-ins of predetermined templates.
7. The apparatus for dynamically configuring platform of claim 5, wherein the parameter obtaining module comprises: and the obtaining submodule is used for obtaining the link URL and/or the placeholder of each plug-in.
8. The apparatus for dynamically configuring platform of claim 5, further comprising: and the transmission module is used for transmitting the content of the platform meeting the requirements of the calling party to the calling party.
9. A machine-readable storage medium having stored thereon instructions for causing a machine to perform the method of platform dynamic configuration of any of claims 1-4.
10. An apparatus comprising at least one processor, and at least one memory connected to the processor, a bus; the processor and the memory complete mutual communication through a bus; the processor is configured to call program instructions in the memory to perform the method for dynamic configuration of a platform as claimed in any one of claims 1 to 4.
CN201910918032.2A 2019-09-26 2019-09-26 Method, device, storage medium and equipment for dynamically configuring platform Pending CN112650522A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910918032.2A CN112650522A (en) 2019-09-26 2019-09-26 Method, device, storage medium and equipment for dynamically configuring platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910918032.2A CN112650522A (en) 2019-09-26 2019-09-26 Method, device, storage medium and equipment for dynamically configuring platform

Publications (1)

Publication Number Publication Date
CN112650522A true CN112650522A (en) 2021-04-13

Family

ID=75342376

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910918032.2A Pending CN112650522A (en) 2019-09-26 2019-09-26 Method, device, storage medium and equipment for dynamically configuring platform

Country Status (1)

Country Link
CN (1) CN112650522A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113434251A (en) * 2021-06-25 2021-09-24 竹间智能科技(上海)有限公司 Service module cross-platform deployment method, device and equipment
CN113656093A (en) * 2021-08-02 2021-11-16 珠海格力电器股份有限公司 Plug-in configuration method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170195990A1 (en) * 2015-12-30 2017-07-06 Quixey, Inc. Broadcasting Local Function Templates to Proximate Mobile Computing Devices
CN108958736A (en) * 2018-07-20 2018-12-07 北京三快在线科技有限公司 Page generation method, device, electronic equipment and computer-readable medium
CN109614568A (en) * 2018-12-07 2019-04-12 微梦创科网络科技(中国)有限公司 A kind of page generation method and device
CN109656538A (en) * 2017-10-11 2019-04-19 阿里巴巴集团控股有限公司 Generation method, device, system, equipment and the medium of application program
CN109948201A (en) * 2019-03-04 2019-06-28 中国人民解放军国防大学联合作战学院 A kind of model component management system and scheduling implementation method based on platform and plug-in unit

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170195990A1 (en) * 2015-12-30 2017-07-06 Quixey, Inc. Broadcasting Local Function Templates to Proximate Mobile Computing Devices
CN109656538A (en) * 2017-10-11 2019-04-19 阿里巴巴集团控股有限公司 Generation method, device, system, equipment and the medium of application program
CN108958736A (en) * 2018-07-20 2018-12-07 北京三快在线科技有限公司 Page generation method, device, electronic equipment and computer-readable medium
CN109614568A (en) * 2018-12-07 2019-04-12 微梦创科网络科技(中国)有限公司 A kind of page generation method and device
CN109948201A (en) * 2019-03-04 2019-06-28 中国人民解放军国防大学联合作战学院 A kind of model component management system and scheduling implementation method based on platform and plug-in unit

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113434251A (en) * 2021-06-25 2021-09-24 竹间智能科技(上海)有限公司 Service module cross-platform deployment method, device and equipment
CN113656093A (en) * 2021-08-02 2021-11-16 珠海格力电器股份有限公司 Plug-in configuration method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
US9158535B2 (en) Smart endpoint architecture
CN107979632B (en) Processing method, device and system for push information
CN105868202A (en) Multi-platform access data management system
CN110969001B (en) Feedback information generation method and device, storage medium, processor and terminal
CN112650475B (en) Software low-code development system and development method combined with middle platform architecture theory
WO2012000117A1 (en) System and method for an integraged workflow process, social, contact and web marketing solution
US10719555B2 (en) System and method in a database system for sharing a data item with an entity in another tenant domain
US20170169474A1 (en) Internet-based display material system and internet-based display material producing method
CN114338793B (en) Message pushing method and device, electronic equipment and readable storage medium
CN112799659A (en) Method, device and terminal for automatically generating data interface without programming
CN112650522A (en) Method, device, storage medium and equipment for dynamically configuring platform
CN112182349A (en) Method, device and system for querying compliance file
CN110738038A (en) Contract text generation method, device, equipment and computer readable storage medium
CN110120908B (en) Group message processing method and device and server
CN113805853A (en) Software product development system based on industrial internet
US10250548B2 (en) Social media engagement engine
CN112947915A (en) Method, device and storage medium for self-defining page
US10459941B2 (en) Providing context-specific content relating to a displayed personal information management (PIM) message for display in a user interface of a PIM application
CN111600942B (en) Report processing method, device and equipment
CN109814880B (en) Application program management method, device, management system and storage medium
CN112214236B (en) Method for building management system of application architecture of software rapid development platform
CN112035156A (en) E-commerce platform docking device, method, equipment and medium
CN108551418B (en) Message platform management method, device, equipment and storage medium
KR20200064524A (en) A device for creating and sharing digital electronic business cards based on social network services/sites
US11573808B2 (en) Methods of providing an integrated interface that includes a virtual mobile device

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