CN113467860A - Method and device for executing service logic of program source code - Google Patents

Method and device for executing service logic of program source code Download PDF

Info

Publication number
CN113467860A
CN113467860A CN202110693426.XA CN202110693426A CN113467860A CN 113467860 A CN113467860 A CN 113467860A CN 202110693426 A CN202110693426 A CN 202110693426A CN 113467860 A CN113467860 A CN 113467860A
Authority
CN
China
Prior art keywords
files
specific function
business logic
function implementation
layer
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
CN202110693426.XA
Other languages
Chinese (zh)
Other versions
CN113467860B (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.)
Shanghai Xingrong Automotive Technology Co ltd
Original Assignee
Shanghai Xingrong Automotive 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 Shanghai Xingrong Automotive Technology Co ltd filed Critical Shanghai Xingrong Automotive Technology Co ltd
Priority to CN202110693426.XA priority Critical patent/CN113467860B/en
Publication of CN113467860A publication Critical patent/CN113467860A/en
Application granted granted Critical
Publication of CN113467860B publication Critical patent/CN113467860B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/313Logic programming, e.g. PROLOG programming language

Landscapes

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

Abstract

The invention relates to a method for executing business logic of a program source code, which comprises the following steps: (1) dividing a program source code into a specific function implementation layer and a business logic processing layer; (2) the specific function implementation layer is compiled by adopting a front-end development language, and the business logic processing layer is compiled by adopting a back-end development language; (3) and the written service logic processing layer and the written specific function implementation layer perform data interaction through mutual calling. The invention also relates to a device for executing the business logic of the program source code. The method and the device for executing the business logic of the program source code can lead a program code developer and a logic protocol developer to develop and manage by division of labor without mutual transfer, thereby saving manpower and material resources and improving the development efficiency.

Description

