CN114090015A - Page DSL (digital subscriber line) analysis method, system, equipment and storage medium - Google Patents

Page DSL (digital subscriber line) analysis method, system, equipment and storage medium Download PDF

Info

Publication number
CN114090015A
CN114090015A CN202111420905.0A CN202111420905A CN114090015A CN 114090015 A CN114090015 A CN 114090015A CN 202111420905 A CN202111420905 A CN 202111420905A CN 114090015 A CN114090015 A CN 114090015A
Authority
CN
China
Prior art keywords
page
pool
dsl
variable
action
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111420905.0A
Other languages
Chinese (zh)
Inventor
张洋斌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Haoyun Technologies Co Ltd
Original Assignee
Haoyun Technologies 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 Haoyun Technologies Co Ltd filed Critical Haoyun Technologies Co Ltd
Priority to CN202111420905.0A priority Critical patent/CN114090015A/en
Publication of CN114090015A publication Critical patent/CN114090015A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

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

Abstract

The invention relates to the technical field of computers, in particular to a method, a system, equipment and a storage medium for page DSL analysis, which comprises the following steps: converting the page DSL to a page standard DSL; analyzing a page variable in a page standard DSL to generate a variable pool; analyzing data requests, page actions and expressions in a page standard DSL at the same time to generate a corresponding request pool, an action pool and an expression calculation pool; analyzing a page component in a page standard DSL to obtain a component analysis result; and inputting the variable pool, the request pool, the action pool, the expression calculation pool and the component analysis result into a page layout analyzer to generate a page. The invention generates the page by analyzing the DSL, solves the problems of long development period, low efficiency and waste of human resources caused by the fact that the prior page DSL technology needs professional developers to write and process a large amount of codes, shortens the development period and improves the development efficiency and the resource utilization rate.

Description

