CN109002287B - Management method and device for software in cloud data system - Google Patents

Management method and device for software in cloud data system Download PDF

Info

Publication number
CN109002287B
CN109002287B CN201810893554.7A CN201810893554A CN109002287B CN 109002287 B CN109002287 B CN 109002287B CN 201810893554 A CN201810893554 A CN 201810893554A CN 109002287 B CN109002287 B CN 109002287B
Authority
CN
China
Prior art keywords
program
program segment
common
segments
segment
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.)
Active
Application number
CN201810893554.7A
Other languages
Chinese (zh)
Other versions
CN109002287A (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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201810893554.7A priority Critical patent/CN109002287B/en
Publication of CN109002287A publication Critical patent/CN109002287A/en
Application granted granted Critical
Publication of CN109002287B publication Critical patent/CN109002287B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/72Code refactoring

Landscapes

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

Abstract

The invention discloses a method and a device for managing software in a cloud data system. The method comprises the following steps: when the fact that software is edited through N programming languages is detected, program segments corresponding to the programming languages are obtained, wherein N is an integer larger than or equal to 2; dividing a common program segment which is common in the N program segments and an independent program segment which is not common in the N program segments; and managing the common program segment and the independent program segment.

Description

Management method and device for software in cloud data system
Technical Field
The invention relates to the field of information processing, in particular to a method and a device for managing software in a cloud data system.
Background
Software development is the process of building a software system or software parts in a system according to user requirements. Software development includes system engineering of demand capture, demand analysis, design, implementation, and testing. Software is typically implemented in a programming language. Development is typically possible using software development tools. Software is divided into system software and application software, and includes not only programs that can be run on a computer, but files related to these programs are also generally considered to be part of the software. The general process of the software design idea and method includes the algorithm and method for designing the function and implementation of the software, the overall structural design and module design of the software, programming and debugging, program joint debugging and testing, and writing and submitting the program.
With the increasing size of application systems and the increasing number of functional modules, a mode that a system needs to be developed by a team is more and more common. During team development, a person in charge of each module is generally designated to develop and maintain according to the clearer module division of the system. With the popularization of international application of system software, more and more systems are required to provide international multi-language support. In general, multiple languages of the system are developed and maintained by adopting one language corresponding to one file. This may cause a phenomenon that when a plurality of persons simultaneously develop and maintain a plurality of languages in the system, a conflict occurs when submitting codes, resulting in a serious reduction in development efficiency. Therefore, for the system supporting multiple languages, because the part is not valued enough, most of the systems still adopt a mode that one language is maintained by one file, and when a conflict is encountered, a mode that codes are submitted again after the conflict is resolved is adopted.
Disclosure of Invention
In order to solve the technical problem, the invention provides a management method of software in a cloud data system, which reduces the problem of code conflict in software development.
In order to achieve the purpose of the invention, the invention provides a management method of software in a cloud data system, which comprises the following steps:
when the fact that software is edited through N programming languages is detected, program segments corresponding to the programming languages are obtained, wherein N is an integer larger than or equal to 2;
dividing a common program segment which is common in the N program segments and an independent program segment which is not common in the N program segments;
and managing the common program segment and the independent program segment.
Wherein, the method also has the following characteristics: the acquiring of the program segment corresponding to each programming language includes:
identifying programming language information used by a program to obtain an identification result;
and summarizing the programs using the same programming language into the program segment of the programming language according to the recognition result, and marking the programming language by identification.
Wherein, the method also has the following characteristics: the managing the common program segment and the independent program segment includes:
when detecting that the common program segments of at least two program segments in the N program segments are the same, selecting a program segment development completion target program as the common program segment of the program segment, and configuring other program segments which are the same as the common program segments of the program segments to use the target program as the common program segments in the respective program segments.
Wherein, the method also has the following characteristics: the managing the common program segment and the independent program segment includes:
when the development of an independent program segment in a program segment of a programming language is detected to be completed, a common program segment in the program segment is obtained, and codes of the common program segment and the independent program segment are operated to obtain a first execution result;
and if the first execution result is an operation error, prompting to modify the independent program segment in the program segment.
Wherein, the method also has the following characteristics: the managing the common program segment and the independent program segment includes:
when the program segments of the N programming languages are detected to be developed completely, running codes of the program segments of the N programming languages to obtain a second execution result;
if the second execution result is an operation error, determining a program segment with an error;
and prompting to modify the independent program section in the program section with the error.
An apparatus for managing software in a cloud data system, comprising:
the software editing device comprises an acquisition module, a processing module and a display module, wherein the acquisition module is used for acquiring program segments corresponding to each programming language when the software is detected to be edited by N programming languages, and N is an integer greater than or equal to 2;
the dividing module is used for dividing a common program segment which is common in the N program segments and an independent program segment which is not common in the N program segments;
and the management module is used for managing the common program segment and the independent program segment.
Wherein, the device still has following characteristics: the acquisition module includes:
the identification unit is used for identifying the programming language information used by the program to obtain an identification result;
and the marking unit is used for collecting the programs using the same programming language into the program section of the programming language according to the recognition result and marking the programming language through identification.
Wherein, the device still has following characteristics: the management module comprises:
the selection unit is used for selecting a program segment development completion target program as a common program segment of at least two program segments in the N program segments when detecting that the common program segments of the program segments are the same;
and a configuration unit configured to configure other program segments identical to the common program segment of the program segment to use the target program as the common program segment in the respective program segments.
Wherein, the device still has following characteristics: the management module comprises:
the program segment acquisition unit is used for acquiring a common program segment in a program segment after detecting that the development of the independent program segment in the program segment of a programming language is completed;
the first operation unit is used for operating the codes of the common program segment and the independent program segment to obtain a first execution result;
and the first prompting unit is used for prompting to modify the independent program segment in the program segments if the first execution result is an operation error.
Wherein, the device still has following characteristics: the management unit includes:
the second operation unit is used for operating the codes of the program segments of the N programming languages to obtain a second execution result after detecting that the program segments of the N programming languages are developed;
the determining unit is used for determining a program segment with an error if the second execution result is an operation error;
and the second prompting unit is used for prompting the modification of the independent program section in the program section with the error.
According to the embodiment provided by the invention, when the software is detected to be edited by N programming languages, the program segments corresponding to the programming languages are obtained, different programming languages are distinguished to be independently managed, a common program segment which is commonly used in the N program segments and an independent program segment which is not commonly used in the N program segments are further decomposed, conflicts caused by different programming languages are eliminated, the common program segment and the independent program segment are respectively managed, when the conflict problem caused by the fact that a plurality of persons maintain the same language submitted code is solved, the problem that errors are introduced to other modules for solving the multi-language problem of one module can be avoided, the coupling of each module is reduced to the minimum, the maintenance and the upgrade of each module at the later stage are easy, and the development and maintenance efficiency of a team is greatly improved.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the example serve to explain the principles of the invention and not to limit the invention.
Fig. 1 is a flowchart of a method for managing software in a cloud data system according to the present invention;
fig. 2 is a structural diagram of a management apparatus for software in a cloud data system according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
The steps illustrated in the flow charts of the figures may be performed in a computer system such as a set of computer-executable instructions. Also, while a logical order is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
Fig. 1 is a flowchart of a method for managing software in a cloud data system according to the present invention. The method shown in fig. 1 comprises:
step 101, when it is detected that software is edited through N programming languages, acquiring a program segment corresponding to each programming language, wherein N is an integer greater than or equal to 2;
102, dividing a common program segment which is common in the N program segments and an independent program segment which is not common in the N program segments;
and 103, managing the common program segment and the independent program segment.
According to the method embodiment provided by the invention, when the fact that software is edited through N programming languages is detected, the program segments corresponding to the programming languages are obtained, different programming languages are distinguished to be independently managed, common program segments in the N program segments and non-common independent program segments in the N program segments are further decomposed, conflicts caused by different programming languages are eliminated, the common program segments and the independent program segments are respectively managed, when the conflict problem caused by the fact that a plurality of persons maintain the same language submitted code is solved, the problem that errors are introduced to other modules to solve the multi-language problem of one module can be avoided, the coupling of each module is reduced to the minimum, the maintenance and the upgrade of each module in the later period are easy, and the development and maintenance efficiency of a team is greatly improved.
The following examples of the method provided by the present invention are further illustrated:
in a cloud data center operating system, when a team carries out multi-language development and maintenance simultaneously by a plurality of people, the problem that the working efficiency of development and maintenance is influenced due to the phenomenon that the development and maintenance efficiency is seriously reduced because of code conflict in the software development process caused by multiple languages exists.
Based on the problems, the invention provides a mode of changing the development and maintenance of a file by adopting multiple languages in a system, and the mode of adopting one language to divide the language into a plurality of files according to modules to carry out development and maintenance is adopted, and the common part of each module is independently taken out and put into one file to carry out maintenance, so that the repeated loading of the common part is prevented. The development and maintenance mode for maintaining each corresponding module by multiple files can avoid the problem of introducing errors to other modules for solving the multi-language problem of one module when the conflict problem caused by the fact that multiple persons maintain the submitted codes of the same language is solved, the coupling of each module is reduced to the minimum, the modules are easy to maintain and upgrade in the later period, and the development and maintenance efficiency of a team is greatly improved.
The invention relates to a multi-language maintenance method of a multi-module system, which is characterized in that multi-language maintenance of the multi-module system is modified from maintenance of one file to maintenance of multi-language files corresponding to respective modules, and a public part is put into a public file for maintenance, so that the problem of conflict caused by code submission when a plurality of people develop and maintain the multi-language of the system is solved.
In an embodiment of the method provided by the present invention, the obtaining the program segment corresponding to each programming language includes:
identifying programming language information used by a program to obtain an identification result;
and summarizing the programs using the same programming language into the program segment of the programming language according to the recognition result, and marking the programming language by identification.
Specifically, the programming language used by the program code segment is determined, and the process can be realized by identifying the format of the content or can be obtained by requesting a user to mark the content; after the programming languages used by the programs are obtained, the programs belonging to the same programming language are collected in a code segment, and corresponding identification information can be configured to perform language editing, such as file names and the like.
By the method, the program segments can be separately managed according to the programming language, the difficulty of problem positioning caused by multi-language coupling is solved, and the subsequent maintenance and management of the program are facilitated.
In the present invention, each program segment is divided into a common program segment and the independent program segment according to whether the content of the program segment can be called by other program segments, wherein the management of the common program segment specifically includes:
when detecting that the common program segments of at least two program segments in the N program segments are the same, selecting a program segment development completion target program as the common program segment of the program segment, and configuring other program segments which are the same as the common program segments of the program segments to use the target program as the common program segments in the respective program segments.
For example, if the common program segments of the program segment 1, the program segment 2 and the program segment 3 are the same, only one program segment is selected to develop the common program segment, for example, the program 1 is selected, and after the program segment 1 completes the development of the common program segment, the common program segments of the program segment 2 and the program segment 3 are configured to reference the common program segment of the program 1.
By the mode, the public part is independently taken out and placed into one file for maintenance, repeated loading of the public part is prevented, and development efficiency is improved.
In the debugging process of the system, the managing the common program segment and the independent program segment includes:
when the development of an independent program segment in a program segment of a programming language is detected to be completed, a common program segment in the program segment is obtained, and codes of the common program segment and the independent program segment are operated to obtain a first execution result; and if the first execution result is an operation error, prompting to modify the independent program segment in the program segment.
Specifically, when testing a local program file, the invention divides the test object according to the programming language, tests the program segment using the same programming language, and in the test process, because the common program segment can be developed without independence, the existing code can be quoted, and the test verification of the independent program segment can be realized by calling the code of the segment. Because the program segment comprises the common program segment and the independent program segment, once the program segment is in error operation, in order to ensure that the problem of the program segment does not affect other program segments, the modification of the special part of the program segment is prompted, namely the modification of the independent program segment is carried out.
Certainly, after the local test of the program segment of each programming language is completed and the test verification passes, the test verification needs to be performed on the whole software, and the implementation manner is as follows:
when the program segments of the N programming languages are detected to be developed completely, running codes of the program segments of the N programming languages to obtain a second execution result;
if the second execution result is an operation error, determining a program segment with an error;
and prompting to modify the independent program section in the program section with the error.
Specifically, in the process of executing the overall test verification of the software, once an operation error occurs, it is firstly determined which programming language program segment has a problem, so that only the voice of the program segment needs to be adjusted, and no other programming languages need to be adjusted, thereby avoiding the problem of code conflict caused by the adjustment of a plurality of programming languages; further, because the program segment includes a common program segment and an independent program segment, once the program segment is in error, in order to ensure that the problem of the program segment does not affect other program segments, the modification of the special part of the program segment, namely the modification of the independent program segment, is prompted.
In summary, when the system needs to support multiple languages and multiple users need to develop and maintain multiple language files of the system, a mode that one language is adopted by the original system to develop and maintain one file is abandoned, a mode that each language divides each module according to a large module of the system to correspond to one file is adopted to develop and maintain, and a part common to each module is extracted and independently placed in a common file, so that the phenomenon that the common part is repeatedly loaded is avoided. By the method, the problem of conflict caused by maintenance and submission of codes by multiple persons during single file is solved, each multi-language file of the system is clear in order, and great convenience is provided for subsequent maintenance work. Since modifying a module only affects that module without affecting the other modules. Therefore, the coupling between the modules of the system is greatly reduced, and the risk that problems are introduced to other modules carelessly due to the problem of modifying one module is avoided. The problem of efficiency reduction caused by code submission conflict in development and maintenance of a system team is solved.
The implementation mode provided by the invention solves the problem of conflict caused by code submission when multiple persons develop and maintain multi-language files of the same system, and greatly improves the working efficiency of a team. This result is in line with the principles of team development and maintenance efficiency.
Fig. 2 is a structural diagram of a management apparatus for software in a cloud data system according to the present invention. The apparatus shown in fig. 2 comprises:
an obtaining module 201, configured to obtain a program segment corresponding to each programming language when it is detected that software is edited by N programming languages, where N is an integer greater than or equal to 2;
a dividing module 202, configured to divide a common program segment that is common among the N program segments and an independent program segment that is not common among the N program segments;
and the management module 203 is used for managing the common program segment and the independent program segment.
In an embodiment of the apparatus provided in the present invention, the obtaining module 201 includes:
the identification unit is used for identifying the programming language information used by the program to obtain an identification result;
and the marking unit is used for collecting the programs using the same programming language into the program section of the programming language according to the recognition result and marking the programming language through identification.
In an embodiment of the apparatus provided in the present invention, the management module 203 includes:
the selection unit is used for selecting a program segment development completion target program as a common program segment of at least two program segments in the N program segments when detecting that the common program segments of the program segments are the same;
and a configuration unit configured to configure other program segments identical to the common program segment of the program segment to use the target program as the common program segment in the respective program segments.
In an embodiment of the apparatus provided in the present invention, the management module 203 includes:
the program segment acquisition unit is used for acquiring a common program segment in a program segment after detecting that the development of the independent program segment in the program segment of a programming language is completed;
the first operation unit is used for operating the codes of the common program segment and the independent program segment to obtain a first execution result;
and the first prompting unit is used for prompting to modify the independent program segment in the program segments if the first execution result is an operation error.
In an embodiment of the apparatus provided in the present invention, the management module 203 includes:
the second operation unit is used for operating the codes of the program segments of the N programming languages to obtain a second execution result after detecting that the program segments of the N programming languages are developed;
the determining unit is used for determining a program segment with an error if the second execution result is an operation error;
and the second prompting unit is used for prompting the modification of the independent program section in the program section with the error.
According to the device embodiment provided by the invention, when the software is edited by N programming languages, the program segments corresponding to the programming languages are obtained, different programming languages are distinguished and independently managed, a common program segment in the N program segments and an independent program segment which is not common in the N program segments are further decomposed, conflicts caused by different programming languages are eliminated, the common program segment and the independent program segment are respectively managed, when the conflict problem caused by the fact that a plurality of persons maintain the same language submitted code is solved, the problem that errors are introduced to other modules for solving the multi-language problem of one module can be avoided, the coupling of each module is reduced to the minimum, the maintenance and the upgrade of each module at the later stage are easy, and the development and maintenance efficiency of a team is greatly improved.
It will be understood by those of ordinary skill in the art that all or part of the steps of the above embodiments may be implemented using a computer program flow, which may be stored in a computer readable storage medium and executed on a corresponding hardware platform (e.g., system, apparatus, device, etc.), and when executed, includes one or a combination of the steps of the method embodiments.
Alternatively, all or part of the steps of the above embodiments may be implemented by using an integrated circuit, and the steps may be respectively manufactured as an integrated circuit module, or a plurality of the blocks or steps may be manufactured as a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
The devices/functional modules/functional units in the above embodiments may be implemented by general-purpose computing devices, and they may be centralized on a single computing device or distributed on a network formed by a plurality of computing devices.
Each device/function module/function unit in the above embodiments may be implemented in the form of a software function module and may be stored in a computer-readable storage medium when being sold or used as a separate product. The computer readable storage medium mentioned above may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (4)

1. A management method of software in a cloud data system is characterized by comprising the following steps:
when the fact that software is edited through N programming languages is detected, program segments corresponding to the programming languages are obtained, wherein N is an integer larger than or equal to 2;
dividing a common program segment which is common in the N program segments and an independent program segment which is not common in the N program segments;
managing the common program segment and the independent program segment;
wherein managing the common program segment and the independent program segment by any one of the following manners includes:
when detecting that the common program segments of at least two program segments in the N program segments are the same, selecting a program segment development completion target program as the common program segment of the program segment, and configuring other program segments which are the same as the common program segments of the program segments to use the target program as the common program segments in the respective program segments;
when the development of an independent program segment in a program segment of a programming language is detected to be completed, a common program segment in the program segment is obtained, and codes of the common program segment and the independent program segment are operated to obtain a first execution result; if the first execution result is an operation error, prompting to modify an independent program segment in the program segments;
when the program segments of the N programming languages are detected to be developed completely, running codes of the program segments of the N programming languages to obtain a second execution result; if the second execution result is an operation error, determining a program segment with an error; and prompting to modify the independent program section in the program section with the error.
2. The method according to claim 1, wherein the obtaining the program segment corresponding to each programming language comprises:
identifying programming language information used by a program to obtain an identification result;
and summarizing the programs using the same programming language into the program segment of the programming language according to the recognition result, and marking the programming language by identification.
3. An apparatus for managing software in a cloud data system, comprising:
the software editing device comprises an acquisition module, a processing module and a display module, wherein the acquisition module is used for acquiring program segments corresponding to each programming language when the software is detected to be edited by N programming languages, and N is an integer greater than or equal to 2;
the dividing module is used for dividing a common program segment which is common in the N program segments and an independent program segment which is not common in the N program segments;
the management module is used for managing the common program segment and the independent program segment;
the management module is specifically configured to manage the common program segment and the independent program segment in any one of the following manners, and includes:
when detecting that the common program segments of at least two program segments in the N program segments are the same, selecting a program segment development completion target program as the common program segment of the program segment, and configuring other program segments which are the same as the common program segments of the program segments to use the target program as the common program segments in the respective program segments;
when the development of an independent program segment in a program segment of a programming language is detected to be completed, a common program segment in the program segment is obtained, and codes of the common program segment and the independent program segment are operated to obtain a first execution result; if the first execution result is an operation error, prompting to modify an independent program segment in the program segments;
when the program segments of the N programming languages are detected to be developed completely, running codes of the program segments of the N programming languages to obtain a second execution result; if the second execution result is an operation error, determining a program segment with an error; and prompting to modify the independent program section in the program section with the error.
4. The apparatus of claim 3, wherein the obtaining module comprises:
the identification unit is used for identifying the programming language information used by the program to obtain an identification result;
and the marking unit is used for collecting the programs using the same programming language into the program section of the programming language according to the recognition result and marking the programming language through identification.
CN201810893554.7A 2018-08-08 2018-08-08 Management method and device for software in cloud data system Active CN109002287B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810893554.7A CN109002287B (en) 2018-08-08 2018-08-08 Management method and device for software in cloud data system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810893554.7A CN109002287B (en) 2018-08-08 2018-08-08 Management method and device for software in cloud data system

Publications (2)

Publication Number Publication Date
CN109002287A CN109002287A (en) 2018-12-14
CN109002287B true CN109002287B (en) 2021-11-26

Family

ID=64595147

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810893554.7A Active CN109002287B (en) 2018-08-08 2018-08-08 Management method and device for software in cloud data system

Country Status (1)

Country Link
CN (1) CN109002287B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6237136B1 (en) * 1997-12-02 2001-05-22 National Instruments Corporation System and method for automatically creating source code example files for an application program in a plurality of programming languages
CN106294180A (en) * 2016-08-23 2017-01-04 浪潮电子信息产业股份有限公司 Integration method for walkthrough of multi-programming language codes
CN107832045A (en) * 2017-10-16 2018-03-23 北京京东尚科信息技术有限公司 Across the method and apparatus of programming language interface conversion

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030115571A1 (en) * 2001-12-14 2003-06-19 Telefonaktiebolaget L M Ericsson (Publ) Construction of a software application from a plurality of programming languages
US7272821B2 (en) * 2003-08-25 2007-09-18 Tech Mahindra Limited System and method of universal programming language conversion

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6237136B1 (en) * 1997-12-02 2001-05-22 National Instruments Corporation System and method for automatically creating source code example files for an application program in a plurality of programming languages
CN106294180A (en) * 2016-08-23 2017-01-04 浪潮电子信息产业股份有限公司 Integration method for walkthrough of multi-programming language codes
CN107832045A (en) * 2017-10-16 2018-03-23 北京京东尚科信息技术有限公司 Across the method and apparatus of programming language interface conversion

Also Published As

Publication number Publication date
CN109002287A (en) 2018-12-14

Similar Documents

Publication Publication Date Title
CN103268226B (en) A kind of test script file generates method and device
US11593342B2 (en) Systems and methods for database orientation transformation
CN104090776A (en) Software development method and system
CN112579455B (en) Automatic interface testing method and device, electronic equipment and storage medium
CN110147312A (en) Software development test method, device, computer installation and storage medium
CN110688305B (en) Test environment synchronization method, device, medium and electronic equipment
CN106446064A (en) Data conversion method and device
CN110633258B (en) Log insertion method, device, computer device and storage medium
CN111787045A (en) Migration method and device from private cloud to public cloud
US9396239B2 (en) Compiling method, storage medium and compiling apparatus
CN111427582B (en) RTL code management method, device, equipment and computer readable storage medium
CN104111862A (en) Method and system for obtaining IP (Internet Protocol) address of virtual machine in cloud computing platform
CN109002287B (en) Management method and device for software in cloud data system
CN112181485A (en) Script execution method and device, electronic equipment and storage medium
KR101252358B1 (en) Apparatus and method for testing plc command
CN116303106A (en) GitFlow software version-based quick rollback method and system suitable for financial industry
CN113805861B (en) Code generation method based on machine learning, code editing system and storage medium
CN105867892A (en) Centralized management method and system of multi-platform development
CN115904933A (en) Code warehouse management method and device, electronic equipment and storage medium
CN111897557B (en) Updating method, device, equipment and storage medium of service system
CN115237441A (en) Upgrade test method, device and medium based on cloud platform
CN104199689A (en) Method and device for installing comprehensive front end system
CN111142965A (en) Language configuration method and device, electronic equipment and storage medium
CN110264149A (en) A kind of operation system checking method and device
CN112948480B (en) Data extraction method, device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant