CN113641334A - Software customization method and system - Google Patents

Software customization method and system Download PDF

Info

Publication number
CN113641334A
CN113641334A CN202110721191.0A CN202110721191A CN113641334A CN 113641334 A CN113641334 A CN 113641334A CN 202110721191 A CN202110721191 A CN 202110721191A CN 113641334 A CN113641334 A CN 113641334A
Authority
CN
China
Prior art keywords
customization
software
core
program
customizing
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
CN202110721191.0A
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 Boyue Software Co ltd
Original Assignee
Shenzhen Boyue Software 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 Boyue Software Co ltd filed Critical Shenzhen Boyue Software Co ltd
Priority to CN202110721191.0A priority Critical patent/CN113641334A/en
Publication of CN113641334A publication Critical patent/CN113641334A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/10Requirements analysis; Specification techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven

Landscapes

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

Abstract

The invention discloses a software customization method and a system, wherein the method comprises the steps of collecting customization demand information and calling a core customization program; the core customizing program receives the customizing demand information and loads a target software function data packet; customizing the target software function data packet into target software according to the customization demand information; the system comprises: the functional software package is a pre-developed software data package for the user to select; the information collection unit is used for collecting the customization demand information of the client and transmitting the customization demand information to the core customization unit; and the core customization unit is used for customizing and converting the functional software package according to the received customization demand information. By implementing the invention, a user can customize according to the need, the operation is simple, one customizing tool can customize a plurality of software products, and when a new software product needs to be customized, an enterprise can use the software product by only writing a corresponding core customizing program and putting the core customizing program into a customizing tool catalog.

Description