Page DSL (digital subscriber line) analysis method, system, equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, a system, a device, and a storage medium for page DSL analysis.
Background
With the continuous development of information technology, more and more pages are used for displaying in the internet.
However, in the prior art, if a developer wants to develop a complete page, a large amount of codes, including various components, http requests, service logic processing, and the like, need to be written, which not only results in long project cycle and slow efficiency, but also does not well meet the frequent change requirements of customers; in addition, the existing page development has certain requirements on developers, and non-developers have no development experience and are difficult to participate in actual development work.
Disclosure of Invention
The invention provides a page DSL (digital subscriber line) analysis method, a page DSL analysis system, page DSL analysis equipment and a storage medium, and solves the technical problems that the existing page DSL technology needs professional developers to write and process a large amount of codes, so that the development period is long, the efficiency is low and human resources are wasted.
In order to solve the technical problems, the invention provides a method, a system, equipment and a storage medium for page DSL analysis.
In a first aspect, the present invention provides a method for page DSL resolution, where the method includes the following steps:
acquiring the generated page DSL and converting the page DSL into a page standard DSL;
analyzing the page variable in the page standard DSL to generate a variable pool;
analyzing the data request, the page action and the expression in the page standard DSL at the same time to generate a corresponding request pool, an action pool and an expression calculation pool;
analyzing the page components in the page standard DSL to obtain component analysis results;
and inputting the variable pool, the request pool, the action pool, the expression calculation pool and the component analysis result into a page layout analyzer to generate a page.
In a further embodiment, the page DSL is converted to a page standard DSL using a DSL converter.
In a further embodiment, the method further comprises a variable initialization step, specifically:
scanning the page standard DSL to obtain page variables, wherein the page variables comprise system variables, user variables, custom variables, page input variables and control variables;
initializing system variables, user variables, custom variables and page input variables;
and initializing the control variables, and configuring a variable monitor for the control variables.
In further embodiments, initializing the request pool, the action pool, and the expression calculation pool;
and when the request pool, the action pool and the expression computing pool are initialized, the request pool, the action pool and the expression computing pool register variable listeners to the variable pool respectively.
In a further embodiment, when the variable listener monitors that a variable has changed, it sends a change notification to the request pool, the action pool, and the expression calculation pool.
In a further embodiment, after the operation action on the page is monitored by the action pool, a trigger request is sent to a request instance in the request pool according to the operation action, and the request instance generates and feeds back a callback result according to the trigger request.
In a further embodiment, the page layout parser is configured to replace placeholders in the component parsing result configuration file with specific methods or specific objects in the variable pool, the request pool, and the action pool.
In a second aspect, the present invention provides a page DSL resolution system, including:
the DSL conversion module is used for acquiring the generated page DSL and converting the page DSL into a page standard DSL;
the first analysis module is used for analyzing the page variables in the page standard DSL and generating a variable pool;
the second analysis module is used for simultaneously analyzing the data request, the page action and the expression in the page standard DSL and generating a corresponding request pool, an action pool and an expression calculation pool;
the third analysis module is used for analyzing the page components in the page standard DSL to obtain component analysis results;
and the layout analysis module is used for inputting the variable pool, the request pool, the action pool, the expression calculation pool and the component analysis result into a page layout analyzer to generate a page.
In a third aspect, the present invention further provides a computer device, including a processor and a memory, where the processor is connected to the memory, the memory is used for storing a computer program, and the processor is used for executing the computer program stored in the memory, so that the computer device executes the steps for implementing the method.
In a fourth aspect, the present invention also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the above method.
The invention provides a page DSL analyzing method, a system, equipment and a storage medium, wherein the page DSL is converted into a page standard DSL through the method, and a page variable data request, a page action, an expression and a page component in the page standard DSL are analyzed to generate a page through a page layout analyzer, so that the technical scheme of describing the page function by adopting structured data is realized. Compared with the prior art, the method can quickly generate the page by analyzing the DSL data, is simple, can quickly respond to market demands, and has wide application range.
Drawings
Fig. 1 is a schematic flowchart of a page DSL parsing method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of variable initialization provided by an embodiment of the present invention;
FIG. 3 is a diagram illustrating a process for initializing a request pool according to an embodiment of the present invention;
FIG. 4 is a diagram illustrating an action pool initialization process provided by an embodiment of the present invention;
fig. 5 is a block diagram of a page DSL parsing system according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The embodiments of the present invention will be described in detail below with reference to the accompanying drawings, which are given solely for the purpose of illustration and are not to be construed as limitations of the invention, including the drawings which are incorporated herein by reference and for illustration only and are not to be construed as limitations of the invention, since many variations thereof are possible without departing from the spirit and scope of the invention.
Referring to fig. 1, an embodiment of the present invention provides a method for page DSL resolution, where as shown in fig. 1, the method includes:
s1, the generated page DSL is obtained, and the page DSL is converted into a page standard DSL.
In this embodiment, a page DSL is generated by a page designer, and is converted into a page standard DSL by using a DSL converter, where the converting the page DSL into the page standard DSL by using the DSL converter specifically includes:
and carrying out node extraction on the page DSL to obtain control configuration, action configuration, expression configuration and the like, converting the control configuration, the action configuration, the expression configuration and the like to obtain a page variable, a data request, a page action, an expression and a page component, and assembling the page variable, the data request, the page action, the expression and the page component to obtain a page standard DSL.
The domain specific language dsl (domain specific language) is used for solving the problem of difficulty in demand collection caused by inconsistency of language models of users and builders at the initial stage of system construction, and as the name suggests, the domain specific language dsl (domain specific language) is used for constructing another language to solve the problem of cross-domain/cross-platform; in the embodiment, the generated page DSL is converted into the page standard DSL, and the DSL parsing engine can be conveniently docked, so that the working efficiency of the whole data parsing is improved.
And S2, analyzing the page variable in the page standard DSL to generate a variable pool.
In one embodiment, as shown in fig. 2, the method further includes a variable initialization step, specifically:
scanning the page standard DSL to obtain page variables, wherein the page variables comprise system variables, user variables, custom variables, page input variables and control variables;
initializing system variables, user variables, custom variables and page input variables;
scanning a page standard DSL to obtain all controls of a page, initializing a control variable, and configuring a variable monitor for the control variable.
It should be noted that, in this embodiment, when a variable is initialized, a system variable, a user variable, a custom variable, and a page input variable are initialized preferentially, then a control variable is initialized, and only the initialization of the control variable needs to configure a variable listener.
And S3, simultaneously analyzing the data request, the page action and the expression in the page standard DSL, and generating a corresponding request pool, an action pool and an expression calculation pool.
In an embodiment, the method further includes initializing the request pool, the action pool, and the expression calculation pool, where fig. 3 is a schematic diagram of an initialization process of the request pool provided in the embodiment of the present invention, and fig. 4 is a schematic diagram of an initialization process of the action pool provided in the embodiment of the present invention; and when the request pool, the action pool and the expression computing pool are initialized, the request pool, the action pool and the expression computing pool register variable listeners to the variable pool respectively.
In one embodiment, when the variable listener monitors that a variable has changed, it sends a change notification to the request pool, the action pool, and the expression calculation pool.
As shown in fig. 3 and 4, in the action pool, after an action body in the action instance monitors an operation action on a page, a trigger request is sent to a request instance in the request pool according to the operation action, and the request instance generates and feeds back a callback result according to the trigger request; and when the action body monitors that the variable is modified, sending a variable modification notice to the variable pool.
The request pool initialization is to uniformly manage all API requests (data requests) of the page configuration, wherein the API call may be called when a data source of the control is initialized or triggered by a certain page action; in this embodiment, when the query parameters of a request instance depend on variables in the variable pool, the corresponding listener is registered with the variable pool.
The action pool initialization is to perform unified management on actions configured on a page, and the execution of the actions may be triggered by a certain life cycle of a control or by a certain operation event of a user.
In this embodiment, the expression calculation pool manages all expressions configured in a page, the expressions generally relate to some variables, calculate the expressions by using a preset calculation rule to obtain a calculation result, and apply the calculation result to some attribute of a control, a query parameter of a request, an execution condition of an action, and the like.
And S4, analyzing the page component in the page standard DSL to obtain a component analysis result.
And S5, inputting the variable pool, the request pool, the action pool, the expression calculation pool and the component analysis result into a page layout analyzer to generate a page.
In one embodiment, the page layout parser is configured to replace placeholders in the component parsing result configuration file with specific methods or specific objects in the variable pool, the request pool, and the action pool; during the manufacturing process of the webpage, the page component instance is represented by a uniformly defined placeholder, and the placeholder is a combination of a type name identifier of a component type of the page component instance and a unique identifier name possessed by the page component instance.
The embodiment provides a page DSL parsing method, after parsing a page variable, a data request, a page action, an expression and a page component, inputting a variable pool, a request pool, an action pool, an expression calculation pool and a component parsing result into a page layout parser to generate a page, and realizing a technical scheme of describing a page function through structured data and obtaining a complete running page through corresponding parser parsing.
It should be noted that, the sequence numbers of the above-mentioned processes do not mean the execution sequence, and the execution sequence of each process should be determined by the function and the inherent logic of the process, and should not constitute any limitation to the implementation process of the embodiment of the present application.
In one embodiment, as shown in fig. 5, the present embodiment provides a paged DSL resolution system, including:
a DSL conversion module 101, configured to obtain the generated page DSL, and convert the page DSL into a page standard DSL;
a first parsing module 102, configured to parse a page variable in the page standard DSL to generate a variable pool;
a second parsing module 103, configured to parse the data request, the page action, and the expression in the page standard DSL at the same time, and generate a corresponding request pool, an action pool, and an expression calculation pool;
a third parsing module 104, configured to parse the page component in the page standard DSL to obtain a component parsing result;
and the layout analysis module 105 is configured to input the variable pool, the request pool, the action pool, the expression calculation pool, and the component analysis result into a page layout analyzer, so as to generate a page.
For specific limitations of a page DSL resolution system, reference may be made to the above limitations of a page DSL resolution method, and details are not described here. Those of ordinary skill in the art will appreciate that the various modules and steps described in connection with the embodiments disclosed herein may be implemented as hardware, software, or combinations of both. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
According to the page DSL analyzing system provided by the application, the page DSL is converted into the page standard DSL through the DSL conversion module so as to facilitate subsequent analysis, and the page standard DSL is analyzed through each analysis module so as to generate a page example; compared with the prior art, the system provided by the embodiment realizes simple and efficient development and application of data in the specific field by analyzing the specific language in the DSL field, is simple to operate and easy to realize, facilitates entry of non-professional developers, and lowers the development threshold.
FIG. 6 is a computer device including a memory, a processor, and a transceiver connected via a bus according to an embodiment of the present invention; the memory is used to store a set of computer program instructions and data and may transmit the stored data to the processor, which may execute the program instructions stored by the memory to perform the steps of the above-described method.
Wherein the memory may comprise volatile memory or nonvolatile memory, or may comprise both volatile and nonvolatile memory; the processor may be a central processing unit, a microprocessor, an application specific integrated circuit, a programmable logic device, or a combination thereof. By way of example, and not limitation, the programmable logic devices described above may be complex programmable logic devices, field programmable gate arrays, general array logic, or any combination thereof.
In addition, the memory may be a physically separate unit or may be integrated with the processor.
It will be appreciated by those of ordinary skill in the art that the architecture shown in fig. 6 is a block diagram of only a portion of the architecture associated with the present solution and is not intended to limit the computing devices to which the present solution may be applied, and that a particular computing device may include more or less components than those shown, or may combine certain components, or have the same arrangement of components.
In an embodiment, a computer-readable storage medium is provided, on which a computer program is stored, which computer program, when being executed by a processor, carries out the steps of the above-mentioned method.
In the page DSL analysis method, the system, the device and the storage medium provided in the embodiments of the present invention, a key point of the page DSL analysis method is to describe a function of a page through structured data, so that the method is different from an existing code development method, and solves the problems that a large amount of code compiling and processing work is required by professional developers in the existing page DSL technology, so that a development cycle is long, efficiency is low, and human resources are wasted; according to the embodiment, the development work of the web page is completed through simple JSON configuration on the premise of not adding extra equipment, so that the development efficiency is effectively improved, the development period is shortened, and the market demand can be quickly responded; in addition, the method and the device do not need a complex compiling process, have the characteristics of simplicity and easiness in development and low threshold, and can improve the utilization rate of human resources and reduce the technical cost.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in, or transmitted from one computer-readable storage medium to another computer-readable storage medium, the computer readable storage medium may be any available medium that can be accessed by a computer or a data storage device including one or more available media, such as a magnetic medium (e.g., floppy disks, hard disks, magnetic tapes), an optical medium (e.g., DVDs), or a semiconductor medium (e.g., SSDs), etc.
Those skilled in the art will appreciate that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and the computer program can include the processes of the embodiments of the methods described above when executed.
The above-mentioned embodiments only express some preferred embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for those skilled in the art, various modifications and substitutions can be made without departing from the technical principle of the present invention, and these should be construed as the protection scope of the present application. Therefore, the protection scope of the present patent shall be subject to the protection scope of the claims.

