CN112579147A - Software integration method and system - Google Patents

Software integration method and system Download PDF

Info

Publication number
CN112579147A
CN112579147A CN202011466554.2A CN202011466554A CN112579147A CN 112579147 A CN112579147 A CN 112579147A CN 202011466554 A CN202011466554 A CN 202011466554A CN 112579147 A CN112579147 A CN 112579147A
Authority
CN
China
Prior art keywords
subsystem
address
identification information
integration
preset
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
CN202011466554.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.)
Wuhan United Imaging Healthcare Co Ltd
Original Assignee
Wuhan United Imaging Healthcare 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 Wuhan United Imaging Healthcare Co Ltd filed Critical Wuhan United Imaging Healthcare Co Ltd
Priority to CN202011466554.2A priority Critical patent/CN112579147A/en
Publication of CN112579147A publication Critical patent/CN112579147A/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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses

Abstract

The application relates to a software integration method and system. The method comprises the following steps: acquiring a configuration information acquisition instruction of the subsystem, searching an IP address corresponding to the subsystem in a target information base according to the identification information, and feeding back the IP address to the subsystem so as to enable the subsystem to realize subsystem integration through the IP address; the method avoids the process that research personnel can manually search the IP address to realize the manual integration of the subsystems only by knowing the position of the integration center in advance, can automatically search the IP address of the subsystems to realize the automatic integration of the subsystems, does not limit the number of the subsystems, and can improve the integration efficiency of the subsystems.

Description

