CN112540754A - Component multiplexing method and device based on B/S architecture, electronic equipment and storage medium - Google Patents

Component multiplexing method and device based on B/S architecture, electronic equipment and storage medium Download PDF

Info

Publication number
CN112540754A
CN112540754A CN202011401504.6A CN202011401504A CN112540754A CN 112540754 A CN112540754 A CN 112540754A CN 202011401504 A CN202011401504 A CN 202011401504A CN 112540754 A CN112540754 A CN 112540754A
Authority
CN
China
Prior art keywords
original
resources
target
component
resource
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.)
Granted
Application number
CN202011401504.6A
Other languages
Chinese (zh)
Other versions
CN112540754B (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.)
3Clear Technology Co Ltd
Original Assignee
3Clear 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 3Clear Technology Co Ltd filed Critical 3Clear Technology Co Ltd
Priority to CN202011401504.6A priority Critical patent/CN112540754B/en
Publication of CN112540754A publication Critical patent/CN112540754A/en
Application granted granted Critical
Publication of CN112540754B publication Critical patent/CN112540754B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Time-Division Multiplex Systems (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a component multiplexing method and device based on a B/S (browser/Server) architecture, electronic equipment and a storage medium. The method comprises the following steps: acquiring an original component; acquiring original resources of an original component; acquiring demand resources; screening original resources according to the demand resources to obtain target resources; extracting a target component containing a target resource from the original component; and recombining the target member to obtain the multiplexing member. The existing member multiplexing method has the problems of difficult member acquisition, poor multiplexing member matching and incapability of mutually accessing different members to limit member multiplexing. According to the invention, the target resource is obtained by screening the original resource according to the required resource, and the matched component can be quickly found by the method of extracting the target component according to the target resource, so that the component reuse efficiency is improved.

Description

Component multiplexing method and device based on B/S architecture, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of software engineering, in particular to a component multiplexing method and device based on a B/S (browser/Server) architecture, electronic equipment and a storage medium.
Background
In the IT environment of each company, there are many business systems, and many different sets of programs are deployed behind each business system to support them, and these applications are called building blocks. These components are generally scattered in various corners of the IT environment, and if these assets cannot be effectively managed, they cannot exert their own value, and are difficult to reuse. The components may be java language developed or net developed or may involve multiple application developers. Moreover, the system construction is developed step by step, and the online time of each application component is different. The existing component multiplexing method has the problems of difficult component acquisition and poor matching of the acquired components due to insufficient component function description. The inability of different components to access each other also limits the reuse of components.
Therefore, how to realize the multiplexing of the components becomes an important point for the technical problem to be solved and the continuous research by the technical personnel in the field.
Disclosure of Invention
In view of this, embodiments of the present invention provide a component multiplexing method and apparatus based on a Browser/Server architecture (Browser/Server architecture), an electronic device, and a storage medium, so as to solve the problems in the prior art that component acquisition is difficult, the matching of multiplexing components is poor, and different components cannot access each other to limit component multiplexing.
Therefore, the embodiment of the invention provides the following technical scheme:
in a first aspect of the present invention, a component multiplexing method based on a B/S architecture is provided, including:
acquiring an original component;
acquiring original resources of the original component;
acquiring demand resources;
screening the original resources according to the demand resources to obtain target resources;
extracting a target building block containing the target resource from the original building block;
and recombining the target member to obtain a multiplexing member.
Further, obtaining the original resource of the original component further comprises:
classifying the original resources to obtain original access resources and original operation resources;
classifying the demand resources to obtain demand access resources and demand operation resources;
screening the original access resources according to the required access resources to obtain target access resources;
screening the original operation resources according to the required operation resources to obtain target operation resources;
extracting a first target component containing the target access resource from the original component;
extracting a second target component containing the target operating resource from the original component;
and recombining the first target component and the second target component to obtain a multiplexing component.
Further, recombining the first target component and the second target component comprises:
acquiring a first access address of a target access resource corresponding to the first target component;
acquiring a second access address of a target operation resource corresponding to the second target component;
recombining the first target component and the second target component according to the first target access address and the second target access address.
Further, after acquiring the original resource of the original component, the method further includes:
and checking the validity of the original resource, and deleting the invalid original resource.
Further, the screening the original resource according to the demand resource to obtain a target resource includes:
acquiring a plurality of original resources matched with the demand resources;
scoring each of the original resources matched with the demand resources according to update frequency, stability and effective resource proportion;
and selecting the original resource with the highest score from the plurality of original resources as the target resource.
Further, the score of the raw resource is calculated by the following formula:
Figure BDA0002817103440000031
wherein E is the score of the original resource, K1 is the weight of the update frequency, K2 is the weight of the stability, K3 is the weight of the effective resource ratio, A1 is the current time, A2 is the last update time of the original resource, R is the total number of times of applying for accessing the original resource, R is the total number of times of successfully using the original resource, and Q is the total number of resources contained in the original component corresponding to the original resource.
In a second aspect of the present invention, a component multiplexing apparatus based on a B/S architecture is provided, including:
the first acquisition module is used for acquiring an original component;
the second acquisition module is used for acquiring the original resource of the original component;
the third acquisition module is used for acquiring demand resources;
the screening module is used for screening the original resources according to the demand resources to obtain target resources;
an extraction module for extracting a target component containing the target resource from the original component;
and the recombination module is used for recombining the target component to obtain a multiplexing component.
Further, still include:
the first classification module is used for classifying the original resources to obtain original access resources and original operation resources;
the second classification module is used for classifying the demand resources to obtain demand access resources and demand operation resources;
the screening module is further used for screening the original access resource according to the demand access resource to obtain a target access resource;
the system is used for screening the original operation resources according to the required operation resources to obtain target operation resources;
the extracting module is further used for extracting a first target component containing the target access resource from the original component;
and for extracting from the original component a second target component containing the target operating resource;
the recombination module is configured to recombine the first target component and the second target component.
In a third aspect of the present invention, there is provided an electronic device comprising: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the one processor to cause the at least one processor to perform the method of any one of the first aspects of the invention.
In a fourth aspect of the invention, there is provided a computer readable storage medium having stored thereon computer instructions which, when executed by a processor, carry out the steps of the method according to any one of the first aspect of the invention.
The technical scheme of the embodiment of the invention has the following advantages:
the embodiment of the invention provides a component multiplexing method and device based on a B/S (browser/Server) architecture, electronic equipment and a storage medium. The existing member multiplexing method has the problems of difficult member acquisition, poor multiplexing member matching and incapability of mutually accessing different members to limit member multiplexing. According to the invention, the target resource is obtained by screening the original resource according to the required resource, and the matched component can be quickly found by the method of extracting the target component according to the target resource, so that the component reuse efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flowchart of a component multiplexing method based on a B/S architecture according to an embodiment of the present invention.
FIG. 2 is a block diagram of a component multiplexing apparatus based on a B/S architecture according to an embodiment of the present invention.
Fig. 3 is a schematic structural diagram of an electronic device according to an alternative embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application. It is to be understood that the embodiments described are only a few embodiments of the present application and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the description of the present application, it is to be understood that the terms "center," "longitudinal," "lateral," "length," "width," "thickness," "upper," "lower," "front," "rear," "left," "right," "vertical," "horizontal," "top," "bottom," "inner," "outer," "clockwise," "counterclockwise," and the like are used in the orientations and positional relationships indicated in the drawings for convenience in describing the present application and for simplicity in description, and are not intended to indicate or imply that the referenced devices or elements must have a particular orientation, be constructed in a particular orientation, and be operated in a particular manner, and are not to be construed as limiting the present application. Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, features defined as "first", "second", may explicitly or implicitly include one or more of the described features. In the description of the present application, "a plurality" means two or more unless specifically limited otherwise.
In the description of the present application, it is to be noted that, unless otherwise explicitly specified or limited, the terms "mounted," "connected," and "connected" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral connection; may be mechanically connected, may be electrically connected or may be in communication with each other; either directly or indirectly through intervening media, either internally or in any other relationship. The specific meaning of the above terms in the present application can be understood by those of ordinary skill in the art as appropriate.
In this application, unless expressly stated or limited otherwise, the first feature "on" or "under" the second feature may comprise direct contact of the first and second features, or may comprise contact of the first and second features not directly but through another feature in between. Also, the first feature being "on," "above" and "over" the second feature includes the first feature being directly on and obliquely above the second feature, or merely indicating that the first feature is at a higher level than the second feature. A first feature being "under," "below," and "beneath" a second feature includes the first feature being directly under and obliquely below the second feature, or simply meaning that the first feature is at a lesser elevation than the second feature.
The following disclosure provides many different embodiments or examples for implementing different features of the application. In order to simplify the disclosure of the present application, specific example components and arrangements are described below. Of course, they are merely examples and are not intended to limit the present application. Moreover, the present application may repeat reference numerals and/or letters in the various examples, such repetition is for the purpose of simplicity and clarity and does not in itself dictate a relationship between the various embodiments and/or configurations discussed. In addition, examples of various specific processes and materials are provided herein, but one of ordinary skill in the art may recognize applications of other processes and/or use of other materials.
FIG. 1 is a flowchart of a component multiplexing method based on a B/S architecture according to an embodiment of the present invention. As shown in fig. 1, the present invention provides a component multiplexing method based on a B/S architecture, which includes the following steps:
s101: an original component is obtained. In this embodiment, the development language of the original building block may be java,. net, python, go, and the like. The original component is a web application that is accessible through a web page. The number of the original components is plural.
S102: the original resources of the original component are acquired. In this embodiment, the original resource includes a functional description of the original component. Each original component includes a plurality of original resources. The original resource is preferably checked for validity and invalid original resources are deleted.
S103: and acquiring the demand resource. In this embodiment, the demand resources include a demand function description, and the number of the demand resources is plural.
S104: and screening the original resources according to the demand resources to obtain the target resources. In this embodiment, the functional description of the target resource and the required resource is matched.
S105: a target building block containing the target resource is extracted from the original building block.
S106: and recombining the target member to obtain the multiplexing member.
Compared with the prior art, the invention has no structural requirement and limitation on the components. According to the invention, the target resource is obtained by screening the original resource according to the required resource, and then the matched component can be quickly found according to the method for extracting the target component from the target resource, so that the component reuse efficiency is improved.
In a specific embodiment, obtaining the original resource of the original component further comprises: classifying the original resources to obtain original access resources and original operation resources; classifying the demand resources to obtain demand access resources and demand operation resources; screening the original access resources according to the required access resources to obtain target access resources; screening original operation resources according to the required operation resources to obtain target operation resources; extracting a first target component containing a target access resource from the original component; extracting a second target component containing the target operation resource from the original component; and recombining the first target component and the second target component to obtain the multiplexing component.
In this embodiment, the original access resource includes a page presentation resource, and the original operation resource includes operation buttons in the page, for example, addition, modification, deletion, and the like. Compared with the prior art, the original resources in the embodiment are classified according to the access resources and the operation resources, so that the subsequent searching according to the types of the required resources is facilitated, and compared with the conventional searching according to the function description, the method is higher in speed and more accurate in matching.
In a specific embodiment, reorganizing the first target component and the second target component includes obtaining a first access address of a target access resource corresponding to the first target component. And acquiring a second access address of the target operation resource corresponding to the second target component. The first target component and the second target component are reassembled based on the first target access address and the second target access address.
Compared with the prior art, the embodiment enables the resources to be accessed physically or logically independently and assembled again as required to form a new component, and the utilization value of the assets is greatly exerted.
In a specific embodiment, the screening the original resource according to the demand resource to obtain the target resource includes: acquiring a plurality of original resources matched with the demand resources; scoring each original resource matched with the required resource according to the updating frequency, the stability and the effective resource occupation ratio; and selecting the original resource with the highest score from the plurality of original resources as a target resource.
In this embodiment, the score of the original resource is calculated by the following formula:
Figure BDA0002817103440000081
wherein, E is the score of the original resource, K1 is the weight of the update frequency, K2 is the weight of the stability, K3 is the weight of the effective resource proportion, a1 is the current time, a2 is the last update time of the original resource, R is the total number of times of applying for accessing the original resource, R is the total number of times of successfully using the original resource in R applications for accessing, and Q is the total number of resources contained in the original component corresponding to the original resource.
Compared with the prior art, the method scores the original resources from three angles of updating frequency, stability and effective resource ratio, can select the most appropriate target resources according to the scores, and further obtains the multiplexing component with the highest matching degree.
In this embodiment, a component multiplexing apparatus based on a B/S architecture is further provided, and the apparatus is used to implement the foregoing embodiments and preferred embodiments, and the description of the apparatus is omitted. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
FIG. 2 is a block diagram of a component multiplexing apparatus based on a B/S architecture according to an embodiment of the present invention. As shown in fig. 2, the apparatus includes: a first obtaining module 201, configured to obtain an original component; a second obtaining module 202, configured to obtain an original resource of an original component; a third obtaining module 203, configured to obtain a demand resource; the screening module 204 is configured to screen the original resource according to the required resource to obtain a target resource; an extraction module 205 for extracting a target building block containing a target resource from the original building block; and the restructuring module 206 is configured to restructure the target component to obtain a multiplexing component.
In a particular embodiment, the apparatus further comprises: the first classification module is used for classifying the original resources to obtain original access resources and original operation resources; and the second classification module is used for classifying the demand resources to obtain demand access resources and demand operation resources.
Furthermore, the screening module is also used for screening the original access resources according to the required access resources to obtain target access resources; and the second screening unit is used for screening the original operation resources according to the required operation resources to obtain target operation resources.
Further, the extracting module is further configured to extract a first target component containing the target access resource from the original component; a second extraction unit for extracting a second target component containing the target operation resource from the original component.
Further, the recombination module is configured to recombine the first target component and the second target component.
Referring to fig. 3, fig. 3 is a schematic structural diagram of an electronic device according to an alternative embodiment of the present invention, and as shown in fig. 3, the electronic device may include: at least one processor 301, such as a CPU (Central Processing Unit), at least one communication interface 303, memory 304, and at least one communication bus 302. Wherein a communication bus 302 is used to enable the connection communication between these components. The communication interface 303 may include a Display (Display) and a Keyboard (Keyboard), and the optional communication interface 303 may further include a standard wired interface and a standard wireless interface. The Memory 304 may be a Random Access Memory (RAM) or a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. The memory 304 may optionally be at least one storage device located remotely from the processor 301. Wherein the processor 301 may be combined with the apparatus described in fig. 2, the memory 304 stores an application program, and the processor 301 calls the program code stored in the memory 304 for performing any of the above method steps, i.e. for performing the following operations:
an original component is obtained. The original resources of the original component are acquired. And acquiring the demand resource. And screening the original resources according to the demand resources to obtain the target resources. A target building block containing the target resource is extracted from the original building block. And recombining the target member to obtain the multiplexing member.
In the embodiment of the present invention, the processor 301 calls the program code in the memory 304, and is further configured to perform the following operations:
and classifying the original resources to obtain original access resources and original operation resources. And classifying the demand resources to obtain demand access resources and demand operation resources. And screening the original access resources according to the required access resources to obtain target access resources. And screening the original operation resources according to the required operation resources to obtain target operation resources. A first target component containing a target access resource is extracted from the original component. A second target component containing the target operating resource is extracted from the original component. And recombining the first target component and the second target component to obtain the multiplexing component.
In the embodiment of the present invention, the processor 301 calls the program code in the memory 304, and is further configured to perform the following operations:
acquiring a first access address of a target access resource corresponding to a first target component; acquiring a second access address of a target operation resource corresponding to a second target component; the first target component and the second target component are reassembled based on the first target access address and the second target access address.
In the embodiment of the present invention, the processor 301 calls the program code in the memory 304, and is further configured to perform the following operations:
the validity of the original resource is checked and the invalid original resource is deleted.
In this embodiment of the present invention, the processor 301 calls the program code in the memory 304, and may further perform the following operations:
taking the output state of the previous column as the input state of the current column; and obtaining the output of the current node according to the input state of the current column, the type of the current node and the storage address of the variable data of the current node.
The communication bus 302 may be a Peripheral Component Interconnect (PCI) bus or an Extended Industry Standard Architecture (EISA) bus. The communication bus 302 may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown in FIG. 3, but this does not mean only one bus or one type of bus.
The memory 304 may include a volatile memory (RAM), such as a random-access memory (RAM); the memory may also include a non-volatile memory (english: non-volatile memory), such as a flash memory (english: flash memory), a hard disk (english: hard disk drive, abbreviated: HDD) or a solid-state drive (english: SSD); the memory 304 may also comprise a combination of the above-described types of memory.
The processor 301 may be a Central Processing Unit (CPU), a Network Processor (NP), or a combination of a CPU and an NP.
The processor 301 may further include a hardware chip. The hardware chip may be an application-specific integrated circuit (ASIC), a Programmable Logic Device (PLD), or a combination thereof. The PLD may be a Complex Programmable Logic Device (CPLD), a field-programmable gate array (FPGA), a General Array Logic (GAL), or any combination thereof.
Optionally, the memory 304 is also used to store program instructions. Processor 301 may invoke program instructions to implement the B/S architecture based building block multiplexing method as shown in the embodiment of fig. 1 of the present application.
The embodiment of the invention also provides a non-transitory computer storage medium, wherein the computer storage medium stores computer executable instructions, and the computer executable instructions can execute the component multiplexing method based on the B/S framework in any method embodiment. The storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a Flash Memory (Flash Memory), a Hard Disk (Hard Disk Drive, abbreviated as HDD), a Solid State Drive (SSD), or the like; the storage medium may also comprise a combination of memories of the kind described above.
Although the embodiments of the present invention have been described in conjunction with the accompanying drawings, those skilled in the art may make various modifications and variations without departing from the spirit and scope of the invention, and such modifications and variations fall within the scope defined by the appended claims.

Claims (10)

1. A component multiplexing method based on a B/S architecture is characterized by comprising the following steps:
acquiring an original component;
acquiring original resources of the original component;
acquiring demand resources;
screening the original resources according to the demand resources to obtain target resources;
extracting a target building block containing the target resource from the original building block;
and recombining the target member to obtain a multiplexing member.
2. The method for multiplexing components based on B/S architecture according to claim 1, wherein obtaining the original resources of the original components further comprises:
classifying the original resources to obtain original access resources and original operation resources;
classifying the demand resources to obtain demand access resources and demand operation resources;
screening the original access resources according to the required access resources to obtain target access resources;
screening the original operation resources according to the required operation resources to obtain target operation resources;
extracting a first target component containing the target access resource from the original component;
extracting a second target component containing the target operating resource from the original component;
and recombining the first target component and the second target component to obtain a multiplexing component.
3. The B/S architecture based component multiplexing method of claim 2, wherein recombining the first target component and the second target component comprises:
acquiring a first access address of a target access resource corresponding to the first target component;
acquiring a second access address of a target operation resource corresponding to the second target component;
recombining the first target component and the second target component according to the first target access address and the second target access address.
4. The method for multiplexing components based on B/S architecture according to claim 1, further comprising, after acquiring the original resources of the original components:
and checking the validity of the original resource, and deleting the invalid original resource.
5. The component multiplexing method based on the B/S architecture as claimed in claim 1, wherein the screening the original resources according to the required resources to obtain target resources comprises:
acquiring a plurality of original resources matched with the demand resources;
scoring each of the original resources matched with the demand resources according to update frequency, stability and effective resource proportion;
and selecting the original resource with the highest score from the plurality of original resources as the target resource.
6. The B/S architecture based component reuse method according to claim 5, wherein the score of said original resource is calculated by the following formula:
Figure FDA0002817103430000021
wherein E is the score of the original resource, K1 is the weight of the update frequency, K2 is the weight of the stability, K3 is the weight of the effective resource ratio, A1 is the current time, A2 is the last update time of the original resource, R is the total number of times of applying for accessing the original resource, R is the total number of times of successfully using the original resource, and Q is the total number of resources contained in the original component corresponding to the original resource.
7. A component multiplexing apparatus based on B/S architecture, comprising:
the first acquisition module is used for acquiring an original component;
the second acquisition module is used for acquiring the original resource of the original component;
the third acquisition module is used for acquiring demand resources;
the screening module is used for screening the original resources according to the demand resources to obtain target resources;
an extraction module for extracting a target component containing the target resource from the original component;
and the recombination module is used for recombining the target component to obtain a multiplexing component.
8. The B/S architecture based component multiplexing device of claim 7, further comprising:
the first classification module is used for classifying the original resources to obtain original access resources and original operation resources;
the second classification module is used for classifying the demand resources to obtain demand access resources and demand operation resources;
the screening module is further used for screening the original access resource according to the demand access resource to obtain a target access resource; the system is used for screening the original operation resources according to the required operation resources to obtain target operation resources;
the extracting module is further used for extracting a first target component containing the target access resource from the original component;
and for extracting from the original component a second target component containing the target operating resource;
the recombination module is configured to recombine the first target component and the second target component.
9. An electronic device, comprising: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the one processor to cause the at least one processor to perform the method of any one of claims 1-6.
10. A computer-readable storage medium having stored thereon computer instructions, which when executed by a processor, perform the steps of the method of any of claims 1-6.
CN202011401504.6A 2020-12-04 2020-12-04 Component multiplexing method and device based on B/S architecture, electronic equipment and storage medium Active CN112540754B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011401504.6A CN112540754B (en) 2020-12-04 2020-12-04 Component multiplexing method and device based on B/S architecture, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011401504.6A CN112540754B (en) 2020-12-04 2020-12-04 Component multiplexing method and device based on B/S architecture, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112540754A true CN112540754A (en) 2021-03-23
CN112540754B CN112540754B (en) 2021-09-07

Family

ID=75015805

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011401504.6A Active CN112540754B (en) 2020-12-04 2020-12-04 Component multiplexing method and device based on B/S architecture, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112540754B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101382893A (en) * 2008-10-10 2009-03-11 清华大学 On-line assembling method for component based on Web service
CN103345386A (en) * 2013-05-31 2013-10-09 电子科技大学 Software production method, device and operation system
CN107092478A (en) * 2017-02-24 2017-08-25 中国人民解放军海军大连舰艇学院 The integrated system and method for a kind of software component library and component development instrument
US10216493B2 (en) * 2016-11-25 2019-02-26 Sap Se Distributed UI development harmonized as one application during build time
CN109766086A (en) * 2019-01-11 2019-05-17 成都淞幸科技有限责任公司 A kind of software component service system and method, computer based on SOA framework
CN110795067A (en) * 2019-11-07 2020-02-14 成都淞幸科技有限责任公司 Demand prototype reusable method
CN111158676A (en) * 2019-12-31 2020-05-15 山东蚁动网络科技有限公司 Component relevance analysis method, equipment and medium based on variable propagation technology
US10691428B2 (en) * 2018-10-24 2020-06-23 Sap Se Digital compliance platform

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101382893A (en) * 2008-10-10 2009-03-11 清华大学 On-line assembling method for component based on Web service
CN103345386A (en) * 2013-05-31 2013-10-09 电子科技大学 Software production method, device and operation system
US10216493B2 (en) * 2016-11-25 2019-02-26 Sap Se Distributed UI development harmonized as one application during build time
CN107092478A (en) * 2017-02-24 2017-08-25 中国人民解放军海军大连舰艇学院 The integrated system and method for a kind of software component library and component development instrument
US10691428B2 (en) * 2018-10-24 2020-06-23 Sap Se Digital compliance platform
US20200272437A1 (en) * 2018-10-24 2020-08-27 Sap Se Digital compliance platform
CN109766086A (en) * 2019-01-11 2019-05-17 成都淞幸科技有限责任公司 A kind of software component service system and method, computer based on SOA framework
CN110795067A (en) * 2019-11-07 2020-02-14 成都淞幸科技有限责任公司 Demand prototype reusable method
CN111158676A (en) * 2019-12-31 2020-05-15 山东蚁动网络科技有限公司 Component relevance analysis method, equipment and medium based on variable propagation technology

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
黎娅: "基于构件的软件复用技术应用研究", 《中国优秀硕士学位论文全文数据库》 *

Also Published As

Publication number Publication date
CN112540754B (en) 2021-09-07

Similar Documents

Publication Publication Date Title
US11829401B2 (en) Method for table extraction from journal literature based on text state characteristics
US10621493B2 (en) Multiple record linkage algorithm selector
US11023540B2 (en) Web page clustering method and device
CN109670091B (en) Metadata intelligent maintenance method and device based on data standard
CN107832407B (en) Information processing method and device for generating knowledge graph and readable storage medium
US11799863B2 (en) Creation device, creation system, creation method, and creation program
TW201232294A (en) Formatting data by example
CN108388509B (en) Software testing method, computer readable storage medium and terminal equipment
US20210294850A1 (en) Monitoring information processing systems utilizing co-clustering of strings in different sets of data records
CN109522282B (en) Picture management method, device, computer device and storage medium
CN116682130A (en) Method, device and equipment for extracting icon information and readable storage medium
CN112540754B (en) Component multiplexing method and device based on B/S architecture, electronic equipment and storage medium
CN108959057B (en) Test method, test device, storage equipment and network equipment
WO2019080419A1 (en) Method for building standard knowledge base, electronic device, and storage medium
CN112328379A (en) Application migration method, device, equipment and medium
CN113806647A (en) Method for identifying development framework and related equipment
CN113411222B (en) Memory, APP server host address analysis method, device and equipment
US9235639B2 (en) Filter regular expression
CN114896418A (en) Knowledge graph construction method and device, electronic equipment and storage medium
CN110222779B (en) Distributed data processing method and system
CN113468076A (en) Application program exception testing method, device, equipment and storage medium
CN112380115A (en) Regression testing method and device, electronic equipment and storage medium
CN106528577B (en) Method and device for setting file to be cleaned
US7996366B1 (en) Method and system for identifying stale directories
CN113656306B (en) SQL statement testing method, system, storage medium and computer equipment

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
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20210323

Assignee: Beijing Zhongke Sanqing Environmental Technology Co.,Ltd.

Assignor: 3CLEAR TECHNOLOGY Co.,Ltd.

Contract record no.: X2022980012305

Denomination of invention: Component multiplexing method, device, electronic device and storage medium based on B/S architecture

Granted publication date: 20210907

License type: Common License

Record date: 20220815

EE01 Entry into force of recordation of patent licensing contract