Claims (10)

1. A method for page DSL resolution, comprising the steps of:
acquiring the generated page DSL and converting the page DSL into a page standard DSL;
analyzing the page variable in the page standard DSL to generate a variable pool;
analyzing the data request, the page action and the expression in the page standard DSL at the same time to generate a corresponding request pool, an action pool and an expression calculation pool;
analyzing the page components in the page standard DSL to obtain component analysis results;
and inputting the variable pool, the request pool, the action pool, the expression calculation pool and the component analysis result into a page layout analyzer to generate a page.
2. The method for paged DSL resolution according to claim 1, wherein: converting the page DSL to a page standard DSL using a DSL converter.
3. The method for DSL resolution on pages of claim 1, further comprising a variable initialization step, specifically:
scanning the page standard DSL to obtain page variables, wherein the page variables comprise system variables, user variables, custom variables, page input variables and control variables;
initializing system variables, user variables, custom variables and page input variables;
and initializing the control variables, and configuring a variable monitor for the control variables.
4. The method for paged DSL resolution according to claim 1, wherein: initializing the request pool, the action pool and the expression calculation pool;
and when the request pool, the action pool and the expression computing pool are initialized, the request pool, the action pool and the expression computing pool register variable listeners to the variable pool respectively.
5. The method for paged DSL resolution according to claim 4, wherein: and when monitoring that the variable is changed, the variable monitor sends a change notice to the request pool, the action pool and the expression calculation pool.
6. The method for paged DSL resolution according to claim 1, wherein: and when the action pool monitors the operation action on the page, sending a trigger request to a request instance in the request pool according to the operation action, and generating and feeding back a callback result by the request instance according to the trigger request.
7. The method for paged DSL resolution according to claim 1, wherein: the page layout parser is used for replacing placeholders in the component parsing result configuration file with specific methods or specific objects in the variable pool, the request pool and the action pool.
8. A paged DSL resolution system, said system comprising:
the DSL conversion module is used for acquiring the generated page DSL and converting the page DSL into a page standard DSL;
the first analysis module is used for analyzing the page variables in the page standard DSL and generating a variable pool;
the second analysis module is used for simultaneously analyzing the data request, the page action and the expression in the page standard DSL and generating a corresponding request pool, an action pool and an expression calculation pool;
the third analysis module is used for analyzing the page components in the page standard DSL to obtain component analysis results;
and the layout analysis module is used for inputting the variable pool, the request pool, the action pool, the expression calculation pool and the component analysis result into a page layout analyzer to generate a page.
9. A computer device, characterized by: comprising a processor coupled to a memory for storing a computer program and a memory for executing the computer program stored in the memory to cause the computer device to perform the method of any of claims 1 to 7.
10. A computer-readable storage medium characterized by: the computer-readable storage medium has stored thereon a computer program which, when executed, implements the method of any of claims 1 to 7.
CN202111420905.0A 2021-11-26 2021-11-26 Page DSL (digital subscriber line) analysis method, system, equipment and storage medium Pending CN114090015A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111420905.0A CN114090015A (en) 2021-11-26 2021-11-26 Page DSL (digital subscriber line) analysis method, system, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111420905.0A CN114090015A (en) 2021-11-26 2021-11-26 Page DSL (digital subscriber line) analysis method, system, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114090015A true CN114090015A (en) 2022-02-25

