CN104915214A - System publishing method and apparatus - Google Patents

System publishing method and apparatus Download PDF

Info

Publication number
CN104915214A
CN104915214A CN201510359762.5A CN201510359762A CN104915214A CN 104915214 A CN104915214 A CN 104915214A CN 201510359762 A CN201510359762 A CN 201510359762A CN 104915214 A CN104915214 A CN 104915214A
Authority
CN
China
Prior art keywords
node
compiling
source code
sequence list
binary file
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
CN201510359762.5A
Other languages
Chinese (zh)
Other versions
CN104915214B (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.)
All Over World (beijing) Information Technology Co Ltd
Original Assignee
All Over World (beijing) 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 All Over World (beijing) Information Technology Co Ltd filed Critical All Over World (beijing) Information Technology Co Ltd
Priority to CN201510359762.5A priority Critical patent/CN104915214B/en
Publication of CN104915214A publication Critical patent/CN104915214A/en
Application granted granted Critical
Publication of CN104915214B publication Critical patent/CN104915214B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The present invention discloses a system publishing method and apparatus. The method comprises: according to a structure of a system, determining dependence relationships among function nodes in the system; according to the dependence relationships among the function nodes, generating a compiling sequence table; acquiring a node source code corresponding to the function nodes; according to a compiling sequence in the compiling sequence table, compiling the node source code corresponding to the function nodes to generate a binary file; and according to the binary file, publishing the system. The present invention solves the problem in the prior art that the publishing speed of the published system is low because a submodule needs to be verified after the submodule is published.

Description

