CN115357281A - Execution method and device based on expression and storage medium - Google Patents

Execution method and device based on expression and storage medium Download PDF

Info

Publication number
CN115357281A
CN115357281A CN202210975605.7A CN202210975605A CN115357281A CN 115357281 A CN115357281 A CN 115357281A CN 202210975605 A CN202210975605 A CN 202210975605A CN 115357281 A CN115357281 A CN 115357281A
Authority
CN
China
Prior art keywords
expression
data sequence
determining
target service
services
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
CN202210975605.7A
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.)
Debang Securities Co ltd
Original Assignee
Debang Securities 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 Debang Securities Co ltd filed Critical Debang Securities Co ltd
Priority to CN202210975605.7A priority Critical patent/CN115357281A/en
Publication of CN115357281A publication Critical patent/CN115357281A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

Landscapes

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

Abstract

The application discloses an execution method and device based on an expression and a storage medium. The execution method based on the expression comprises the following steps: pre-configuring a first expression corresponding to a plurality of services, and pre-compiling the first expression to generate a corresponding first data sequence; determining a second data sequence corresponding to the target service from the first data sequence; and obtaining an execution result according to the second data sequence.

Description

Execution method and device based on expression and storage medium
Technical Field
The present application relates to the field of information technology, and in particular, to an execution method and apparatus based on an expression, and a storage medium.
Background
Currently, many requirements are subject to some functional or logical adjustments due to changes and developments in business, and each adjustment, if hard-coded, requires code development and service release. In order to solve the above problems, there are two main methods in the prior art: the first method is mainly a mode of configuring variable parameters of cores through database fields or a json format, and the mode can be accurate to specific index configuration and is friendly to services, but does not support common logic control, and service logic must be hard-coded in codes, so that the efficiency is reduced. The second one is mainly to realize configurability through various expressions and can realize more complicated logic control, but because of the related coding knowledge, the method is not very friendly to common service personnel and is not very convenient to debug.
In view of the above technical problems of low efficiency and difficult debugging caused by frequent changes of business logic in the prior art, no effective solution has been proposed at present.
Disclosure of Invention
Embodiments of the present application provide an expression-based execution method, an expression-based execution device, and a storage medium, so as to solve at least the technical problems of low efficiency and difficult debugging caused by frequent changes of business logic in the prior art.
According to an aspect of an embodiment of the present application, there is provided an expression-based execution method, including: pre-configuring a first expression corresponding to a plurality of services, and pre-compiling the first expression to generate a corresponding first data sequence; determining a second data sequence corresponding to the target service from the first data sequence; and obtaining an execution result according to the second data sequence.
According to another aspect of embodiments of the present application, there is also provided a storage medium including a stored program, wherein the method of any one of the above is performed by a processor when the program is run.
According to another aspect of the embodiments of the present application, there is also provided an execution apparatus based on an expression, including: the first generation module is used for configuring a first expression corresponding to the plurality of services in advance, and pre-compiling the first expression to generate a corresponding first data sequence; the sequence determining module is used for determining a second data sequence corresponding to the target service from the first data sequence; and the second generation module is used for obtaining an execution result according to the second data sequence.
According to another aspect of the embodiments of the present application, there is also provided an execution apparatus based on an expression, including: a processor; and a memory coupled to the processor for providing instructions to the processor for processing the following processing steps: pre-configuring a first expression corresponding to a plurality of services, and pre-compiling the first expression to generate a corresponding first data sequence; determining a second data sequence corresponding to the target service from the first data sequence; and obtaining an execution result according to the second data sequence.
In the embodiment of the application, the computing device precompiles all expressions and stores the generated first data sequence. Therefore, when the expression is needed to realize the service or carry out logical adjustment, the expression does not need to be precompiled in real time. And the service function is realized in an expression mode, so that the service function can be quickly realized without coding, and the development efficiency is improved. In addition, the technical scheme configures the expression by dragging the parameter tag, the logic judgment is displayed more intuitively, common service personnel can configure the expression, code debugging is not needed, and the applicability of the expression is ensured. And the technical problems of low efficiency and difficult debugging caused by frequent change of business logic in the prior art are solved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a hardware block diagram of a computing device for implementing the method according to embodiment 1 of the present application;
fig. 2 is a schematic flowchart of an expression-based execution method according to a first aspect of embodiment 1 of the present application;
fig. 3 is a further flowchart of the expression-based execution method according to the first aspect of embodiment 1 of the present application;
fig. 4 is a schematic diagram of an expression-based execution apparatus according to embodiment 2 of the present application; and
fig. 5 is a schematic diagram of an expression-based execution apparatus according to embodiment 3 of the present application.
Detailed Description
In order to make those skilled in the art better understand the technical solutions of the present application, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application. It is to be understood that the embodiments described are merely exemplary of some, and not all, of the present application. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making any creative effort shall fall within the protection scope of the present application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Example 1
According to the present embodiment, there is provided a method embodiment of an expression-based execution method, it should be noted that the steps shown in the flowchart of the figure may be executed in a computer system such as a set of computer-executable instructions, and that while a logical order is shown in the flowchart, in some cases, the steps shown or described may be executed in an order different from that here.
The method embodiments provided by the present embodiment may be executed in a mobile terminal, a computer terminal, a server or a similar computing device. Fig. 1 shows a hardware configuration block diagram of a computing device for implementing an expression-based execution method. As shown in fig. 1, the computing device may include one or more processors (which may include, but are not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA), a memory for storing data, and a transmission device for communication functions. Besides, the method can also comprise the following steps: a display, an input/output interface (I/O interface), a Universal Serial Bus (USB) port (which may be included as one of the ports of the I/O interface), a network interface, a power source, and/or a camera. It will be understood by those skilled in the art that the structure shown in fig. 1 is only an illustration and is not intended to limit the structure of the electronic device. For example, the computing device may also include more or fewer components than shown in FIG. 1, or have a different configuration than shown in FIG. 1.
It should be noted that the one or more processors and/or other data processing circuitry described above may be referred to generally herein as "data processing circuitry". The data processing circuitry may be embodied in whole or in part in software, hardware, firmware, or any combination thereof. Further, the data processing circuitry may be a single, stand-alone processing module, or incorporated in whole or in part into any of the other elements in the computing device. As referred to in the embodiments of the application, the data processing circuit acts as a processor control (e.g. selection of variable resistance termination paths connected to the interface).
The memory can be used for storing software programs and modules of application software, such as program instructions/data storage devices corresponding to the expression-based execution method in the embodiment of the application, and the processor executes various functional applications and data processing by running the software programs and modules stored in the memory, namely, implementing the expression-based execution method of the application program. The memory may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some instances, the memory may further include memory remotely located from the processor, which may be connected to the computing device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission device is used for receiving or sending data via a network. Specific examples of such networks may include wireless networks provided by communication providers of the computing devices. In one example, the transmission device includes a Network adapter (NIC) that can be connected to other Network devices through a base station so as to communicate with the internet. In one example, the transmission device may be a Radio Frequency (RF) module, which is used for communicating with the internet in a wireless manner.
The display may be, for example, a touch screen type Liquid Crystal Display (LCD) that may enable a user to interact with a user interface of the computing device.
It should be noted that in some alternative embodiments, the computing device illustrated in fig. 1 may include hardware elements (including circuitry), software elements (including computer code stored on a computer-readable medium), or a combination of both hardware and software elements. It should be noted that FIG. 1 is only one example of a particular specific example and is intended to illustrate the types of components that may be present in the computing devices described above.
Under the above operating environment, according to a first aspect of the present embodiment, there is provided an expression-based execution method implemented by the computing apparatus shown in fig. 1. Fig. 2 shows a flow diagram of the method, which, with reference to fig. 2, comprises:
s202: pre-configuring a first expression corresponding to a plurality of services, and pre-compiling the first expression to generate a corresponding first data sequence;
s204: determining a second data sequence corresponding to the target service from the first data sequence; and
s206: and obtaining an execution result according to the second data sequence.
Specifically, the background configuration system is preset with a plurality of tags for configuring the expression, and the computing device drags the tags to combine the tags into the expression (i.e., the first expression). The first expression is used for generating business logic, and the number of the first expression is multiple. Therefore, the computing equipment configures the first expressions corresponding to all the services in advance through the background configuration system. The first expression is then precompiled to generate a corresponding data sequence (i.e., a first data sequence), which may be, for example, an MD5 value.
Further, to implement the target service, the computing device determines an expression (i.e., a second expression) corresponding to the target service according to the service ID of the target service, and obtains a data sequence (i.e., a second data sequence) corresponding to the expression (i.e., the second expression) from all the first expressions.
Further, the computing device executes the data sequence corresponding to the target service to obtain a corresponding execution result, thereby completing development of the target service.
As described in the background, many demands today have some functional or logical adjustments due to business changes and developments, and if hard coded, each adjustment requires development of code and release of services. In order to solve the above problems, there are two main methods in the prior art: the first method is mainly a method of configuring some core variable parameters through database fields or through json format, which can be precise to specific index configuration, is friendly to service, but does not support common logic control, and the service logic must be hard-coded in codes, thereby resulting in reduced efficiency. The second one is mainly to realize configurability through various expressions and can realize more complicated logic control, but because of the coding knowledge, the method is not very friendly to common business personnel and is not very convenient to debug.
For the above technical problem, according to the technical solution of the embodiment of the present application, the computing device performs pre-compilation on all expressions, and stores the generated first data sequence. Therefore, when the expression is needed to realize service or carry out logic adjustment, the expression does not need to be precompiled in real time. And the service function is realized in an expression mode, so that the service function can be quickly realized without coding, and the development efficiency is improved. In addition, the technical scheme configures the expression by dragging the parameter tag, the logic judgment is displayed more intuitively, common service personnel can configure the expression, code debugging is not needed, and the applicability of the expression is ensured. And the technical problems of low efficiency and difficult debugging caused by frequent change of business logic in the prior art are solved.
Optionally, the operation of determining a second data sequence corresponding to the target service from the first data sequence includes: determining a corresponding second expression according to the target service; generating a corresponding hash value according to the second expression; and determining a second data sequence from the first data sequence according to the hash value.
Specifically, referring to fig. 3, the computing device determines an expression (i.e., a second expression) corresponding to the business target according to the ID of the business target. And then the computing equipment generates a hash value of the expression according to the expression, and matches the hash value with all the key values of the first data sequence according to the hash value, so as to inquire the data sequence (namely, the second data sequence) corresponding to the hash value. Wherein each first data sequence has a unique corresponding key value, and wherein the key value is a hash value.
In addition, under the condition that the computing device does not inquire the data sequence corresponding to the hash value, the computing device can directly generate a corresponding data sequence according to the second expression corresponding to the target service and store the data sequence.
Therefore, the technical scheme queries the pre-stored data sequence through the hash value, thereby improving the query efficiency and speed.
Optionally, the method further comprises: the first data sequence is stored to a database and/or a cache.
Specifically, after generating the first data sequence, the computing device stores the first data sequence in a database and/or a cache, generates a key value uniquely corresponding to the first data sequence, and stores the key value together. The computing device may then retrieve the data sequence corresponding to the target service from a database or cache. Therefore, the technical scheme stores the data sequence, so that the safety of the data sequence is improved.
Optionally, the method further comprises: and under the condition that a first expression corresponding to a plurality of services is configured in advance, checking the first expression.
Specifically, after configuring a first expression corresponding to a plurality of services, the computing device checks the syntax and logic of the first expression, thereby performing correctness check on the first expression. After the computing device verifies the first expression, if the first expression is judged to have grammatical or logical errors, corresponding error positions and reasons can be returned, and therefore the first expression can be corrected.
Therefore, on the premise of confirming the correctness of grammar and logic, the technical scheme can update the cache in real time according to the service function, and immediately take effect, thereby achieving the capability of hot deployment.
In addition, the scheme provides simple logic control based on MVEL expression to achieve a certain light code function, and the method comprises the following steps:
1. the background configuration system configures the expression of the corresponding service according to the service rule and stores the expression into the database and the cache
2. Firstly, an expression corresponding to the current service is inquired from a database or a cache.
3. And inquiring whether a precompiled expression exists locally or not according to the corresponding expression. If the expression exists, the expression is directly taken out to be executed, if the expression does not exist, the expression is precompiled, and the precompiled expression is stored in a cache.
4. And executing the precompiled expression by the combined input parameter input expression and obtaining a result.
5. And triggering the corresponding business logic according to the expression result.
And aiming at the configuration expression in the first step, configuring input parameters, pre-compiling in advance, checking grammar and hot updating the pre-compiled codes to a corresponding server aiming at each service.
The query and precompiled code for the Mvel expression is as follows:
Figure BDA0003798339170000071
Figure BDA0003798339170000081
Figure BDA0003798339170000091
the key value used by the local cache is the md5 value of the native expression, so that the uniqueness of the corresponding cache can be ensured once the native expression is modified.
Further, referring to fig. 1, according to a second aspect of the present embodiment, there is provided a storage medium. The storage medium comprises a stored program, wherein the method of any of the above is performed by a processor when the program is run.
Thus, according to the present embodiment, the computing device precompiles all of the expressions and stores the generated first data sequence. Therefore, when the expression is needed to realize the service or carry out logical adjustment, the expression does not need to be precompiled in real time. And the service function is realized in an expression mode, so that the service function can be quickly realized without coding, and the development efficiency is improved. In addition, the technical scheme configures the expression by dragging the parameter tag, so that the logic judgment is displayed more intuitively, common service personnel can configure the expression, code debugging is not needed, and the applicability of the expression is ensured. And the technical problems of low efficiency and difficult debugging caused by frequent change of business logic in the prior art are solved.
It should be noted that, for simplicity of description, the above-mentioned method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the order of acts, as some steps may occur in other orders or concurrently in accordance with the invention. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required by the invention.
Through the above description of the embodiments, those skilled in the art can clearly understand that the method according to the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better implementation mode in many cases. Based on such understanding, the technical solutions of the present invention or portions thereof contributing to the prior art may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (which may be a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
Example 2
Fig. 4 shows an apparatus 400 for an expression-based execution method according to the first aspect of the present embodiment, the apparatus 400 corresponding to the method according to the first aspect of embodiment 1. Referring to fig. 4, the apparatus 400 includes: a first generating module 410, configured to pre-configure first expressions corresponding to multiple services, perform pre-compilation on the first expressions, and generate corresponding first data sequences; a sequence determining module 420, configured to determine a second data sequence corresponding to the target service from the first data sequence; and a second generating module 430, configured to obtain an execution result according to the second data sequence.
Optionally, the operation of determining a second data sequence corresponding to the target service from the first data sequence includes: the first determining submodule is used for determining a corresponding second expression according to the target service; the first generation submodule is used for generating a corresponding hash value according to the second expression; and a second determining submodule for determining a second data sequence from the first data sequence based on the hash value.
Optionally, the apparatus further comprises: and the storage module is used for storing the first data sequence to a database and/or a cache.
Optionally, the apparatus further comprises: and the checking module is used for checking the first expression under the condition that the first expression corresponding to the plurality of services is configured in advance.
Thus, according to the present embodiment, the computing device precompiles all of the expressions and stores the generated first data sequence. Therefore, when the expression is needed to realize the service or carry out logical adjustment, the expression does not need to be precompiled in real time. And the service function is realized in an expression mode, so that the service function can be quickly realized without coding, and the development efficiency is improved. In addition, the technical scheme configures the expression by dragging the parameter tag, so that the logic judgment is displayed more intuitively, common service personnel can configure the expression, code debugging is not needed, and the applicability of the expression is ensured. And the technical problems of low efficiency and difficult debugging caused by frequent change of business logic in the prior art are solved.
Example 3
Fig. 5 shows an apparatus 500 for an expression-based execution method according to the first aspect of the present embodiment, the apparatus 500 corresponding to the method according to the first aspect of embodiment 1. Referring to fig. 5, the apparatus 500 includes: a processor 510; and a memory 520 coupled to processor 510 for providing processor 510 with instructions to process the following process steps: pre-configuring a first expression corresponding to a plurality of services, and pre-compiling the first expression to generate a corresponding first data sequence; determining a second data sequence corresponding to the target service from the first data sequence; and obtaining an execution result according to the second data sequence.
Optionally, the operation of determining a second data sequence corresponding to the target service from the first data sequence includes: determining a corresponding second expression according to the target service; generating a corresponding hash value according to the second expression; and determining a second data sequence from the first data sequence according to the hash value.
Optionally, the apparatus further comprises: the first data sequence is stored to a database and/or a cache.
Optionally, the apparatus further comprises: and under the condition that a first expression corresponding to a plurality of services is configured in advance, checking the first expression.
Thus, according to the present embodiment, the computing device precompiles all of the expressions and stores the generated first data sequence. Therefore, when the expression is needed to realize service or carry out logic adjustment, the expression does not need to be precompiled in real time. And the service function is realized in an expression mode, so that the service function can be quickly realized without coding, and the development efficiency is improved. In addition, the technical scheme configures the expression by dragging the parameter tag, the logic judgment is displayed more intuitively, common service personnel can configure the expression, code debugging is not needed, and the applicability of the expression is ensured. And the technical problems of low efficiency and difficult debugging caused by frequent change of business logic in the prior art are solved.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
In the above embodiments of the present invention, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed technical content can be implemented in other manners. The above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one type of logical functional division, and other divisions may be implemented in practice, for example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one position, or may be distributed on multiple network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (10)

1. An expression-based execution method, comprising:
pre-configuring a first expression corresponding to a plurality of services, and pre-compiling the first expression to generate a corresponding first data sequence;
determining a second data sequence corresponding to the target service from the first data sequence; and
and obtaining an execution result according to the second data sequence.
2. The method of claim 1, wherein the operation of determining a second data sequence corresponding to a target service from the first data sequence comprises:
determining a corresponding second expression according to the target service;
generating a corresponding hash value according to the second expression; and
and determining the second data sequence from the first data sequence according to the hash value.
3. The method of claim 1, further comprising: and storing the first data sequence to a database and/or a cache.
4. The method of claim 1, further comprising:
and under the condition that a first expression corresponding to the plurality of services is configured in advance, verifying the first expression.
5. A storage medium comprising a stored program, wherein the method of any one of claims 1 to 4 is performed by a processor when the program is run.
6. An expression-based execution apparatus, comprising:
the system comprises a first generation module, a second generation module and a third generation module, wherein the first generation module is used for configuring a first expression corresponding to a plurality of services in advance, and pre-compiling the first expression to generate a corresponding first data sequence;
the sequence determining module is used for determining a second data sequence corresponding to the target service from the first data sequence; and
and the second generation module is used for obtaining an execution result according to the second data sequence.
7. The apparatus of claim 6, wherein the operation of determining a second data sequence corresponding to a target service from the first data sequence comprises:
the first determining submodule is used for determining a corresponding second expression according to the target service;
the first generation submodule is used for generating a corresponding hash value according to the second expression; and
a second determining submodule, configured to determine the second data sequence from the first data sequence according to the hash value.
8. The apparatus of claim 6, further comprising: and the storage module is used for storing the first data sequence to a database and/or a cache.
9. The apparatus of claim 6, further comprising:
and the checking module is used for checking the first expression under the condition that the first expression corresponding to the plurality of services is configured in advance.
10. An expression-based execution apparatus, comprising:
a processor; and
a memory coupled to the processor for providing instructions to the processor for processing the following processing steps:
pre-configuring a first expression corresponding to a plurality of services, and pre-compiling the first expression to generate a corresponding first data sequence;
determining a second data sequence corresponding to a target service from the first data sequence; and
and obtaining an execution result according to the second data sequence.
CN202210975605.7A 2022-08-15 2022-08-15 Execution method and device based on expression and storage medium Pending CN115357281A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210975605.7A CN115357281A (en) 2022-08-15 2022-08-15 Execution method and device based on expression and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210975605.7A CN115357281A (en) 2022-08-15 2022-08-15 Execution method and device based on expression and storage medium

Publications (1)

Publication Number Publication Date
CN115357281A true CN115357281A (en) 2022-11-18

Family

ID=84033272

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210975605.7A Pending CN115357281A (en) 2022-08-15 2022-08-15 Execution method and device based on expression and storage medium

Country Status (1)

Country Link
CN (1) CN115357281A (en)

Similar Documents

Publication Publication Date Title
CN102255887B (en) Method and system for providing online services corresponding to multiple mobile devices
CN111510326B (en) Master-slave device configuration information synchronization method, system, terminal device and storage medium
CN110688146A (en) Method, device and storage medium for dynamically configuring monitoring system
CN110781215A (en) Data query method and device and storage medium
CN114398672A (en) Authority-based flow creation method and device and storage medium
CN112988780A (en) Data checking method and device, storage medium and electronic equipment
CN113467777A (en) Path identification method, device and system
CN105656643A (en) Method and equipment for performing compatible management based on network configuration protocol
CN111340911A (en) Method and device for determining connecting line in k-line graph and storage medium
CN115357281A (en) Execution method and device based on expression and storage medium
CN111026995A (en) Method and device for information association between applications and storage medium
CN110597717A (en) Code testing method, device and storage medium
CN111224796A (en) Method, device and storage medium for creating group for specified group object
CN112947954A (en) Interface updating method and device and storage medium
CN115268969A (en) Android system upgrading method and device and terminal equipment
CN115330486A (en) Target order generation method and device
US10979287B2 (en) Method and apparatus for receiving a solution when configuration function verification fails in a terminal
CN115442799A (en) Number query method and device, nonvolatile storage medium and processor
CN110609781A (en) Interface test method, device and storage medium
CN114710317A (en) Identity authentication method and device based on block chain and storage medium
CN114357507A (en) Block chain based product storage and authentication method, device and storage medium
CN112486583A (en) System, method, apparatus and storage medium for configuring parameters
CN111385110B (en) Network management method and device
CN108874553B (en) Message pushing method, device and system, storage medium and processor
CN110888573A (en) Method and device for identifying control 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