Software customization method and system
Technical Field
The invention relates to the technical field of software design, in particular to a software customization method and a software customization system.
Background
Software customization generally refers to a process of customizing an existing software product into another software product meeting specific requirements through a specific customization program or tool, and the customized software has the same general functions as the original software, but changes software information (such as name, version number, copyright information and the like) and interfaces (such as theme, color, font and the like).
At present, the requirement of software customization in the field of computers is very common, and the requirement mainly occurs in the personalized customization of open source software or the customization of software products independently developed by enterprises aiming at different customer requirements.
The existing software customizing tools are various and different in implementation mode, and do not have a unified standard and a unified implementation mode for different enterprises, different software products, different running platforms (operating systems) and different customizing requirements, and most of the software customizing tools are delivered to customers after being customized for internal engineering personnel of the enterprises, so that the customers cannot customize the software.
If enterprise software products need to customize different customer requirements, the two methods are usually adopted at present, firstly, the customization requirements are directly delivered to developers, and the developers modify codes and compile different software according to different requirements; second, custom tools for a particular platform (e.g., decompilation tools, software information manipulation tools, unpacking tools, etc.) are downloaded from the web.
The first method is efficient, but it wastes labor cost, and developers must not only develop products but also customize products, and the developers can only do this work, but cannot customize clients (because it is impossible to give source code to clients). The second method has poor reliability, and needs to spend time searching available tools on the internet, but the searched tools cannot be used normally, and cannot meet the real customization requirements, different tools are used for different platforms, and the work can be performed only by people who know the technology.
No matter what way to use for customization, in the existing case, different products and different platforms can not be customized uniformly by using only one customization tool, and the customization operation can be performed only by professional technicians basically, and the customization can not be performed by clients independently.
Disclosure of Invention
In the prior art, when a client needs to customize software, customization tools are not uniform, and the client cannot freely perform customization operation.
Aiming at the problems, the method and the system for customizing the software are provided, the user requirement information is collected through a collecting program, the core customizing program is called, and a function data packet developed by an enterprise in advance is used, so that a client can customize a plurality of software products according to the requirement without the operation of professional technicians, the operation is simple, one customizing tool can customize a plurality of software products, when a new software product is required to be customized, the enterprise only needs to write the corresponding core customizing program, then the program is put into a customizing tool catalog to be used, the collection program does not need to be rewritten, and the customizing operation specification does not need to be rewritten.
A method of software customization comprising the steps of:
collecting customization demand information and calling a core customization program;
the core customizing program receives the customizing requirement information and loads a target software function data packet;
and customizing the target software function data packet into target software according to the customization demand information.
With reference to the software customization method of the present invention, in a first possible implementation manner, the steps include: collecting customization requirement information, and calling a core customization program, wherein the method also comprises the following steps:
according to the functional requirements of the existing software products, developing corresponding target software functional data packets in advance;
and classifying and storing the target software function data packet.
With reference to the first possible embodiment and the second possible embodiment of the present invention, in a second possible embodiment, the steps of: collecting customization requirement information and calling a core customization program, wherein the core customization program comprises the substeps of:
selecting data packet information required by uploading target software;
and the client inputs the customization information of the target software according to the requirement.
With reference to the second possible embodiment of the present invention, in a third possible embodiment, the steps include: selecting data packet information required by uploading target software, and comprising the following substeps:
selecting a target software category;
selecting an operation platform of the target software;
and selecting the functional data packet corresponding to the target software category.
With reference to the third possible embodiment of the present invention, in a fourth possible embodiment, the steps include: the customer inputs the customization information of the target software according to the requirement, and the method comprises the following substeps:
the client inputs the name, version, copyright and privacy policy of the target software;
selecting a certificate and inputting key information;
and configuring the target software main body and the resource file.
With reference to the fourth possible embodiment of the present invention, in a fifth possible embodiment, the method includes: collecting customization requirement information and calling a core customization program, and further comprising the substeps of:
informing the core custom program to start running the custom program;
and monitoring the running process of the customized program and outputting a running log.
With reference to the fourth possible embodiment of the present invention, in a sixth possible embodiment, the method includes: monitoring the running process of the customized program and outputting a running log, wherein the method comprises the following substeps:
if the custom program fails to operate, prompting a client and outputting error information;
and if the custom program runs successfully, guiding the user to open the output catalog.
With reference to the sixth possible implementation manner of the present invention, in a seventh possible implementation manner, the steps are: customizing the target software function data packet into target software according to the customization requirement information, comprising the following substeps:
the core customizing program locks a demand information collecting program;
and reading the functional data packet, and performing targeted customization according to the demand information.
A software customization system comprising:
the functional software package is a pre-developed software data package for a user to select;
the information collecting unit is used for collecting the customization demand information of a customer and transmitting the customization demand information to the core customization unit;
and the core customization unit is used for customizing and converting the functional software package according to the received customization demand information.
In a first possible implementation manner of the software customization system according to the present invention, the core customization unit includes:
and the monitoring unit is used for monitoring the operation of the core customizing unit and outputting monitoring information to a user.
The software customizing method and the system of the invention collect the user requirement information through the collecting program, call the core customizing program and use the function data packet developed by the enterprise in advance, so that the client can customize according to the requirement without the operation of professional technicians, the operation is simple, one customizing tool can customize a plurality of software products, when a new software product is needed to customize, the enterprise only needs to write the corresponding core customizing program, then put the program into the customizing tool catalog to use, and does not need to rewrite the collecting program and rewrite the customizing operation instruction.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a schematic diagram of a first embodiment of a software customization method;
FIG. 2 is a schematic diagram of a second embodiment of a software customization method;
FIG. 3 is a schematic diagram of a third embodiment of a software customization method;
FIG. 4 is a schematic diagram of a fourth embodiment of a software customization method;
FIG. 5 is a schematic diagram of a fifth embodiment of a software customization method;
FIG. 6 is a schematic diagram of a sixth embodiment of a software customization method;
FIG. 7 is a schematic diagram of a seventh embodiment of a software customization method;
FIG. 8 is a schematic diagram of an eighth embodiment of a software customization method;
FIG. 9 is a schematic diagram of a first embodiment of a software customization system;
the part names indicated by the numbers in the drawings are as follows: 110-information collection unit, 120-core customization unit, 121-monitoring unit.
Detailed Description
The technical solutions in the present invention will be described clearly and completely with reference to the accompanying drawings, and it is obvious that the described embodiments are only some embodiments of the present invention, not all embodiments. Other embodiments, which can be derived by one of ordinary skill in the art from the embodiments given herein without any creative effort, shall fall within the protection scope of the present invention.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. The terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the term "and/or" includes any and all combinations of one or more of the associated listed items.
In the prior art, when a client needs to customize software, customization tools are not uniform, and the client cannot freely perform customization operation.
In order to solve the problems, a software customization method and a software customization system are provided.
A method of software customization comprising the steps of:
referring to fig. 1, fig. 1 is a schematic view of a first embodiment of the software customization method, S1, collecting customization requirement information, and calling a core customization program;
preferably, as shown in fig. 2, fig. 2 is a schematic diagram of a second embodiment of the software customization method, and before step S1, the method first includes the steps of:
s00, developing a corresponding target software function data packet in advance according to the function requirement of the existing software product;
and S01, classifying and storing the target software function data packet. And the enterprise develops the functional data packets in advance according to the functional categories, stores the functional data packets in different catalogs in a classified manner, and calls the functional data packets from the corresponding catalogs when customizing.
Preferably, as in fig. 3, fig. 3 is a schematic view of a third embodiment of the software customization method; step S1 includes the sub-steps of:
s11, selecting and uploading data packet information required by the target software;
preferably, as in fig. 4, fig. 4 is a schematic view of a fourth embodiment of the software customization method; step S11 includes the sub-steps of:
s111, selecting a target software category; s112, selecting an operation platform of the target software; and S113, selecting the functional data packet corresponding to the target software type.
The target software type is that a client selects which software to customize according to needs, and selecting the running platform is that the platform on which the customized software is to run is actually selected, for example, a main-stream operating system such as Windows/Linux/macOS/Android/ios. The functional data package is a functional data package of a software product which is developed in advance by an enterprise. Compared with the original software, the customized software has the same general functions, but the software information and interfaces, such as names, version numbers, copyright information, themes, colors, fonts and the like, are changed.
And S12, inputting the customization information of the target software by the client according to the requirement.
Preferably, as shown in fig. 5, fig. 5 is a schematic diagram of a fifth embodiment of the software customization method; step S12 includes the sub-steps of:
s121, a client inputs the name, version, copyright and privacy policy of target software; s122, selecting a certificate and inputting key information; and S123, configuring the target software main body and the resource file.
The name, version, copyright and privacy policies of the target software can be input by a client according to the needs of the client, and the certificate generation and signature information also needs to be set and customized by the client in advance. Meanwhile, the color, logo, picture material, video material and the like of the customized software are required to be configured.
Preferably, as in fig. 6, fig. 6 is a schematic view of a sixth embodiment of the software customization method; step S1 further includes the sub-steps of:
s13, informing the core customizing program to start running the customizing program; and S14, monitoring the running process of the custom program and outputting a running log.
Different software products (such as an A software product, a B software product and the like), different target running platforms (such as customized software products to be run in Windows/Linux/macOS/web/Android/iOS and the like), and different 'core customization programs', which are command line programs or script programs, receive information parameters transmitted by a collecting program, then customize the specific platform of a specific product and output a final customization package, wherein log information or error information in the process is fed back to the collecting program and fed back to a user.
Preferably, as in fig. 7, fig. 7 is a schematic view of a seventh embodiment of the software customization method; step S14 includes the sub-steps of:
s141, if the operation of the custom program fails, prompting a client and outputting error information; and S142, if the custom program runs successfully, guiding the user to open the output catalog.
And when the customization fails, outputting error information for the user to refer to and modify, re-performing the next customization program, and if the customization is successful, guiding the user to open the directory to find the successful software, so that the user can conveniently search for the copy.
S2, the core customizing program receives the customizing demand information and loads the target software function data packet;
and S3, customizing the target software function data packet into the target software according to the customization requirement information.
The method has the advantages that the user requirement information is collected through the collecting program, the core customizing program is called, and the function data packet developed by the enterprise in advance is used, so that the client can customize according to the requirement without the operation of professional technicians, the operation is simple, one customizing tool can customize a plurality of software products, when a new software product is required to be customized, the enterprise only needs to write the corresponding core customizing program, then the program is put into the customizing tool catalog to be used, the collecting program does not need to be rewritten, and the customizing operation instruction does not need to be rewritten.
Preferably, as shown in fig. 8, fig. 8 is a schematic view of an eighth embodiment of the software customization method; step S3 includes the sub-steps of:
s31, locking the requirement information collecting program by the core customizing program; and S32, reading the functional data packet, and performing targeted customization according to the demand information.
When the core program runs, the collection program is locked and is not allowed to be modified, the details of the customization process are different according to different products and platforms, and generally comprise the steps of modifying software product information, copying resource files, modifying product color themes, compressing and packaging products, signing products and the like.
A software customization system, as shown in fig. 9, fig. 9 is a schematic diagram of a first embodiment of the software customization system, comprising:
the functional software package is a pre-developed software data package for the user to select;
an information collecting unit 110 for collecting customization requirement information of a customer and transmitting the customization requirement information to a core customizing unit 120;
and the core customizing unit 120 is configured to perform customization conversion on the functional software package according to the received customization requirement information.
And the enterprise develops the functional data packets in advance according to the functional categories, stores the functional data packets in different catalogs in a classified manner, and calls the functional data packets from the corresponding catalogs after customization.
The name, version, copyright and privacy policies of the target software can be input by a client according to the needs of the client, and the certificate generation and signature information also needs to be set and customized by the client in advance. Meanwhile, the color, logo, picture material, video material and the like of the customized software are required to be configured.
When the core program runs, the collection program is locked and is not allowed to be modified, the details of the customization process are different according to different products and platforms, and generally comprise the steps of modifying software product information, copying resource files, modifying product color themes, compressing and packaging products, signing products and the like.
Further, the core customizing unit 120 includes:
and the monitoring unit 121, the monitoring unit 121 is configured to monitor the operation of the core customization unit 120, and output monitoring information to a user.
And when the customization fails, outputting error information for the user to refer to and modify, re-performing the next customization program, and if the customization is successful, guiding the user to open the directory to find the successful software, so that the user can conveniently search for the copy.
The software customizing method and the system of the invention collect the user requirement information through the collecting program, call the core customizing program and use the function data packet developed by the enterprise in advance, so that the client can customize according to the requirement without the operation of professional technicians, the operation is simple, one customizing tool can customize a plurality of software products, when a new software product is needed to customize, the enterprise only needs to write the corresponding core customizing program, then put the program into the customizing tool catalog to use, and does not need to rewrite the collecting program and rewrite the customizing operation instruction.
The present invention is not limited to the above preferred embodiments, and any modifications, equivalent replacements, improvements, etc. within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method for customizing software, comprising the steps of:
collecting customization demand information and calling a core customization program;
the core customizing program receives the customizing requirement information and loads a target software function data packet;
and customizing the target software function data packet into target software according to the customization demand information.
2. The software customization method according to claim 1, wherein the steps of: collecting customization requirement information, and calling a core customization program, wherein the method also comprises the following steps:
according to the functional requirements of the existing software products, developing corresponding target software functional data packets in advance;
and classifying and storing the target software function data packet.
3. The software customization method according to claim 1, wherein the steps of: collecting customization requirement information and calling a core customization program, wherein the core customization program comprises the substeps of:
selecting data packet information required by uploading target software;
and the client inputs the customization information of the target software according to the requirement.
4. The software customization method according to claim 3, characterized in that said steps of: selecting data packet information required by uploading target software, and comprising the following substeps:
selecting a target software category;
selecting an operation platform of the target software;
and selecting the functional data packet corresponding to the target software category.
5. The software customization method according to claim 3, characterized in that said steps of: the customer inputs the customization information of the target software according to the requirement, and the method comprises the following substeps:
the client inputs the name, version, copyright and privacy policy of the target software;
selecting a certificate and inputting key information;
and configuring the target software main body and the resource file.
6. The software customization method according to claim 1, wherein the steps of: collecting customization requirement information and calling a core customization program, and further comprising the substeps of:
informing the core custom program to start running the custom program;
and monitoring the running process of the customized program and outputting a running log.
7. The software customization method according to claim 6, wherein the steps of: monitoring the running process of the customized program and outputting a running log, wherein the method comprises the following substeps:
if the custom program fails to operate, prompting a client and outputting error information;
and if the custom program runs successfully, guiding the user to open the output catalog.
8. The software customization method according to claim 1, wherein the steps of: customizing the target software function data packet into target software according to the customization requirement information, comprising the following substeps:
the core customizing program locks a demand information collecting program;
and reading the functional data packet, and performing targeted customization according to the demand information.
9. A software customization system, comprising:
the functional software package is a pre-developed software data package for a user to select;
the information collecting unit is used for collecting the customization demand information of a customer and transmitting the customization demand information to the core customization unit;
and the core customization unit is used for customizing and converting the functional software package according to the received customization demand information.
10. The software customization system according to claim 9, wherein the core customization unit comprises:
and the monitoring unit is used for monitoring the operation of the core customizing unit and outputting monitoring information to a user.
CN202110721191.0A 2021-06-28 2021-06-28 Software customization method and system Pending CN113641334A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110721191.0A CN113641334A (en) 2021-06-28 2021-06-28 Software customization method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110721191.0A CN113641334A (en) 2021-06-28 2021-06-28 Software customization method and system

