Movatterモバイル変換


[0]ホーム

URL:


CN111124525A - Website function implementation method and device - Google Patents

Website function implementation method and device
Download PDF

Info

Publication number
CN111124525A
CN111124525ACN201811285167.1ACN201811285167ACN111124525ACN 111124525 ACN111124525 ACN 111124525ACN 201811285167 ACN201811285167 ACN 201811285167ACN 111124525 ACN111124525 ACN 111124525A
Authority
CN
China
Prior art keywords
plug
file
functional
configuration
loading
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
CN201811285167.1A
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 LtdfiledCriticalBeijing Gridsum Technology Co Ltd
Priority to CN201811285167.1ApriorityCriticalpatent/CN111124525A/en
Publication of CN111124525ApublicationCriticalpatent/CN111124525A/en
Pendinglegal-statusCriticalCurrent

Links

Images

Classifications

Landscapes

Abstract

The invention discloses a method and a device for realizing website functions. The method comprises the following steps: receiving an uploaded plug-in file package; the plug-in file package comprises a configuration file of at least one functional plug-in, and is developed by a developer based on a preset plug-in development document; decompressing the plug-in file packet to obtain configuration files of the functional plug-ins; and for each functional plug-in, finishing the relevant configuration of the functional plug-in according to the configuration file of the functional plug-in so as to realize the corresponding function of the functional plug-in on the website. The invention does not need to restart the server, has small development difficulty for new people and low product maintenance cost.

Description