Method and device for executing service logic of program source code
Technical Field
The invention belongs to the technical field of software development, and particularly relates to a method and a device for executing service logic of a program source code.
Background
A protocol is a set of rules, standards, or conventions established for exchanging data over a computer network. For example, a microcomputer user communicates with an operator of a mainframe in a network, and since the character sets used by the two data terminals are different, the commands entered by the operator are not known to each other. In order to carry out communication, each terminal is required to convert characters in the respective character set into characters in a standard character set, then the characters enter a network for transmission, and after reaching a destination terminal, the characters are converted into characters in the character set of the terminal.
In the prior art, the execution of business logic is carried out by the two parties who know the protocol logic and can write codes together, and the people who know the protocol must know and write the codes according to the protocol logic in a communication mode with a code writer because the people who know the protocol cannot write the codes, so that manpower and material resources of the two parties are consumed, and the problem that the actually written codes have certain problems due to the fact that understanding deviation exists in the communication process is not eliminated.
Disclosure of Invention
1. Technical problem to be solved by the invention
The invention aims to solve the defects in the prior art, provides a method and a device for executing service logic of a program source code, and aims to solve the problems that a protocol logic protocol is understood to develop, codes cannot be written, and a code writer cannot understand the protocol.
2. Technical scheme
In order to achieve the purpose, the technical scheme provided by the invention is as follows:
the invention relates to a method for executing business logic of a program source code, which comprises the following steps:
(1) dividing a program source code into a specific function implementation layer and a business logic processing layer;
(2) the specific function implementation layer is compiled by adopting a front-end development language, and the business logic processing layer is compiled by adopting a back-end development language;
(3) and the written service logic processing layer and the written specific function implementation layer perform data interaction through mutual calling.
The preferable technical scheme is as follows:
a method for executing business logic of program source code as described above, said front-end development language including but not limited to JS; the back-end development language includes, but is not limited to, JAVA or KOTLIN.
In the above method for executing service logic of a program source code, in step (2), after the specific function implementation layer is written in a front-end development language, and the service logic processing layer is written in a back-end development language, the method further includes: performing unit test on the written result of the service logic processing layer or the specific function implementation layer, and judging whether the result of the unit test is expected in a composite manner; and (4) when the data are matched, continuing to execute the step (3), otherwise, rewriting.
The method for executing the business logic of the program source code further includes, in step (1):
(1.1) newly building two empty folders and naming the two empty folders at the same time; one of the empty folder names corresponds to the specific function implementation layer, and the other empty folder name corresponds to the business logic processing layer;
(1.2) newly building one or more first files adopting the front-end development language coding specification and format in an empty folder with the name corresponding to a specific function implementation layer, and newly building one or more second files adopting the back-end development language coding specification and format in an empty folder with the name corresponding to a business logic processing layer; and naming one or more first files and one or more second files respectively, wherein the file names of the one or more first files correspond to specific function implementation of the program source code, and the file names of the one or more second files correspond to specific business logic of the program source code.
The method for executing the business logic of the program source code further includes, in step (2): and storing the specific function implementation layer written by adopting the front-end development language into the corresponding first file, and storing the business logic processing layer written by adopting the back-end development language into the corresponding second file.
A method for executing business logic of program source code as described above, the method further comprising:
according to the received new construction operation aiming at the first file, a new first file is newly constructed;
generating an updating code according to the received modification operation aiming at the specific function implementation layer in the first file;
according to the received new construction operation aiming at the second file, a new second file is newly constructed;
and generating an updating code according to the received modification operation aiming at the specific function implementation layer in the second file.
As another aspect of the application, the present invention further provides a service logic execution apparatus of a program source code, including:
the creating unit is used for newly creating two empty folders, newly creating one or more first files adopting the front-end development language coding specification and format in one empty folder, and newly creating one or more second files adopting the back-end development language coding specification and format in the other empty folder; naming two empty folders and one or more first files and second files respectively located in the two empty folders;
the system comprises at least two writing units, a first storage unit and a second storage unit, wherein the at least two writing units are used for writing or modifying specific function implementation layer codes adopting a front-end development language coding specification and format into one or more first files and writing or modifying business logic processing layer codes adopting a back-end development language coding specification and format into one or more second files;
the searching unit is used for searching one or more first files or one or more second files;
the calling unit is used for searching one or more corresponding second files according to the function realization corresponding to different first files and calling the searched one or more corresponding second files;
and the generating unit is used for integrating the first file and the called one or more second files.
The preferable technical scheme is as follows:
in the service logic execution apparatus of a program source code, in the creating unit, the rule for naming the two empty folders and the one or more first files and second files in the two empty folders is as follows: one of the empty folder names corresponds to the specific function implementation layer, and the other empty folder name corresponds to the business logic processing layer; the file names of the one or more first files correspond to a specific functional implementation of the program source code, and the file names of the one or more second files correspond to a specific business logic of the program source code.
The apparatus for executing business logic of program source code further includes a testing unit, configured to perform a unit test on the specific function implementation layer code written or modified in one or more first files and the business logic processing layer code written or modified in one or more second files, and determine whether a result of the unit test is expected in a composite manner.
3. Advantageous effects
Compared with the prior art, the technical scheme provided by the invention has the following beneficial effects:
(1) compared with the original service logic processing mode, the method and the device for executing the service logic of the program source code have the advantages that the codes are divided into two layers of service logic processing and specific function implementation, two sets of codes are adapted to different software and hardware environments of the mobile terminal in a calling mode, and development cost can be greatly reduced;
(2) the method and the device for executing the service logic of the program source code divide the code into two layers of service logic processing and specific function implementation, and when the method and the device are used, a service logic processing layer is compiled by using JAVA or other scripting languages to process complex operation of the service logic; when interaction with the outside is needed, for example, communication with a lower computer, interface rendering, data persistence and the like are carried out, languages such as JS (JavaScript) and the like are called for writing; therefore, the problem of code accuracy caused by poor communication is avoided, and the accuracy rate is improved.
Drawings
FIG. 1 is a logic flow diagram illustrating a method for executing business logic of program source code according to the present invention;
FIG. 2 is a logic flow diagram illustrating a method for executing business logic of program source code in accordance with a preferred embodiment of the present invention;
FIG. 3 is a schematic diagram of a service logic execution device of a program source code according to the present invention.
Detailed Description
In order to facilitate an understanding of the invention, the invention will now be described more fully hereinafter with reference to the accompanying drawings, in which several embodiments of the invention are shown, but which may be embodied in many different forms and are not limited to the embodiments described herein, but rather are provided for the purpose of providing a more thorough disclosure of the invention.
Referring to fig. 1, as an aspect of this embodiment, a method for executing service logic of a program source code is provided, which may be used for developing automobile-related management operation software, and may also be used for developing other application programs, and is mainly applied to a case where an android platform supports execution of other languages. The method comprises the following steps:
(1) the program source code is divided into a specific function implementation layer and a business logic processing layer.
In this embodiment, the specific function implementation layer is more specific to the user experience, and is adaptive to the terminal type, such as communication with a lower computer, rendering of an interface, persistence of data, and the like; the business logic process layer side is focused on the rules, standards, or conventions, i.e., protocols, established for data exchange in the computer network. For example, a microcomputer user communicates with an operator of a mainframe in a network, and since the character sets used by the two data terminals are different, the commands entered by the operator are not known to each other. In order to carry out communication, each terminal is required to convert characters in the respective character set into characters in a standard character set, then the characters enter a network for transmission, and after reaching a destination terminal, the characters are converted into characters in the character set of the terminal. Including, but not limited to, the CP protocol, UDP protocol, SOAP protocol, HTTP protocol, and MQ protocol.
(2) And compiling the specific function implementation layer by adopting a front-end development language, and compiling the service logic processing layer by adopting a back-end development language.
In the prior art, the execution of business logic is carried out by the two parties who know the protocol logic and can write codes together, and the people who know the protocol must know and write the codes according to the protocol logic in a communication mode with a code writer because the people who know the protocol cannot write the codes, so that manpower and material resources of the two parties are consumed, and the problem that the actually written codes have certain problems due to the fact that understanding deviation exists in the communication process is not eliminated.
In this embodiment, the specific function implementation layer is written by using a front-end development language, where the front-end development language includes but is not limited to JS; and writing the service logic processing layer by adopting a back-end development language, wherein the back-end development language comprises but is not limited to JAVA or KOTLIN.
The service logic processing layer is compiled by using JAVA, KOTLIN or other scripting languages to process complex operation of service logic; when interaction with the outside is needed, for example, communication with a lower computer, interface rendering, data persistence and the like are carried out, languages such as JS (JavaScript) and the like are called for writing; therefore, program code developers and logic protocol developers can develop and manage by division of labor without mutual conversion, so that manpower and material resources are saved, the development efficiency is improved, the problem of code accuracy caused by poor communication is solved, and the accuracy is improved.
In a preferred embodiment, after the specific function implementation layer is written in a front-end development language and the service logic processing layer is written in a back-end development language, the method further includes: performing unit test on the written result of the service logic processing layer or the specific function implementation layer, and judging whether the result of the unit test is expected in a composite manner; and if the data are consistent, continuing to execute, otherwise rewriting.
Unit testing refers to testing of the basic constituent units or modules of software, also known as module testing. The basic units or modules may be functions, class instances, methods, stored procedures, etc., or any combination of program code modules with specific functional definitions, specific specification definitions, specific interface definitions, and relatively small sizes. Unit testing focuses on both the unit functionality and the logical structure of the program modules.
When the written result of the service logic processing layer or the specific function implementation layer is subjected to unit test, whether writing is successful or not can be judged by giving a certain input value through the unit test and judging whether the output value meets the expectation or not. If the data is in accordance with the standard, the writing is successful, and if the data is not in accordance with the standard, the problem is checked and then the writing is carried out again.
By performing unit test on the written result of the service logic processing layer or the specific function implementation layer, some logic errors and syntax errors in writing the service logic processing layer or the specific function implementation layer can be found in time, so that the problem is exposed as early as possible, and the problem is conveniently positioned and solved.
(3) And the written service logic processing layer and the written specific function implementation layer perform data interaction through mutual calling.
The mutual calling between the written business logic processing layer and the written specific function implementation layer is realized by some conventional calling means in the prior art, such as RESTful. In the process of mutual calling, it is also necessary to detect whether the data call request sent by the service logic processing layer and the written specific function implementation layer is an illegal request. If the data calling request is an illegal request, not responding to the data calling request to carry out data calling operation; and if the data calling request is a legal request, responding to the data calling request and outputting the data to be output.
Compared with the original service logic processing mode, the service logic execution method of the program source code in the embodiment divides the code into two layers of service logic processing and specific function implementation, realizes that two sets of codes adapt to different software and hardware environments of the mobile terminal in a calling mode, and can greatly reduce development cost.
In a further application, whether for a specific service logic processing layer or a specific function implementation layer, the service logic processing layer and the specific function implementation layer need to be maintained and updated according to a specific service.
And the maintenance and the updating of the codes in the business logic processing layer and the specific function implementation layer are convenient. In a preferred embodiment, referring to fig. 2, in the service logic execution method of a program source code in this embodiment, in step (1), the method further includes:
(1.1) newly building two empty folders and naming the two empty folders at the same time; one of the empty folder names corresponds to the specific function implementation layer, and the other empty folder name corresponds to the business logic processing layer;
(1.2) newly building one or more first files adopting the front-end development language coding specification and format in an empty folder with the name corresponding to a specific function implementation layer, and newly building one or more second files adopting the back-end development language coding specification and format in an empty folder with the name corresponding to a business logic processing layer; and naming one or more first files and one or more second files respectively, wherein the file names of the one or more first files correspond to specific function implementation of the program source code, and the file names of the one or more second files correspond to specific business logic of the program source code.
In the step (2), the method further comprises: and storing the specific function implementation layer written by adopting the front-end development language into the corresponding first file, and storing the business logic processing layer written by adopting the back-end development language into the corresponding second file.
When the code in the specific function implementation layer or the business logic processing layer needs to be modified and updated, the method in this embodiment further includes:
according to the received new construction operation aiming at the first file, a new first file is newly constructed;
generating an updating code according to the received modification operation aiming at the specific function implementation layer in the first file;
according to the received new construction operation aiming at the second file, a new second file is newly constructed;
and generating an updating code according to the received modification operation aiming at the specific function implementation layer in the second file.
Generally, the modification and update of the code in the specific function implementation layer or the business logic processing layer is performed by modifying or updating the entire code in the specific function implementation layer or the business logic processing layer. In the embodiment, the specific function implementation layer and the service logic processing layer corresponding to each section of source code are respectively stored in an empty folder, and the specific function implementation layer and the service logic processing layer corresponding to the section of source code are respectively compiled according to different compiling code languages and realizing functions thereof and then are respectively stored in corresponding folders; when a specific function implementation layer or a business logic processing layer in the section of source code needs to be modified and updated, only the part needing to be modified can be modified by searching a corresponding file, so that the modification amount of the code can be reduced; meanwhile, when the specific function implementation layers and the service logic processing layers are more in number and the corresponding internal logics are more complex, each specific function implementation layer or each service logic processing layer can be maintained and improved conveniently. And effectively managing codes of a specific function implementation layer and a business logic processing layer.
As another aspect of the application, the present invention further provides a service logic execution apparatus of a program source code, referring to fig. 3, including:
the creating unit is used for newly creating two empty folders, newly creating one or more first files adopting the front-end development language coding specification and format in one empty folder, and newly creating one or more second files adopting the back-end development language coding specification and format in the other empty folder; naming two empty folders and one or more first files and second files respectively located in the two empty folders;
the system comprises at least two writing units, a first storage unit and a second storage unit, wherein the at least two writing units are used for writing or modifying specific function implementation layer codes adopting a front-end development language coding specification and format into one or more first files and writing or modifying business logic processing layer codes adopting a back-end development language coding specification and format into one or more second files;
the searching unit is used for searching one or more first files or one or more second files;
the calling unit is used for searching one or more corresponding second files according to the function realization corresponding to different first files and calling the searched one or more corresponding second files;
and the generating unit is used for integrating the first file and the called one or more second files.
In a preferred embodiment, in the creating unit, the rule for naming the two empty folders and the one or more first files and second files in the two empty folders is as follows: one of the empty folder names corresponds to the specific function implementation layer, and the other empty folder name corresponds to the business logic processing layer; the file names of the one or more first files correspond to a specific functional implementation of the program source code, and the file names of the one or more second files correspond to a specific business logic of the program source code.
In a preferred embodiment, the system further comprises a testing unit, configured to perform a unit test on the specific function implementation layer codes written or modified in the one or more first files and the business logic processing layer codes written or modified in the one or more second files, and determine whether a result of the unit test is composite expectation.
In the service logic execution device of the program source code of the embodiment, the code is divided into two layers of service logic processing and specific function implementation, and when the device is used, the service logic processing layer is written by using JAVA or other scripting languages to process complex operation of service logic; when interaction with the outside is needed, for example, communication with a lower computer, interface rendering, data persistence and the like are carried out, languages such as JS (JavaScript) and the like are called for writing; therefore, program code developers and logic protocol developers can develop and manage by division of labor without mutual conversion, so that manpower and material resources are saved, the development efficiency is improved, the problem of code accuracy caused by poor communication is solved, and the accuracy is improved.
The above-mentioned embodiments only express a certain implementation mode of the present invention, and the description thereof is specific and detailed, but not construed as limiting the scope of the present invention; it should be noted that, for those skilled in the art, without departing from the concept of the present invention, several variations and modifications can be made, which are within the protection scope of the present invention; therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (9)