The dissemination method of system and device
Technical field
The present invention relates to internet arena, in particular to a kind of dissemination method and device of system.
Background technology
Along with the development of computer technology, the scale for the computer system of every field also increases gradually along with improving of function.By the system of the simple function of simple function module composition, develop into the multi-functional system combined by multiple functional module gradually.
Along with the expansion gradually of system scale, for realize each function submodule between, often there is complicated dependence.Further, each submodule is developed by different team.Therefore, the date issued of redaction and the version number of issue are difficult to accomplish unification.
At present, when issuing system, because often there is complicated dependence between each submodule, if so in issuing process, once there be the distribution order of the submodule of place's Existence dependency relationship to make a mistake, just likely submodule can be made to upgrade unsuccessfully, to such an extent as to the issue of the entire system finally caused failure.
In order to ensure the normal issue of system, usually all after each submodule has been issued, result can be issued by checking and judges whether this submodule is successfully issued.Only when determining after current sub-block is successfully issued, just can continue to issue other submodules.
For in prior art because also needing to verify submodule after submodule is issued, the delivery system caused issues slow-paced problem, not yet proposes effective solution at present.
Summary of the invention
Fundamental purpose of the present invention is the dissemination method and the device that provide a kind of system, and to solve because also needing to verify submodule after submodule is issued in prior art, the delivery system caused issues slow-paced problem.
To achieve these goals, according to an aspect of the embodiment of the present invention, a kind of dissemination method of system is provided.The method comprises: according to the structure of system, the dependence in certainty annuity between functional node; According to the dependence between functional node, generate compiling sequence list; Obtain the node source code corresponding with functional node; According to the compiling order in compiling sequence list, the node source code corresponding with functional node is compiled, generates binary file; According to binary file, system is issued.
Further, according to the compiling order in compiling sequence list, compile the node source code corresponding with functional node, before generation binary file, method also comprises: the node attribute information obtaining node source code; According to node attribute information, the seizure condition of decision node source code.
Further, according to the compiling order in compiling sequence list, the node source code corresponding with functional node is compiled, generate binary file and comprise: according to seizure condition and compiling sequence list, create compiling thread; By compiling thread, node source code is compiled, generate binary file.
Further, compiling sequence list comprises the current version number of functional node in system, wherein, according to compiling sequence list in compiling order, the node source code corresponding with functional node is compiled, before generating binary file, method also comprises: according to node source code, determines the released version number of node source code; The current version number of the functional node of released version sequence number and system is compared, obtains comparison result; According to comparison result, label information is added to the functional node in compiling sequence list.
Further, according to binary file, before issuing system, method also comprises: according to version number, binary file is stored to buffer memory.
Further, according to binary file, issue is carried out to system and comprises: according to the label information of compiling sequence list, from buffer memory, obtain the binary file corresponding with version number; According to the binary file corresponding with the version number in compiling sequence list, generate file publishing; According to file publishing, system is issued.
To achieve these goals, according to the another aspect of the embodiment of the present invention, provide a kind of distributing device of system, this device comprises: the first determination module, for the structure according to system, and the dependence in certainty annuity between functional node; Generation module, for according to the dependence between functional node, generates compiling sequence list; First acquisition module, for obtaining the node source code corresponding with functional node; Collector, for according to the compiling order in compiling sequence list, compiles the node source code corresponding with functional node, generates binary file; Release module, for according to binary file, issues system.
Further, device also comprises: the second acquisition module, for obtaining the node attribute information of node source code; Judge module, for according to node attribute information, the seizure condition of decision node source code.
Further, compiling sequence list comprises the current version number of functional node in system, and device also comprises: the second determination module, for according to node source code, determines the released version number of node source code; Comparing module, the current version number for the functional node by released version sequence number and system is compared, and obtains comparison result; Mark module, for according to comparison result, adds label information to the functional node in compiling sequence list.
Further, device also comprises: cache module, for binary file being stored to buffer memory according to version number.
According to inventive embodiments, by the structure according to system, the dependence in certainty annuity between functional node; According to the dependence between functional node, generate compiling sequence list; Obtain the node source code corresponding with functional node; According to the compiling order in compiling sequence list, the node source code corresponding with functional node is compiled, generates binary file; According to binary file, system is issued, achieve the effect by controlling the successful issue distribution order of each functional node in system being guaranteed to system, solve because also needing to verify submodule after submodule is issued in prior art, the delivery system caused issues slow-paced problem.
Accompanying drawing explanation
The accompanying drawing forming a application's part is used to provide a further understanding of the present invention, and schematic description and description of the present invention, for explaining the present invention, does not form inappropriate limitation of the present invention.In the accompanying drawings:
Fig. 1 is the process flow diagram of the dissemination method of a kind of system according to the embodiment of the present invention one;
Fig. 2 is the process flow diagram of the dissemination method according to the optional a kind of system of the embodiment of the present invention one;
Fig. 3 is the process flow diagram of the dissemination method according to the optional a kind of system of the embodiment of the present invention one;
Fig. 4 is the process flow diagram of the dissemination method according to the optional a kind of system of the embodiment of the present invention one;
Fig. 5 is the structural representation of the distributing device of a kind of system according to the embodiment of the present invention two;
Fig. 6 is the structural representation of the distributing device according to the optional a kind of system of the embodiment of the present invention two;
Fig. 7 is the structural representation of the distributing device according to the optional a kind of system of the embodiment of the present invention two; And
Fig. 8 is the structural representation of the distributing device according to the optional a kind of system of the embodiment of the present invention two.
Embodiment
It should be noted that, when not conflicting, the embodiment in the application and the feature in embodiment can combine mutually.Below with reference to the accompanying drawings and describe the present invention in detail in conjunction with the embodiments.
The present invention program is understood better in order to make those skilled in the art person, below in conjunction with the accompanying drawing in the embodiment of the present invention, technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is only the embodiment of a part of the present invention, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, should belong to the scope of protection of the invention.
It should be noted that, term " first ", " second " etc. in instructions of the present invention and claims and above-mentioned accompanying drawing are for distinguishing similar object, and need not be used for describing specific order or precedence.Should be appreciated that the data used like this can be exchanged, in the appropriate case so that embodiments of the invention described herein.In addition, term " comprises " and " having " and their any distortion, intention is to cover not exclusive comprising, such as, contain those steps or unit that the process of series of steps or unit, method, system, product or equipment is not necessarily limited to clearly list, but can comprise clearly do not list or for intrinsic other step of these processes, method, product or equipment or unit.
Embodiment 1
Embodiments provide a kind of dissemination method of system, Fig. 1 is the process flow diagram of the dissemination method of system according to the embodiment of the present invention, and as shown in Figure 1, it is as follows that the method comprising the steps of:
Step S11, according to the structure of system, the dependence in certainty annuity between functional node.
Step S13, according to the dependence between functional node, generates compiling sequence list.
Step S15, obtains the node source code corresponding with functional node.
Step S17, according to the compiling order in compiling sequence list, compiles the node source code corresponding with functional node, generates binary file.
Step S19, according to binary file, issues system.
By above-mentioned steps S11 to step S19, after the dependence in certainty annuity between each functional node, generate for carrying out the compiling sequence list compiled according to dependence.After getting the node source code of each functional node, according to the compiling order in compiling sequence list, compile node source code corresponding with functional node in system, final realization is issued system.Utilize above-described embodiment, achieve the effect by controlling the successful issue distribution order of each functional node in system being guaranteed to system, solve because also needing to verify submodule after submodule is issued in prior art, the delivery system caused issues slow-paced problem.
As a kind of embodiment, in step S13 according to the dependence between functional node, after generating compiling sequence list, issue the actual needs that personnel can issue according to system, compiling sequence list is edited.In this subsystem is issued, the functional node carrying out issuing is not needed directly to delete by compiling sequence list, or by the mode not needing the functional node issued to mark when compiling and issuing this subsystem in sequence list, carry out the content that control system is issued, system is issued more flexible.
As a kind of optional embodiment, the record content in compiling sequence list, can comprise in the seizure condition of the title of functional node, the version information of function joint, the call relation of functional node, functional node one or more.Compiling sequence list can adopt the mode such as XML file, concordance list.
As a kind of optional embodiment, as shown in Figure 2, in step S17 according to the compiling order in compiling sequence list, compile the node source code corresponding with functional node, before generating binary file, method also comprises:
Step S161, obtains the node attribute information of node source code.
Step S163, according to node attribute information, the seizure condition of decision node source code.
By step S161 to step S163, before sequentially the compiling source code of each functional node being compiled according to the compiling in compiling sequence list, by the attribute information to the node source code corresponding with functional node, can determine that whether each node source code is just occupied.Situation about taking can by a lot, not yet uploads complete, node source code edited by other people as node source code.By whether occupied to node source code, the system caused because of the problem of node source code can be avoided to issue unsuccessfully.
As a kind of optional embodiment, step S17, according to the compiling order in compiling sequence list, compiles the node source code corresponding with functional node, generates binary file, can comprise:
Step S171, according to seizure condition and compiling sequence list, creates compiling thread.
Step S173, is compiled node source code by compiling thread, generates binary file.
Concrete, by step S171 to step S173, under determining to compile the unappropriated situation of node source code corresponding with each functional node in sequence list, create compiling thread according to the order in compiling sequence list, generate the binary file directly can run by computing machine.
As an embodiment, can by compiling sequence list, the number of nodes of the not functional node of Existence dependency relationship in certainty annuity.According to the number of nodes of functional node, the compiling thread with number of nodes same number can be created, to improve the issue speed of system further.
As an embodiment, as shown in Figure 3, compiling sequence list comprises the current version number of functional node in system, wherein, in step S17 according to the compiling order in compiling sequence list, compile the node source code corresponding with functional node, before generating binary file, said method can also comprise:
Step S165, according to node source code, determines the released version number of node source code.
Step S167, compares the current version number of the functional node of released version sequence number and system, obtains comparison result.
Step S169, according to comparison result, adds label information to the functional node in compiling sequence list.
By step S165 to step S169, when after the released version number getting node source code, by by the current version of the released version of each node source code to be released number and each functional node in corresponding system number and compare, when released version is number higher than current version, in compiling sequence list, this functional node is marked, thus when issuing, only the above-mentioned functional node be labeled is recompilated.
As a kind of optional embodiment, as shown in Figure 4, in step S19 according to binary file, before issuing system, method can also comprise:
Step S20, is stored to buffer memory according to version number by binary file.
In order to promote multiple functional nodes with dependence, and there is not the efficiency for issuing changing this situation in part of nodes, when every subsystem is issued, by the binary file through compiling each functional node obtained, can be stored in buffer memory according to version number.When each delivery system, those functional nodes do not upgraded, can read previously compiled binary file from buffer memory, thus avoid same node point source code repeat compiling, the efficiency that elevator system is issued.
As a kind of optional embodiment, step S19, according to binary file, issues system, can comprise:
Step S191, according to the label information of compiling sequence list, obtains the binary file corresponding with version number from buffer memory.
Step S193, according to the binary file corresponding with the version number in compiling sequence list, generates file publishing.
Step S195, issues system according to file publishing.
Concrete, by above-mentioned steps S191 to step S195, according to the label information in compiling sequence list, by the functional node being undertaken marking by label information, directly obtain and current version number corresponding binary file from buffer memory; Will do not carried out the functional node marked by label information, after being compiled by the node source code of compiling thread to released version number, obtain corresponding binary file.Finally, the binary file corresponding with the version number in compiling sequence list is utilized to generate file publishing.
By above-described embodiment, for functional node One's name is legion, but when the partial function node system changed infrequently is issued, said method can improve the compilation speed of system greatly.
Embodiment 2
The embodiment of the present invention additionally provides a kind of distributing device of system, and as shown in Figure 5, this device can comprise: the first determination module 31, generation module 33, first acquisition module 35, collector 37 and release module 39.
Wherein, the first determination module 31, for the structure according to system, the dependence in certainty annuity between functional node; Generation module 33, for according to the dependence between functional node, generates compiling sequence list; First acquisition module 35, for obtaining the node source code corresponding with functional node; Collector 37, for according to the compiling order in compiling sequence list, compiles the node source code corresponding with functional node, generates binary file; Release module 39, for according to binary file, issues system.
By above-mentioned first determination module 31, generation module 33, first acquisition module 35, collector 37 and release module 39, after dependence in certainty annuity between each functional node, generate for carrying out the compiling sequence list compiled according to dependence.After getting the node source code of each functional node, according to the compiling order in compiling sequence list, compile node source code corresponding with functional node in system, final realization is issued system.Utilize above-described embodiment, achieve the effect by controlling the successful issue distribution order of each functional node in system being guaranteed to system, solve because also needing to verify submodule after submodule is issued in prior art, the delivery system caused issues slow-paced problem.
As a kind of optional embodiment, as shown in Figure 6, device can also comprise: the second acquisition module 361 and judge module 363.
Wherein, the second acquisition module 361, for obtaining the node attribute information of node source code; Judge module 363, for according to node attribute information, the seizure condition of decision node source code.
By above-mentioned second acquisition module 361 and judge module 363, before sequentially the compiling source code of each functional node being compiled according to the compiling in compiling sequence list, by the attribute information to the node source code corresponding with functional node, can determine that whether each node source code is just occupied.Situation about taking can by a lot, not yet uploads complete, node source code edited by other people as node source code.By whether occupied to node source code, the system caused because of the problem of node source code can be avoided to issue unsuccessfully.
As a kind of optional embodiment, in collector 37, can following steps be performed:
Step 1, according to seizure condition and compiling sequence list, creates compiling thread.
Step 2, is compiled node source code by compiling thread, generates binary file.
Concrete, by above-mentioned steps, under determining to compile the unappropriated situation of node source code corresponding with each functional node in sequence list, create compiling thread according to the order in compiling sequence list, generate the binary file directly can run by computing machine.
As an embodiment, as shown in Figure 7, device can also comprise: the second determination module 365, comparing module 367 and mark module 369.
Wherein, the second determination module 365, for according to node source code, determines the released version number of node source code; Comparing module 367, the current version number for the functional node by released version sequence number and system is compared, and obtains comparison result; Mark module 369, for according to comparison result, adds label information to the functional node in compiling sequence list.
By above-mentioned second determination module 365, comparing module 367 and mark module 369, when after the released version number getting node source code, by by the current version of the released version of each node source code to be released number and each functional node in corresponding system number and compare, when released version is number higher than current version, in compiling sequence list, this functional node is marked, thus when issuing, only the above-mentioned functional node be labeled is recompilated.
As a kind of optional embodiment, as shown in Figure 8, said apparatus also comprises: cache module 40, for binary file being stored to buffer memory according to version number.
In order to promote multiple functional nodes with dependence, and there is not the efficiency for issuing changing this situation in part of nodes, when every subsystem is issued, by the binary file through compiling each functional node obtained, can be stored in buffer memory according to version number.When each delivery system, those functional nodes do not upgraded, can read previously compiled binary file from buffer memory, thus avoid same node point source code repeat compiling, the efficiency that elevator system is issued.
As a kind of optional embodiment, above-mentioned release module 39 can also perform following steps:
Step 1, according to the label information of compiling sequence list, obtains the binary file corresponding with version number from buffer memory.
Step 2, according to the binary file corresponding with the version number in compiling sequence list, generates file publishing.
Step 3, issues system according to file publishing.
Concrete, by above-mentioned steps, according to the label information in compiling sequence list, by the functional node being undertaken marking by label information, directly obtain and current version number corresponding binary file from buffer memory; Will do not carried out the functional node marked by label information, after being compiled by the node source code of compiling thread to released version number, obtain corresponding binary file.Finally, the binary file corresponding with the version number in compiling sequence list is utilized to generate file publishing.
By above-described embodiment, for functional node One's name is legion, but when the partial function node system changed infrequently is issued, said apparatus can improve the compilation speed of system greatly.
It should be noted that, for aforesaid each embodiment of the method, in order to simple description, therefore it is all expressed as a series of combination of actions, but those skilled in the art should know, the present invention is not by the restriction of described sequence of movement, because according to the present invention, some step can adopt other orders or carry out simultaneously.Secondly, those skilled in the art also should know, the embodiment described in instructions all belongs to preferred embodiment, and involved action and module might not be that the present invention is necessary.
In the above-described embodiments, the description of each embodiment is all emphasized particularly on different fields, in certain embodiment, there is no the part described in detail, can see the associated description of other embodiments.
In several embodiments that the application provides, should be understood that, disclosed device, the mode by other realizes.Such as, device embodiment described above is only schematic, the such as division of described unit, be only a kind of logic function to divide, actual can have other dividing mode when realizing, such as multiple unit or assembly can in conjunction with or another system can be integrated into, or some features can be ignored, or do not perform.Another point, shown or discussed coupling each other or direct-coupling or communication connection can be by some interfaces, and the indirect coupling of device or unit or communication connection can be electrical or other form.
The described unit illustrated as separating component or can may not be and physically separates, and the parts as unit display can be or may not be physical location, namely can be positioned at a place, or also can be distributed in multiple network element.Some or all of unit wherein can be selected according to the actual needs to realize the object of the present embodiment scheme.
In addition, each functional unit in each embodiment of the present invention can be integrated in a processing unit, also can be that the independent physics of unit exists, also can two or more unit in a unit integrated.Above-mentioned integrated unit both can adopt the form of hardware to realize, and the form of SFU software functional unit also can be adopted to realize.
If described integrated unit using the form of SFU software functional unit realize and as independently production marketing or use time, can be stored in a computer read/write memory medium.Based on such understanding, the part that technical scheme of the present invention contributes to prior art in essence in other words or all or part of of this technical scheme can embody with the form of software product, this computer software product is stored in a storage medium, comprises all or part of step of some instructions in order to make a computer equipment (can be personal computer, mobile terminal, server or the network equipment etc.) perform method described in each embodiment of the present invention.And aforesaid storage medium comprises: USB flash disk, ROM (read-only memory) (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), portable hard drive, magnetic disc or CD etc. various can be program code stored medium.
The foregoing is only the preferred embodiments of the present invention, be not limited to the present invention, for a person skilled in the art, the present invention can have various modifications and variations.Within the spirit and principles in the present invention all, any amendment done, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. a dissemination method for system, is characterized in that, comprising:
According to the structure of system, determine the dependence between functional node in described system;
According to the described dependence between described functional node, generate compiling sequence list;
Obtain the node source code corresponding with described functional node;
According to the compiling order in described compiling sequence list, the described node source code corresponding with described functional node is compiled, generates binary file;
According to described binary file, described system is issued.
2. method according to claim 1, is characterized in that, according to the compiling order in described compiling sequence list, compile the described node source code corresponding with described functional node, before generation binary file, described method also comprises:
Obtain the node attribute information of described node source code;
According to described node attribute information, judge the seizure condition of described node source code.
3. method according to claim 2, is characterized in that, according to the compiling order in described compiling sequence list, compiles the described node source code corresponding with described functional node, generates binary file and comprise:
According to described seizure condition and described compiling sequence list, create compiling thread;
By described compiling thread, described node source code is compiled, generate described binary file.
4. method according to claim 1, it is characterized in that, described compiling sequence list comprises the current version number of functional node described in system, wherein, according in described compiling sequence list compiling order, compile the described node source code corresponding with described functional node, before generating binary file, described method also comprises:
According to described node source code, determine the released version number of described node source code;
The current version number of the described functional node of described released version sequence number and described system is compared, obtains comparison result;
According to described comparison result, label information is added to the described functional node in described compiling sequence list.
5. method according to claim 4, is characterized in that, according to described binary file, before issuing described system, described method also comprises:
According to described version number, described binary file is stored to buffer memory.
6. method according to claim 5, is characterized in that, according to described binary file, carries out issue comprise described system:
According to the described label information of described compiling sequence list, from described buffer memory, obtain the binary file corresponding with described version number;
According to the binary file corresponding with the described version number in described compiling sequence list, generate file publishing;
According to described file publishing, described system is issued.
7. a distributing device for system, is characterized in that, comprising:
First determination module, for the structure according to system, determines the dependence between functional node in described system;
Generation module, for according to the described dependence between described functional node, generates compiling sequence list;
First acquisition module, for obtaining the node source code corresponding with described functional node;
Collector, for according to the compiling order in described compiling sequence list, compiles the described node source code corresponding with described functional node, generates binary file;
Release module, for according to described binary file, issues described system.
8. device according to claim 7, is characterized in that, described device also comprises:
Second acquisition module, for obtaining the node attribute information of described node source code;
Judge module, for according to described node attribute information, judges the seizure condition of described node source code.
9. device according to claim 7, is characterized in that, described compiling sequence list comprises the current version number of functional node described in system, and described device also comprises:
Second determination module, for according to described node source code, determines the released version number of described node source code;
Comparing module, the current version number for the described functional node by described released version sequence number and described system is compared, and obtains comparison result;
Mark module, for according to described comparison result, adds label information to the described functional node in described compiling sequence list.
10. device according to claim 9, is characterized in that, described device also comprises:
Cache module, for being stored to buffer memory according to described version number by described binary file.
CN201510359762.5A 2015-06-25 2015-06-25 The dissemination method and device of system Expired - Fee Related CN104915214B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510359762.5A CN104915214B (en) 2015-06-25 2015-06-25 The dissemination method and device of system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510359762.5A CN104915214B (en) 2015-06-25 2015-06-25 The dissemination method and device of system