Website function implementation method and device
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for realizing website functions.
Background
The existing method for realizing the website function is that a developer develops a new function by writing a new code on the basis of fully understanding the original service code. After the new function is deployed in the server and is on line, the client can directly use the new function by loading the new function after the server is restarted.
The codes of the new functions are mutually interwoven with the original service codes, the more the functions are, the higher the code complexity is, the higher the product maintenance cost is gradually, and the requirements and difficulty of fully understanding the current codes are higher and higher before new people develop the new functions.
Therefore, the current website function implementation methods at least exist: the server needs to be restarted, the development difficulty of a new person is high, and the product maintenance cost is high.
Disclosure of Invention
In view of the above, the present invention is proposed to provide a website function implementation method and apparatus that overcomes or at least partially solves the above-mentioned problems. The technical scheme is as follows:
based on another aspect of the present invention, the present invention provides a method for implementing a website function, the method comprising:
receiving an uploaded plug-in file package; the plug-in file package comprises a configuration file of at least one functional plug-in, the plug-in file package is developed by a developer based on a preset plug-in development document, and the plug-in development document comprises a description file for recording plug-in development requirements;
decompressing the plug-in file package to obtain configuration files of all functional plug-ins contained in the plug-in file package;
and for each functional plug-in, finishing the relevant configuration of the functional plug-in according to the configuration file of the functional plug-in so as to realize the corresponding function of the functional plug-in on the website.
Optionally, the configuration file includes at least an add-in identifier and a configuration item.
Optionally, the configuration items include plug-in type and other configuration sub-items; the step of finishing the relevant configuration of the functional plug-in according to the configuration file of the functional plug-in comprises the following steps:
preprocessing the functional plug-in according to the plug-in type of the functional plug-in;
determining plug-in loading related files related to the functional plug-ins according to other configuration sub items of the functional plug-ins;
and loading the plug-in loading related files to complete the related configuration of the functional plug-in.
Optionally, after determining that the plug-in related to the functional plug-in loads the related file, the method further includes:
and recording the plug-in identification of the functional plug-in and the plug-in loading related file into a preset function list.
Optionally, the loading, by the plug-in corresponding to the functional plug-in, the related file includes: the service file of the functional plug-in and other loading files related to the functional plug-in.
Optionally, the method further comprises:
when a request for loading a target function plug-in sent by a client is received, acquiring a plug-in loading related file corresponding to the target function plug-in according to a plug-in identifier of the target function plug-in carried in the request;
and returning the plug-in loading related file to the client so that the client finishes the loading of the target functional plug-in according to the plug-in loading related file.
Optionally, obtaining, according to the plug-in identifier of the target functional plug-in carried in the request, a plug-in loading related file corresponding to the target functional plug-in includes:
and acquiring a plug-in loading related file corresponding to the plug-in identification of the target function plug-in according to the function list.
Based on another aspect of the present invention, the present invention further provides a website function implementing apparatus, including:
the receiving unit is used for receiving the uploaded plug-in file package; the plug-in file package comprises a configuration file of at least one functional plug-in, the plug-in file package is developed by a developer based on a preset plug-in development document, and the plug-in development document comprises a description file for recording plug-in development requirements;
the decompression unit is used for decompressing the plug-in file package to obtain the configuration files of the functional plug-ins contained in the plug-in file package;
and the configuration unit is used for finishing the relevant configuration of the functional plug-in according to the configuration file of the functional plug-in aiming at each functional plug-in so as to realize the corresponding function of the functional plug-in on the website.
According to still another aspect of the present invention, there is provided a storage medium having a program stored thereon, where the program is executed by a processor to implement the method for implementing website functions.
According to still another aspect of the present invention, the present invention further provides a processor, where the processor is configured to execute a program, where the program executes the foregoing website function implementing method when running.
By means of the technical scheme, in the website function implementation method and the website function implementation device, developers can quickly develop new functions by learning the plug-in development documents, and the learning of the plug-in development documents is simpler than the understanding of a code structure, so that the problem that the existing website function development method is difficult for new people to develop is solved. In addition, the invention realizes function development in a plug-in mode, reduces code complexity and correspondingly reduces product maintenance cost.
In the actual application process, after a developer uploads a developed plug-in file package to a server, the server decompresses the plug-in file package to obtain the configuration file of each functional plug-in, so that each functional plug-in contained in the plug-in file package can be determined. For each functional plug-in, the invention completes the relevant configuration of the functional plug-in according to the configuration file of the functional plug-in, thereby completing the loading of the corresponding function. When the client needs to load a certain new function, the client can directly acquire and load the plug-in corresponding to the new function from the server to load the related file, so that the new function can be directly used without restarting the server.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 is a flow chart of a method for implementing website functions according to the present invention;
FIG. 2 is a flow chart of another method for implementing website functions provided by the present invention;
FIG. 3 is a schematic structural diagram of a website function development apparatus provided in the present invention;
fig. 4 is a schematic structural diagram of another website function development apparatus provided by the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
The method for implementing the website function provided by the invention is applied to a server, and as shown in fig. 1, the method can comprise the following steps:
step 101, receiving an uploaded plug-in file package; the plug-in file package comprises a configuration file of at least one functional plug-in, the plug-in file package is developed by a developer based on a preset plug-in development document, and the plug-in development document comprises a description file for recording plug-in development requirements.
The plug-in file package in the invention can comprise the configuration file of one functional plug-in, and can also comprise the configuration files of a plurality of functional plug-ins.
In practical application of the invention, beforestep 101, a product development team can develop basic platform codes in advance to obtain a basic code platform, and the basic code platform can realize uploading, analyzing and loading functions of the plug-in file package. In particular the platform is integrated in a server.
The basic code platform provides an add-in development document, and the add-in development document comprises a description file for recording add-in development requirements. In general, a plug-in development document is equivalent to a specification, in which design requirements to be met when a functional plug-in is applied in a basic code platform are recorded, and specifically, a method for developing a functional plug-in on the basic code platform is described.
The content in the description file may include, for example: the basic code platform supports front-end frameworks such as act and vue, and provides basic libraries such as jquery. These resources are existing resources that inform developers of existing resources in the underlying code platform, thereby facilitating direct use of these resources by developers.
Meanwhile, the description file may further include a constraint condition for the functional plug-in, for example, the functional plug-in must include a configuration file config.
During specific coding, a developer develops a functional plug-in according to a description file, for example, the functional plug-in the description file required to be developed by the developer must contain a file A and a folder B, wherein the folder B contains a file C; the file coding format must be utf-8, all files are packed into zip packages after the development is finished, and developers develop new functions according to the requirements in the description files. Therefore, in the invention, developers can quickly develop new functions by learning the plug-in development documents, and the learning of the plug-in development documents is simpler than the understanding of the code structure, so that the problem of great development difficulty of new people in the conventional website function realization method is solved.
In the invention, a developer writes a code according to the description file and in combination with the current requirement to obtain an add-in file package, wherein the add-in file package comprises configuration files of one or more functional add-ins. The configuration file includes, but is not limited to, an add-in identifier and a configuration item. Specifically, the plug-in identification may be a plug-in name, and the configuration items may include a plug-in type and other configuration sub items. Wherein other configuration sub-items may include function entry and resource inventory, and may further include dependent items.
The plug-in name is used as the mark of the functional plug-in and is used for distinguishing different functional plug-ins; the function entry records which files need to be loaded by the function plug-in, such as index. The plug-in type indicates the type of the functional plug-in, in practical application, the functional plug-in may be a page, or may be only a small module in the page, or a simple method library, and the behavior of different types of functional plug-ins after being loaded will be different; the resource list comprises pictures and the like, and is used for determining that all resources related to the functional plug-in are also loaded when the functional plug-in is loaded; the dependency item refers to other functional plug-ins which can be relied on when one functional plug-in is loaded, for example, one page plug-in can use one module plug-in, and then the dependency item of the page plug-in refers to the module plug-in, and when the page plug-in is loaded, the module plug-ins need to be loaded at the same time.
In the invention, a developer can complete the development of the plug-in file package in the compiling environment provided by the server, and when the developer clicks to confirm the submission of the plug-in file package, the server receives the plug-in file package uploaded by the developer.
And 102, decompressing the plug-in file package to obtain the configuration files of the functional plug-ins contained in the plug-in file package.
After receiving the uploaded plug-in file package, the server decompresses the plug-in file package first to obtain the configuration files of the functional plug-ins included in the plug-in file package. And further determining each functional plug-in included in the plug-in file package based on the plug-in identifier in the configuration file.
And 103, finishing the relevant configuration of each functional plug-in according to the configuration file of the functional plug-in so as to realize the corresponding function of the functional plug-in on the website.
Different types of functional plugins respectively correspond to different configuration modes, so that the functional plugins can be preprocessed according to the plugin types of the functional plugins, for example, a page functional plugin merges the routing to a website routing table, and an independent functional plugin registers the routing to a function set module; according to other configuration sub items of the functional plug-in, the plug-in loading related files related to the functional plug-in are determined, and then the plug-in loading related files are loaded to complete the related configuration of the functional plug-in. Specifically, for example, according to the function entry, the resource list and the dependent item of the functional plug-in, other loading files related to the functional plug-in are determined, so that for each functional plug-in, the invention can complete the related configuration of the functional plug-in according to the configuration file of the functional plug-in, thereby completing the loading of the corresponding function in the server.
As a preferred embodiment of the present invention, after determining that a plug-in related file related to a functional plug-in loads, the present invention may record a plug-in identifier of the functional plug-in and a plug-in loading related file in a preset function list. The plug-in loading related files corresponding to the functional plug-ins at least comprise: the service file of the functional plug-in and other loading files related to the functional plug-in.
In the practical application process of the present invention, as shown in fig. 2, afterstep 103, the method for implementing the website function provided by the present invention may further include:
and 104, when a request for loading a target function plug-in sent by a client is received, acquiring a plug-in loading related file corresponding to the target function plug-in according to a plug-in identifier of the target function plug-in carried in the request.
The plug-in loading related file corresponding to the target function plug-in at least comprises the following steps: business files of the target function plug-in and other loading files related to the target function plug-in.
For the client, what the server presents to the client is the various functions contained in the plug-in package. When a client needs to load a certain new function, the new function to be loaded can be selected through operations such as clicking, and the like, and at the moment, the server receives a request for loading a target function plug-in (namely, the new function) sent by the client, wherein the request at least comprises a plug-in identifier of the target function plug-in.
And the server acquires a plug-in loading related file corresponding to the target function plug-in according to the plug-in identification of the target function plug-in based on the received request. Specifically, for example, the present invention may check whether the name of the target function plug-in exists in the function list according to the name of the target function plug-in, and if so, indicate that the server has the function, thereby further searching and acquiring the service file of the target function plug-in corresponding to the name of the target function plug-in and other loading files related to the target function plug-in according to the function list.
And 105, returning the plug-in loading related file to the client so that the client finishes the loading of the target functional plug-in according to the plug-in loading related file.
And after the server acquires the business file of the target function plug-in corresponding to the name of the target function plug-in and other loading files related to the target function plug-in, returning the acquired business file and other loading files to the client. And after receiving the plug-in loading related file, the client finishes the loading of the target functional plug-in according to the plug-in loading related file.
Therefore, by applying the website function implementation method provided by the invention, after a developer uploads a developed plug-in file package to the server, the server decompresses the plug-in file package to obtain the configuration file of each functional plug-in, so as to determine each functional plug-in contained in the plug-in file package, and further complete the relevant configuration of each functional plug-in according to the configuration file of the functional plug-in, thereby completing the loading of the corresponding function, and implementing the corresponding function of the functional plug-in on the website. When the client needs to load a certain new function, the client can directly acquire and load the plug-in corresponding to the new function from the server to load the related file, so that the new function can be directly used without restarting the server.
In addition, in the invention, developers can quickly develop new functions by learning the plug-in development documents, and the learning of the plug-in development documents is simpler than the understanding of the code structure, so that the problem of great development difficulty of new people in the conventional website function realization method is solved. In addition, the invention realizes function development in a plug-in mode, reduces code complexity and correspondingly reduces product maintenance cost.
Based on the foregoing text, the present invention provides a website function implementing method, as shown in fig. 2, and further provides a website function implementing apparatus, which may include: a receivingunit 10, adecompression unit 20, aconfiguration unit 30. Wherein,
the receivingunit 10 is used for receiving the uploaded plug-in file package; the plug-in file package comprises a configuration file of at least one functional plug-in, the plug-in file package is developed by a developer based on a preset plug-in development document, and the plug-in development document comprises a description file for recording plug-in development requirements;
a decompressingunit 20, configured to decompress the plug-in file package, and obtain configuration files of the functional plug-ins included in the plug-in file package;
and theconfiguration list 30 is used for finishing the relevant configuration of each functional plug-in according to the configuration file of the functional plug-in so as to realize the corresponding function of the functional plug-in on the website.
Further, as shown in fig. 4, the website function implementing apparatus provided by the present invention may further include: anacquisition unit 40 and areturn unit 50. Wherein,
the obtainingunit 40 is configured to, when a request for loading a target function plug-in sent by a client is received, obtain a plug-in loading related file corresponding to the target function plug-in according to a plug-in identifier of the target function plug-in carried in the request;
a returningunit 50, configured to return the plug-in loading related file to the client, so that the client completes loading of the target functional plug-in according to the plug-in loading related file.
The website function implementing device comprises a processor and a memory, wherein the receivingunit 10, the decompressingunit 20, the configuringunit 30, the obtainingunit 40, the returningunit 50 and the like are all stored in the memory as program units, and the processor executes the program units stored in the memory to implement 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 development of the website function is realized by adjusting the kernel parameters.
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.
An embodiment of the present invention provides a storage medium on which a program is stored, and the program implements the website function implementing method when executed by a processor.
The embodiment of the invention provides a processor, which is used for running a program, wherein the website function implementation method is executed when the program runs.
The embodiment of the invention provides equipment, which comprises a processor, a memory and a program which is stored on the memory and can run on the processor, wherein the processor executes the program and realizes the following steps:
receiving an uploaded plug-in file package; the plug-in file package comprises a configuration file of at least one functional plug-in, the plug-in file package is developed by a developer based on a preset plug-in development document, and the plug-in development document comprises a description file for recording plug-in development requirements;
decompressing the plug-in file package to obtain configuration files of all functional plug-ins contained in the plug-in file package;
and for each functional plug-in, finishing the relevant configuration of the functional plug-in according to the configuration file of the functional plug-in so as to realize the corresponding function of the functional plug-in on the website.
Optionally, the configuration file includes at least an add-in identifier and a configuration item.
Optionally, the configuration items include plug-in type and other configuration sub-items; the step of finishing the relevant configuration of the functional plug-in according to the configuration file of the functional plug-in comprises the following steps:
preprocessing the functional plug-in according to the plug-in type of the functional plug-in;
determining plug-in loading related files related to the functional plug-ins according to other configuration sub items of the functional plug-ins;
and loading the plug-in loading related files to complete the related configuration of the functional plug-in.
Optionally, after determining that the plug-in related to the functional plug-in loads the related file, the method further includes:
and recording the plug-in identification of the functional plug-in and the plug-in loading related file into a preset function list.
Optionally, the loading, by the plug-in corresponding to the functional plug-in, the related file includes: the service file of the functional plug-in and other loading files related to the functional plug-in.
Optionally, the method further comprises:
when a request for loading a target function plug-in sent by a client is received, acquiring a plug-in loading related file corresponding to the target function plug-in according to a plug-in identifier of the target function plug-in carried in the request;
and returning the plug-in loading related file to the client so that the client finishes the loading of the target functional plug-in according to the plug-in loading related file.
Optionally, obtaining, according to the plug-in identifier of the target functional plug-in carried in the request, a plug-in loading related file corresponding to the target functional plug-in includes:
and acquiring a plug-in loading related file corresponding to the plug-in identification of the target function plug-in according to the function list.
The device herein may be a server, a PC, a PAD, a mobile phone, etc.
The present application further provides a computer program product adapted to perform a program for initializing the following method steps when executed on a data processing device:
receiving an uploaded plug-in file package; the plug-in file package comprises a configuration file of at least one functional plug-in, the plug-in file package is developed by a developer based on a preset plug-in development document, and the plug-in development document comprises a description file for recording plug-in development requirements;
decompressing the plug-in file package to obtain configuration files of all functional plug-ins contained in the plug-in file package;
and for each functional plug-in, finishing the relevant configuration of the functional plug-in according to the configuration file of the functional plug-in so as to realize the corresponding function of the functional plug-in on the website.
Optionally, the configuration file includes at least an add-in identifier and a configuration item.
Optionally, the configuration items include plug-in type and other configuration sub-items; the step of finishing the relevant configuration of the functional plug-in according to the configuration file of the functional plug-in comprises the following steps:
preprocessing the functional plug-in according to the plug-in type of the functional plug-in;
determining plug-in loading related files related to the functional plug-ins according to other configuration sub items of the functional plug-ins;
and loading the plug-in loading related files to complete the related configuration of the functional plug-in.
Optionally, after determining that the plug-in related to the functional plug-in loads the related file, the method further includes:
and recording the plug-in identification of the functional plug-in and the plug-in loading related file into a preset function list.
Optionally, the loading, by the plug-in corresponding to the functional plug-in, the related file includes: the service file of the functional plug-in and other loading files related to the functional plug-in.
Optionally, the method further comprises:
when a request for loading a target function plug-in sent by a client is received, acquiring a plug-in loading related file corresponding to the target function plug-in according to a plug-in identifier of the target function plug-in carried in the request;
and returning the plug-in loading related file to the client so that the client finishes the loading of the target functional plug-in according to the plug-in loading related file.
Optionally, obtaining, according to the plug-in identifier of the target functional plug-in carried in the request, a plug-in loading related file corresponding to the target functional plug-in includes:
and acquiring a plug-in loading related file corresponding to the plug-in identification of the target function plug-in according to the function list.
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 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.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). 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)