1. A method for business logic execution of program source code, the method comprising:
(1) dividing a program source code into a specific function implementation layer and a business logic processing layer;
(2) the specific function implementation layer is compiled by adopting a front-end development language, and the business logic processing layer is compiled by adopting a back-end development language;
(3) and the written service logic processing layer and the written specific function implementation layer perform data interaction through mutual calling.
2. The method of claim 1, wherein said front-end development language includes but is not limited to JS; the back-end development language includes, but is not limited to, JAVA or KOTLIN.
3. The method according to claim 1, wherein in the step (2), writing the specific function implementation layer in a front-end development language, and writing the service logic processing layer in a back-end development language, further includes: performing unit test on the written result of the service logic processing layer or the specific function implementation layer, and judging whether the result of the unit test is expected in a composite manner; and (4) when the data are matched, continuing to execute the step (3), otherwise, rewriting.
4. The method for executing business logic of program source code according to claim 1, wherein step (1) further comprises:
(1.1) newly building two empty folders and naming the two empty folders at the same time; one of the empty folder names corresponds to the specific function implementation layer, and the other empty folder name corresponds to the business logic processing layer;
(1.2) newly building one or more first files adopting the front-end development language coding specification and format in an empty folder with the name corresponding to a specific function implementation layer, and newly building one or more second files adopting the back-end development language coding specification and format in an empty folder with the name corresponding to a business logic processing layer; and naming one or more first files and one or more second files respectively, wherein the file names of the one or more first files correspond to specific function implementation of the program source code, and the file names of the one or more second files correspond to specific business logic of the program source code.
5. The method for business logic execution of program source code according to claim 4, wherein step (2) further comprises: and storing the specific function implementation layer written by adopting the front-end development language into the corresponding first file, and storing the business logic processing layer written by adopting the back-end development language into the corresponding second file.
6. The method of claim 5, wherein the method further comprises:
according to the received new construction operation aiming at the first file, a new first file is newly constructed;
generating an updating code according to the received modification operation aiming at the specific function implementation layer in the first file;
according to the received new construction operation aiming at the second file, a new second file is newly constructed;
and generating an updating code according to the received modification operation aiming at the specific function implementation layer in the second file.
7. A business logic execution apparatus for program source code, comprising:
the creating unit is used for newly creating two empty folders, newly creating one or more first files adopting the front-end development language coding specification and format in one empty folder, and newly creating one or more second files adopting the back-end development language coding specification and format in the other empty folder; naming two empty folders and one or more first files and second files respectively located in the two empty folders;
the system comprises at least two writing units, a first storage unit and a second storage unit, wherein the at least two writing units are used for writing or modifying specific function implementation layer codes adopting a front-end development language coding specification and format into one or more first files and writing or modifying business logic processing layer codes adopting a back-end development language coding specification and format into one or more second files;
the searching unit is used for searching one or more first files or one or more second files;
the calling unit is used for searching one or more corresponding second files according to the function realization corresponding to different first files and calling the searched one or more corresponding second files;
and the generating unit is used for integrating the first file and the called one or more second files.
8. The apparatus of claim 7, wherein the rule naming the two empty folders and the one or more first files and second files in the two empty folders in the creating unit is: one of the empty folder names corresponds to the specific function implementation layer, and the other empty folder name corresponds to the business logic processing layer; the file names of the one or more first files correspond to a specific functional implementation of the program source code, and the file names of the one or more second files correspond to a specific business logic of the program source code.
9. The apparatus of claim 7, further comprising a unit for performing unit testing on the specific function implementation layer code written or modified in the one or more first files and the business logic processing layer code written or modified in the one or more second files, and determining whether a result of the unit testing is composite with an expected result.
CN202110693426.XA 2021-06-22 2021-06-22 Service logic execution method and device of program source code Active CN113467860B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110693426.XA CN113467860B (en) 2021-06-22 2021-06-22 Service logic execution method and device of program source code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110693426.XA CN113467860B (en) 2021-06-22 2021-06-22 Service logic execution method and device of program source code