Publications (1)

Publication Number Publication Date
CN113641334A true CN113641334A (en) 2021-11-12

Family

ID=78416258

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110721191.0A Pending CN113641334A (en) 2021-06-28 2021-06-28 Software customization method and system

Country Status (1)

Country Link
CN (1) CN113641334A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1627255A (en) * 2003-12-10 2005-06-15 英业达股份有限公司 Automatic method for generating modular software of user customized and system
US20050144615A1 (en) * 2003-12-29 2005-06-30 Shu-Chuan Chen Modularized custom-developed software package producing method and system
CN104820602A (en) * 2015-05-18 2015-08-05 北京瑞星信息技术有限公司 Method, device and system for publishing software package
CN107688464A (en) * 2017-06-28 2018-02-13 上海壹账通金融科技有限公司 Software customized server, method and computer-readable recording medium
CN112579049A (en) * 2019-09-30 2021-03-30 北京国双科技有限公司 Customized software productization management method and device based on cloud platform

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1627255A (en) * 2003-12-10 2005-06-15 英业达股份有限公司 Automatic method for generating modular software of user customized and system
US20050144615A1 (en) * 2003-12-29 2005-06-30 Shu-Chuan Chen Modularized custom-developed software package producing method and system
CN104820602A (en) * 2015-05-18 2015-08-05 北京瑞星信息技术有限公司 Method, device and system for publishing software package
CN107688464A (en) * 2017-06-28 2018-02-13 上海壹账通金融科技有限公司 Software customized server, method and computer-readable recording medium
CN112579049A (en) * 2019-09-30 2021-03-30 北京国双科技有限公司 Customized software productization management method and device based on cloud platform

