CN103645900A - Method and device for releasing software - Google Patents

Method and device for releasing software Download PDF

Info

Publication number
CN103645900A
CN103645900A CN201310687067.2A CN201310687067A CN103645900A CN 103645900 A CN103645900 A CN 103645900A CN 201310687067 A CN201310687067 A CN 201310687067A CN 103645900 A CN103645900 A CN 103645900A
Authority
CN
China
Prior art keywords
placeholder
configuration
environment
software
issue
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
CN201310687067.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.)
SHANGHAI PUDONG LOGISTICS CLOUD COMPUTING Co Ltd
Original Assignee
SHANGHAI PUDONG LOGISTICS CLOUD COMPUTING 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 SHANGHAI PUDONG LOGISTICS CLOUD COMPUTING Co Ltd filed Critical SHANGHAI PUDONG LOGISTICS CLOUD COMPUTING Co Ltd
Priority to CN201310687067.2A priority Critical patent/CN103645900A/en
Publication of CN103645900A publication Critical patent/CN103645900A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a method and a device for releasing software. The software release method comprises steps as follows: a placeholder configuration file of software is read, wherein the placeholder configuration file comprises placeholders and configuration item information in one-to-one correspondence with the placeholders; the placeholders in the placeholder configuration file are analyzed and identified; a configuration value of a configuration item in a current release environment is acquired from a default placeholder environment configuration list, wherein configuration values of the configuration items in the placeholder environment configuration list have one to one correspondence with release environments; a corresponding placeholder in the placeholder configuration file is replaced by the configuration value of the configuration item in the current release environment, a software configuration file in the current release environment is generated, and the software is released. The configuration items of the software are easier to maintain according to the scheme, and a software release process is accelerated.

Description

