CN112835618A - Software configuration and integration method, electronic device and readable storage medium - Google Patents

Software configuration and integration method, electronic device and readable storage medium Download PDF

Info

Publication number
CN112835618A
CN112835618A CN202110283291.XA CN202110283291A CN112835618A CN 112835618 A CN112835618 A CN 112835618A CN 202110283291 A CN202110283291 A CN 202110283291A CN 112835618 A CN112835618 A CN 112835618A
Authority
CN
China
Prior art keywords
function
software
code
configuration
information
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
CN202110283291.XA
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.)
Shenzhen Skyworth RGB Electronics Co Ltd
Original Assignee
Shenzhen Skyworth RGB Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Skyworth RGB Electronics Co Ltd filed Critical Shenzhen Skyworth RGB Electronics Co Ltd
Priority to CN202110283291.XA priority Critical patent/CN112835618A/en
Publication of CN112835618A publication Critical patent/CN112835618A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

Landscapes

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

Abstract

The invention discloses a software configuration and integration method, an electronic device and a readable storage medium, wherein the software configuration and integration method comprises the following steps: acquiring hardware information of equipment and determining a function to be installed of the equipment; acquiring a code address of a target code corresponding to the function to be installed, and acquiring the target code according to the code address; generating a configuration file according to the hardware information and the function information of the function to be installed; and integrating the whole software package according to the configuration file and the object code. The invention can realize the automatic configuration integration of the software, does not need the manual configuration integration of system integration personnel, and reduces the labor cost.

Description