CN201811285167.1A2018-10-312018-10-31Website function implementation method and devicePendingCN111124525A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201811285167.1ACN111124525A (en)2018-10-312018-10-31Website function implementation method and device

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201811285167.1ACN111124525A (en)2018-10-312018-10-31Website function implementation method and device

Publications (1)

Publication NumberPublication Date
CN111124525Atrue CN111124525A (en)2020-05-08

Family

ID=70485325

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201811285167.1APendingCN111124525A (en)2018-10-312018-10-31Website function implementation method and device

Country Status (1)

CountryLink
CN (1)CN111124525A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113282347A (en)*2021-05-242021-08-20挂号网(杭州)科技有限公司Plug-in operation method, device, equipment and storage medium
CN113342417A (en)*2021-06-152021-09-03京东数科海益信息科技有限公司Plug-in configuration method, device and equipment
CN114237745A (en)*2021-12-162022-03-25北京奕斯伟计算技术有限公司Artificial intelligence AI function construction method and device, electronic equipment and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN1968154A (en)*2006-09-152007-05-23华为技术有限公司System and method for service expansion using plug
CN102141922A (en)*2010-01-292011-08-03腾讯科技(深圳)有限公司Micro kernel pluggable program application system and implementation method thereof
US20120036496A1 (en)*2010-08-052012-02-09Computer Associates Think, Inc.Plug-in based high availability application management framework (amf)
CN102546708A (en)*2010-12-272012-07-04阿里巴巴集团控股有限公司Plug-in obtaining method and system as well as relevant devices
CN104216738A (en)*2014-08-202014-12-17北京奇艺世纪科技有限公司Operation method and operation device of application program
CN105260206A (en)*2015-10-102016-01-20北京京东尚科信息技术有限公司Data source plug-in implementation method and server
CN107463406A (en)*2017-08-082017-12-12上海连尚网络科技有限公司Issue the method and electronic equipment of Mobile solution
CN108595246A (en)*2018-03-152018-09-28阿里巴巴集团控股有限公司A kind of method, apparatus and equipment of operation application

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN1968154A (en)*2006-09-152007-05-23华为技术有限公司System and method for service expansion using plug
CN102141922A (en)*2010-01-292011-08-03腾讯科技(深圳)有限公司Micro kernel pluggable program application system and implementation method thereof
US20120036496A1 (en)*2010-08-052012-02-09Computer Associates Think, Inc.Plug-in based high availability application management framework (amf)
CN102546708A (en)*2010-12-272012-07-04阿里巴巴集团控股有限公司Plug-in obtaining method and system as well as relevant devices
CN104216738A (en)*2014-08-202014-12-17北京奇艺世纪科技有限公司Operation method and operation device of application program
CN105260206A (en)*2015-10-102016-01-20北京京东尚科信息技术有限公司Data source plug-in implementation method and server
CN107463406A (en)*2017-08-082017-12-12上海连尚网络科技有限公司Issue the method and electronic equipment of Mobile solution
CN108595246A (en)*2018-03-152018-09-28阿里巴巴集团控股有限公司A kind of method, apparatus and equipment of operation application

