CN113791769A - Data value taking method and device for complex structure and electronic equipment - Google Patents

Data value taking method and device for complex structure and electronic equipment Download PDF

Info

Publication number
CN113791769A
CN113791769A CN202111112530.1A CN202111112530A CN113791769A CN 113791769 A CN113791769 A CN 113791769A CN 202111112530 A CN202111112530 A CN 202111112530A CN 113791769 A CN113791769 A CN 113791769A
Authority
CN
China
Prior art keywords
source data
data
temporary variable
variable
merging
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
CN202111112530.1A
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.)
Shanghai Qiyue Information Technology Co Ltd
Original Assignee
Shanghai Qiyue 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 Shanghai Qiyue Information Technology Co Ltd filed Critical Shanghai Qiyue Information Technology Co Ltd
Priority to CN202111112530.1A priority Critical patent/CN113791769A/en
Publication of CN113791769A publication Critical patent/CN113791769A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/443Optimisation
    • G06F8/4434Reducing the memory space required by the program code
    • G06F8/4435Detection or removal of dead or redundant code

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to the technical field of computers, in particular to a data value taking method and device with a complex structure and electronic equipment, wherein the data value taking method comprises the following steps: acquiring initialization source data and a preset variable path; creating a temporary variable according to the preset variable path, and merging the temporary variable and the initialization source data to obtain merged source data; and carrying out recursion value taking on the merged source data according to the preset variable path. The method solves the problem of processing the complex structure, can lead engineers to concentrate on the service, solves the problem of complicated pain point of processing the complex structure by the strong language, and improves the development efficiency.

Description