Software distribution method and device
Technical field
The present invention relates to computer software technical field, particularly relate to a kind of software distribution method and device.
Background technology
Along with the maturation gradually of soft project, the software of newly developing generally need to be issued and become the necessary means that more and more software projects are taked after too much wheel test.And software test often needs source code to move on a plurality of different issue environment.Yet these issue environment are because adopted IP address, domain name, communication key, simulation account, the address of database are, there is certain difference in the differences such as title of database.In order to allow code can be applicable to various issue environment, the configuration item using these discrepant issue environmental parameters as software usually when writing code, by being the different different configuration items of issue environment configurations, thereby allows code adapt to different issue environment.And these configuration items are often placed in a configuration file so that unified management.
When different environment releasing softwares, need to use different configuration files.How to process these configuration items, existing common way is just the configuration file of each environment to be placed in the source code of software in software development process, but said method can delay software development process, and software maintenance is loaded down with trivial details easily makes mistakes.
Summary of the invention
The problem that the embodiment of the present invention solves is how to accelerate software development process, and makes software be easy to safeguard.
For addressing the above problem, the embodiment of the present invention provides a kind of software distribution method, and described method comprises:
The placeholder configuration file of reading software, described placeholder configuration file comprise placeholder and with described placeholder configuration item information one to one;
Analysis identifies the placeholder in described placeholder configuration file;
From default placeholder environment configurations table, obtain the Configuration Values of configuration item under current issue environment, the Configuration Values of configuration item described in described placeholder environment configurations table and every kind of issue environment have one-to-one relationship;
Adopt the Configuration Values of configuration item under the current issue environment obtaining to replace placeholder corresponding in described placeholder configuration file, generate the software configuration file under described current issue environment, and issue described software.
Alternatively, described method also comprises: under obtaining less than current issue environment from described default environment configurations table during the Configuration Values of configuration item, and issue warning information.
Alternatively, described method also comprises: under obtaining less than current issue environment from described default environment configurations table, during the Configuration Values of configuration item, generate the data recording of described placeholder under described issue environment in described placeholder environment configurations table.
Alternatively, the form of described placeholder is NameSpace form.
Alternatively, the placeholder of described NameSpace form be Business Name. project name. hierarchical relationship. function title.
The embodiment of the present invention also provides a kind of software distributing device, comprising:
Reading unit, for the placeholder configuration file of reading software, described placeholder configuration file comprise placeholder and with described placeholder configuration item information one to one;
Recognition unit, for analyzing the placeholder that identifies described placeholder configuration file;
Extraction unit, obtains the Configuration Values of configuration item current issue environment for the placeholder environment configurations table from default, the Configuration Values of configuration item described in described placeholder environment configurations table and every kind of issue environment have one-to-one relationship;
Generate release unit, for adopting the Configuration Values of configuration item under obtained current issue environment to replace the placeholder that described placeholder configuration file is corresponding, generate the software configuration file under described current issue environment, and issue described software.
Alternatively, described device also comprises:
Alarm unit, during for Configuration Values when described extraction unit configuration item from described default environment configurations table obtains less than current issue environment, issue warning information.
Alternatively, described device also comprises:
Data recording generation unit, for when the Configuration Values of described extraction unit configuration item from described default environment configurations table obtains less than current issue environment, in described placeholder environment configurations table, generate the data recording of described placeholder under described issue environment.
Alternatively, the form of described placeholder is NameSpace form.
Alternatively, the placeholder of described NameSpace form be Business Name. project name. hierarchical relationship. function title
Compared with prior art, the technical scheme of the embodiment of the present invention has the following advantages:
Owing to replacing the concrete configuration value in software configuration file with placeholder in software development process, therefore developer does not need to understand the concrete configuration value of each configuration item in concrete issue environment and each issue environment, and in software is published to specific environment time, by identifying all placeholders, and directly replace the software configuration file under the concrete issue of placeholder generation environment with the Configuration Values in placeholder environment configurations table, therefore at software, be published in specific environment and also do not need, according to each specific environment, the Configuration Values of the configuration item in software source code configuration file is carried out to manual modification one by one, thereby make software more be easy to safeguard, accelerate the issuing process of software.
Further, while obtaining the Configuration Values less than the configuration item under concrete issue environment in described placeholder environment configurations table, by issue warning information, can be so that software developer holds software issuing process more all-sidedly and accurately, and then can take appropriate measures, thereby can be so that the issue of software be more quick, accurate.
Further, while obtaining the Configuration Values less than configuration item under concrete issue environment in described placeholder environment configurations table, by automatically generate the data recording of described placeholder in described placeholder environment configurations table, make placeholder environment configurations table more complete, the scope of application is more extensive, safeguards more convenient, efficient.
Further, due to the form employing NameSpace form of placeholder, can avoid repetition, make setting, the maintenance of placeholder more simple efficient.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of the software distribution method in the embodiment of the present invention;
Fig. 2 is the process flow diagram of the software distribution method in further embodiment of this invention;
Fig. 3 is the structural representation of the software distributing device in the embodiment of the present invention.
Embodiment
The software of new research and development is after research and development, and what generate varying environment can need to use different configuration files during working procedure conventionally.In prior art, conventionally in software development process, the configuration file of each environment is placed in the source code of software, this way is that the work in software issuing process is advanced in software development and is completed, that is to say running software maintainer's work is transferred to it developer, increased developer's workload.And, in performance history, just determine that later issue environment and each configuration item from issue environment will be a quite thing for difficulty.Meanwhile, when increasing a new issue environment, software developer will need again to write the configuration file for this environment, safeguard that these environment configurations items just become a hard work taking time and effort.
The technical solution used in the present invention is owing to adopting placeholder to replace the environment configurations item of software, in software development, with placeholder, replace concrete configuration value corresponding to configuration item in software configuration file, make the configuration item of software more be easy to safeguard, accelerated the issuing process of software.
For above-mentioned purpose of the present invention, feature and advantage can more be become apparent, below in conjunction with accompanying drawing, specific embodiments of the invention are described in detail.
Please refer to Fig. 1, it shows the software distribution method process flow diagram in the embodiment of the present invention.Described software distribution method comprises:
Step S11, the placeholder configuration file of reading software, described placeholder configuration file comprise placeholder and with described placeholder configuration item information one to one;
Step S12, analyzes and identifies the placeholder in described placeholder configuration file;
Step S13 obtains the Configuration Values of configuration item under current issue environment from default placeholder environment configurations table, and the Configuration Values of configuration item described in described placeholder environment configurations table and every kind of issue environment have one-to-one relationship;
Step S14, adopts the Configuration Values of configuration item under the current issue environment obtaining to replace placeholder corresponding in described placeholder configuration file, generates the software configuration file under described current issue environment, and issues described software.
The software distribution method of the embodiment of the present invention, owing to replacing the concrete configuration value in software configuration file with placeholder in software development process, therefore developer does not need to understand the concrete configuration value of each configuration item in concrete issue environment and each issue environment, and in software is published to specific environment time, by identifying all placeholders, and directly replace the software configuration file under the concrete issue of placeholder generation environment with the Configuration Values in placeholder environment configurations table, therefore at software, be published in specific environment and also do not need, according to each specific environment, the Configuration Values of the configuration item in software source code configuration file is carried out to manual modification one by one, thereby make software more be easy to safeguard, accelerate the issuing process of software
With reference to Fig. 2, it shows the process flow diagram of the software distribution method in further embodiment of this invention.Described software distribution method comprises:
Step S21, the placeholder configuration file of reading software, described placeholder configuration file comprise placeholder and with described placeholder configuration item information one to one;
Step S22, analyzes and identifies the placeholder in described placeholder configuration file;
Step S23, from default placeholder environment configurations table, obtain the Configuration Values of configuration item under current issue environment, the Configuration Values of configuration item described in described placeholder environment configurations table and every kind of issue environment have one-to-one relationship, and then perform step S25, otherwise, execution step S24;
Step S24, when the placeholder environment configurations table from described, obtain less than current issue environment under during the Configuration Values of configuration item, issue warning information, and generate the data recording of described placeholder under described issue environment in described placeholder environment configurations table;
Step S25, adopts the Configuration Values of configuration item under the current issue environment obtaining to replace placeholder corresponding in described placeholder configuration file, generates the software configuration file under described current issue environment, and issues described software.
In embodiment, first perform step S21, the placeholder configuration file of reading software.Wherein, the placeholder configuration file of software is for software developer is in writing described software source code process, need not consider under the condition of concrete issue environment, directly with placeholder, replace the concrete configuration value of configuration item to generate, placeholder wherein and the Configuration Values of configuration item have relation one to one.Placeholder, for to occupy the code of a fixed position in writing software source code process, does not represent the meaning of any reality.Placeholder can according to the actual needs, adopt various form.For example, can adopt NameSpace form placeholder Business Name. project name. hierarchical relationship. function title.NameSpace is in fact a space that includes many identifiers, and it can effectively solve the naming conflict problem of the variable relating to or the function of software code.Placeholder in the software distribution method of the embodiment of the present invention adopts NameSpace form, can effectively avoid the repetition between placeholder, can in different placeholders, use the character of identical meanings again, makes the setting of placeholder easier, efficient.Certainly, placeholder can adopt extended formatting according to the actual needs, and the present invention does not repeat at this.
Then perform step S22, analyze and identify the placeholder in described placeholder configuration file.Due in software development process, the code of the placeholder configuration file of software is distributed in whole software source code, therefore, need to therefrom analyze the placeholder that identifies specific format, as the placeholder of NameSpace form.
In addition, it is pointed out that above-mentioned step S21 and S22 can be published to concrete issue environment and carry out before after software code is write, and can only carry out following step when software is published to specific environment:
Step S23, from default placeholder environment configurations table, obtain the Configuration Values of configuration item under current issue environment, the Configuration Values of configuration item described in described placeholder environment configurations table and every kind of issue environment have one-to-one relationship, and then perform step S25, otherwise, execution step S24.This step is intended to obtain the Configuration Values of the configuration item under the concrete issue environment corresponding with placeholder, for follow-up step, uses.Placeholder environment configurations table comprises placeholder and various issue environment and specifically issues one to one the Configuration Values of configuration item under environment with placeholder, by placeholder environment configurations table, we can uniquely draw the Configuration Values of configuration item under the concrete issue environment corresponding with placeholder definitely.In placeholder environment configurations table, under the corresponding issue environment corresponding with placeholder, the Configuration Values of configuration item can be configuration parameter, numeral, IP address or environmental information etc.
Yet, due to aspects such as placeholder environment configurations table arrange, there will be situation about obtaining less than the Configuration Values of configuration item under current issue environment corresponding to placeholder.Therefore, now need to perform step S24, under obtaining less than current issue environment when the placeholder environment configurations table from described, the Configuration Values of configuration item, issues warning information, and generates the data recording of described placeholder under current environment in described placeholder environment configurations table.Like this, software developer can grasp the issuing process of software by warning information comprehensively, and can take appropriate measures and remedy quickly and effectively when going wrong, thereby makes the issue of software more quick, accurate.Meanwhile, generate the data recording of respective place holder in described placeholder environment configurations table, can further improve placeholder environment configurations table, make the coverage of placeholder environment configurations table more extensive, the scope of application is wider.
When execution step S23 gets the Configuration Values of configuration item under current issue environment corresponding with placeholder, execution step S25, adopt the Configuration Values of configuration item under the current issue environment obtaining to replace placeholder corresponding in described placeholder configuration file, generate the software configuration file under described current issue environment, and issue described software.This step is for generating rapidly and accurately the software configuration file under current issue environment, and releasing software, owing to there is no the intervention of human factor, makes the generation of software configuration file and the issue of software more accurately, fast.
Configuration item-annex temp directory of take below describes the software distribution method in above-described embodiment as example, to deepen the understanding to the software distribution method of the embodiment of the present invention.
Prior art is in the compiling procedure of software code, and the configuration item message code of the annex temp directory that in software configuration file, software developer arranges for A issue environment, adopts following form conventionally:
<add?key=“FtpCachePath”value=“C:\WINDOWS\Path”/>。
" CachePath in F " is wherein the configuration item of annex temp directory, and " C: WINDOWS Path " is the Configuration Values of configuration item " FtpCachePath ".When above-mentioned software being published to B issue environment, the Configuration Values of the configuration item of annex temp directory changes to " D: WINDOWS Path ", so, software developer is before being published to above-mentioned software B issue environment, the configuration item message code that just need to revise the annex temp directory in software configuration file, is changed into:
<add?key=“FtpCachePath”value=“D:\WINDOWS\Path”/>。
In like manner, in the time of under the environment that software is published to other, when the Configuration Values of corresponding environment configurations item changes, need to revise equally corresponding configuration item in the source code of software.Because the quantity of the environment configurations item in software is various, manually modify one by one, will be a thing taking time and effort, the notice of seriously having disperseed developer, has increased the weight of software developer's burden.
And in the software distribution method of the embodiment of the present invention, software developer is in writing the process of code, need not consider that software is published to configuration item information under which issue environment and corresponding issue environment in the future, directly with placeholder, replace the Configuration Values of configuration item to write configuration item message code, in software, the set of all configuration item message codes forms complete placeholder configuration file.For example, the configuration item of the above-mentioned annex catalogue of mentioning can arrange as follows in placeholder configuration file:
<add?key=“FtpCachePath”value=“${Xiben.Trade.TradingSite.FtpCachePath}”/>。
Wherein, " $ Xiben.Trade.TradingSite.FtpCachePath} " and be the placeholder of NameSpace form, it is for replacing specifically issuing the placeholder of the Configuration Values of annex temp directory configuration item under environment.
When software is published to concrete issue environment, first read placeholder environment configurations file, therefrom analyze the placeholder that identifies all above-mentioned NameSpace forms, from default placeholder environment configurations table, obtain the Configuration Values of configuration item under the current issue environment corresponding with identified placeholder.For example, under above-mentioned A issue environment and B issue environment, the Configuration Values of the configuration item of annex temp directory is respectively " C: WINDOWS Path " and " D: WINDOWS Path ", when described software being published to A issue environment or B issue environment, placeholder " $ { Xiben.Trade.TradingSite.FtpCachePath} " will be replaced by the Configuration Values of the configuration item of obtaining annex temp directory " C: WINDOWS Path " or " D: WINDOWS Path ".In like manner, corresponding to the remaining placeholder in the placeholder configuration file of A issue environment and B issue environment, also by the Configuration Values of configuration item under the current issue environment corresponding with placeholder, replaced respectively, thereby generate the software configuration file under corresponding issue environment, and then releasing software.
In addition, when software is published to C issue environment or other issue environment, while obtaining the Configuration Values less than configuration item under the current issue environment corresponding with placeholder " $ { Xiben.Trade.TradingSite.FtpCachePath} " when the placeholder environment configurations table from default, issue warning information, and generate new placeholder data recording in placeholder environment configurations table.
The software distribution method of the embodiment of the present invention, owing to replacing the concrete configuration value in software configuration file with placeholder in software development process, in the time of in software is published to specific environment, by identifying all placeholders, and replace placeholder to generate the software configuration file under concrete issue environment with the Configuration Values in placeholder environment configurations table, make the configuration item of software more be easy to safeguard, accelerated the issuing process of software.
Referring to Fig. 3, it shows the structure of the software distributing device of the software distribution method that is suitable for the embodiment of the present invention.
The embodiment of the invention also discloses a kind of software distributing device, comprising: reading unit 11, recognition unit 12, acquiring unit 13 and generation release unit 14, wherein, reading unit 11, recognition unit 12, acquiring unit 13 and generation release unit 14 are connected successively.Reading unit 11, for the placeholder configuration file of reading software.Recognition unit 12 analysis is identified the placeholder in described placeholder configuration file, placeholder configuration file comprised placeholder and with described placeholder configuration item information one to one.Acquiring unit 13, obtains the Configuration Values of configuration item current issue environment for the placeholder environment configurations table from default, the Configuration Values of configuration item described in described placeholder environment configurations table and every kind of issue environment have one-to-one relationship.Generate release unit 14, for adopting the Configuration Values of configuration item under obtained current issue environment to replace the placeholder that described placeholder configuration file is corresponding, generate the software configuration file under described current issue environment, and issue described software.
In specific implementation process, while generating the replacement operation of the placeholder of release unit 14 under carrying out corresponding issue environment and Configuration Values, can be driven by software developer, also can be driven as various compilers etc. by extraneous compiling or publishing tool.Like this, according to the actual needs, generate release unit 14 and can adopt different type of drive, more convenient and practical.
In specific implementation process, the software distributing device of the embodiment of the present invention can also comprise alarm unit 15 and data recording generation unit 16.Wherein, alarm unit 15, for generate release unit 13 obtain less than current issue environment under during the Configuration Values of configuration item, issue warning information, to point out software developer, makes software developer hold more all-sidedly and accurately the issuing process of software.Meanwhile, data recording generation unit 16 generates the data recording of respective place holder in described placeholder environment configurations table, further to improve placeholder environment configurations table, makes placeholder environment configurations table more complete, and applicability is wider.
Meanwhile, it is pointed out that the placeholder environment configurations table in the embodiment of the present invention can generate by a project configuration unit and environment configurations cell location.Particularly, described project configuration unit, can arrange for the placeholder in placeholder environment configurations table, as the project code relating in placeholder, project name, configuration file position and profile name etc.Described environment configurations unit, for the environmental information of placeholder environment configurations table is set, for example, the IP address of the coding of environment, the title of environment and environment etc.
The software distributing device of the embodiment of the present invention, owing to replacing the concrete configuration value in software configuration file with placeholder in software development process, therefore developer does not need to understand the concrete configuration value of each configuration item in concrete issue environment and each issue environment, and in software is published to specific environment time, by identifying all placeholders, and directly replace the software configuration file under the concrete issue of placeholder generation environment with the Configuration Values in placeholder environment configurations table, therefore at software, be published in specific environment and also do not need, according to each specific environment, the Configuration Values of the configuration item in software source code configuration file is carried out to manual modification one by one, thereby make software more be easy to safeguard, accelerate the issuing process of software.
One of ordinary skill in the art will appreciate that all or part of step in the whole bag of tricks of above-described embodiment is to come the hardware that instruction is relevant to complete by program, this program can be stored in a computer-readable recording medium, and storage medium can comprise: ROM, RAM, disk or CD etc.
Above method of the present invention and device have been done to detailed introduction, the present invention is not limited to this.Any those skilled in the art, without departing from the spirit and scope of the present invention, all can make various changes or modifications, so protection scope of the present invention should be as the criterion with claim limited range.