Publications (2)

Publication Number Publication Date
CN104915214A true CN104915214A (en) 2015-09-16
CN104915214B CN104915214B (en) 2018-09-07

Family

ID=54084298

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510359762.5A Expired - Fee Related CN104915214B (en) 2015-06-25 2015-06-25 The dissemination method and device of system

Country Status (1)

Country Link
CN (1) CN104915214B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105718296A (en) * 2016-04-21 2016-06-29 北京元心科技有限公司 Generation display method and device for compiling dependency tree
CN107704246A (en) * 2017-10-12 2018-02-16 北京元心科技有限公司 terminal, compiling method and device
CN111813440A (en) * 2020-07-21 2020-10-23 北京千丁互联科技有限公司 Multithreading application issuing method and device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1987774A (en) * 2006-11-29 2007-06-27 南京联创科技股份有限公司 C/C++ module hot plug-in and pull-off method of base version in large scale concurrent on-line trade
US20120017205A1 (en) * 2009-09-30 2012-01-19 Amitt Mahajan Apparatuses, Methods, and Systems for an API Call Abstractor
CN102929600A (en) * 2012-06-13 2013-02-13 许继集团有限公司 ELF (executable and linkable format)-based monitoring system version recognition method
CN103729184A (en) * 2013-12-29 2014-04-16 国云科技股份有限公司 Software component combining and constructing method
CN104077140A (en) * 2014-07-04 2014-10-01 用友软件股份有限公司 Automatic compiling method and compiling device for continuous integration
US20150113513A1 (en) * 2013-10-18 2015-04-23 Microsoft Corporation Incrementally compiling software artifacts from an interactive development environment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1987774A (en) * 2006-11-29 2007-06-27 南京联创科技股份有限公司 C/C++ module hot plug-in and pull-off method of base version in large scale concurrent on-line trade
US20120017205A1 (en) * 2009-09-30 2012-01-19 Amitt Mahajan Apparatuses, Methods, and Systems for an API Call Abstractor
CN102929600A (en) * 2012-06-13 2013-02-13 许继集团有限公司 ELF (executable and linkable format)-based monitoring system version recognition method
US20150113513A1 (en) * 2013-10-18 2015-04-23 Microsoft Corporation Incrementally compiling software artifacts from an interactive development environment
CN103729184A (en) * 2013-12-29 2014-04-16 国云科技股份有限公司 Software component combining and constructing method
CN104077140A (en) * 2014-07-04 2014-10-01 用友软件股份有限公司 Automatic compiling method and compiling device for continuous integration

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105718296A (en) * 2016-04-21 2016-06-29 北京元心科技有限公司 Generation display method and device for compiling dependency tree
CN105718296B (en) * 2016-04-21 2019-11-08 北京元心科技有限公司 Generation display method and device for compiling dependency tree
CN107704246A (en) * 2017-10-12 2018-02-16 北京元心科技有限公司 terminal, compiling method and device
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