Software integration method and system
Technical Field
The present application relates to the field of software integration, and in particular, to a software integration method and system.
Background
In software design, in order to better perform module multiplexing, a general module is extracted to form an independent subsystem, and the subsystem can be independently installed and deployed. In order to form a complete software function, the general subsystem and other subsystems need to be integrated, and in the integration process, each subsystem needs to be configured with the IP addresses of the other subsystems, wherein the IP addresses of the subsystems are different.
In the conventional technology, a user manually maintains the IP address of each subsystem through a configuration center, and when the subsystems are integrated, the user needs to obtain the IP address of each subsystem in the configuration center in a manual searching manner and manually configure the IP address for each subsystem. However, the conventional integration method adopts manual configuration, which results in low integration efficiency of the subsystem.
Disclosure of Invention
In view of the above, it is necessary to provide a software integration method and system capable of improving the integration efficiency of subsystems.
In a first aspect, a method of software integration, the method comprising:
acquiring a configuration information acquisition instruction of a subsystem; the configuration information acquisition instruction carries identification information of the subsystem;
and searching an IP address corresponding to the subsystem according to the identification information, and feeding back the IP address to the subsystem so as to enable the subsystem to realize subsystem integration through the IP address.
In one embodiment, the method further comprises:
triggering an identification information scanning instruction; the identification information scanning instruction carries preset IP network segment information;
responding to the identification information scanning instruction to obtain an IP address in the identification information;
receiving identification information in the identification information fed back by the subsystem; wherein the identification information includes an IP address and identification information of the subsystem.
In one embodiment, before obtaining the IP address in the identification information, the method further includes:
and if the acquired identification information of the subsystem is the same as the preset identification information of the subsystem, acquiring the IP address in the identification information.
In one embodiment, the method further comprises:
and updating the preset IP network segment information through the IP address.
In one embodiment, the method further comprises:
judging whether the preset IP network segment information has the matched IP address;
and if the preset IP network segment information has the matched IP address, ending the updating.
In one embodiment, the method further comprises:
if the connection between the integration center and the subsystem is in an abnormal disconnection state, returning to execute the trigger identification information scanning instruction;
and if the identification information fed back by the subsystem is received, returning to execute the updating of the preset IP network segment information through the IP address.
In one embodiment, the method further comprises:
and if the identification information fed back by the subsystem is not received, outputting early warning information.
In a second aspect, a method of software integration, the method comprising:
sending a configuration information acquisition instruction of the subsystem to the integration center; the configuration information acquisition instruction carries identification information of the subsystem;
receiving the IP address of the subsystem fed back by the integration center through an IP interface, and executing subsystem integration through the IP address; and the IP address is obtained by the integration center through preset IP network segment information corresponding to the subsystem.
In one embodiment, the method further comprises:
responding to an identification information scanning instruction; the identification information scanning instruction carries the preset IP network segment information;
determining a target subsystem according to the corresponding relation between the preset IP network segment information and the subsystem;
and feeding back the identification information of the target subsystem to the integration center through the IP interface.
In a third aspect, a software integration system, the system comprising: an integration center and a subsystem; wherein the content of the first and second substances,
the integration center is configured to perform the steps of the method according to the first aspect embodiment;
the subsystem is adapted to perform the steps of the method described in the second aspect embodiment above.
The software integration method and the software integration system provided by the embodiment avoid the process that research personnel can manually search the IP address to realize the manual integration of the subsystem only by knowing the position of the integration center in advance, can automatically search the IP address of the subsystem to realize the automatic integration of the subsystem, and does not limit the number of the subsystems, thereby improving the integration efficiency of the subsystem.
Drawings
FIG. 1 is a schematic flow chart diagram illustrating a software integration method in one embodiment;
FIG. 2 is a flow diagram illustrating a method for obtaining an IP address of a subsystem according to an embodiment;
FIG. 3 is a flow diagram illustrating a method for obtaining a target information base according to one embodiment;
FIG. 4 is a schematic flow chart of a software integration method in another embodiment;
FIG. 5 is a flowchart illustrating a specific method for obtaining an IP address of a subsystem according to another embodiment;
FIG. 6 is a diagram showing the configuration of a software integration system according to an embodiment;
FIG. 7 is a block diagram showing the structure of a software integration apparatus according to one embodiment;
FIG. 8 is a block diagram showing the construction of a software integration apparatus according to another embodiment;
fig. 9 is an internal configuration diagram of a server in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The software integration method can be applied to a software integration system. Optionally, the software integration system is built in a server, and the server may be implemented by an independent server or a server cluster formed by a plurality of servers, and may also be, but not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices. The software integration system comprises an integration center and a subsystem, wherein the integration center and the subsystem can be located in the same server or different servers.
In one embodiment, as shown in fig. 1, a software integration method is provided, which is described by taking the method as an example for being applied to a server, and includes the following steps:
s101, acquiring a configuration information acquisition instruction of a subsystem; the configuration information acquisition instruction carries identification information of the subsystem.
Specifically, the integration center in the server may obtain, through the query interface, a configuration information acquisition instruction of the subsystem sent by the subsystem; the configuration information obtaining instruction may carry identification information of the subsystem. Optionally, the subsystem may be a subsystem module packaged by software programs with different functions. Alternatively, the identification information of the subsystem may be understood as a subsystem identification, the identification information may be represented by characters, and the identification information of different subsystems may be different.
The configuration information of the subsystem may be understood as identification information for implementing subsystem integration.
S102, searching an IP address corresponding to the subsystem according to the identification information, and feeding back the IP address to the subsystem so as to enable the subsystem to realize subsystem integration through the IP address.
Specifically, the integration center in the server may search for the IP address corresponding to the subsystem according to the received identification information of the subsystem, and feed back the searched IP address to the subsystem through the subsystem interface, so that the subsystem realizes integration between different subsystems through the IP address. Optionally, the subsystem interface may be a Receiver interface. Optionally, the IP address corresponding to the subsystem may be information pre-stored in the integrated center, and the storage format of the IP address may be xml, json, txt text file, or the like. Optionally, the IP address may be stored in a file format below a corresponding directory in the integration center, and the storage path may be any path accessible through the integration center, which is not limited to this storage path. In this embodiment, the IP address may be stored in the form of a file library, and may also be stored in the form of a database. Alternatively, if the IP address is stored in the form of a database, the database may be stored in another server outside the integration center. In this embodiment, the repository or database storing the IP addresses may be referred to as a target repository or target database.
The information stored in the target file library or the target database storing the IP address may include related information of different subsystems, where the related information may be the IP address, partial character information in the IP address, identification information, and the like, which is not limited in this embodiment. In this embodiment, the target file library or the target database may be an IP address obtained through preset IP network segment information corresponding to the subsystem, and a target file library or a target database obtained through the IP address; the preset IP network segment information may be stored in an initial file library or an initial database that does not store IP addresses, and the preset IP network segment information may be partial character information in the IP addresses of the subsystems. Optionally, the character length of the preset IP network segment information preset in the initial file library or the initial database is as small as possible, as long as the corresponding IP interface can be identified, so that the identification speed can be increased.
In the software integration method, a configuration information acquisition instruction of the subsystem is acquired, an IP address corresponding to the subsystem is searched according to the identification information, and the IP address is fed back to the subsystem, so that the subsystem realizes subsystem integration through the IP address; the method avoids the process that research personnel can manually search the IP address to realize the manual integration of the subsystems only by knowing the position of the integration center in advance, can automatically search the IP address of the subsystems to realize the automatic integration of the subsystems, reduces the error rate of the manual search, does not limit the number of the subsystems, and can improve the integration efficiency of the subsystems.
As one embodiment, as shown in fig. 2, the software integration method may further include the following steps:
s103, triggering an identification information scanning instruction; the identification information scanning instruction carries preset IP network segment information.
Specifically, before the step of S100 is executed, the integration center in the server may also trigger an identification information scanning instruction, that is, trigger a scanning operation of the IP interface. Optionally, the identification information scanning instruction may carry preset IP network segment information; the preset IP network segment information may be partial character information in the IP address of the subsystem, may be first several characters in the IP address of the subsystem, may also be last several characters in the IP address of the subsystem, and of course, may also be middle several characters in the IP address of the subsystem. Optionally, the preset IP network segment information may be used to identify a corresponding IP interface of the subsystem, and the integration center scans the corresponding IP interface, and then obtains an IP address of the subsystem, and the subsystem may feed back identification information of the subsystem; the preset IP network segment information may be IP network segment information of different subsystems preset in the initial file library or the initial database. Optionally, the initial file library or the initial database is stored in the integrated center, and the initial file library or the initial database may include preset IP network segment information and may also include related information of different subsystems. In addition, if the initial file library or the initial database does not include the preset IP network segment information of the subsystem, it is determined that the preset IP network segment information of the subsystem can be equal to the IP network segment information of the integration center.
And S104, responding to the identification information scanning instruction to obtain the IP address in the identification information.
Specifically, the integration center may respond to the identification information scanning instruction and then acquire the IP address in the identification information.
S105, receiving identification information in the identification information fed back by the subsystem; wherein the identification information includes an IP address of the subsystem and identification information of the subsystem.
Specifically, the integration center may directly receive identification information in the identification information obtained by scanning fed back by the subsystem through the Provider interface. Alternatively, the identification information of the subsystem may be understood as a subsystem identification, the identification information may be represented by characters, and the identification information of different subsystems may be different.
Before the step of obtaining the IP address in the identification information in S104, the method may specifically include: and if the acquired identification information of the subsystem is the same as the preset identification information of the subsystem, acquiring the IP address in the identification information.
In this embodiment, after the integration center triggers an identification information scanning instruction and the integration center and the subsystems respond to the identification information scanning instruction, the integration center may obtain the IP address of the subsystem only if the obtained identification information is the same as the default preset identification information of the subsystem; otherwise, the identification information obtained by scanning is incorrect, and the correct identification information needs to be obtained by scanning again.
Further, after the step of S104, the method may further include: and updating the preset IP network segment information through the IP address.
It should be noted that, after acquiring the IP address, the integration center may store the IP address in an initial file library or an initial database, so that the preset IP network segment information stored in the initial file library or the initial database is matched with the corresponding IP address, and at this time, it may be indicated that updating the preset IP network segment information is completed. Optionally, the updated initial file library or initial database may be referred to as a target file library or a target database; and each IP address stored in the target file library or the target database has corresponding preset IP network segment information.
In the software integration method, an identification information scanning instruction is triggered, an IP address of a subsystem is obtained in response to the identification information scanning instruction, and identification information in the identification information fed back by the subsystem is received; the method can automatically identify the IP address of the subsystem through the identification information scanning instruction, so that the preset IP network segment information is updated according to the identified IP address, when the integration of the subsystem is realized, the stored IP address can be directly called to realize the automatic integration process, and meanwhile, the method does not limit the number of the subsystems, so that the integration efficiency of the subsystem can be improved.
As an embodiment, as shown in fig. 3, before the end of updating the preset IP network segment information, the method may further include the following steps:
s114, judging whether the preset IP network segment information has matched IP addresses.
Specifically, after the integration center updates the preset IP network segment information, the obtained information stored in the target file library or the target database may include the preset IP network segment information and the IP address. Optionally, the integration center may determine whether each piece of preset IP network segment information matches a corresponding IP address in the information stored in the updated initial file library or the initial database. And the updated initial file library or the preset IP network segment information in the initial database has one-to-one corresponding IP addresses.
And S124, if the preset IP network segment information has the matched IP addresses, ending the updating.
It should be noted that, if it is determined that each preset IP network segment information in the updated information stored in the initial file library or the initial database has a matching corresponding IP address, at this time, it may be indicated that the integration center has scanned all the subsystem IP interfaces, and the updated initial file library or the updated initial data is used as the target file library or the target database, that is, all the preset IP network segment information is updated.
In the software integration method, when the integration of the subsystems is realized, the stored IP addresses can be directly called to realize the automatic integration process without needing research personnel to know the position of an integration center in advance, and meanwhile, the method does not limit the number of the subsystems, so that the integration efficiency of the subsystems can be improved.
As one embodiment, after the step S102, the method may further include the step of: if the connection between the integration center and the subsystem is in an abnormal disconnection state, returning to execute the step of sending the identification information scanning instruction to the subsystem; and if the identification information fed back by the subsystem is received, returning to execute updating the preset IP network segment information through the IP address.
Specifically, the integration center may establish a connection with the subsystem through a long connection interface. Optionally, after the long connection between the integration center and the subsystem is established, if it is determined that the connection between the integration center and the subsystem is in an abnormal disconnection state, at this time, it indicates that the integration center has not successfully scanned the IP interface and has not acquired the identification information of the subsystem, and meanwhile, the integration center may receive a rescan instruction and need to return to rescan the IP interface to continue to execute the step in S103. Optionally, the connection between the integration center and the subsystem may be disconnected abnormally and may be automatically connected after a short time.
It should be noted that, after the integration center rescans the IP interface, the integration center receives the IP address fed back by the subsystem, and may continue to return to execute updating the preset IP network segment information through the IP address.
Further, after returning to execute sending the identification information scanning instruction to the subsystem, the method may further include: and if the IP address fed back by the subsystem is not received, outputting early warning information.
In this embodiment, if the integrated center returns to execute sending of the identification information scanning instruction to the subsystem and does not receive the IP address fed back by the subsystem, it indicates that the integrated center and the subsystem cannot repair the abnormal connection, and the integrated center is abnormal, and may immediately output the warning information to remind the user of making a corresponding fault record. Optionally, the warning information may be output in the form of short message, mail, voice broadcast, or the like.
In the software integration method, when the connection between the integration center and the subsystems is in an abnormal disconnection state, the identification information of the subsystems can be obtained through rescanning, and the preset IP network segment information is updated through the IP addresses in the obtained identification information, so that when the subsystems are integrated, the stored IP addresses can be directly called to realize an automatic integration process without needing research personnel to know the position of the integration center in advance, meanwhile, the method does not limit the number of the subsystems, and the integration efficiency of the subsystems can be improved.
Fig. 4 is a flowchart illustrating a software integration method according to an embodiment, where the method may include the following steps:
s201, sending a configuration information acquisition instruction of a subsystem to an integration center; the configuration information acquisition instruction carries identification information of the subsystem.
Specifically, the subsystem in the server may send a configuration information acquisition instruction of the subsystem to the query interface of the integration center. Optionally, the configuration information obtaining instruction may carry identification information of the subsystem. Alternatively, the identification information of the subsystem may be understood as a subsystem identification, the identification information may be represented by characters, and the identification information of different subsystems may be different.
S202, receiving the IP address of the subsystem fed back by the integration center through the IP interface, and executing subsystem integration through the IP address. And the IP address is obtained by the integration center through preset IP network segment information corresponding to the subsystem.
Specifically, the subsystem in the server may receive an IP address of the subsystem fed back by the integration center through the IP interface, and perform subsystem integration through the IP address. Optionally, the IP interface may be a Receiver interface of the subsystem. Optionally, the IP address corresponding to the subsystem may be information pre-stored in the integrated center, and the storage format of the IP address may be xml, json, txt text file, or the like. Optionally, the IP address may be stored in a file format below a corresponding directory in the integration center, and the storage path may be any path accessible through the integration center, which is not limited to this storage path. In this embodiment, the IP address may be stored in the form of a file library, and may also be stored in the form of a database. Alternatively, if the IP address is stored in the form of a database, the database may be stored in another server outside the integration center. In this embodiment, the repository or database storing the IP addresses may be referred to as a target repository or target database.
The information stored in the target file library or the target database storing the IP address may include related information of different subsystems, where the related information may be the IP address, partial character information in the IP address, identification information, and the like, which is not limited in this embodiment. In this embodiment, the target file library or the target database may be an IP address obtained through preset IP network segment information corresponding to the subsystem, and a target file library or a target database obtained through the IP address; the preset IP network segment information may be stored in an initial file library or an initial database that does not store IP addresses, and the preset IP network segment information may be partial character information in the IP addresses of the subsystems. Optionally, the character length of the preset IP network segment information preset in the initial file library or the initial database is as small as possible, as long as the corresponding IP interface can be identified, so that the identification speed can be increased.
In the software integration method, a configuration information acquisition instruction of a subsystem is sent to an integration center, an IP address of the subsystem fed back by the integration center is received through an IP interface, and subsystem integration is executed through the IP address; the method avoids the process that research personnel can manually search the IP address to realize the manual integration of the subsystems only by knowing the position of the integration center in advance, can automatically search the IP address of the subsystems to execute the automatic integration of the subsystems, reduces the error rate of the manual integration, does not limit the number of the subsystems, and can improve the integration efficiency of the subsystems.
As one embodiment, as shown in fig. 5, the method may further include the following steps:
s203, responding to an identification information scanning instruction; the identification information scanning instruction carries preset IP network segment information.
Specifically, the subsystem in the server may receive the identification information scanning command sent by the integration center, and respond to the identification information scanning command. Optionally, the identification information scanning instruction may carry preset IP network segment information; the preset IP network segment information may be partial character information in the IP address of the subsystem, may be first several characters in the IP address of the subsystem, may also be last several characters in the IP address of the subsystem, and of course, may also be middle several characters in the IP address of the subsystem. Optionally, the preset IP network segment information may be used to identify a corresponding IP interface of the subsystem, and the integration center scans the corresponding IP interface, and then obtains an IP address in the identification information of the subsystem, where the identification information may include the IP address of the subsystem and identification information of the subsystem; the preset IP network segment information may be IP network segment information of different subsystems preset in the initial file library or the initial database. Optionally, the initial file library or the initial database is stored in the integrated center, and the initial file library or the initial database may include preset IP network segment information and may also include related information of different subsystems. In addition, if the initial file library or the initial database does not include the preset IP network segment information of the subsystem, it is determined that the preset IP network segment information of the subsystem can be equal to the IP network segment information of the integration center.
And S204, determining a target subsystem according to the corresponding relation between the preset IP network segment information and the subsystems.
Specifically, the subsystem in the server may determine the target subsystem according to a correspondence between the preset IP network segment information and the subsystem, and then output the identification information of the target subsystem. The identification information may include an IP address of the subsystem and identification information of the subsystem.
And S205, feeding back the identification information of the target subsystem to the integration center through an IP interface.
Specifically, the subsystem in the server may feed back identification information in the identification information of the target subsystem to the integration center through the IP interface, so that the integration center updates the preset IP network segment information with the IP address according to the received identification information. Optionally, the IP interface may be a Provider interface of the subsystem.
In the software integration method, the identification information scanning instruction is responded, the target subsystem is determined according to the corresponding relation between the preset IP network segment information and the subsystems, the identification information of the target subsystem is fed back to the integration center through the IP interface, so that the integration center updates the preset IP network segment information through the IP address, and the stored IP address can be directly called to realize the automatic integration process when the subsystems are integrated.
Fig. 6 is a schematic structural diagram of a software integration system according to another embodiment; the software integration system comprises an integration center and subsystems.
Wherein, the integration center is used for executing the method in any one of the embodiments corresponding to the above-mentioned fig. 1 to fig. 3;
the subsystem is configured to perform the method in the embodiment corresponding to fig. 4 to 5.
Specifically, the integration center can acquire a configuration information acquisition instruction of the subsystem, search an IP address corresponding to the subsystem according to the identification information, and feed back the IP address to the subsystem, so that the subsystem realizes subsystem integration through the IP address; and triggering an identification information scanning instruction, responding to the identification information scanning instruction, obtaining an IP address in the identification information of the subsystem when the obtained identification information of the subsystem is the same as the preset identification information of the subsystem, and updating the preset IP network segment information through the IP address. The integration center judges whether the preset IP network segment information has the matched IP addresses, and when the preset IP network segment information has the matched IP addresses, the updating is finished.
Further, if the connection between the integration center and the subsystem is in an abnormal disconnection state, the integration center may return to execute the trigger identification information scanning instruction to obtain the IP address of the subsystem, and continue to return to execute updating of the preset IP network segment information by the IP address after receiving the IP address fed back by the subsystem; if the integration center does not receive the identification information fed back by the subsystem, the integration center can output early warning information to remind a user of making corresponding fault records.
In addition, the subsystem can send a configuration information acquisition instruction of the subsystem to a query interface of the integration center, receive an IP address of the subsystem fed back by the integration center through the IP interface, and perform subsystem integration through the IP address.
The software integration system provided in this embodiment may implement the method embodiments described above, and the implementation principle and the technical effect are similar, which are not described herein again.
It should be understood that although the various steps in the flowcharts of fig. 1-5 are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in fig. 1-5 may include multiple steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed in turn or alternately with other steps or at least some of the other steps or stages.
In one embodiment, as shown in fig. 7, there is provided a software integration apparatus including: a configuration information instruction obtaining module 11 and an IP address searching module 12, wherein:
the configuration information instruction obtaining module 11 is configured to obtain a configuration information obtaining instruction of the subsystem; the configuration information acquisition instruction carries identification information of the subsystem;
the IP address searching module 12 is configured to search for an IP address corresponding to the subsystem according to the identification information, and feed back the IP address to the subsystem, so that the subsystem realizes subsystem integration through the IP address.
The software integration apparatus provided in this embodiment may implement the method embodiments described above, and the implementation principle and the technical effect are similar, which are not described herein again.
In one embodiment, the software integration apparatus further includes: scanning module and identification information acquisition module, wherein:
the scanning module is used for triggering an identification information scanning instruction; the identification information scanning instruction carries preset IP network segment information;
the response module is used for responding to the identification information scanning instruction to obtain the IP address in the identification information;
the identification information acquisition module is used for receiving identification information in the identification information fed back by the subsystem; wherein the identification information includes an IP address of the subsystem and identification information of the subsystem.
The software integration apparatus provided in this embodiment may implement the method embodiments described above, and the implementation principle and the technical effect are similar, which are not described herein again.
In one embodiment, the response module is specifically configured to obtain an IP address in the identification information when the obtained identification information of the subsystem is the same as preset identification information of the subsystem.
The software integration apparatus provided in this embodiment may implement the method embodiments described above, and the implementation principle and the technical effect are similar, which are not described herein again.
In one embodiment, the software integration apparatus further includes: an update module, wherein:
and the updating module is used for updating the preset IP network segment information through the IP address.
The software integration apparatus provided in this embodiment may implement the method embodiments described above, and the implementation principle and the technical effect are similar, which are not described herein again.
In one embodiment, the update module comprises: a judging unit and an update end determining unit, wherein:
the judging unit is used for judging whether the preset IP network segment information has the matched IP address;
and the updating end determining unit is used for ending the updating when the judgment result of the judging unit is yes.
The software integration apparatus provided in this embodiment may implement the method embodiments described above, and the implementation principle and the technical effect are similar, which are not described herein again.
In one embodiment, the software integration apparatus further includes: a first execution step determination module and a second execution step determination module, wherein:
the first execution step determination module is configured to return to execute the trigger identification information scanning instruction when the connection between the integration center and the subsystem is in an abnormal disconnection state;
and the second execution step determination module is used for returning and executing the updating of the preset IP network segment information through the IP address when the identification information fed back by the subsystem is received.
The software integration apparatus provided in this embodiment may implement the method embodiments described above, and the implementation principle and the technical effect are similar, which are not described herein again.
In one embodiment, the software integration apparatus further includes: early warning prompt module, wherein:
and the early warning prompting module is used for outputting early warning information when the identification information fed back by the subsystem is not received.
The software integration apparatus provided in this embodiment may implement the method embodiments described above, and the implementation principle and the technical effect are similar, which are not described herein again.
In another embodiment, as shown in fig. 8, there is provided a software integration apparatus including: an information acquisition instruction sending module 13 and a subsystem integration module 14, wherein:
the information acquisition instruction sending module 13 is configured to send a configuration information acquisition instruction of the subsystem to the integration center; the configuration information acquisition instruction carries identification information of the subsystem;
the subsystem integration module 14 is configured to receive the IP address of the subsystem fed back by the integration center through an IP interface, and perform subsystem integration through the IP address; and the IP address is obtained by the integration center through preset IP network segment information corresponding to the subsystem.
The software integration apparatus provided in this embodiment may implement the method embodiments described above, and the implementation principle and the technical effect are similar, which are not described herein again.
In one embodiment, the software integration apparatus further includes: response module, corresponding relation confirm module and IP address feedback module, wherein:
the response module is used for responding to the identification information scanning instruction; the identification information scanning instruction carries the preset IP network segment information;
the corresponding relation determining module is used for determining a target subsystem according to the corresponding relation between the preset IP network segment information and the subsystem;
and the IP address feedback module is used for feeding back the identification information of the target subsystem to the integration center through the IP interface.
The software integration apparatus provided in this embodiment may implement the method embodiments described above, and the implementation principle and the technical effect are similar, which are not described herein again.
For specific limitations of the software integration apparatus, reference may be made to the above limitations of the software integration method, which will not be described herein again. The respective modules in the software integration apparatus may be wholly or partially implemented by software, hardware, and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a server is provided, the internal structure of which may be as shown in fig. 9. The server includes a processor, a memory, and a network interface connected by a system bus. Wherein the processor of the server is configured to provide computing and control capabilities. The memory of the server comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the server is used for storing the acquisition instructions, the information base and the like. The computer program is executed by a processor to implement a software integration method.
Those skilled in the art will appreciate that the architecture shown in fig. 9 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, there is provided a server comprising a memory and a processor, the memory having a computer program stored therein, the processor when executing the computer program implementing the steps of:
acquiring a configuration information acquisition instruction of a subsystem; the configuration information acquisition instruction carries identification information of the subsystem;
and searching an IP address corresponding to the subsystem according to the identification information, and feeding back the IP address to the subsystem so as to enable the subsystem to realize subsystem integration through the IP address.
In one embodiment, there is provided a server comprising a memory and a processor, the memory having a computer program stored therein, the processor when executing the computer program further implementing the steps of:
sending a configuration information acquisition instruction of the subsystem to the integration center; the configuration information acquisition instruction carries identification information of the subsystem;
receiving the IP address of the subsystem fed back by the integration center through an IP interface, and executing subsystem integration through the IP address; and the IP address is obtained by the integration center through preset IP network segment information corresponding to the subsystem.
In one embodiment, a storage medium is provided having a computer program stored thereon, the computer program when executed by a processor implementing the steps of:
acquiring a configuration information acquisition instruction of a subsystem; the configuration information acquisition instruction carries identification information of the subsystem;
and searching an IP address corresponding to the subsystem according to the identification information, and feeding back the IP address to the subsystem so as to enable the subsystem to realize subsystem integration through the IP address.
In one embodiment, a storage medium is provided, having stored thereon a computer program which, when executed by a processor, further performs the steps of:
sending a configuration information acquisition instruction of the subsystem to the integration center; the configuration information acquisition instruction carries identification information of the subsystem;
receiving the IP address of the subsystem fed back by the integration center through an IP interface, and executing subsystem integration through the IP address; and the IP address is obtained by the integration center through preset IP network segment information corresponding to the subsystem.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database or other medium used in the embodiments provided herein can include at least one of non-volatile and volatile memory. Non-volatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical storage, or the like. Volatile Memory can include Random Access Memory (RAM) or external cache Memory. By way of illustration and not limitation, RAM can take many forms, such as Static Random Access Memory (SRAM) or Dynamic Random Access Memory (DRAM), among others.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method of software integration, the method comprising:
acquiring a configuration information acquisition instruction of a subsystem; the configuration information acquisition instruction carries identification information of the subsystem;
and searching an IP address corresponding to the subsystem according to the identification information, and feeding back the IP address to the subsystem so as to enable the subsystem to realize subsystem integration through the IP address.
2. The method of claim 1, further comprising:
triggering an identification information scanning instruction; the identification information scanning instruction carries preset IP network segment information;
responding to the identification information scanning instruction to obtain an IP address in the identification information;
receiving identification information in the identification information fed back by the subsystem; wherein the identification information includes an IP address of the subsystem and identification information of the subsystem.
3. The method of claim 2, wherein prior to obtaining the IP address in the identification information, the method further comprises:
and if the acquired identification information of the subsystem is the same as the preset identification information of the subsystem, acquiring the IP address in the identification information.
4. The method of claim 3, further comprising:
and updating the preset IP network segment information through the IP address.
5. The method of claim 4, further comprising:
judging whether the preset IP network segment information has the matched IP address;
and if the preset IP network segment information has the matched IP address, ending the updating.
6. The method according to any one of claims 2-5, further comprising:
if the connection between the integration center and the subsystem is in an abnormal disconnection state, returning to execute the trigger identification information scanning instruction;
and if the identification information fed back by the subsystem is received, returning to execute the updating of the preset IP network segment information through the IP address.
7. The method of claim 6, further comprising:
and if the identification information fed back by the subsystem is not received, outputting early warning information.
8. A method of software integration, the method comprising:
sending a configuration information acquisition instruction of the subsystem to the integration center; the configuration information acquisition instruction carries identification information of the subsystem;
receiving the IP address of the subsystem fed back by the integration center through an IP interface, and executing subsystem integration through the IP address; and the IP address is obtained by the integration center through preset IP network segment information corresponding to the subsystem.
9. The method of claim 8, further comprising:
responding to an identification information scanning instruction; the identification information scanning instruction carries the preset IP network segment information;
determining a target subsystem according to the corresponding relation between the preset IP network segment information and the subsystem;
and feeding back the identification information of the target subsystem to the integration center through the IP interface.
10. A software integration system, the system comprising: an integration center and a subsystem; wherein the content of the first and second substances,
-said integration center is adapted to perform the steps of the method according to claims 1-7 above;
said subsystem being adapted to perform the steps of the method of the preceding claims 8-9.
CN202011466554.2A 2020-12-14 2020-12-14 Software integration method and system Pending CN112579147A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011466554.2A CN112579147A (en) 2020-12-14 2020-12-14 Software integration method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011466554.2A CN112579147A (en) 2020-12-14 2020-12-14 Software integration method and system