Claims (10)

1. a software distribution method, is characterized in that, comprising:
The placeholder configuration file of reading software, described placeholder configuration file comprise placeholder and with described placeholder configuration item information one to one;
Analysis identifies the placeholder in described placeholder configuration file;
From default placeholder environment configurations table, obtain with current issue environment under the Configuration Values of configuration item, in described placeholder environment configurations table with current issue environment under Configuration Values and every kind of issue environment of configuration item there is one-to-one relationship;
Adopt the Configuration Values of configuration item under the current issue environment obtaining to replace placeholder corresponding in described placeholder configuration file, generate the software configuration file under described current issue environment, and issue described software.
2. software distribution method according to claim 1, is characterized in that, also comprises: under obtaining less than current issue environment from described default environment configurations table during the Configuration Values of configuration item, and issue warning information.
3. software distribution method according to claim 2, it is characterized in that, also comprise: under obtaining less than current issue environment, during the Configuration Values of configuration item, in described placeholder environment configurations table, generate the data recording of described placeholder under described issue environment from described default environment configurations table.
4. software distribution method according to claim 3, is characterized in that, the form of described placeholder is NameSpace form.
5. software distribution method according to claim 4, is characterized in that, the placeholder of described NameSpace form be Business Name. project name. hierarchical relationship. function title.
6. a software distributing device, is characterized in that, comprising:
Reading unit, for the placeholder configuration file of reading software, described placeholder configuration file comprise placeholder and with described placeholder configuration item information one to one;
Recognition unit, for analyzing the placeholder that identifies described placeholder configuration file;
Extraction unit, obtains the Configuration Values of configuration item current issue environment for the placeholder environment configurations table from default, the Configuration Values of configuration item described in described placeholder environment configurations table and every kind of issue environment have one-to-one relationship;
Generate release unit, for adopting the Configuration Values of configuration item under obtained current issue environment to replace the placeholder that described placeholder configuration file is corresponding, generate the software configuration file under described current issue environment, and issue described software.
7. software distributing device according to claim 6, is characterized in that, also comprises:
Alarm unit, during for Configuration Values when described extraction unit configuration item from described default environment configurations table obtains less than current issue environment, issue warning information.
8. software distributing device according to claim 7, is characterized in that, also comprises:
Data recording generation unit, for when the Configuration Values of described extraction unit configuration item from described default environment configurations table obtains less than current issue environment, in described placeholder environment configurations table, generate the data recording of described placeholder under described issue environment.
9. software distributing device according to claim 6, is characterized in that, the form of described placeholder is NameSpace form.
10. software distributing device according to claim 9, is characterized in that, the placeholder of described NameSpace form be Business Name. project name. hierarchical relationship. function title.
CN201310687067.2A 2013-12-13 2013-12-13 Method and device for releasing software Pending CN103645900A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310687067.2A CN103645900A (en) 2013-12-13 2013-12-13 Method and device for releasing software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310687067.2A CN103645900A (en) 2013-12-13 2013-12-13 Method and device for releasing software

