CN112131846B - Method and system for transmitting parameters based on mapping relation, electronic device and storage medium - Google Patents

Method and system for transmitting parameters based on mapping relation, electronic device and storage medium Download PDF

Info

Publication number
CN112131846B
CN112131846B CN202010928265.3A CN202010928265A CN112131846B CN 112131846 B CN112131846 B CN 112131846B CN 202010928265 A CN202010928265 A CN 202010928265A CN 112131846 B CN112131846 B CN 112131846B
Authority
CN
China
Prior art keywords
input
parameters
parameter
code table
work order
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010928265.3A
Other languages
Chinese (zh)
Other versions
CN112131846A (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.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN202010928265.3A priority Critical patent/CN112131846B/en
Publication of CN112131846A publication Critical patent/CN112131846A/en
Application granted granted Critical
Publication of CN112131846B publication Critical patent/CN112131846B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method and a system for transmitting parameters based on a mapping relation, an electronic device and a storage medium, belonging to the technical field of parameter processing, and comprising the following steps: according to the service requirement and the work order form, configuring an SQL statement, a related parameter code table and a work order form template; retrieving the work orders to be processed from the database, performing SQL editing on the work orders, and using the input parameters in the editing process "means; resolving names of input parameters in the worksheet editing process based on the configuration SQL statement; according to the name of the input parameter, the input parameter is associated with a related parameter code table, and the associated input parameter is input into a worksheet form; and analyzing the parameter values of the input parameters in the worksheet according to the recorded worksheet form. The parameter transmission method, the parameter transmission system, the electronic device and the storage medium provided by the invention improve the work order processing efficiency.

Description

Method and system for transmitting parameters based on mapping relation, electronic device and storage medium
Technical Field
The invention belongs to the technical field of parameter processing, and particularly relates to a parameter transmission method and system based on a mapping relation, an electronic device and a storage medium.
Background
When an operation and maintenance person processes a work order, a common practice is to write a large number of script sentences and Shell scripts for processing different services to analyze and process the services. When SQL scripts are different in participation, the SQL scripts need to be frequently modified, and script maintenance and management are not facilitated.
Disclosure of Invention
In view of the above problems, the present invention provides a method and system for performing parameter transmission based on a mapping relationship, an electronic device, and a storage medium, including:
According to the service requirement and the work order form, configuring an SQL statement, a related parameter code table and a work order form template;
Retrieving the work orders to be processed from the database, performing SQL editing on the work orders, and using the input parameters in the editing process? "means;
Resolving names of input parameters in the worksheet editing process based on the configuration SQL statement;
associating the input parameters with the related parameter code table, and entering the associated input parameters into the worksheet form template;
And analyzing the parameter values of the input parameters in the worksheet according to the entered worksheet form.
Preferably, the step of associating the input parameter with the relevant parameter code table includes:
According to the parameters "? The input sequence of the' is that parameters consistent with the names of the input parameters are selected from the related parameter code table;
If the related parameter code table does not store the parameters consistent with the names of the input parameters, adding the parameters into the related parameter code table;
And if the related parameter code table stores parameters consistent with the names of the input parameters, the input parameters are associated with the parameters in the related parameter code table one by one according to the input sequence.
Preferably, the step of entering the work order form template after association is as follows:
and each input parameter is stored in the work order form template according to the template, the node and the input sequence of the input parameter in the work order form template.
Preferably, the step of analyzing the parameter values of the input parameters in the work order according to the recorded work order form template comprises the following steps:
Finding out a parameter name corresponding to the input parameter in the work order form template according to the template, the node and the input sequence of the input parameter in the work order form template;
Acquiring a corresponding parameter value according to the characteristics of the parameter name;
and filling the acquired parameter values into the input parameters of the work order according to the input sequence.
Preferably, the related parameter code table is a wf_ RELPARAM _ DICT code table, and the code table types are classified into static parameters and dynamic parameters.
Preferably, the worksheet table template is a wf_ NODEINPARAM _rel table.
The system for transmitting parameters based on the mapping relation provided by the embodiment of the invention comprises the following components:
the SQL sentence execution module is used for acquiring the name of the input parameter according to SQL grammar;
the related parameter code table determining module is used for carrying out statistical analysis on the work order data and determining related parameters of the work order;
the work order form template configuration module is used for configuring the work order form template;
And the main control program is used for calling the SQL statement execution module, the related parameter code table determination module and the work order form template configuration module to finish the editing processing of the work order.
The computing device provided by the embodiment of the invention comprises at least one processing unit and at least one storage unit, wherein the storage unit stores a computer program, and when the program is executed by the processing unit, the processing unit is caused to execute the method.
A computer readable storage medium storing a computer program executable by a computing device, which when run on the computing device causes the computing device to perform the method described above.
Compared with the prior art, the invention has the beneficial effects that:
according to the parameter transmission method, the operability and efficiency of SQL configuration are improved, the work order processing efficiency is further improved, and the labor force of operation and maintenance personnel is liberated.
Drawings
FIG. 1 is a schematic diagram of a hardware architecture of an electronic device according to the present invention;
FIG. 2 is a schematic diagram of the module of the present invention;
Fig. 3 is a schematic flow chart of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
In the description of the present invention, it should be noted that the directions or positional relationships indicated by the terms "center", "upper", "lower", "left", "right", "vertical", "horizontal", "inner", "outer", etc. are based on the directions or positional relationships shown in the drawings, are merely for convenience of describing the present invention and simplifying the description, and do not indicate or imply that the devices or elements referred to must have a specific orientation, be configured and operated in a specific orientation, and thus should not be construed as limiting the present invention. Furthermore, the terms "first," "second," and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
In the description of the present invention, it should also be noted that, unless explicitly specified and limited otherwise, the terms "mounted," "connected," and "connected" are to be construed broadly, and may be either fixedly connected, detachably connected, or integrally connected, for example; can be mechanically or electrically connected; can be directly connected or indirectly connected through an intermediate medium, and can be communication between two elements. The specific meaning of the above terms in the present invention will be understood in specific cases by those of ordinary skill in the art.
Referring to fig. 1, a schematic diagram of an alternative hardware architecture of an electronic device 1 according to the present invention is shown.
In this embodiment, the electronic device 1 may include, but is not limited to, a memory 11, a processor 12, and a network interface 13, which may be communicatively connected to each other through a system bus. It is noted that fig. 1 only shows an electronic device 1 with components 11-13, but it is understood that not all shown components are required to be implemented, and that more or fewer components may alternatively be implemented.
The electronic device 1 may be a server, a PC (Personal Computer ), or a terminal device such as a smart phone, a tablet computer, a palm computer, a portable computer, etc. The server may be a rack server, a blade server, a tower server, or a cabinet server, and may be an independent server or a server cluster formed by a plurality of servers.
The memory 11 includes at least one type of readable storage medium including flash memory, hard disk, multimedia card, card memory (e.g., SD or DX memory, etc.), random Access Memory (RAM), static Random Access Memory (SRAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), programmable Read Only Memory (PROM), magnetic memory, magnetic disk, optical disk, etc. In some embodiments, the storage 11 may be an internal storage unit of the electronic device 1, such as a hard disk or a memory of the electronic device 1. In other embodiments, the memory 11 may also be an external storage device of the electronic apparatus 1, such as a plug-in hard disk, a smart memory card (SMART MEDIA CARD, SMC), a Secure Digital (SD) card, a flash memory card (FLASH CARD) or the like, which are provided on the electronic apparatus 1. Of course, the memory 11 may also comprise both an internal memory unit and an external memory device of the electronic apparatus 1. In this embodiment, the memory 11 is generally used for storing an operating system and various application software installed in the electronic device 1, such as program codes of the Hive tabulation system 200. Further, the memory 11 may be used to temporarily store various types of data that have been output or are to be output.
The processor 12 may be a central processing unit (Central Processing Unit, CPU), controller, microcontroller, microprocessor, or other data processing chip in some embodiments. The processor 12 is typically used to control the overall operation of the electronic device 1. In this embodiment, the processor 12 is configured to execute the program code or process data stored in the memory 11, for example, execute the system 2 for performing parameter transmission based on the mapping relationship.
The network interface 13 may comprise a wireless network interface or a wired network interface, which network interface 13 is typically used for establishing a communication connection between the electronic apparatus 1 and other electronic devices.
So far, the hardware structure and function of the related device of the present invention have been described in detail. Next, an embodiment of the present invention will be presented based on the above description.
Firstly, the invention provides a system 2 for carrying out parameter transmission based on a mapping relation.
Referring to fig. 2, the system of the present embodiment includes a series of computer program instructions stored on a memory 11 which, when executed by a processor 12, implement the present invention. In some embodiments, the parameter transmission system 2 may be divided into one or more modules based on the particular operations implemented by portions of the computer program instructions. For example, in fig. 2, it includes:
The SQL sentence execution module 21 is configured to obtain the name of the input parameter according to the SQL grammar;
the related parameter code table determining module 22 is configured to perform statistical analysis on the worksheet data, and determine related parameters of the worksheet;
A work order form template configuration module 23 for configuring a work order form template;
And the main control program 24 is used for calling the SQL statement execution module, the related parameter code table determination module and the work order form template configuration module to complete the editing processing of the work order.
In addition, the invention also provides a method for transmitting the parameters based on the mapping relation.
Referring to fig. 3, a schematic flow chart of the present invention is shown, comprising:
According to the service requirement and the work order form, configuring an SQL statement, a related parameter code table and a work order form template;
Specifically, the related parameter code table is a wf_ RELPARAM _ DICT code table, the code table type is divided into static parameters and dynamic parameters, and the work order table template is a wf_ NODEINPARAM _rel table.
Retrieving the work orders to be processed from the database, performing SQL editing on the work orders, and using the input parameters in the editing process? "means;
Specifically, according to the input parameters "? The input sequence of the' selects parameters consistent with the names of the input parameters from the related parameter code table;
If the related parameter code table does not store the parameters consistent with the names of the input parameters, adding the parameters into the related parameter code table;
and the related parameter code table stores parameters consistent with the names of the input parameters, and the input parameters are correspondingly related to the parameters in the related parameter code table one by one according to the input sequence.
Resolving names of input parameters in the worksheet editing process based on the configuration SQL statement;
specifically, each input parameter is stored in the worksheet template according to the template, the node and the input order of the input parameters in the worksheet template.
According to the name of the input parameter, the input parameter is associated with a related parameter code table, and the associated input parameter is input into a worksheet form;
and analyzing the parameter values of the input parameters in the worksheet according to the recorded worksheet form.
Specifically, the parameter names of the corresponding input parameters are found out in the work order form template according to the input sequence of the template, the nodes and the input parameters in the work order form template;
Acquiring a corresponding parameter value according to the characteristics of the parameter name;
and filling the acquired parameter values into the input parameters of the work order according to the input sequence.
The method for carrying out parameter transmission based on the mapping relation provided by the invention has the advantages that the operability and efficiency of configuring SQL are obviously improved, and the operation and maintenance personnel can flexibly write SQL to carry out work order processing, so that the work order processing efficiency is improved, and the labor force of the operation and maintenance personnel is liberated.
The above is only a preferred embodiment of the present invention, and is not intended to limit the present invention, but various modifications and variations can be made to the present invention by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (7)

1. The method for transmitting the parameters based on the mapping relation is characterized by comprising the following steps:
According to the service requirement and the work order form, configuring an SQL statement, a related parameter code table and a work order form template;
Retrieving the work orders to be processed from the database, performing SQL editing on the work orders, and using the input parameters in the editing process? "means;
Resolving names of input parameters in the worksheet editing process based on the configuration SQL statement;
according to the name of the input parameter, the input parameter is associated with the related parameter code table, and the associated input parameter is input into the worksheet form;
Analyzing the parameter values of the input parameters in the worksheet according to the entered worksheet form;
wherein, the step of associating the input parameters with the related parameter code table comprises the following steps:
According to the parameters "? The input sequence of the' is that parameters consistent with the names of the input parameters are selected from the related parameter code table;
If the related parameter code table does not store the parameters consistent with the names of the input parameters, adding the parameters into the related parameter code table;
The related parameter code table stores parameters consistent with the names of the input parameters, and the input parameters are related to the parameters in the related parameter code table one by one according to the input sequence;
the step of entering the worksheet form template after association is as follows:
and each input parameter is stored in the work order form template according to the template, the node and the input sequence of the input parameter in the work order form template.
2. The method for parameter transmission based on mapping relation according to claim 1, wherein the step of analyzing parameter values of input parameters in the work order according to the entered work order form template is characterized in that:
Finding out a parameter name corresponding to the input parameter in the work order form template according to the template, the node and the input sequence of the input parameter in the work order form template;
Acquiring a corresponding parameter value according to the characteristics of the parameter name;
and filling the acquired parameter values into the input parameters of the work order according to the input sequence.
3. The method for performing parameter transmission based on mapping relation according to claim 1, wherein the related parameter code table is a wf_ RELPARAM _ DICT code table, and the code table types are divided into static parameters and dynamic parameters.
4. The method for performing parameter transmission based on mapping relation according to claim 1, wherein the worksheet table template is a wf_ NODEINPARAM _rel table.
5. A system for performing parameter transmission based on a mapping relationship, comprising:
The SQL sentence execution module is used for acquiring the name of the input parameter according to the SQL grammar;
the related parameter code table determining module is used for carrying out statistical analysis on the work order data and determining related parameters of the work order;
the work order form template configuration module is used for configuring the work order form template;
The main control program is used for calling the SQL statement execution module, the related parameter code table determination module and the work order form template configuration module to finish editing the work order;
wherein, the step of associating the input parameters with the related parameter code table comprises the following steps:
According to the parameters "? The input sequence of the' is that parameters consistent with the names of the input parameters are selected from the related parameter code table;
If the related parameter code table does not store the parameters consistent with the names of the input parameters, adding the parameters into the related parameter code table;
The related parameter code table stores parameters consistent with the names of the input parameters, and the input parameters are related to the parameters in the related parameter code table one by one according to the input sequence;
the step of entering the worksheet form template after association is as follows:
and each input parameter is stored in the work order form template according to the template, the node and the input sequence of the input parameter in the work order form template.
6. An electronic device comprising at least one processing unit and at least one storage unit, wherein the storage unit stores a computer program which, when executed by the processing unit, causes the processing unit to perform the method of any of claims 1-4.
7. A storage medium storing a computer program executable by a computing device, the program when run on the computing device causing the computing device to perform the method of any one of claims 1-4.
CN202010928265.3A 2020-09-07 2020-09-07 Method and system for transmitting parameters based on mapping relation, electronic device and storage medium Active CN112131846B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010928265.3A CN112131846B (en) 2020-09-07 2020-09-07 Method and system for transmitting parameters based on mapping relation, electronic device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010928265.3A CN112131846B (en) 2020-09-07 2020-09-07 Method and system for transmitting parameters based on mapping relation, electronic device and storage medium

Publications (2)

Publication Number Publication Date
CN112131846A CN112131846A (en) 2020-12-25
CN112131846B true CN112131846B (en) 2024-06-04

Family

ID=73848306

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010928265.3A Active CN112131846B (en) 2020-09-07 2020-09-07 Method and system for transmitting parameters based on mapping relation, electronic device and storage medium

Country Status (1)

Country Link
CN (1) CN112131846B (en)

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101094100A (en) * 2007-06-01 2007-12-26 中兴通讯股份有限公司 Method and device for processing 'put into operation' command for service of electronical work sheet
CN101316296A (en) * 2007-05-29 2008-12-03 中兴通讯股份有限公司 Method and system for managing generation of multiple electronic work orders
CN101645075A (en) * 2009-09-07 2010-02-10 浪潮集团山东通用软件有限公司 Method for realizing general data list based on XML and dynamic script file configuration
CN104346334A (en) * 2013-07-23 2015-02-11 上海化工宝电子商务有限公司 Remote visual interface database system
CN105117441A (en) * 2015-08-11 2015-12-02 北京思特奇信息技术股份有限公司 Data work order processing method and system
CN106326121A (en) * 2016-08-22 2017-01-11 上海亿账通互联网科技有限公司 Method for automatically generating test script and terminal
CN107480280A (en) * 2017-08-22 2017-12-15 金蝶软件(中国)有限公司 The method and relevant device of a kind of data processing
CN108255967A (en) * 2017-12-26 2018-07-06 平安科技(深圳)有限公司 Call method, device, storage medium and the terminal of storing process
CN108829884A (en) * 2018-06-27 2018-11-16 中国建设银行股份有限公司 data mapping method and device
WO2019000698A1 (en) * 2017-06-25 2019-01-03 平安科技(深圳)有限公司 Method and system for generating sql statement, electronic apparatus and readable storage medium
CN109522324A (en) * 2018-11-02 2019-03-26 平安医疗健康管理股份有限公司 A kind of SQL scenario generation method, device and computer equipment
CN109768878A (en) * 2018-11-28 2019-05-17 中通服建设有限公司 A kind of network work order calculation method and device based on big data
CN110083650A (en) * 2019-04-25 2019-08-02 中电科嘉兴新型智慧城市科技发展有限公司 A kind of data-query interfaces automatic generation method and system based on metadata self-discovery
CN110134705A (en) * 2018-02-09 2019-08-16 中国移动通信集团有限公司 A kind of data query method, cache server and terminal
CN110263016A (en) * 2019-05-20 2019-09-20 平安普惠企业管理有限公司 Data processing method, terminal device and computer storage medium
CN110347741A (en) * 2019-07-18 2019-10-18 普元信息技术股份有限公司 The system and its control method of the outputting result quality of data are effectively promoted in big data treatment process
CN110399309A (en) * 2019-08-02 2019-11-01 中国工商银行股份有限公司 A kind of test data generating method and device
CN111459916A (en) * 2020-04-16 2020-07-28 中国银行股份有限公司 GBASE and ORAC L E database table comparison method and system

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101316296A (en) * 2007-05-29 2008-12-03 中兴通讯股份有限公司 Method and system for managing generation of multiple electronic work orders
CN101094100A (en) * 2007-06-01 2007-12-26 中兴通讯股份有限公司 Method and device for processing 'put into operation' command for service of electronical work sheet
CN101645075A (en) * 2009-09-07 2010-02-10 浪潮集团山东通用软件有限公司 Method for realizing general data list based on XML and dynamic script file configuration
CN104346334A (en) * 2013-07-23 2015-02-11 上海化工宝电子商务有限公司 Remote visual interface database system
CN105117441A (en) * 2015-08-11 2015-12-02 北京思特奇信息技术股份有限公司 Data work order processing method and system
CN106326121A (en) * 2016-08-22 2017-01-11 上海亿账通互联网科技有限公司 Method for automatically generating test script and terminal
WO2019000698A1 (en) * 2017-06-25 2019-01-03 平安科技(深圳)有限公司 Method and system for generating sql statement, electronic apparatus and readable storage medium
CN107480280A (en) * 2017-08-22 2017-12-15 金蝶软件(中国)有限公司 The method and relevant device of a kind of data processing
CN108255967A (en) * 2017-12-26 2018-07-06 平安科技(深圳)有限公司 Call method, device, storage medium and the terminal of storing process
CN110134705A (en) * 2018-02-09 2019-08-16 中国移动通信集团有限公司 A kind of data query method, cache server and terminal
CN108829884A (en) * 2018-06-27 2018-11-16 中国建设银行股份有限公司 data mapping method and device
CN109522324A (en) * 2018-11-02 2019-03-26 平安医疗健康管理股份有限公司 A kind of SQL scenario generation method, device and computer equipment
CN109768878A (en) * 2018-11-28 2019-05-17 中通服建设有限公司 A kind of network work order calculation method and device based on big data
CN110083650A (en) * 2019-04-25 2019-08-02 中电科嘉兴新型智慧城市科技发展有限公司 A kind of data-query interfaces automatic generation method and system based on metadata self-discovery
CN110263016A (en) * 2019-05-20 2019-09-20 平安普惠企业管理有限公司 Data processing method, terminal device and computer storage medium
CN110347741A (en) * 2019-07-18 2019-10-18 普元信息技术股份有限公司 The system and its control method of the outputting result quality of data are effectively promoted in big data treatment process
CN110399309A (en) * 2019-08-02 2019-11-01 中国工商银行股份有限公司 A kind of test data generating method and device
CN111459916A (en) * 2020-04-16 2020-07-28 中国银行股份有限公司 GBASE and ORAC L E database table comparison method and system

Also Published As

Publication number Publication date
CN112131846A (en) 2020-12-25

Similar Documents

Publication Publication Date Title
CN109474578B (en) Message checking method, device, computer equipment and storage medium
CN110795455B (en) Dependency analysis method, electronic device, computer apparatus, and readable storage medium
CN110704521A (en) Interface data access method and system
CN110928802A (en) Test method, device, equipment and storage medium based on automatic generation of case
CN112328631A (en) Production fault analysis method and device, electronic equipment and storage medium
CN112636957A (en) Early warning method and device based on log, server and storage medium
CN112631924A (en) Automatic testing method and device, computer equipment and storage medium
CN112860706A (en) Service processing method, device, equipment and storage medium
CN110932918A (en) Log data acquisition method and device and storage medium
CN110618990B (en) List report setting method, system and list report acquisition method
CN108959508B (en) SQL data generation method and device
CN111367982A (en) Method and device for importing TRIRIGA basic data, computer equipment and storage medium
CN110647564A (en) Hive table establishing method, electronic device and computer readable storage medium
CN116644035B (en) File batch warehousing method, device, equipment and storage medium
CN112131846B (en) Method and system for transmitting parameters based on mapping relation, electronic device and storage medium
CN116074183B (en) C3 timeout analysis method, device and equipment based on rule engine
WO2019080419A1 (en) Method for building standard knowledge base, electronic device, and storage medium
CN109558300B (en) Whole cabinet alarm processing method and device, terminal and storage medium
CN115658968A (en) Service data number making method and device, electronic equipment and readable storage medium
CN114996758A (en) Data desensitization method and device and electronic equipment
CN113435830A (en) Mail information summarizing method, system, electronic device and storage medium
CN113392131A (en) Data processing method and device and computer equipment
CN112905635A (en) Service processing method, device, equipment and storage medium
CN113868138A (en) Method, system, equipment and storage medium for acquiring test data
CN111352818A (en) Application program performance analysis method and device, storage medium and electronic equipment

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