Data value taking method and device for complex structure and electronic equipment
Technical Field
The invention relates to the technical field of computers, in particular to a data value taking method and device with a complex structure and electronic equipment.
Background
The method is characterized in that the golang is a strong type language, for data reading and writing of a complex structure, an unknown structure must be predicated, for the complex multi-layer structure, a value of the complex structure is obtained, firstly, a problem is faced, for a variable of the unknown complex type, the golang can only obtain the type of an outermost variable, for an inner variable, the unknown type is uniformly used, so that I need to obtain an internal value, and only the data can be predicated layer by layer to obtain a corresponding value. For example, the outer type is a dictionary type, and the stored value is a slice type, but in the prior art, only the dictionary type can be obtained in the first step, the corresponding value in the dictionary type is a variable of any type, the slice type needs to be obtained by asserting the variable of any type, and then the value of the slice type is obtained by indexing the subscript. The data reading and writing of the complex structure is carried out in a mode of requiring layer-by-layer assertion, the code is extremely redundant, and the readability of the code is sharply reduced.
Disclosure of Invention
The invention provides a data value taking method and device for a complex structure and electronic equipment, which are used for improving the processing efficiency of the complex structure and improving the development efficiency.
An embodiment of the present specification provides a data value taking method for a complex structure, including:
acquiring initialization source data and a preset variable path;
creating a temporary variable according to the preset variable path, and merging the temporary variable and the initialization source data to obtain merged source data;
and carrying out recursion value taking on the merged source data according to the preset variable path.
Preferably, before said merging said temporary variable with said initialization source data, the method further comprises:
and assigning the temporary variable to obtain an assigned temporary variable.
Preferably, the merging the temporary variable and the initialization source data includes:
the temporary variable is merged with the initialization source data using recursive, reflective, assertion operations.
Preferably, the performing recursive dereferencing on the merged source data according to the preset variable path includes:
and returning a preset data value when the target data value does not exist in the merged source data.
Preferably, the recursively evaluating the merged source data according to the preset variable path further includes:
and when a target data value exists in the merged source data, returning the target data value.
An embodiment of the present specification further provides a data value taking device with a complex structure, including:
the information acquisition module is used for acquiring initialization source data and a preset variable path;
the data merging module is used for creating a temporary variable according to the preset variable path and merging the temporary variable and the initialization source data to obtain merged source data;
and the value taking module is used for carrying out recursion value taking on the merged source data according to the preset variable path to obtain a target data value.
Preferably, before said merging said temporary variable with said initialization source data, the method further comprises:
and assigning the temporary variable to obtain an assigned temporary variable.
Preferably, the data merging module includes:
a merging unit for merging the temporary variable with the initialization source data using a recursion, reflection, assertion operation.
An electronic device, wherein the electronic device comprises:
a processor and a memory storing a computer executable program which, when executed, causes the processor to perform any of the methods described above.
A computer readable storage medium, wherein the computer readable storage medium stores one or more programs which, when executed by a processor, implement the method of any of the above.
The method solves the problem of processing the complex structure by utilizing the characteristics of the golang, can lead engineers to concentrate on the business, solves the problem of pain point caused by complicated complex structure processing of the golang strong type language, and improves the development efficiency.
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 schematic diagram illustrating a principle of a data dereferencing method for a complex structure according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a data dereferencing apparatus with a complex structure according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of an electronic device provided in an embodiment of the present disclosure;
fig. 4 is a schematic diagram of a computer-readable medium provided in an embodiment of the present specification.
Detailed Description
Exemplary embodiments of the present invention will now be described more fully with reference to the accompanying drawings. The exemplary embodiments, however, may be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these exemplary embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of the invention to those skilled in the art. The same reference numerals denote the same or similar elements, components, or parts in the drawings, and thus their repetitive description will be omitted.
Features, structures, characteristics or other details described in a particular embodiment do not preclude the fact that the features, structures, characteristics or other details may be combined in a suitable manner in one or more other embodiments in accordance with the technical idea of the invention.
In describing particular embodiments, the present invention has been described with reference to features, structures, characteristics or other details that are within the purview of one skilled in the art to provide a thorough understanding of the embodiments. One skilled in the relevant art will recognize, however, that the invention may be practiced without one or more of the specific features, structures, characteristics, or other details.
The diagrams depicted in the figures are exemplary only, and do not necessarily include all of the contents and operations/steps, nor do they necessarily have to be performed in the order depicted. For example, some operations/steps may be decomposed, and some operations/steps may be combined or partially combined, so that the actual execution sequence may be changed according to the actual situation.
The block diagrams shown in the figures are functional entities only and do not necessarily correspond to physically separate entities. I.e. these functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor means and/or microcontroller means.
The term "and/or" and/or "includes all combinations of any one or more of the associated listed items.
Referring to fig. 1, a schematic diagram of a data dereferencing method with a complex structure provided in an embodiment of this specification includes:
s101: acquiring initialization source data and a preset variable path;
in a preferred embodiment of the present invention, initialization source data is transmitted, where the initialization source data may be a slice type with any number of layers, a dictionary type with any number of layers, and so on, and since the transmission values of the dictionary type and the slice type are reference transmission, if the initialization source data is directly modified, the original data will be damaged, and all initialization source data need to be assigned to prevent the original data from being modified, and a variable path to be set is acquired at the same time.
S102: creating a temporary variable according to the preset variable path, and merging the temporary variable and the initialization source data to obtain merged source data;
in the preferred embodiment of the present invention, a new temporary variable is created according to the variable path to be set, then the temporary variable is merged with the initialization source data, and operations such as recursion, reflection, assertion, etc. are applied during the merging process, so as to complete the merging of the temporary variable and the initialization source data, and the merged source data includes a new structure, a modified structure, a new variable, a modified variable, etc. The modification of the initialization metadata is completed in the above way, and the processing of the complex structure is rapidly realized.
S103: and carrying out recursion value taking on the merged source data according to the preset variable path.
In a preferred embodiment of the present invention, when a value is required to be taken from source data, a fast value taking is performed on the source data according to a variable path to be set and by combining a recursion function, thereby solving a pain point that a complex structure is complicated in strong-type language processing.
Further, before said merging said temporary variable with said initialization source data, comprising:
and assigning the temporary variable to obtain an assigned temporary variable.
In the preferred embodiment of the present invention, when the temporary variable is created, the created temporary variable needs to be assigned to implement subsequent new structure, structure modification, variable addition, variable value modification, and the like on the initialization source data.
Further, said merging said temporary variable with said initialization source data comprises:
the temporary variable is merged with the initialization source data using recursive, reflective, assertion operations.
Further, the recursively evaluating the merged source data according to the preset variable path includes:
and returning a preset data value when the target data value does not exist in the merged source data.
In the preferred embodiment of the present invention, when there is no required value in the merged source data, the final result obtained by the recursive function may be a zero value or a pre-designed value, so as to avoid the data confusion caused by no data return.
Further, the recursively evaluating the merged source data according to the preset variable path further includes:
and when a target data value exists in the merged source data, returning the target data value.
In a preferred embodiment of the present invention, when a target data value exists in the merged source data, the recursive function directly returns the target data value to the user, so as to quickly implement value taking on a complex structure, enable an engineer to concentrate on a service, improve development efficiency, implement operations such as value taking and assignment on the complex structure without layer-by-layer assertion, and reduce code redundancy.
In the preferred embodiment of the present invention, step 1, the initialization source data is transmitted; step 2, modifying the initialization source data; step 3, carrying out value taking on the source data; and 4, returning a value taking result or a modification result.
Step 1 may refer to the above embodiment for "acquiring initialization source data, a preset variable path; "to describe, step 2 may refer to the above embodiment, and" create a temporary variable according to the preset variable path, and merge the temporary variable and the initialization source data to obtain merged source data; "step 3 may refer to the foregoing embodiment to" perform recursive dereferencing on the merged source data according to the preset variable path. "in step 4, reference may be made to the above embodiment for" when no target data value exists in the merged source data, a preset data value is returned; and when a target data value exists in the merged source data, returning the target data value. "is described.
Fig. 2 is a schematic structural diagram of a data dereferencing apparatus with a complex structure provided in an embodiment of this specification, including:
an information obtaining module 201, configured to obtain initialization source data and a preset variable path;
a data merging module 202, configured to create a temporary variable according to the preset variable path, and merge the temporary variable and the initialization source data to obtain merged source data;
and the value taking module 203 is configured to perform recursive value taking on the merged source data according to the preset variable path to obtain a target data value.
Further, before said merging said temporary variable with said initialization source data, comprising:
and assigning the temporary variable to obtain an assigned temporary variable.
Further, the data merging module 202 includes:
a merging unit for merging the temporary variable with the initialization source data using a recursion, reflection, assertion operation.
Further, the value module 203 includes:
the first judging unit is used for returning a preset data value when the assigned source data does not have the target data value;
and the second judging unit is used for returning the target data value when the target data value exists in the assigned source data.
The functions of the apparatus in the embodiment of the present invention have been described in the above method embodiments, so that reference may be made to the related descriptions in the foregoing embodiments for details that are not described in the present embodiment, and further details are not described herein.
Based on the same inventive concept, the embodiment of the specification further provides the electronic equipment.
In the following, embodiments of the electronic device of the present invention are described, which may be regarded as specific physical implementations for the above-described embodiments of the method and apparatus of the present invention. Details described in the embodiments of the electronic device of the invention should be considered supplementary to the embodiments of the method or apparatus described above; for details which are not disclosed in embodiments of the electronic device of the invention, reference may be made to the above-described embodiments of the method or the apparatus.
Fig. 3 is a schematic structural diagram of an electronic device provided in an embodiment of the present specification. An electronic device 300 according to this embodiment of the invention is described below with reference to fig. 3. The electronic device 300 shown in fig. 3 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 3, electronic device 300 is embodied in the form of a general purpose computing device. The components of electronic device 300 may include, but are not limited to: at least one processing unit 310, at least one memory unit 320, a bus 330 connecting different device components (including the memory unit 320 and the processing unit 310), a display unit 340, and the like.
Wherein the storage unit stores program code executable by the processing unit 310 to cause the processing unit 310 to perform the steps according to various exemplary embodiments of the present invention described in the above-mentioned processing method section of the present specification. For example, the processing unit 310 may perform the steps as shown in fig. 1.
The storage unit 320 may include readable media in the form of volatile storage units, such as a random access memory unit (RAM)3201 and/or a cache storage unit 3202, and may further include a read only memory unit (ROM) 3203.
The storage unit 320 may also include a program/utility 3204 having a set (at least one) of program modules 3205, such program modules 3205 including, but not limited to: an operating device, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Bus 330 may be one or more of several types of bus structures, including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or a local bus using any of a variety of bus architectures.
The electronic device 300 may also communicate with one or more external devices 400 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to interact with the electronic device 300, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 300 to communicate with one or more other computing devices. Such communication may occur via an input/output (I/O) interface 350. Also, the electronic device 300 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the internet) via the network adapter 360. Network adapter 360 may communicate with other modules of electronic device 300 via bus 330. It should be appreciated that although not shown in FIG. 3, other hardware and/or software modules may be used in conjunction with electronic device 300, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID devices, tape drives, and data backup storage devices, to name a few.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments of the present invention described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiment of the present invention can be embodied in the form of a software product, which can be stored in a computer-readable storage medium (which can be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to make a computing device (which can be a personal computer, a server, or a network device, etc.) execute the above-mentioned method according to the present invention. The computer program, when executed by a data processing apparatus, enables the computer readable medium to implement the above-described method of the invention, namely: such as the method shown in fig. 1.
Fig. 4 is a schematic diagram of a computer-readable medium provided in an embodiment of the present disclosure.
A computer program implementing the method shown in fig. 1 may be stored on one or more computer readable media. The computer readable medium may be a readable signal medium or a readable storage medium. The readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor device, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The computer readable storage medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable storage medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution apparatus, device, or apparatus. Program code embodied on a readable storage medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
In summary, the invention may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof. Those skilled in the art will appreciate that some or all of the functionality of some or all of the components in embodiments in accordance with the invention may be implemented in practice using a general purpose data processing device such as a microprocessor or a Digital Signal Processor (DSP). The present invention may also be embodied as apparatus or device programs (e.g., computer programs and computer program products) for performing a portion or all of the methods described herein. Such programs implementing the present invention may be stored on computer-readable media or may be in the form of one or more signals. Such a signal may be downloaded from an internet website or provided on a carrier signal or in any other form.
While the foregoing embodiments have described the objects, aspects and advantages of the present invention in further detail, it should be understood that the present invention is not inherently related to any particular computer, virtual machine or electronic device, and various general-purpose machines may be used to implement the present invention. The invention is not to be considered as limited to the specific embodiments thereof, but is to be understood as being modified in all respects, all changes and equivalents that come within the spirit and scope of the invention.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A data value taking method of a complex structure is characterized by comprising the following steps:
acquiring initialization source data and a preset variable path;
creating a temporary variable according to the preset variable path, and merging the temporary variable and the initialization source data to obtain merged source data;
and carrying out recursion value taking on the merged source data according to the preset variable path.
2. The method as claimed in claim 1, wherein before said merging said temporary variable with said initialization source data, it comprises:
and assigning the temporary variable to obtain an assigned temporary variable.
3. The method as claimed in any one of claims 1-2, wherein said merging said temporary variable with said initialization source data comprises:
the temporary variable is merged with the initialization source data using recursive, reflective, assertion operations.
4. The method as claimed in any one of claims 1 to 3, wherein the recursively taking values of the merged source data according to the preset variable path includes:
and returning a preset data value when the target data value does not exist in the merged source data.
5. The method as claimed in any one of claims 1 to 4, wherein the recursively taking values of the merged source data according to the preset variable path further comprises:
and when a target data value exists in the merged source data, returning the target data value.
6. The utility model provides a data value device of complex structure which characterized in that includes:
the information acquisition module is used for acquiring initialization source data and a preset variable path;
the data merging module is used for creating a temporary variable according to the preset variable path and merging the temporary variable and the initialization source data to obtain merged source data;
and the value taking module is used for carrying out recursion value taking on the merged source data according to the preset variable path to obtain a target data value.
7. The complex structured data valuator of claim 6, wherein prior to said merging of the temporary variable with the initialization source data, comprising:
and assigning the temporary variable to obtain an assigned temporary variable.
8. The complex-structured data dereferencing apparatus according to any one of claims 6 to 7, wherein the data merging module includes:
a merging unit for merging the temporary variable with the initialization source data using a recursion, reflection, assertion operation.
9. An electronic device, wherein the electronic device comprises:
a processor and a memory storing a computer executable program, which when executed, causes the processor to perform the method of any one of claims 1-5.
10. A computer readable storage medium, wherein the computer readable storage medium stores one or more programs which, when executed by a processor, implement the method of any of claims 1-5.
CN202111112530.1A 2021-09-23 2021-09-23 Data value taking method and device for complex structure and electronic equipment Pending CN113791769A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111112530.1A CN113791769A (en) 2021-09-23 2021-09-23 Data value taking method and device for complex structure and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111112530.1A CN113791769A (en) 2021-09-23 2021-09-23 Data value taking method and device for complex structure and electronic equipment

Publications (1)

Publication Number Publication Date
CN113791769A true CN113791769A (en) 2021-12-14

Family

ID=78879139

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111112530.1A Pending CN113791769A (en) 2021-09-23 2021-09-23 Data value taking method and device for complex structure and electronic equipment

Country Status (1)

Country Link
CN (1) CN113791769A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160026443A1 (en) * 2014-07-23 2016-01-28 International Business Machines Corporation Processing source file
CN111090417A (en) * 2019-11-14 2020-05-01 杭州中恒电气股份有限公司 Binary file analysis method, device, equipment and medium
US20200334272A1 (en) * 2019-04-18 2020-10-22 Sap Se Metadata hub for metadata models of database objects
CN112000398A (en) * 2020-08-17 2020-11-27 苏州达家迎信息技术有限公司 Method and device for determining bottom layer interface call link, computer equipment and medium
CN112235311A (en) * 2020-10-20 2021-01-15 网络通信与安全紫金山实验室 OVSDB client code automatic generation method, system, device and medium
CN113204683A (en) * 2021-06-04 2021-08-03 腾讯科技(成都)有限公司 Information reconstruction method and device, storage medium and electronic equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160026443A1 (en) * 2014-07-23 2016-01-28 International Business Machines Corporation Processing source file
US20200334272A1 (en) * 2019-04-18 2020-10-22 Sap Se Metadata hub for metadata models of database objects
CN111090417A (en) * 2019-11-14 2020-05-01 杭州中恒电气股份有限公司 Binary file analysis method, device, equipment and medium
CN112000398A (en) * 2020-08-17 2020-11-27 苏州达家迎信息技术有限公司 Method and device for determining bottom layer interface call link, computer equipment and medium
CN112235311A (en) * 2020-10-20 2021-01-15 网络通信与安全紫金山实验室 OVSDB client code automatic generation method, system, device and medium
CN113204683A (en) * 2021-06-04 2021-08-03 腾讯科技(成都)有限公司 Information reconstruction method and device, storage medium and electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
看雨: "golang 处理复杂结构堪比php", pages 1 - 3, Retrieved from the Internet <URL:https://zhuanlan.zhihu.com/p/388211985?utm_id=0> *

Similar Documents

Publication Publication Date Title
US10891120B2 (en) Performing a compiler optimization pass as a transaction
US10152313B1 (en) Shared library transformation on the same architecture
US20200097553A1 (en) Cognitive translation service integrated with context-sensitive derivations for determining program-integrated information relationships
CN113255258B (en) Logic synthesis method and device, electronic equipment and storage medium
CN111198868A (en) Intelligent sub-database real-time data migration method and device
US11507352B1 (en) Reducing semantic errors in code generated by machine learning models
CN115964646A (en) Heterogeneous graph generation for application microservices
CN111694992B (en) Data processing method and device
US10782940B2 (en) Code library version management
CN113568605B (en) Method, device and system for configuring defined route
CN111078228A (en) Method and device for converting webpage into small program, server and storage medium
CN110175128A (en) A kind of similar codes case acquisition methods, device, equipment and storage medium
US20170371998A1 (en) Detecting dispensable inverter chains in a circuit design
US11983090B2 (en) Setting breakpoints for source code segments enclosed by macros
CN113791769A (en) Data value taking method and device for complex structure and electronic equipment
US20190317877A1 (en) Application state monitoring
US8645758B2 (en) Determining page faulting behavior of a memory operation
US10776255B1 (en) Automatic verification of optimization of high level constructs using test vectors
US9921814B2 (en) Control flow graph analysis
CN113157699A (en) Business data auditing method and device and electronic equipment
CN117075912B (en) Method for program language conversion, compiling method and related equipment
CN112148746A (en) Method and device for generating database table structure document, electronic device and storage medium
US11615014B2 (en) Using relocatable debugging information entries to save compile time
CN109656728A (en) Page data operating method, device, equipment and medium
CN112311931B (en) Method and device for processing contact information at terminal 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