Publications (1)

Publication Number Publication Date
CN103645900A true CN103645900A (en) 2014-03-19

Family

ID=50251124

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310687067.2A Pending CN103645900A (en) 2013-12-13 2013-12-13 Method and device for releasing software

Country Status (1)

Country Link
CN (1) CN103645900A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105893260A (en) * 2016-03-31 2016-08-24 上海携程商务有限公司 Automatic release system and method for call center
WO2017004992A1 (en) * 2015-07-06 2017-01-12 中兴通讯股份有限公司 Method and device for configuring network processor
CN106815052A (en) * 2017-01-10 2017-06-09 南威软件股份有限公司 A kind of method of the rapid deployment system for being adapted to multi-environment configuration
CN106897053A (en) * 2016-07-08 2017-06-27 阿里巴巴集团控股有限公司 A kind of code dissemination method and device
CN106919387A (en) * 2017-02-17 2017-07-04 上海斐讯数据通信技术有限公司 A kind of software delivery system and dissemination method
CN107341025A (en) * 2016-05-03 2017-11-10 北京京东尚科信息技术有限公司 Using update method and device
CN110858143A (en) * 2018-08-22 2020-03-03 广州虎牙信息科技有限公司 Installation package generation method, device, equipment and storage medium
CN111190657A (en) * 2020-01-07 2020-05-22 北京字节跳动网络技术有限公司 Activity configuration method and device, readable medium and electronic equipment
CN112711437A (en) * 2020-12-31 2021-04-27 中国工商银行股份有限公司 Configuration file processing method and device
CN112905225A (en) * 2019-12-04 2021-06-04 北京京东尚科信息技术有限公司 Method and device for creating continuous integration tool construction task
CN113138809A (en) * 2021-04-30 2021-07-20 广东天波信息技术股份有限公司 Method and system for safely switching working modes of terminal
CN113535225A (en) * 2021-07-26 2021-10-22 上海浦东发展银行股份有限公司 Environment configuration file processing method, device, equipment and medium of application software

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017004992A1 (en) * 2015-07-06 2017-01-12 中兴通讯股份有限公司 Method and device for configuring network processor
CN105893260A (en) * 2016-03-31 2016-08-24 上海携程商务有限公司 Automatic release system and method for call center
CN107341025A (en) * 2016-05-03 2017-11-10 北京京东尚科信息技术有限公司 Using update method and device
CN107341025B (en) * 2016-05-03 2021-09-03 北京京东尚科信息技术有限公司 Application updating method and device
CN106897053A (en) * 2016-07-08 2017-06-27 阿里巴巴集团控股有限公司 A kind of code dissemination method and device
CN106815052A (en) * 2017-01-10 2017-06-09 南威软件股份有限公司 A kind of method of the rapid deployment system for being adapted to multi-environment configuration
CN106919387A (en) * 2017-02-17 2017-07-04 上海斐讯数据通信技术有限公司 A kind of software delivery system and dissemination method
CN110858143A (en) * 2018-08-22 2020-03-03 广州虎牙信息科技有限公司 Installation package generation method, device, equipment and storage medium
CN110858143B (en) * 2018-08-22 2023-07-28 广州虎牙信息科技有限公司 Installation package generation method, device, equipment and storage medium
CN112905225A (en) * 2019-12-04 2021-06-04 北京京东尚科信息技术有限公司 Method and device for creating continuous integration tool construction task
CN111190657B (en) * 2020-01-07 2022-07-05 北京字节跳动网络技术有限公司 Activity configuration method and device, readable medium and electronic equipment
CN111190657A (en) * 2020-01-07 2020-05-22 北京字节跳动网络技术有限公司 Activity configuration method and device, readable medium and electronic equipment
CN112711437A (en) * 2020-12-31 2021-04-27 中国工商银行股份有限公司 Configuration file processing method and device
CN113138809A (en) * 2021-04-30 2021-07-20 广东天波信息技术股份有限公司 Method and system for safely switching working modes of terminal
CN113535225A (en) * 2021-07-26 2021-10-22 上海浦东发展银行股份有限公司 Environment configuration file processing method, device, equipment and medium of application software
CN113535225B (en) * 2021-07-26 2022-08-05 上海浦东发展银行股份有限公司 Environment configuration file processing method, device, equipment and medium of application software