Publications (1)

Publication Number Publication Date
CN112579147A true CN112579147A (en) 2021-03-30

Family

ID=75134818

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011466554.2A Pending CN112579147A (en) 2020-12-14 2020-12-14 Software integration method and system

Country Status (1)

Country Link
CN (1) CN112579147A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101848239A (en) * 2010-05-11 2010-09-29 中国电子科技集团公司第二十八研究所 High-timeliness distributed service integration calling system
CN105141449A (en) * 2015-07-28 2015-12-09 中标软件有限公司 Addition method and device for monitoring configuration
CN106375426A (en) * 2016-08-31 2017-02-01 虎扑(上海)文化传播股份有限公司 Information obtaining method and system
CN106572092A (en) * 2016-10-29 2017-04-19 厦门中控生物识别信息技术有限公司 Data transmission method, security integration platform and system
CN107426166A (en) * 2017-05-17 2017-12-01 北京启明星辰信息安全技术有限公司 A kind of acquisition methods of information, device and electronic equipment
CN107979597A (en) * 2017-11-24 2018-05-01 上海携程商务有限公司 Intranet assets management method, system, equipment and the storage medium of Distributed Scans
CN108200567A (en) * 2018-01-18 2018-06-22 浙江大华技术股份有限公司 A kind of method for discovering equipment and equipment
CN109147079A (en) * 2018-08-06 2019-01-04 广东电网有限责任公司 Equipment routing inspection method and device
CN110519380A (en) * 2019-08-29 2019-11-29 北京旷视科技有限公司 A kind of data access method, device, storage medium and electronic equipment

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101848239A (en) * 2010-05-11 2010-09-29 中国电子科技集团公司第二十八研究所 High-timeliness distributed service integration calling system
CN105141449A (en) * 2015-07-28 2015-12-09 中标软件有限公司 Addition method and device for monitoring configuration
CN106375426A (en) * 2016-08-31 2017-02-01 虎扑(上海)文化传播股份有限公司 Information obtaining method and system
CN106572092A (en) * 2016-10-29 2017-04-19 厦门中控生物识别信息技术有限公司 Data transmission method, security integration platform and system
CN107426166A (en) * 2017-05-17 2017-12-01 北京启明星辰信息安全技术有限公司 A kind of acquisition methods of information, device and electronic equipment
CN107979597A (en) * 2017-11-24 2018-05-01 上海携程商务有限公司 Intranet assets management method, system, equipment and the storage medium of Distributed Scans
CN108200567A (en) * 2018-01-18 2018-06-22 浙江大华技术股份有限公司 A kind of method for discovering equipment and equipment
CN109147079A (en) * 2018-08-06 2019-01-04 广东电网有限责任公司 Equipment routing inspection method and device
CN110519380A (en) * 2019-08-29 2019-11-29 北京旷视科技有限公司 A kind of data access method, device, storage medium and electronic equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
FLAPPYPIG战队: "《CTF特训营》", 30 June 2020, 机械工业出版社 *
郑东营: "《计算机网络技术及其应用研究》", 31 May 2019 *