Family

ID=80304931

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111420905.0A Pending CN114090015A (en) 2021-11-26 2021-11-26 Page DSL (digital subscriber line) analysis method, system, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114090015A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106325856A (en) * 2016-08-10 2017-01-11 杭州玳数科技有限公司 Method and system for realizing visualized editing and data presentation of Elasticsearch Dsl rule
CN108733375A (en) * 2018-05-29 2018-11-02 厦门白山耘科技有限公司 Web front-end configuration melts forwarding method, device, storage medium and computer equipment
CN112100550A (en) * 2019-06-17 2020-12-18 北京京东尚科信息技术有限公司 Page construction method and device
CN112506602A (en) * 2020-12-23 2021-03-16 北京百度网讯科技有限公司 Page generation method and device, electronic equipment and computer readable medium
CN112558970A (en) * 2020-12-24 2021-03-26 贵阳货车帮科技有限公司 Rendering generation method and device for front-end page, front-end equipment and storage medium
CN113568709A (en) * 2021-08-02 2021-10-29 北京思明启创科技有限公司 Courseware running method, courseware configuration device, electronic equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106325856A (en) * 2016-08-10 2017-01-11 杭州玳数科技有限公司 Method and system for realizing visualized editing and data presentation of Elasticsearch Dsl rule
CN108733375A (en) * 2018-05-29 2018-11-02 厦门白山耘科技有限公司 Web front-end configuration melts forwarding method, device, storage medium and computer equipment
CN112100550A (en) * 2019-06-17 2020-12-18 北京京东尚科信息技术有限公司 Page construction method and device
CN112506602A (en) * 2020-12-23 2021-03-16 北京百度网讯科技有限公司 Page generation method and device, electronic equipment and computer readable medium
CN112558970A (en) * 2020-12-24 2021-03-26 贵阳货车帮科技有限公司 Rendering generation method and device for front-end page, front-end equipment and storage medium
CN113568709A (en) * 2021-08-02 2021-10-29 北京思明启创科技有限公司 Courseware running method, courseware configuration device, electronic equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李明革: "《Android手机应用程序开发》", 31 August 2014, 东北师范大学出版社, pages: 56 - 62 *