Also Published As

Publication number Publication date
CN104915214B (en) 2018-09-07

Similar Documents

Publication Publication Date Title
CN103744709B (en) patch loading method and device
US20240045850A1 (en) Systems and methods for database orientation transformation
CN115617327A (en) Low code page building system, method and computer readable storage medium
CN106201481A (en) Assembly management method and apparatus in application development system
CN104794048A (en) Automatic UI testing method and system
CN107608951B (en) Report generation method and system
CN103970659A (en) Android application software automation testing method based on pile pitching technology
CN102306102A (en) Method and device for automatically generating program file
CN111428451A (en) Text online editing method and device, electronic equipment and storage medium
CN104915214A (en) System publishing method and apparatus
CN111143446A (en) Data structure conversion processing method and device of data object and electronic equipment
CN108563431A (en) Software development methodology, device, computer readable storage medium and electronic equipment
CN105094780A (en) Information correlation method and device
CN101379504A (en) Virtual roles
CN110941547B (en) Automatic test case library management method, device, medium and electronic equipment
CN113434542B (en) Data relationship identification method and device, electronic equipment and storage medium
CN111078279A (en) Processing method, device and equipment of byte code file and storage medium
CN105653669A (en) HTML (Hypertext Marked Language) generating method and device
CN104794179A (en) Video quick indexing method and device based on knowledge tree
CN111694586A (en) Program initialization method, program initialization device, terminal device, and storage medium
CN102902820B (en) The recognition methods of type of database and device
CN104239072A (en) Method and device for generating software procedure code
CN111984241B (en) Method, device, equipment and medium for dynamically taking effect of online codes
CN104267967A (en) Method and device for generating program codes of software
CN104536887A (en) Communication data detection method and device

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
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: System publishing method and apparatus

Effective date of registration: 20200525

Granted publication date: 20180907

Pledgee: Pudong Development Silicon Valley Bank Co., Ltd. Beijing branch

Pledgor: ZOUBIAN SHIJIE (BEIJING) INFORMATION TECHNOLOGY Co.,Ltd.

Registration number: Y2020110000005

PE01 Entry into force of the registration of the contract for pledge of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20180907

Termination date: 20210625

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