Publications (2)

Publication Number Publication Date
CN113467860A true CN113467860A (en) 2021-10-01
CN113467860B CN113467860B (en) 2024-01-19

Family

ID=77869156

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110693426.XA Active CN113467860B (en) 2021-06-22 2021-06-22 Service logic execution method and device of program source code

Country Status (1)

Country Link
CN (1) CN113467860B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775691A (en) * 2016-12-06 2017-05-31 郑州云海信息技术有限公司 A kind of storage management software design for based on front and back end separate
US10353703B1 (en) * 2016-01-28 2019-07-16 BrainFights, Inc. Automated evaluation of computer programming
CN110765078A (en) * 2019-12-27 2020-02-07 武汉慧联无限科技有限公司 File management method and device and computer readable storage medium
CN110780876A (en) * 2019-10-29 2020-02-11 北京北纬通信科技股份有限公司 Web development front-end and back-end separation authority control method and system
CN110780868A (en) * 2019-10-10 2020-02-11 北大方正集团有限公司 Website development method, device, equipment and storage medium based on componentized template
CN111580854A (en) * 2020-03-18 2020-08-25 平安科技(深圳)有限公司 Front-end and back-end separation method based on application program interface gateway and related equipment
CN112328852A (en) * 2020-11-05 2021-02-05 武汉联影医疗科技有限公司 Document management method, document management device, computer equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10353703B1 (en) * 2016-01-28 2019-07-16 BrainFights, Inc. Automated evaluation of computer programming
CN106775691A (en) * 2016-12-06 2017-05-31 郑州云海信息技术有限公司 A kind of storage management software design for based on front and back end separate
CN110780868A (en) * 2019-10-10 2020-02-11 北大方正集团有限公司 Website development method, device, equipment and storage medium based on componentized template
CN110780876A (en) * 2019-10-29 2020-02-11 北京北纬通信科技股份有限公司 Web development front-end and back-end separation authority control method and system
CN110765078A (en) * 2019-12-27 2020-02-07 武汉慧联无限科技有限公司 File management method and device and computer readable storage medium
CN111580854A (en) * 2020-03-18 2020-08-25 平安科技(深圳)有限公司 Front-end and back-end separation method based on application program interface gateway and related equipment
CN112328852A (en) * 2020-11-05 2021-02-05 武汉联影医疗科技有限公司 Document management method, document management device, computer equipment and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
新码农客栈: ""实践前后端分离,要注意什么"", pages 4, Retrieved from the Internet <URL:《https://zhuanlan.zhihu.com/p/95408089》> *
李宇 等: ""前后端分离框架在软件设计中的应用"", 《无线互联科技》, pages 41 - 42 *
熊喵先生: ""kotlin如何用于后端微服务开发"", pages 1 - 12, Retrieved from the Internet <URL:《https://www.imooc.com/wiki/kotlinlesson/ktor.html》> *