Similar Documents

Publication Publication Date Title
CN108280023B (en) Task execution method and device and server
US20130104100A1 (en) Scripting Language for Business Applications
EP2827244A1 (en) Extension mechanism for scripting language compiler
WO2018045753A1 (en) Method and device for distributed graph computation
CN111124379B (en) Page generation method and device, electronic equipment and storage medium
JP5677319B2 (en) Web-based diagram visual extensibility
US20090328016A1 (en) Generalized expression trees
CN113946321B (en) Processing method of computing logic, electronic device and readable storage medium
Gómez-Martínez et al. ArgoSPE: Model-based software performance engineering
CN110968404B (en) Equipment data processing method and device
Li et al. Breeze graph grammar: a graph grammar approach for modeling the software architecture of big data‐oriented software systems
WO2021129812A1 (en) Method and system for running artificial intelligence application, and device
Cleland-Huang et al. Automating performance-related impact analysis through event based traceability
CN114090015A (en) Page DSL (digital subscriber line) analysis method, system, equipment and storage medium
CN109558579A (en) A kind of report form generation method and device
CN113885844A (en) Business service arranging method and related device
CN114816357A (en) Service arrangement system for serving process bank
CN113626001A (en) API dynamic editing method and device based on script
CN111399806B (en) Component management method and device, electronic equipment and storage medium
CN108733377B (en) JS interaction method for webpage end and mobile phone end in App
Kao et al. Designing an XML-based context-aware transformation framework for mobile execution environments using CC/PP and XSLT
EP2690554A2 (en) A method of operating a system for processing data and a system therefor
Cortellessa et al. Three performance models at work: a software designer perspective
Balsamo et al. Towards performance evaluation of mobile systems in UML
CN111832735B (en) Method and system for performing a machine learning process based on templates

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