Similar Documents

Publication Publication Date Title
CN103645900A (en) Method and device for releasing software
US8423962B2 (en) Automated test execution plan generation
CN107122368B (en) Data verification method and device and electronic equipment
CN107608695B (en) Hard disk firmware upgrading method and device and server
CN108345532A (en) A kind of automatic test cases generation method and device
CN103268226B (en) A kind of test script file generates method and device
US9959336B2 (en) Compiling extract, transform, and load job test data cases
US20090049438A1 (en) Method for Optimizing Migration of Software Applications to Address Needs
GB2508643A (en) Method for Performing a Regression Test after Modifying Source Code File
CN103838672A (en) Automated testing method and device for all-purpose financial statements
CN103530137A (en) Java web application deploying method and device
CN108182058A (en) A kind of software development methodology and cloud development platform based on cloud platform
CN104246702A (en) Workflow compilation
CN111158656B (en) Test code generation method and device based on fruit tree method
CN103677821A (en) Method and device for publishing software development tool code
CN104360892A (en) System and method for creating virtual machine
CN103942099A (en) Parallel task execution method and device based on Hive
CN107798120B (en) Data conversion method and device
CN111190814B (en) Method and device for generating software test case, storage medium and terminal
Strauch et al. Decision support for the migration of the application database layer to the cloud
CN105094780A (en) Information correlation method and device
CN104881311A (en) Method and apparatus for judging version compatibility
CN104572289A (en) Virtualization-based server configuration measurement processing method and device
CN106776779B (en) Method for generating entity file by JSON data based on Mac platform
JP2014010699A (en) Update determination program and update determination device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20140319

WD01 Invention patent application deemed withdrawn after publication