Also Published As

Publication number Publication date
CN113467860B (en) 2024-01-19

Similar Documents

Publication Publication Date Title
CN101930400B (en) SDK (Software Development Kit) automatic test system and method
CN112104709B (en) Intelligent contract processing method, device, medium and electronic equipment
CN110933095A (en) Message parsing method and device
US20060136880A1 (en) System, apparatus and methods for automatic program translation
CN111506366B (en) Plug-in calling method, device, electronic equipment and storage medium
CN106325870B (en) Method and device for realizing dynamic form API (application program interface)
WO2021047240A1 (en) Flink engine-based data parsing method and apparatus
CN113971110A (en) Interface testing method, device, equipment and computer readable storage medium
CN113489593B (en) JSON message checking method and JSON message checking device
CN110221840B (en) Function implementation method and device of application program, equipment and storage medium
CN112015384A (en) Interface mapping method and device
CN113238739A (en) Plug-in development and data acquisition method, device, electronic equipment and medium
CN115525534A (en) Test case generation method and platform based on swagger interface test
CN109726213B (en) Program code conversion method, device, medium and computing equipment
CN112035270A (en) Interface adaptation method, system, device, computer readable medium and electronic equipment
CN113467860A (en) Method and device for executing service logic of program source code
CN115934537A (en) Interface test tool generation method, device, equipment, medium and product
CN113590179B (en) Plug-in detection method and device, electronic equipment and storage medium
CN113050987B (en) Method and device for generating interface document, storage medium and electronic equipment
CN114416103A (en) Code compiling method and device, computer readable medium and electronic equipment
CN115022312A (en) Method and device for realizing multiple intelligent contract engines, electronic equipment and storage medium
CN114611500A (en) Expression processing method and device, electronic equipment and computer readable storage medium
CN114816672A (en) Virtual machine creation method and device, electronic equipment and storage medium
CN113238817A (en) Interface transparent transmission method and device, electronic equipment and storage medium
CN112328503A (en) Task acceptance method for software development working platform

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