Similar Documents

Publication Publication Date Title
CN108449405B (en) Event reminding method and device, computer equipment and storage medium
CN109743390B (en) Task scheduling method and device, computer equipment and storage medium
CN109542529B (en) Function name-based point burying method and device, computer equipment and storage medium
CN111078339B (en) Interface element positioning method and device, computer equipment and storage medium
US20210182043A1 (en) App pushing method, device, electronic device and computer-readable storage medium
CN110555041A (en) Data processing method, data processing device, computer equipment and storage medium
CN108924258B (en) Background information pushing method and device, computer equipment and storage medium
CN110968331B (en) Method and device for running application program
CN107957837B (en) Method and device for generating shortcut of webpage application program and terminal equipment
CN108540509B (en) Processing method and device of terminal browser, server and intelligent terminal
CN112100152A (en) Service data processing method, system, server and readable storage medium
CN108966159B (en) Short message withdrawing method, system, computer equipment and storage medium
US20170318521A1 (en) Method for realizing resource attribute notification, and common service entity
CN111399860A (en) Light application deployment method and device, computer equipment and storage medium
CN108595195B (en) Application program updating method, device, terminal and storage medium
CN108389124B (en) Data processing method, data processing device, computer equipment and storage medium
CN116431230B (en) Operating system deployment method and device, computer equipment and storage medium
CN110765125B (en) Method and device for storing data
CN112579147A (en) Software integration method and system
CN112328325A (en) Execution method and device of model file, terminal equipment and storage medium
CN112783866A (en) Data reading method and device, computer equipment and storage medium
CN108446144B (en) Application program starting method and device, terminal and storage medium
CN108173892B (en) Cloud mirror image operation method and device
CN111414242B (en) Method, device, server, system and storage medium for operating state machine
CN112667313B (en) Process starting method, device and system

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