Cited By (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113282347A (en)*2021-05-242021-08-20挂号网(杭州)科技有限公司Plug-in operation method, device, equipment and storage medium
CN113282347B (en)*2021-05-242023-04-07挂号网(杭州)科技有限公司Plug-in operation method, device, equipment and storage medium
CN113342417A (en)*2021-06-152021-09-03京东数科海益信息科技有限公司Plug-in configuration method, device and equipment
CN114237745A (en)*2021-12-162022-03-25北京奕斯伟计算技术有限公司Artificial intelligence AI function construction method and device, electronic equipment and storage medium
CN114237745B (en)*2021-12-162023-11-14北京奕斯伟计算技术股份有限公司 Methods, devices, electronic equipment and storage media for constructing artificial intelligence AI functions

Similar Documents

PublicationPublication DateTitle
CN105573734B (en)method and equipment for providing SDK file
JP6816028B2 (en) Page jump based on text hiding
CN106294113B (en)creation method and device based on programmable test service
CN111124525A (en)Website function implementation method and device
CN109558548B (en)Method for eliminating CSS style redundancy and related product
CN113536174A (en)Interface loading method, device and equipment
CN110968333B (en)Configuration information replacement method and device, machine-readable storage medium and processor
CN115982491A (en)Page updating method and device, electronic equipment and computer readable storage medium
CN116755745A (en)Plug-in updating method, device and equipment of code editor and storage medium
CN115576536A (en)Method and system for automatically generating interface document by analyzing byte codes
CN107704464B (en)Method and device for analyzing path of static resource
CN109582347B (en)Method and device for acquiring front-end codes
US11556499B2 (en)Container image migration service
Taneja et al.AirBits: a web application development using microsoft azure
CN115202673A (en)Application construction method and device based on cloud server and computer equipment
CN110554867B (en)Application processing method and device
CN109710833B (en)Method and apparatus for determining content node
CN111177593B (en)Data communication method and system
US11809275B2 (en)FaaS in-memory checkpoint restore
CN116501365A (en) Resource calling method, device and equipment based on algorithm platform
US9146720B1 (en)Binary file application processing
CN112579949A (en)Method and device for determining page style pollution, storage medium and equipment
CN116467010A (en)Method and device for calling host resource by plug-in, processor and electronic equipment
CN110968500A (en)Test case execution method and device
CN116382707A (en)Multi-application integration method and device

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
RJ01Rejection of invention patent application after publication

Application publication date:20200508

RJ01Rejection of invention patent application after publication

[8]ページ先頭

©2009-2025 Movatter.jp