Similar Documents

Publication Publication Date Title
US7356816B2 (en) Method and apparatus for multiplatform migration
US6370646B1 (en) Method and apparatus for multiplatform migration
US8584119B2 (en) Multi-scenerio software deployment
US7831968B1 (en) Method and system for restoring software
US8910117B2 (en) Customizing and performing policy in version control
US20080127175A1 (en) Packaging software products as single-file executables containing scripting logic
CN108874680B (en) Automatic software testing method and system
US20060020937A1 (en) System and method for extraction and creation of application meta-information within a software application repository
CN111142903A (en) Configuration file interactive updating method and device based on file comparison
US20210383291A1 (en) Mainframe workflow manager system and method
US20100242034A1 (en) Distributing software products as an executable containing script logic with external resources
WO2005124551A2 (en) System and method for building full batch test environments
CN114064213B (en) Quick arranging service method and system based on Kubernets container environment
JP7231518B2 (en) Packaging support system and packaging support method
CN101170568B (en) A method for automatically generating and executing Telnet command via batch mode
CN112860645A (en) Processing method and device for offline compressed file, computer equipment and medium
CN115617780A (en) Data import method, device, equipment and storage medium
US20100064290A1 (en) Computer-readable recording medium storing a control program, information processing system, and information processing method
US20130174123A1 (en) System and method for application configuration comparison and reuse
CN111949276B (en) System and method for automatically deploying application programs based on container mode
CN113641334A (en) Software customization method and system
JPH11102289A (en) Screen generating method for operation process
CN114527993A (en) Application deployment method, device, equipment and medium
CN113360143A (en) Remote software development method, device, storage medium and processor
CN112564979A (en) Execution method and device for construction task, computer 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20211112

RJ01 Rejection of invention patent application after publication