CN106155651A - The method and system that the automation of application version is issued and updated - Google Patents

The method and system that the automation of application version is issued and updated Download PDF

Info

Publication number
CN106155651A
CN106155651A CN201510153507.5A CN201510153507A CN106155651A CN 106155651 A CN106155651 A CN 106155651A CN 201510153507 A CN201510153507 A CN 201510153507A CN 106155651 A CN106155651 A CN 106155651A
Authority
CN
China
Prior art keywords
version
file
files
application program
platform
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201510153507.5A
Other languages
Chinese (zh)
Other versions
CN106155651B (en
Inventor
刘效法
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Sisanjiujiu Information Technology Co Ltd
Original Assignee
Guangzhou Sisanjiujiu Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Sisanjiujiu Information Technology Co Ltd filed Critical Guangzhou Sisanjiujiu Information Technology Co Ltd
Priority to CN201510153507.5A priority Critical patent/CN106155651B/en
Publication of CN106155651A publication Critical patent/CN106155651A/en
Application granted granted Critical
Publication of CN106155651B publication Critical patent/CN106155651B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The present invention provides the method and system that the automation of a kind of application version is issued and updated, and system includes visual automation version editing machine and automation version processor;Automation version editing machine includes version release module and variable setup module;Automation version processor issues parameter for the version receiving version release module and variable setup module is configured, and issue parameter according to version, application version file distribution or renewal are arrived corresponding platform, realize automation issue or the renewal process of application version, issue or update method is: the same asset between resource file each in application software is merged, and by recording the dependence between each resource file, ensure to realize the correlation function of former application software, decrease the volume of application software;When carrying out application software upgrade, when the resource file with dependence is upgraded, it is only necessary to a resource file of upgrading, thus reduce the loaded down with trivial details degree of application software upgrade.

Description

Method and system for automatically releasing and updating application program version
Technical Field
The invention belongs to the technical field of program version release, and particularly relates to a method and a system for automatically releasing and updating an application program version.
Background
With the rapid development of computer technology, a large amount of application software is continuously developed, and for each type of application software, there is a problem of software update basically, where software update upgrading refers to that when a software developer writes software, since designers consider incomplete or incomplete program functions initially, after software is released, the software needs to modify or add new functions to a program, and then the updated resources are released in the form of patches, so as to implement software upgrade.
In the prior art, application software is composed of numerous resource files, and the same resource often exists among the resource files, so that the volume of the application software is large; in addition, when software is upgraded, the same resource in different resource files needs to be upgraded synchronously, so that the upgrading process of the application software is complicated, a large amount of time is consumed, and the upgrading efficiency of the application software is reduced.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a method and a system for automatically releasing and updating the application program version, which can effectively solve the problems.
The technical scheme adopted by the invention is as follows:
the invention provides an automatic release and update method of an application program version, which comprises the following steps:
s1, developing to obtain an application program version file; classifying each file in the application program version files into dependent files and independent files;
s2, extracting all the dependent files from the application program version files;
s3, obtaining the hierarchical relationship and the dependency relationship among the dependent files, and generating a tree structure; wherein any non-leaf node in the tree structure is marked as a non-leaf node A, the non-leaf node A has m child nodes, and the m child nodes are sequentially marked as B1、B2…Bm(ii) a Then: the dependency relationship between the non-leaf node a and the m child nodes specifically means: the resources of non-leaf node a depend on the resources of m children nodes, i.e.: the non-leaf node A contains all the resources of the m child nodes;
s4, for the tree structure, according to the direction from bottom to top, deleting the resources of all children node files contained in the father node file in sequence, recording the dependency relationship between the father node file and all children node files thereof, packaging and compressing to generate a new father node file; for leaf node files, the contained resources remain unchanged, thereby generating a new tree structure;
s5, calculating the MD value of each node file in the new tree structure; in addition, for the independent files in S1, the MD value of each independent file is calculated separately;
s6, if the application program version file is a first release version file, packaging and compressing all node files in the new tree structure and the independent file to generate an installation resource package with a version number, and releasing the installation resource package to each platform;
if the application program version file is a non-first-release version file, comparing the MD value of each node file and the MD value of each independent file obtained in S5 with the MD value of the file corresponding to the previous version, respectively, to obtain a file with an MD value different from that of the previous version, where the file is the file being updated this time; then, extracting all files updated this time from the new application version file;
s7, packaging and compressing all the extracted files updated this time to generate an updated resource package with a new version number;
and S8, issuing the updated resource package to each platform.
Preferably, before S2, the method further includes:
for the developed version file of the application program, the version file of the application program is preprocessed, temporary files which are not needed to be used are filtered, and then the subsequent step S2 is executed.
Preferably, the dependency file comprises a binary file with dependency attribute and a text file with dependency attribute; the independent files include a binary file having an independent attribute, a text file having an independent attribute, and a code file.
Preferably, the binary file with the dependency attribute is a preset material file; the binary files with non-dependent properties are sound and stream files.
Preferably, in S3, the API method of Unity3D is used to obtain the hierarchical relationship and the dependency relationship between the dependent files.
Preferably, S4 is specifically: and packing and compressing the father node file to generate a new father node file by adopting a push-in stack dependent packing and compressing mode.
Preferably, in S6, the publishing the installation resource package to each platform specifically includes:
accessing the software development kit of each platform to the installation resource package, compiling by using the API of the Unity3D to generate a corresponding application program, and updating the version number of the original application program;
in S8, the update resource package is issued to each platform, specifically:
and accessing the software development kit of each platform to the update resource package, updating the corresponding file of the original application program by using the update resource package, compiling by using the API of the Unity3D to generate a corresponding new application program, and updating the version number of the original application program.
The invention also provides an automatic release and update system of the application program version, which comprises a visual automatic version editor and an automatic version processor;
the automatic version editor comprises a version release module and a variable setting module;
the version release module realizes a visual interface editing function in the Unity and comprises a version number configuration unit, a release platform selection unit, an operator selection unit, a resource packaging mode selection unit, a compiling mode configuration unit and a release installation package configuration unit;
the variable setting module is used for configuring relevant variables of the version release process, and comprises the following steps: the system comprises a network library path selection unit, a version library path selection unit, an operator package path selection unit and an engineering file name setting unit;
the automatic version processor is used for receiving the version release parameters configured by the version release module and the variable setting module, and releasing or updating the application program version file to a corresponding platform according to the version release parameters, so as to realize the automatic release or update process of the application program version.
Preferably, the version number configuration unit is used for configuring an old version number and a new version number to be upgraded;
the publishing platform selection unit is used for selecting a platform to which the application program needs to be published, and comprises: an android platform, an IOS platform, a windows platform, a Linux platform or a Unix platform;
the operator selection unit is used for configuring an operator to which the application program needs to be issued;
the resource packing mode selecting unit is used for configuring a resource packing mode, and comprises the following steps: packaging all resources, only packaging configuration files and only packaging color maker files;
the compiling mode configuration unit is used for configuring a file compiling mode and comprises a selection item whether to compile a dynamic library or not;
the distribution installation package configuration unit is used for configuring whether to distribute the installation package or not, and comprises a determining button for distributing the installation package; when the confirm button is clicked, a version issue instruction is sent to the automatic version processor.
The method and the system for automatically releasing and updating the application program version have the following advantages:
(1) the same resources among the resource files in the application software are merged, and the dependency relationship among the resource files is recorded, so that the related functions of the original application software are guaranteed to be realized, and the volume of the application software is reduced;
(2) when the application software is upgraded, only one resource file needs to be upgraded when the resource files with the dependency relationship are upgraded, so that the complexity of upgrading the application software is reduced, and the upgrading efficiency of the application software is improved.
(3) The visual automatic version editor is provided, the configuration of releasing or updating various application programs is convenient to operate and select, the automatic version editor carries out the corresponding application program releasing process according to the configuration, and the visual automatic version editor has the advantages of convenience and easiness in use and expansion of application program releasing or updating parameter editing and the like.
Drawings
FIG. 1 is a flow chart illustrating a method for automatically releasing and updating a program version according to the present invention;
FIG. 2 is a diagram of resource reference relationships between 5 dependent files;
fig. 3 is a schematic diagram of a tree structure built according to the 5 dependency files in fig. 2.
Detailed Description
The invention is described in detail below with reference to the accompanying drawings:
the invention provides an automatic release and update method of an application program version, which comprises the following steps:
s1, developing to obtain an application program version file; classifying each file in the application program version files into dependent files and independent files;
in the present invention, a dependent file refers to a file having a dependent attribute, and specifically refers to: the file contains the same resources as other files, or the file resources of the file are contained by other files; for an independent file, the file refers to a completely independent file, and the file does not coincide with the resources of all other files in the application version file.
The application version files are classified and divided, and the independent files do not have dependency relationships with other files, so that the dependency relationships are not required to be obtained, and the subsequent S5 is directly executed, so that the processing times of the computer on each file can be reduced.
Specifically, the dependent file includes a binary file having a dependent attribute and a text file having a dependent attribute; the independent files comprise a binary file with independent attributes, a text file with independent attributes and a code file, and the code file is a file which can be compiled into a dynamic library. For example, the binary file with the dependency attribute is a preset material file; the binary files with non-dependent properties are sound and stream files.
Of course, for the developed application version file, the application version file is first preprocessed to filter the temporary files that are not needed to be used, and then the subsequent step S2 is executed.
S2, extracting all the dependent files from the application program version files;
s3, obtaining the hierarchical relationship and the dependency relationship among the dependent files, and generating a tree structure; wherein any non-leaf node in the tree structure is marked as a non-leaf node A, the non-leaf node A has m child nodes, and the m child nodes are sequentially marked as B1、B2…Bm(ii) a Then: the dependency relationship between the non-leaf node a and the m child nodes specifically means: the resources of non-leaf node a depend on the resources of m children nodes, i.e.: the non-leaf node A contains all the resources of the m child nodes;
in practical application, the API method of Unity3D is used to obtain the hierarchical relationship and the dependency relationship between the dependent files.
The main purposes of building the tree structure are as follows: and common resources among the dependent files are extracted, so that resource repetition is avoided.
Taking the example of coexistence in 5 dependent files, as shown in fig. 2, it is a schematic diagram of resource reference relationship between 5 dependent files; as can be seen from fig. 2, the file C contains all resources of the file D and the file E, that is: file C depends on file D and file E; file D contains all the resources of file F and file G, namely: file D depends on file F and file G;
fig. 3 is a schematic diagram of a tree structure built according to the 5 dependent files in fig. 2.
S4, for the tree structure, according to the direction from bottom to top, deleting the resources of all children node files contained in the father node file in sequence, recording the dependency relationship between the father node file and all children node files thereof, packaging and compressing to generate a new father node file; for leaf node files, the contained resources remain unchanged, thereby generating a new tree structure;
for example, for the tree structure shown in FIG. 3, the resources that it contains remain unchanged for the leaf node files, i.e., file F and file G; for the D file, deleting the file F resource and the file G resource contained in the D file, and simultaneously recording the following information: the file F and the file G have a dependency relationship, and a D' file is generated; that is, the D' file no longer contains the file F resource and the file G resource, but records that have a dependency relationship with the file F and the file G; similarly, for the C file, the file D resource and the file E resource included in the C file are deleted, and the following information is recorded: there is a dependency relationship between file D and file E, since a C' file is generated.
In practical application, a push-stack dependent packing compression mode can be adopted to pack and compress the father node file to generate a new father node file.
The method mainly aims to combine the same resources and reduce the occupied space of the application program.
S5, calculating the MD value of each node file in the new tree structure; in addition, for the independent files in S1, the MD value of each independent file is calculated separately;
s6, if the application program version file is a first release version file, packaging and compressing all node files in the new tree structure and the independent file to generate an installation resource package with a version number, and releasing the installation resource package to each platform; the specific release method comprises the following steps: accessing the software development kit of each platform to the installation resource package, compiling by using the API of the Unity3D to generate a corresponding application program, and updating the version number of the original application program;
if the application program version file is a non-first-release version file, comparing the MD value of each node file and the MD value of each independent file obtained in S5 with the MD value of the file corresponding to the previous version, respectively, to obtain a file with an MD value different from that of the previous version, where the file is the file being updated this time; then, extracting all files updated this time from the new application version file;
s7, packaging and compressing all the extracted files updated this time to generate an updated resource package with a new version number;
and S8, issuing the updated resource package to each platform. The specific release method comprises the following steps: and accessing the software development kit of each platform to the update resource package, updating the corresponding file of the original application program by using the update resource package, compiling by using the API of the Unity3D to generate a corresponding new application program, and updating the version number of the original application program.
After the application program is generated, the application program may be further compressed by a reverse-authoring tool, and the program file may be generated again. Thereby reducing the size of the partial program.
The invention also provides an automatic release and update system of the application program version, which comprises a visual automatic version editor and an automatic version processor;
automated version editor
The automatic version editor comprises a version release module and a variable setting module;
(1) version release module
The version release module realizes a visual interface editing function in the Unity and comprises a version number configuration unit, a release platform selection unit, an operator selection unit, a resource packaging mode selection unit, a compiling mode configuration unit and a release installation package configuration unit;
the version number configuration unit is used for configuring an old version number and a new version number to be upgraded;
the publishing platform selection unit is used for selecting a platform to which the application program needs to be published, and comprises: an android platform, an IOS platform, a windows platform, a Linux platform or a Unix platform;
the operator selection unit is used for configuring an operator to which the application program needs to be issued;
the resource packing mode selecting unit is used for configuring a resource packing mode, and comprises the following steps: packaging all resources, only packaging configuration files and only packaging color maker files;
the compiling mode configuration unit is used for configuring a file compiling mode and comprises a selection item whether to compile a dynamic library or not;
the distribution installation package configuration unit is used for configuring whether to distribute the installation package or not, and comprises a determining button for distributing the installation package; when the confirm button is clicked, a version issue instruction is sent to the automatic version processor.
(2) Variable setting module
The variable setting module is used for configuring relevant variables of the version release process, and comprises the following steps: the system comprises a network library path selection unit, a version library path selection unit, an operator package path selection unit and an engineering file name setting unit;
(II) automatic edition processor
The automatic version processor is used for receiving the version release parameters configured by the version release module and the variable setting module, and releasing or updating the application program version file to a corresponding platform according to the version release parameters, so as to realize the automatic release or update process of the application program version. The process of automatically issuing or updating the application program version by the automatic version processor is completely the same as the process and principle of the method for automatically issuing and updating the application program version introduced above, and is not described herein again.
Therefore, the automatic release and update system of the application program version can automatically complete the release or update process of the application program version only by a program developer through a plurality of simple initial parameter configurations, and has the advantages of simplicity and easiness in use, simplicity in operation, high release accuracy and the like.
The method and the system for automatically releasing and updating the application program version have the following advantages:
(1) the same resources among the resource files in the application software are merged, and the dependency relationship among the resource files is recorded, so that the related functions of the original application software are guaranteed to be realized, and the volume of the application software is reduced;
(2) when the application software is upgraded, only one resource file needs to be upgraded when the resource files with the dependency relationship are upgraded, so that the complexity of upgrading the application software is reduced, and the upgrading efficiency of the application software is improved.
(3) The visual automatic version editor is provided, the configuration of releasing or updating various application programs is convenient to operate and select, the automatic version editor carries out the corresponding application program releasing process according to the configuration, and the visual automatic version editor has the advantages of convenience and easiness in use and expansion of application program releasing or updating parameter editing and the like.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and improvements can be made without departing from the principle of the present invention, and such modifications and improvements should also be considered within the scope of the present invention.

Claims (9)

1. An automatic release and update method for application program versions is characterized by comprising the following steps:
s1, developing to obtain an application program version file; classifying each file in the application program version files into dependent files and independent files;
s2, extracting all the dependent files from the application program version files;
s3, obtaining the hierarchical relationship and the dependency relationship among the dependent files, and generating a tree structure; wherein,any non-leaf node in the tree structure is marked as a non-leaf node A, the non-leaf node A is set to have m child nodes, and the m child nodes are sequentially marked as B1、B2…Bm(ii) a Then: the dependency relationship between the non-leaf node a and the m child nodes specifically means: the resources of non-leaf node a depend on the resources of m children nodes, i.e.: the non-leaf node A contains all the resources of the m child nodes;
s4, for the tree structure, according to the direction from bottom to top, deleting the resources of all children node files contained in the father node file in sequence, recording the dependency relationship between the father node file and all children node files thereof, packaging and compressing to generate a new father node file; for leaf node files, the contained resources remain unchanged, thereby generating a new tree structure;
s5, calculating the MD value of each node file in the new tree structure; in addition, for the independent files in S1, the MD value of each independent file is calculated separately;
s6, if the application program version file is a first release version file, packaging and compressing all node files in the new tree structure and the independent file to generate an installation resource package with a version number, and releasing the installation resource package to each platform;
if the application program version file is a non-first-release version file, comparing the MD value of each node file and the MD value of each independent file obtained in S5 with the MD value of the file corresponding to the previous version, respectively, to obtain a file with an MD value different from that of the previous version, where the file is the file being updated this time; then, extracting all files updated this time from the new application version file;
s7, packaging and compressing all the extracted files updated this time to generate an updated resource package with a new version number;
and S8, issuing the updated resource package to each platform.
2. The method for automatically distributing and updating application versions according to claim 1, further comprising, before S2:
for the developed version file of the application program, the version file of the application program is preprocessed, temporary files which are not needed to be used are filtered, and then the subsequent step S2 is executed.
3. The method of claim 1, wherein the dependency files comprise binary files with dependency attributes and text files with dependency attributes; the independent files include a binary file having an independent attribute, a text file having an independent attribute, and a code file.
4. The method for automatically releasing and updating an application program version according to claim 3, wherein the binary file with the dependency attribute is a preset material file; the binary files with non-dependent properties are sound and stream files.
5. The method for automatically publishing and updating the application program version according to claim 1, wherein in S3, the level relationship and the dependency relationship between the dependency files are obtained by using an API method of Unity 3D.
6. The method for automatically releasing and updating application versions according to claim 1, wherein S4 specifically includes: and packing and compressing the father node file to generate a new father node file by adopting a push-in stack dependent packing and compressing mode.
7. The method according to claim 1, wherein in S6, the publishing of the installation resource package to each platform specifically comprises:
accessing the software development kit of each platform to the installation resource package, compiling by using the API of the Unity3D to generate a corresponding application program, and updating the version number of the original application program;
in S8, the update resource package is issued to each platform, specifically:
and accessing the software development kit of each platform to the update resource package, updating the corresponding file of the original application program by using the update resource package, compiling by using the API of the Unity3D to generate a corresponding new application program, and updating the version number of the original application program.
8. An automatic release and update system of an application program version is characterized by comprising a visual automatic version editor and an automatic version processor;
the automatic version editor comprises a version release module and a variable setting module;
the version release module realizes a visual interface editing function in the Unity and comprises a version number configuration unit, a release platform selection unit, an operator selection unit, a resource packaging mode selection unit, a compiling mode configuration unit and a release installation package configuration unit;
the variable setting module is used for configuring relevant variables of the version release process, and comprises the following steps: the system comprises a network library path selection unit, a version library path selection unit, an operator package path selection unit and an engineering file name setting unit;
the automatic version processor is used for receiving the version release parameters configured by the version release module and the variable setting module, and releasing or updating the application program version file to a corresponding platform according to the version release parameters, so as to realize the automatic release or update process of the application program version.
9. The system of claim 8, wherein the version number configuration unit is configured to configure an old version number and a new version number to be upgraded;
the publishing platform selection unit is used for selecting a platform to which the application program needs to be published, and comprises: an android platform, an IOS platform, a windows platform, a Linux platform or a Unix platform;
the operator selection unit is used for configuring an operator to which the application program needs to be issued;
the resource packing mode selecting unit is used for configuring a resource packing mode, and comprises the following steps: packaging all resources, only packaging configuration files and only packaging color maker files;
the compiling mode configuration unit is used for configuring a file compiling mode and comprises a selection item whether to compile a dynamic library or not;
the distribution installation package configuration unit is used for configuring whether to distribute the installation package or not, and comprises a determining button for distributing the installation package; when the confirm button is clicked, a version issue instruction is sent to the automatic version processor.
CN201510153507.5A 2015-03-31 2015-03-31 The automation publication of application version and the method and system of update Expired - Fee Related CN106155651B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510153507.5A CN106155651B (en) 2015-03-31 2015-03-31 The automation publication of application version and the method and system of update

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510153507.5A CN106155651B (en) 2015-03-31 2015-03-31 The automation publication of application version and the method and system of update

Publications (2)

Publication Number Publication Date
CN106155651A true CN106155651A (en) 2016-11-23
CN106155651B CN106155651B (en) 2019-03-01

Family

ID=57338550

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510153507.5A Expired - Fee Related CN106155651B (en) 2015-03-31 2015-03-31 The automation publication of application version and the method and system of update

Country Status (1)

Country Link
CN (1) CN106155651B (en)

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107346248A (en) * 2017-07-04 2017-11-14 北京像素软件科技股份有限公司 platform identification method and device
CN107391130A (en) * 2017-07-07 2017-11-24 千寻位置网络有限公司 API is managed automatically and SDK, document automatic creation method
CN107729045A (en) * 2017-09-30 2018-02-23 武汉汉思信息技术有限责任公司 Application program automates version dissemination method and system
CN108319460A (en) * 2018-01-24 2018-07-24 广东小天才科技有限公司 Method and device for generating application program installation package, electronic equipment and storage medium
CN108536463A (en) * 2018-04-09 2018-09-14 深圳市腾讯网络信息技术有限公司 Obtain method, apparatus, equipment and the computer readable storage medium of resource packet
CN108804688A (en) * 2018-06-14 2018-11-13 珠海金山网络游戏科技有限公司 A kind of lookup of game resource adduction relationship and optimization method
CN108897542A (en) * 2018-04-24 2018-11-27 北京奇艺世纪科技有限公司 A kind of soft project method of adjustment, device and electronic equipment
CN108897551A (en) * 2018-06-14 2018-11-27 珠海金山网络游戏科技有限公司 A kind of generation method and device of quoting resource relational tree
CN108965295A (en) * 2018-07-17 2018-12-07 郑州云海信息技术有限公司 A kind of compressing file merging method and relevant apparatus
CN108984207A (en) * 2018-06-14 2018-12-11 珠海金山网络游戏科技有限公司 A kind of method of installation kit invalid resource file detection
CN109063468A (en) * 2018-06-14 2018-12-21 珠海金山网络游戏科技有限公司 A kind of installation kit integrity verification and the method for reparation
CN109375932A (en) * 2018-09-18 2019-02-22 广州虎牙信息科技有限公司 Method, apparatus, terminal and the storage medium of script building are answered in a kind of APP hot repair
CN109558163A (en) * 2018-11-09 2019-04-02 中国核动力研究设计院 A kind of version generation and management method based on operating file in controller
CN109634638A (en) * 2018-12-17 2019-04-16 郑州云海信息技术有限公司 A kind of clustered software upgrade method, device, equipment and medium
CN109669683A (en) * 2018-12-25 2019-04-23 福建南威软件有限公司 A kind of method of functional unit automatic packaging
CN110007937A (en) * 2018-01-05 2019-07-12 网宿科技股份有限公司 A kind of method and system of system update
CN110019365A (en) * 2017-12-21 2019-07-16 天津数观科技有限公司 A method of data processing sequence is generated using stack
CN110109687A (en) * 2019-04-26 2019-08-09 腾讯科技(成都)有限公司 Application installation package generation method and device
CN110474673A (en) * 2019-08-22 2019-11-19 上海航天计算机技术研究所 A kind of in-orbit hot update method of dynamic for supporting breakpoint transmission
CN110704048A (en) * 2019-09-29 2020-01-17 北京浪潮数据技术有限公司 Application publishing method and related device
CN111813440A (en) * 2020-07-21 2020-10-23 北京千丁互联科技有限公司 Multithreading application issuing method and device
CN113900671A (en) * 2020-06-22 2022-01-07 北京字节跳动网络技术有限公司 Data processing method and device for application program installation package and electronic equipment
CN114640687A (en) * 2022-03-15 2022-06-17 北京中交兴路信息科技有限公司 Software upgrading method and device, storage medium and electronic equipment
CN116088926A (en) * 2023-01-10 2023-05-09 睿智合创(北京)科技有限公司 Decision component version management method

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102164152A (en) * 2010-02-23 2011-08-24 浙江省公众信息产业有限公司 Method and system for remotely processing files
CN102520927A (en) * 2011-11-23 2012-06-27 中兴通讯股份有限公司 Method, device and terminal for generation logic business of embedded terminal
CN102929646A (en) * 2011-12-09 2013-02-13 江西省电力公司信息通信中心 Application program production method and device
CN103067484A (en) * 2012-12-25 2013-04-24 深圳市天维尔通讯技术有限公司 Method and system upgrading application program automatically
CN103699410A (en) * 2013-12-20 2014-04-02 北京奇虎科技有限公司 Method and device for updating application programs
CN104156244A (en) * 2014-08-06 2014-11-19 北京奇虎科技有限公司 Method and device for software upgrading
CN104392387A (en) * 2014-10-10 2015-03-04 华电电力科学研究院 Unity3D-based circular coal yard three-dimensional (3D) intelligent visualization display platform

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102164152A (en) * 2010-02-23 2011-08-24 浙江省公众信息产业有限公司 Method and system for remotely processing files
CN102520927A (en) * 2011-11-23 2012-06-27 中兴通讯股份有限公司 Method, device and terminal for generation logic business of embedded terminal
CN102929646A (en) * 2011-12-09 2013-02-13 江西省电力公司信息通信中心 Application program production method and device
CN103067484A (en) * 2012-12-25 2013-04-24 深圳市天维尔通讯技术有限公司 Method and system upgrading application program automatically
CN103699410A (en) * 2013-12-20 2014-04-02 北京奇虎科技有限公司 Method and device for updating application programs
CN104156244A (en) * 2014-08-06 2014-11-19 北京奇虎科技有限公司 Method and device for software upgrading
CN104392387A (en) * 2014-10-10 2015-03-04 华电电力科学研究院 Unity3D-based circular coal yard three-dimensional (3D) intelligent visualization display platform

Cited By (36)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107346248A (en) * 2017-07-04 2017-11-14 北京像素软件科技股份有限公司 platform identification method and device
CN107346248B (en) * 2017-07-04 2020-11-13 北京像素软件科技股份有限公司 Platform identification method and device
CN107391130A (en) * 2017-07-07 2017-11-24 千寻位置网络有限公司 API is managed automatically and SDK, document automatic creation method
CN107391130B (en) * 2017-07-07 2020-05-05 千寻位置网络有限公司 API automatic management and SDK, document automatic generation method
CN107729045A (en) * 2017-09-30 2018-02-23 武汉汉思信息技术有限责任公司 Application program automates version dissemination method and system
CN110019365A (en) * 2017-12-21 2019-07-16 天津数观科技有限公司 A method of data processing sequence is generated using stack
CN110007937A (en) * 2018-01-05 2019-07-12 网宿科技股份有限公司 A kind of method and system of system update
CN110007937B (en) * 2018-01-05 2022-09-16 网宿科技股份有限公司 System updating method and system
CN108319460A (en) * 2018-01-24 2018-07-24 广东小天才科技有限公司 Method and device for generating application program installation package, electronic equipment and storage medium
CN108319460B (en) * 2018-01-24 2021-09-17 广东小天才科技有限公司 Method and device for generating application program installation package, electronic equipment and storage medium
CN108536463B (en) * 2018-04-09 2021-12-21 深圳市腾讯网络信息技术有限公司 Method, device and equipment for acquiring resource package and computer readable storage medium
CN108536463A (en) * 2018-04-09 2018-09-14 深圳市腾讯网络信息技术有限公司 Obtain method, apparatus, equipment and the computer readable storage medium of resource packet
CN108897542A (en) * 2018-04-24 2018-11-27 北京奇艺世纪科技有限公司 A kind of soft project method of adjustment, device and electronic equipment
CN108984207A (en) * 2018-06-14 2018-12-11 珠海金山网络游戏科技有限公司 A kind of method of installation kit invalid resource file detection
CN108897551A (en) * 2018-06-14 2018-11-27 珠海金山网络游戏科技有限公司 A kind of generation method and device of quoting resource relational tree
CN109063468A (en) * 2018-06-14 2018-12-21 珠海金山网络游戏科技有限公司 A kind of installation kit integrity verification and the method for reparation
CN108804688A (en) * 2018-06-14 2018-11-13 珠海金山网络游戏科技有限公司 A kind of lookup of game resource adduction relationship and optimization method
CN108965295B (en) * 2018-07-17 2021-09-17 郑州云海信息技术有限公司 File compression and combination method and related device
CN108965295A (en) * 2018-07-17 2018-12-07 郑州云海信息技术有限公司 A kind of compressing file merging method and relevant apparatus
CN109375932A (en) * 2018-09-18 2019-02-22 广州虎牙信息科技有限公司 Method, apparatus, terminal and the storage medium of script building are answered in a kind of APP hot repair
CN109375932B (en) * 2018-09-18 2022-03-01 广州虎牙信息科技有限公司 APP hot repair script construction method, device, terminal and storage medium
CN109558163A (en) * 2018-11-09 2019-04-02 中国核动力研究设计院 A kind of version generation and management method based on operating file in controller
CN109558163B (en) * 2018-11-09 2021-12-17 中核控制系统工程有限公司 Version generation and management method based on running file in controller
CN109634638A (en) * 2018-12-17 2019-04-16 郑州云海信息技术有限公司 A kind of clustered software upgrade method, device, equipment and medium
CN109634638B (en) * 2018-12-17 2021-10-29 郑州云海信息技术有限公司 Cluster software upgrading method, device, equipment and medium
CN109669683A (en) * 2018-12-25 2019-04-23 福建南威软件有限公司 A kind of method of functional unit automatic packaging
CN110109687A (en) * 2019-04-26 2019-08-09 腾讯科技(成都)有限公司 Application installation package generation method and device
CN110474673B (en) * 2019-08-22 2022-02-25 上海航天计算机技术研究所 Dynamic on-orbit thermal updating method supporting breakpoint continuous transmission
CN110474673A (en) * 2019-08-22 2019-11-19 上海航天计算机技术研究所 A kind of in-orbit hot update method of dynamic for supporting breakpoint transmission
CN110704048A (en) * 2019-09-29 2020-01-17 北京浪潮数据技术有限公司 Application publishing method and related device
CN113900671A (en) * 2020-06-22 2022-01-07 北京字节跳动网络技术有限公司 Data processing method and device for application program installation package and electronic equipment
CN111813440A (en) * 2020-07-21 2020-10-23 北京千丁互联科技有限公司 Multithreading application issuing method and device
CN111813440B (en) * 2020-07-21 2024-04-19 北京千丁互联科技有限公司 Multithreading application release method and device
CN114640687A (en) * 2022-03-15 2022-06-17 北京中交兴路信息科技有限公司 Software upgrading method and device, storage medium and electronic equipment
CN116088926A (en) * 2023-01-10 2023-05-09 睿智合创(北京)科技有限公司 Decision component version management method
CN116088926B (en) * 2023-01-10 2023-10-20 睿智合创(北京)科技有限公司 Decision component version management method

Also Published As

Publication number Publication date
CN106155651B (en) 2019-03-01

Similar Documents

Publication Publication Date Title
CN106155651B (en) The automation publication of application version and the method and system of update
CN108614701B (en) Linux operating system customizing method and device
CN108388445B (en) Continuous integration method based on 'platform + application' mode
CN109542556B (en) Method and system for interaction between process and form based on Activiti
WO2018036342A1 (en) Csar-based template design visualization method and device
CN107733985B (en) Method and device for deploying functional components of cloud computing system
JP6673359B2 (en) System construction support system, method and program
CN102831060A (en) Modification influence analysis based regression test case updating method of part software
CN105487907A (en) Difference package manufacturing method and device
US9367547B2 (en) Method and system for generating and deploying container templates
WO2009044971A1 (en) Method and system for determining interface compatibility based on component model
US20210182174A1 (en) System and method for application transformation to cloud based on semi-automated workflow
CN109146081A (en) It is a kind of for quickly creating the method and device of model item in machine learning platform
CN113778445A (en) Cross-platform component generation method and device, electronic equipment and storage medium
CN106951593B (en) Method and device for generating configuration file of protection measurement and control device
CN103279347A (en) Universal software product line domain model and application model synchronization method
CN115878092A (en) Code generation method, device and medium based on micro-service architecture
US11899570B2 (en) System and method for optimizing assessment and implementation of microservices code for cloud platforms
US20120330859A1 (en) Interactive business process modeling and simulation
CN112947896B (en) Directed graph-based component dependency analysis method
KR100994070B1 (en) A Reserved Component Container Based Software Development Method and Apparatus
CN107220044B (en) Method and device for driving business object based on meta-model
CN112596706A (en) Patterned code generation method, device and computer readable storage medium
CN110806891B (en) Method and device for generating software version of embedded device
CN114721647B (en) Object-oriented programming method based on codeless application development

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20190301

Termination date: 20200331

CF01 Termination of patent right due to non-payment of annual fee