Software configuration and integration method, electronic device and readable storage medium
Technical Field
The invention relates to the technical field of software development, in particular to a software configuration and integration method, electronic equipment and a readable storage medium.
Background
With the increasing functions of various household appliances, software functions in the household appliances are more and more, the differential configuration and integration work of various software products is more and more difficult to manage, the related technology can only realize the integration automation of a single software function, the requirements on the differential configuration of the software are higher due to the difference of hardware of the whole machine product, the current technology needs system integration personnel to manually start integration, each code branch is taken to obtain a corresponding address and configuration file, and then the address and configuration file is transmitted to a compiling platform to integrate the corresponding system software, so that higher labor cost is needed.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
The invention mainly aims to provide a software configuration and integration method, and aims to solve the problems that integration personnel need to manually start integration and the labor cost is high.
In order to achieve the above object, the present invention provides a software configuring and integrating method, including the following steps:
acquiring hardware information of equipment and determining a function to be installed of the equipment;
acquiring a code address of a target code corresponding to the function to be installed, and acquiring the target code according to the code address;
generating a configuration file according to the hardware information and the function information of the function to be installed;
and integrating the whole software package according to the configuration file and the object code.
Further, before the steps of obtaining the hardware information of the device and determining the function to be installed of the device, the method further includes:
and when a configuration instruction is received, displaying a configuration interface corresponding to the configuration instruction, wherein the configuration interface comprises a hardware information module and a setting function module so as to acquire the equipment information and determine the function to be installed through the configuration interface.
Further, the step of obtaining a code address of a target code corresponding to the function to be installed and obtaining the target code according to the code address includes:
acquiring a code address associated with the function to be installed;
and inquiring the target code corresponding to the function to be installed in a code warehouse according to the code address, and acquiring the target code.
Further, the step of obtaining the code address associated with the function to be installed includes:
determining an identification mark corresponding to the function to be installed;
and acquiring the code address associated with the identification mark as the code address associated with the function to be installed.
Further, the step of integrating the whole software package according to the configuration file and the object code comprises:
compiling the object code to generate a whole machine software code;
and integrating a complete machine software package based on the complete machine software code and the configuration file.
Further, the step of generating a configuration file according to the hardware information and the function information of the function to be installed includes:
comparing the hardware information with the hardware requirement of the function to be installed;
determining a target function option according to the comparison result, and acquiring the function information corresponding to the target function as the function information of the function to be installed;
and generating a configuration file according to the hardware information and the function information.
Further, the step of determining the target function option according to the comparison result includes:
and when the hardware information meets the hardware requirement of the function to be installed, taking the corresponding function option of the function to be installed as a target function option.
Further, when a preset execution condition is met, the step of generating the whole software package according to the configuration file and the code is executed, wherein the preset execution condition comprises that a manual integration instruction is received or a preset integration time is reached.
To achieve the above object, the present invention further provides an electronic device, which includes a memory, a processor, and a software configuring and integrating program stored in the memory and executable on the processor, wherein the software configuring and integrating program, when executed by the processor, implements the steps of the software configuring and integrating method according to any one of the above aspects.
To achieve the above object, the present invention further provides a readable storage medium, on which a software configuring and integrating program is stored, and the software configuring and integrating program, when executed by a processor, implements the steps of the software configuring and integrating method according to any one of the above.
According to the technical scheme, the hardware information of the equipment and the function to be installed of the equipment are firstly obtained, the code address of the target code corresponding to the function to be installed is obtained according to the function to be installed, the target code is obtained according to the code address, then the configuration file is generated according to the hardware information and the function name of the function to be installed, and finally the whole software package is generated according to the configuration file and the target code.
Drawings
FIG. 1 is a schematic diagram of an apparatus in a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a first embodiment of a software deploying and integrating method according to the present invention;
FIG. 3 is a detailed flowchart of step S200 in a third embodiment of the software configuring and integrating method according to the present invention;
FIG. 4 is a detailed flowchart of step S210 in a fourth embodiment of the software configuring and integrating method according to the present invention;
FIG. 5 is a detailed flowchart of step S400 in a fifth embodiment of the software configuring and integrating method according to the present invention;
FIG. 6 is a flowchart illustrating a step S300 of a sixth embodiment of a software configuring and integrating method according to the present invention;
the implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The technical scheme of the invention is mainly as follows:
acquiring hardware information of equipment and determining a function to be installed of the equipment;
acquiring a code address of a target code corresponding to the function to be installed, and acquiring the target code according to the code address;
generating a configuration file according to the hardware information and the function name of the function to be installed;
and integrating the whole software package according to the configuration file and the object code.
In the related technology, only the integration automation of a single software function can be realized, the requirement on the difference configuration of software is higher due to the difference of hardware of a whole machine product, the current technology needs system integration personnel to manually start integration, each code branch is removed to obtain a corresponding address and configuration file, and then the corresponding address and configuration file is transmitted to a compiling platform to integrate the corresponding system software, so that the labor cost is higher.
According to the technical scheme, hardware information of equipment is obtained, and a function to be installed of the equipment is determined; acquiring a code address of a target code corresponding to the function to be installed, and acquiring the target code according to the code address; generating a configuration file according to the hardware information and the function name of the function to be installed; and integrating the whole software package according to the configuration file and the code, so that a user can automatically configure a software system suitable for the equipment only by inputting basic information of the equipment, the configuration and integration processes of the software system can be automatically carried out, and the labor cost is reduced.
As shown in fig. 1, fig. 1 is a schematic diagram of a hardware operating environment of a terminal according to an embodiment of the present invention.
The terminal provided by the embodiment of the invention is electronic equipment. As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., a non-volatile memory such as a disk memory), the memory 1005 may optionally also be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the configuration of the terminal shown in fig. 1 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a software configuration and integration program.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; and the processor 1001 may be configured to call the software configuration and integration program stored in the memory 1005 and perform the following operations:
acquiring hardware information of equipment and determining a function to be installed of the equipment;
acquiring a code address of a target code corresponding to the function to be installed, and acquiring the target code according to the code address;
generating a configuration file according to the hardware information and the function information of the function to be installed;
and integrating the whole software package according to the configuration file and the object code.
Further, the processor 1001 may call the software configuration and integration program stored in the memory 1005, and also perform the following operations:
and when a configuration instruction is received, displaying a configuration interface corresponding to the configuration instruction, wherein the configuration interface comprises a hardware information module and a setting function module so as to acquire the equipment information and determine the function to be installed through the configuration interface.
Further, the processor 1001 may call the software configuration and integration program stored in the memory 1005, and also perform the following operations:
acquiring a code address associated with the function to be installed;
and inquiring the target code corresponding to the function to be installed in a code warehouse according to the code address, and acquiring the target code.
Further, the processor 1001 may call the software configuration and integration program stored in the memory 1005, and also perform the following operations:
determining an identification mark corresponding to the function to be installed;
and acquiring the code address associated with the identification mark as the code address associated with the function to be installed.
Further, the processor 1001 may call the software configuration and integration program stored in the memory 1005, and also perform the following operations:
compiling the object code to generate a whole machine software code;
and integrating a complete machine software package based on the complete machine software code and the configuration file.
Further, the processor 1001 may call the software configuration and integration program stored in the memory 1005, and also perform the following operations:
comparing the hardware information with the hardware requirement of the function to be installed;
determining a target function option according to the comparison result, and acquiring the function information corresponding to the target function as the function information of the function to be installed;
and generating a configuration file according to the hardware information and the function information.
Further, the processor 1001 may call the software configuration and integration program stored in the memory 1005, and also perform the following operations:
and when the hardware information meets the hardware requirement of the function to be installed, taking the corresponding function option of the function to be installed as the target function option.
As shown in fig. 2, in a first embodiment of the present invention, the software configuring and integrating method includes the following steps:
step S100, acquiring hardware information of the equipment and determining a function to be installed of the equipment.
In this embodiment, after receiving a configuration instruction, a configuration interface corresponding to the configuration instruction is generated, where the configuration interface includes modules such as hardware information, software specification, and settings, so that a user fills hardware information of a device in the configuration interface. In the configuration interface, the hardware information of the user input device and the to-be-installed function of the device may be inputting corresponding text information in an input box, or selecting a function implemented in the software of the version by checking. After the user inputs the hardware information and the to-be-installed function is selected, acquiring the hardware information of the equipment of the input box input by the user and determining whether each function option is selected.
And step S200, acquiring a code address of a target code corresponding to the function to be installed, and acquiring the target code according to the code address.
In this embodiment, a target function option is determined according to whether the hardware of the device meets the hardware requirement for running the software to be installed, and meanwhile, the user may also manually select the function option, obtain an identifier corresponding to the selected function according to the condition that the function option is selected, find a corresponding code address according to the identifier, query a corresponding code in a code warehouse according to the address, obtain the corresponding code, and push the code to the integration server, so that the integration server compiles the code.
And step S300, generating a configuration file according to the hardware information and the function information of the function to be installed.
In this embodiment, after a user fills hardware information of a device and selects a function, corresponding function information is obtained, where the function information includes a function name and whether the function is implemented in the version, the hardware information may include a model, a lens specification, and the like, and part of the to-be-installed function has a requirement on hardware of an operating device, that is, when the hardware of the device meets a requirement of the to-be-installed function on the hardware, the to-be-installed function can normally operate on the device, and a corresponding configuration file is generated according to the hardware information and the function name, where the configuration file includes a lot of contents, for example: presence or absence of software function, basic information of the device, function name, and the like.
And S400, integrating a complete machine software package according to the configuration file and the code.
In this embodiment, after obtaining the codes of all functions to be installed according to the code address and pushing the codes to the integration server, the integration server is called, the integration server is controlled to compile the codes of all functions to be installed to obtain the whole software codes, the obtained whole software codes and the configuration file are integrated to generate a whole software package which can be applied to the equipment, and the equipment can read the whole software package, and obtain and display the functions of the version from part of the codes provided by the configuration file.
In summary, in this embodiment, hardware information of an apparatus and a function to be installed of the apparatus are first obtained, a code address of a target code corresponding to the function to be installed is obtained according to the function to be installed, the target code is obtained according to the code address, a configuration file is then generated according to the hardware information and a function name of the function to be installed, and finally a complete software package is generated according to the configuration file and the target code.
Further, a second embodiment of the software configuring and integrating method according to the present invention is proposed based on the first embodiment, and in this embodiment, before the step S100, the method further includes:
and when a configuration instruction is received, displaying a configuration interface corresponding to the configuration instruction, wherein the configuration interface comprises a hardware information module and a setting function module so as to acquire the equipment information and determine the function to be installed through the configuration interface.
In this embodiment, when a configuration instruction is received, a corresponding configuration interface is displayed according to the configuration instruction, where the configuration interface includes a hardware information module and a setting function module, a user may input or select hardware information of a device corresponding to software of the version in the hardware information module, after a function that can be implemented on the device is screened out according to the hardware information, the function option is automatically determined in the setting function module, the user may select again whether to implement the function in the version after automatically determining the function option, and according to the information and the selection input by the user in the configuration interface, device information is acquired and a to-be-installed function that a software system running on the device needs to have is determined.
As shown in fig. 3, a third embodiment of the software configuring and integrating method according to the present invention is further proposed based on the first embodiment, in this embodiment, the step S200 includes:
step S210, acquiring a code address associated with the function to be installed;
step S220, inquiring the target code corresponding to the function to be installed in a code warehouse according to the code address, and acquiring the target code.
In this embodiment, according to information and selection input by a user on a configuration interface, a selected function option is determined, and function information corresponding to the function option is obtained, where the function information includes a code address corresponding to the function, and according to the code address, a target code corresponding to the function may be queried in a code repository, and the target code may be obtained. Therefore, the method and the device can automatically find the code address corresponding to the function after determining the function to be realized on the software system of the version, so as to find the corresponding code, and do not need to manually inquire and obtain the code capable of realizing the function, thereby reducing the labor cost.
As shown in fig. 4, a fourth embodiment of the software configuring and integrating method according to the present invention is further proposed based on the above third embodiment, in this embodiment, the step S210 includes:
step S211, determining an identification mark corresponding to the function to be installed;
step S212, obtaining the code address associated with the identification mark as the code address associated with the function to be installed.
In this embodiment, after receiving device hardware information input by a user, determining whether a function to be installed can be implemented on a device according to the device hardware information, determining a function option to be installed in a function setting module according to a determination result, acquiring an identifier corresponding to the function option to be installed, and finding corresponding function information according to the identifier, thereby acquiring a code address of a target code corresponding to the function to be installed, which is included in the function information, so as to acquire the corresponding target code. Therefore, after the function realized in the version software system is determined, the function information corresponding to the function can be automatically acquired, and the integration personnel does not need to manually search, so that the labor cost is reduced.
As shown in fig. 5, a fifth embodiment of the software configuring and integrating method according to the present invention is further proposed based on the first embodiment, in this embodiment, the step S400 includes:
step S410, compiling the codes to generate whole machine software codes;
step S420, integrating a complete machine software package based on the complete machine software code and the configuration file.
In this embodiment, after finding a code corresponding to the to-be-installed function from a code repository according to a code address, triggering an integration server, pushing the code found according to the function information of the to-be-installed function and a generated configuration file to the integration server, controlling the integration server to compile all codes to generate a complete machine software code, integrating a complete machine software package based on the complete machine software code and the configuration file, and enabling a device to read the complete machine software package to obtain updated system software and display functions included in the version of the system software. Therefore, after the corresponding codes of the functions to be installed are obtained, manual integration by integration personnel is not needed, and the whole software package can be obtained only by pushing the codes to the integration server and triggering the integration server, so that the labor cost is reduced.
As shown in fig. 6, a sixth embodiment of the software configuring and integrating method according to the present invention is further proposed based on the above first embodiment, and in this embodiment, the step S300 includes:
step S310, comparing the hardware information with the hardware requirement of the function to be installed;
step S320, determining a target function option according to the comparison result, and acquiring the function information corresponding to the target function as the function information of the function to be installed;
step S330, generating a configuration file according to the hardware information and the function information.
In this embodiment, after receiving a configuration instruction, a corresponding configuration interface is displayed on an electronic device, so that a user inputs hardware information of the device and selects a function to be installed, and the hardware information and the function to be installed are acquired after the hardware information of the device is input by the user and the function to be installed are selected, wherein part of the function to be installed has requirements on hardware, and the function to be installed can be implemented on the device only if the requirements of the function to be installed on the hardware are met, for example, a 3D face recognition function requires that the device has a lens and may have requirements on the type of the lens, and when the device has a lens with a corresponding type, the requirements of the 3D face recognition function on the hardware are met, the function to be installed can be implemented on the device. When the hardware of the equipment does not meet the hardware requirement of the function to be installed, the function to be installed cannot be normally realized on the equipment, so that the preset rule filters the information of the function to be installed according to the hardware information of the equipment input by a user. Most software has a plurality of functions, and when the hardware of the device cannot meet the requirement of one function on the hardware, the realization of other functions on the device is not influenced. When the hardware of the equipment meets the hardware requirement of the function to be installed, the user does not need to select the function so as to achieve the purpose of not using the function in the version; when the hardware of the equipment does not meet the requirement of the to-be-installed function on the hardware, the user can add the to-be-installed function into the currently configured running version in a manual selection mode so as to achieve the purpose of using the to-be-installed function in the running version. And after the comparison is finished, obtaining information whether each function can be realized in the version software system, adding the information into the function information, and finally generating a configuration file according to the hardware information and the function information. Therefore, after the user inputs the hardware information of the equipment, the configuration platform automatically compares the hardware information with the hardware requirement of the function to be installed, automatically selects the function which can be realized in the equipment according to the comparison result, does not need manual selection, and reduces the labor cost.
Further, a seventh embodiment of the software configuring and integrating method according to the present invention is proposed based on the above sixth embodiment, and in this embodiment, the step S320 includes:
and when the hardware information meets the hardware requirement of the function to be installed, taking the corresponding function option of the function to be installed as the target function option.
In this embodiment, there are some functions in the software that require hardware of the device, for example, a lens is necessary to implement the photographing function, and if there is no lens on the device, the photographing function cannot be implemented. The hardware requirements of the functions in the software are recorded in the system in advance, so that after a user inputs the hardware information of the equipment on a configuration interface, the hardware information of the equipment is compared with the hardware requirements of the functions, if the hardware of the equipment can meet the hardware requirements of the functions, the functions can be realized on the equipment, and the function options corresponding to the functions are automatically determined in a function setting module; if the hardware of the device cannot meet the hardware requirement of the function, the function cannot be realized on the device, so that the function option corresponding to the function cannot be automatically determined when the function module is set. After comparing hardware requirements of hardware and software of the device and automatically determining function options meeting the hardware requirements, the user may manually select whether to add undetermined functions to the version or cancel the automatically determined function options, i.e., select not to implement the functions in the version of software. Therefore, after the user inputs the hardware information of the equipment, the configuration platform automatically compares the hardware information with the hardware requirement of the function to be installed, the function which can be realized on the equipment is automatically determined according to the comparison result, manual selection is not needed, and the labor cost is reduced.
Further, an eighth embodiment of the software configuring and integrating method according to the present invention is provided based on the first embodiment, and in this embodiment, the step of integrating the complete software package according to the configuration file and the code is executed when a preset execution condition is met, where the preset execution condition includes that a manual integration instruction is received or a preset integration time is reached.
In the embodiment, after hardware information of equipment and codes of functions to be installed are obtained, the hardware information and the codes are sent to an integration server, when a user selects to perform manual integration, the integration server is triggered to immediately compile the received codes to obtain whole software codes, and then a whole software package is integrated based on the whole software codes and configuration files; when the user does not select manual integration, the user can call the integration server by setting a time and when the set time is reached, the integration server is made to compile the received codes to obtain the whole software codes, and then the whole software package is integrated based on the whole software codes and the configuration file. Therefore, after the preset execution condition is reached, integration can be automatically carried out, manual integration of integration personnel is not needed, and labor cost is reduced.
To achieve the above object, the present invention further provides an electronic device, which includes a memory, a processor, and a software configuring and integrating program stored in the memory and executable on the processor, wherein the software configuring and integrating program, when executed by the processor, implements the steps of the software configuring and integrating method according to any one of the above aspects.
To achieve the above object, the present invention further provides a readable storage medium, on which a software configuring and integrating program is stored, and the software configuring and integrating program, when executed by a processor, implements the steps of the software configuring and integrating method according to any one of the above.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be substantially or partially embodied in the form of a software product, which is stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling an electronic device (e.g. a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A software configuring and integrating method, comprising the steps of:
acquiring hardware information of equipment and determining a function to be installed of the equipment;
acquiring a code address of a target code corresponding to the function to be installed, and acquiring the target code according to the code address;
generating a configuration file according to the hardware information and the function information of the function to be installed;
and integrating the whole software package according to the configuration file and the object code.
2. The software configuration and integration method of claim 1, wherein the steps of obtaining hardware information of the device and determining the to-be-installed function of the device are preceded by further comprising:
and when a configuration instruction is received, displaying a configuration interface corresponding to the configuration instruction, wherein the configuration interface comprises a hardware information module and a setting function module so as to acquire the equipment information and determine the function to be installed through the configuration interface.
3. The software configuring and integrating method according to claim 1, wherein the step of obtaining a code address of an object code corresponding to the function to be installed and obtaining the object code according to the code address comprises:
acquiring a code address associated with the function to be installed;
and inquiring the target code corresponding to the function to be installed in a code warehouse according to the code address, and acquiring the target code.
4. A software configuration and integration method as claimed in claim 3, wherein said step of obtaining a code address associated with said to-be-loaded function comprises:
determining an identification mark corresponding to the function to be installed;
and acquiring the code address associated with the identification mark as the code address associated with the function to be installed.
5. The software configuring and integrating method of claim 1, wherein the step of integrating the complete software package according to the configuration file and the object code comprises:
compiling the object code to generate a whole machine software code;
and integrating a complete machine software package based on the complete machine software code and the configuration file.
6. The software configuring and integrating method of claim 1, wherein the step of generating a configuration file according to the hardware information and the function information of the to-be-installed function comprises:
comparing the hardware information with the hardware requirement of the function to be installed;
determining a target function option according to the comparison result, and acquiring the function information corresponding to the target function as the function information of the function to be installed;
and generating a configuration file according to the hardware information and the function information.
7. The software configuring and integrating method of claim 6 wherein the step of determining the target function option based on the comparison comprises:
and when the hardware information meets the hardware requirement of the function to be installed, taking the corresponding function option of the function to be installed as the target function option.
8. The software configuring and integrating method of claim 1, wherein the step of generating the complete software package according to the configuration file and the code is performed when a preset execution condition is met, wherein the preset execution condition comprises receiving a manual integration instruction or reaching a preset integration time.
9. An electronic device comprising a memory, a processor and a software configuration and integration program stored on the memory and executable on the processor, the software configuration and integration program when executed by the processor implementing the steps of the software configuration and integration method according to any one of claims 1 to 8.
10. A readable storage medium, characterized in that a software configuring and integrating program is stored thereon, which when executed by a processor implements the steps of the software configuring and integrating method according to any one of claims 1 to 8.
CN202110283291.XA 2021-03-16 2021-03-16 Software configuration and integration method, electronic device and readable storage medium Pending CN112835618A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110283291.XA CN112835618A (en) 2021-03-16 2021-03-16 Software configuration and integration method, electronic device and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110283291.XA CN112835618A (en) 2021-03-16 2021-03-16 Software configuration and integration method, electronic device and readable storage medium

Publications (1)

Publication Number Publication Date
CN112835618A true CN112835618A (en) 2021-05-25

Family

ID=75930187

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110283291.XA Pending CN112835618A (en) 2021-03-16 2021-03-16 Software configuration and integration method, electronic device and readable storage medium

Country Status (1)

Country Link
CN (1) CN112835618A (en)

Similar Documents

Publication Publication Date Title
CN110955416A (en) Interface document generation method, device, equipment and computer storage medium
CN107341106B (en) Application compatibility detection method, development terminal and storage medium
CN110941779A (en) Page loading method and device, storage medium and electronic equipment
CN112905441A (en) Test case generation method, test method, device and equipment
CN111026670A (en) Test case generation method, test case generation device, and storage medium
CN116450202A (en) Page configuration method, page configuration device, computer equipment and computer readable storage medium
CN111857881A (en) Repo-based manifest warehouse loading method and device and storage medium
CN110990008A (en) Method, device, storage medium and electronic equipment for updating page
CN115033211A (en) Method, device and equipment for querying article based on strategy mode and storage medium
CN110096304A (en) Task construction method, device, equipment and storage medium based on Jenkins
CN112835618A (en) Software configuration and integration method, electronic device and readable storage medium
CN111030848B (en) Automatic configuration method and device of electronic product and storage medium
CN113641678A (en) Dynamic service configuration method and system based on multi-dimensional form
CN111090457A (en) Interface analysis method, terminal device and computer-readable storage medium
CN112416383A (en) Hot updating method and device for golang program and computer equipment
CN117112654B (en) City data display method, device, computer equipment and storage medium
CN113225717B (en) Control method and device of Bluetooth equipment and computer readable storage medium
CN112286620B (en) Application program interaction method and device, electronic equipment and storage medium
CN114579821B (en) Method and device for pushing modeling tool, electronic device and storage medium
CN115174703B (en) Device driver processing method, device communication method, processing system and electronic device
JP6928022B2 (en) Development support equipment, development support system, development support method, and computer program
CN114489617A (en) Branch strategy generation method and device, terminal equipment and storage medium
CN114417032A (en) Production information generation method, registration code configuration method and configuration system
CN116579310A (en) Label setting method, label setting device and storage medium for form
CN117370340A (en) Data processing method and device, electronic equipment and storage medium

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