CN117873452A - Static variable management method, device, electronic equipment and storage medium - Google Patents
Static variable management method, device, electronic equipment and storage medium Download PDFInfo
- Publication number
- CN117873452A CN117873452A CN202410065835.9A CN202410065835A CN117873452A CN 117873452 A CN117873452 A CN 117873452A CN 202410065835 A CN202410065835 A CN 202410065835A CN 117873452 A CN117873452 A CN 117873452A
- Authority
- CN
- China
- Prior art keywords
- static
- static variable
- stored
- variable
- enumeration
- 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
Links
- 230000003068 static effect Effects 0.000 title claims abstract description 171
- 238000007726 management method Methods 0.000 title claims abstract description 52
- 238000011161 development Methods 0.000 claims abstract description 50
- 238000000034 method Methods 0.000 claims abstract description 36
- 230000006870 function Effects 0.000 claims description 18
- 238000004590 computer program Methods 0.000 claims description 16
- 238000010276 construction Methods 0.000 claims description 16
- 238000003672 processing method Methods 0.000 claims description 5
- 238000012545 processing Methods 0.000 description 9
- 238000004891 communication Methods 0.000 description 8
- 238000010586 diagram Methods 0.000 description 5
- 230000003287 optical effect Effects 0.000 description 3
- 230000008569 process Effects 0.000 description 3
- 230000003993 interaction Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000003044 adaptive effect Effects 0.000 description 1
- 238000003491 array Methods 0.000 description 1
- 238000013473 artificial intelligence Methods 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000001413 cellular effect Effects 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 238000010801 machine learning Methods 0.000 description 1
- 239000013307 optical fiber Substances 0.000 description 1
- 238000004806 packaging method and process Methods 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 230000001953 sensory effect Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/31—Programming languages or programming paradigms
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformation of program code
- G06F8/41—Compilation
- G06F8/43—Checking; Contextual analysis
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/71—Version control; Configuration management
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)
- Computing Systems (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The invention discloses a static variable management method, a static variable management device, electronic equipment and a storage medium. The method comprises the following steps: receiving a static variable to be stored; generating a constructor of the enumeration object based on the static variable to be stored; and in the development project page, acquiring static data corresponding to the development project page based on the constructor of the enumeration object. According to the technical scheme, the static variables are integrated and packaged into the constructors of the enumeration objects, so that the static variables are uniformly managed through the constructors, and the management efficiency of the static variables is improved.
Description
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a static variable management method, a static variable management device, an electronic device, and a storage medium.
Background
In computer science, static variables are variables that persist during program execution. They maintain their values throughout the life of the program and their states between executions of the program. Static variables have wide application in various programming languages and systems, such as C, C ++, java, etc. However, as system complexity increases, management of static variables becomes increasingly important.
In the prior art, the management of static variables in a system is limited to storing a static object, the flexibility and the packaging property are poor, the corresponding variable content can be obtained only according to the key value of the object, and the problem of low static variable management efficiency exists.
Disclosure of Invention
The invention provides a static variable management method, a static variable management device, electronic equipment and a storage medium, which are used for solving the problem of low static variable management efficiency.
According to an aspect of the present invention, there is provided a static variable management method including:
receiving a static variable to be stored;
generating a constructor of the enumeration object based on the static variable to be stored;
and in the development project page, acquiring static data corresponding to the development project page based on the constructor of the enumeration object.
According to another aspect of the present invention, there is provided a static variable management apparatus including:
the static variable receiving module is used for receiving the static variable to be stored;
the construction function generation module is used for generating a construction function of the enumeration object based on the static variable to be stored;
and the page data acquisition module is used for acquiring static data corresponding to the development project page based on the constructor of the enumeration object in the development project page.
According to another aspect of the present invention, there is provided an electronic apparatus including:
at least one processor;
and a memory communicatively coupled to the at least one processor;
wherein the memory stores a computer program executable by the at least one processor to enable the at least one processor to perform the static variable management method according to any one of the embodiments of the present invention.
According to another aspect of the present invention, there is provided a computer readable storage medium storing computer instructions for causing a processor to execute a static variable management method according to any embodiment of the present invention.
According to the technical scheme, the static variables to be stored are received, the construction function of the enumeration object is generated according to the static variables to be stored, static data corresponding to the development project page is obtained in the development project page based on the construction function of the enumeration object, the static variables are integrated and packaged into the construction function of the enumeration object, and therefore the static variables can be managed uniformly through the construction function, and the management efficiency of the static variables is improved.
It should be understood that the description in this section is not intended to identify key or critical features of the embodiments of the invention or to delineate the scope of the invention. Other features of the present invention will become apparent from the description that follows.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a static variable management method according to a first embodiment of the present invention;
FIG. 2 is a flow chart of a static variable management method according to a second embodiment of the present invention;
FIG. 3 is a flow chart of a static variable management method according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a static variable management device according to a fourth embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device implementing a static variable management method according to an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the present invention, a technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in which it is apparent that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the present invention without making any inventive effort, shall fall within the scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and the claims of the present invention and the above figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the invention described herein may be implemented in sequences other than those illustrated or otherwise 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. The data acquisition, storage, use, processing and the like in the technical scheme meet the relevant regulations of national laws and regulations.
Example 1
Fig. 1 is a flowchart of a static variable management method according to an embodiment of the present invention, where the method may be applied to adaptive static variable management, and the method may be performed by a static variable management device, where the static variable management device may be implemented in hardware and/or software, and the static variable management device may be configured in a computer terminal. As shown in fig. 1, the method includes:
s110, receiving static variables to be stored.
In the disclosed embodiments, the static variables to be stored may be static variables used in the VUE item. For example, static variables may be "new", "under development", "completed", etc.
Specifically, receiving the static variable to be stored may include: responding to a class creation operation of a user, and obtaining class for receiving enumeration type static variables; and receiving the static variable to be stored based on the class for receiving the enumeration type static variable.
Illustratively, a user may create a class for receiving enumerated type static variables through a grammatical sugar in ES6, and may export the class in the VUE item using export defaults.
In some alternative embodiments, after the receiving the static variable to be stored, the method further comprises: and responding to the variable increasing operation of the user on the static variable to be stored, and obtaining the static variable after the variable is increased.
For example, variable data such as a state code of the current key, a color code corresponding to the current key, and the like can be added to static variables to be stored.
S120, generating a constructor of the enumeration object based on the static variable to be stored.
In the disclosed embodiment, the constructor refers to an constructor created by a factory schema that is capable of outputting an enumerated type variable.
Specifically, generating a constructor of an enumeration object based on static variables to be stored includes: responding to data format adjustment operation of the static variables to be stored by a user, and obtaining enumeration static variables corresponding to the static variables to be stored; responding to new operation corresponding to the new operator to obtain a constructor of the enumerated object, wherein the constructor of the enumerated object is packaged with an enumeration static variable and a user-defined data processing method for enumerating the static variable.
For example, the user may set a method of acquiring an attribute using an object. Define property method within a common method; and then the public method is packaged into js files, and the js files can be used as global tools. Further, a user can create a static variable management public file, and further can adjust the data format of the static variable to be stored through the static variable management public file, so that the enumerated static variable is obtained, and further, a new operator can be used for creating a plurality of constructors of the enumerated objects, and the constructors can be transmitted into a data processing method corresponding to the static variable through parameters, wherein the data processing method can realize the data processing of the self-defined static variable.
S130, in a development project page, acquiring static data corresponding to the development project page based on the constructor of the enumeration object.
In the disclosed embodiments, the development project page may be a page of the VUE project. The static data refers to static data called by the page of the VUE item.
Specifically, pre-configured information to be called can be obtained; and inputting the preconfigured information to be called into the constructor of the enumeration object in the development project page to obtain static data corresponding to the development project page.
It should be noted that, the static data is obtained through the class and the new operator, so that compared with the traditional method for defining a plurality of object objects, the memory consumption is reduced, and the response speed of the system is improved.
According to the technical scheme, the static variables to be stored are received, the construction function of the enumeration object is generated according to the static variables to be stored, static data corresponding to the development project page is obtained in the development project page based on the construction function of the enumeration object, the static variables are integrated and packaged into the construction function of the enumeration object, and therefore the static variables can be managed uniformly through the construction function, and the management efficiency of the static variables is improved.
Example two
Fig. 2 is a flowchart of a static variable management method according to a second embodiment of the present invention, where the method according to the present embodiment may be combined with each of the alternatives in the static variable management method provided in the foregoing embodiment. The static variable management method provided by the embodiment is further optimized. Optionally, in the development project page, the acquiring static data corresponding to the development project page based on the constructor of the enumeration object includes: acquiring preconfigured information to be called; and inputting the preconfigured information to be called into the constructor of the enumeration object in a development project page to obtain static data corresponding to the development project page.
As shown in fig. 2, the method includes:
s210, receiving static variables to be stored.
S220, generating a constructor of the enumeration object based on the static variable to be stored.
S230, obtaining preconfigured information to be called.
S240, inputting the preconfigured information to be called into the constructor of the enumeration object in the development project page to obtain static data corresponding to the development project page.
The preconfigured information to be invoked may include a key and/or a value.
In the embodiment of the disclosure, a key can be input to a constructor of an enumeration object, and the constructor of the enumeration object outputs a value corresponding to the key; the value may be input to a constructor of the enumeration object, and the constructor of the enumeration object outputs a key value corresponding to the value.
It should be noted that, by enumerating the constructors of the objects, additional data processing on the static variables stored is not required, and redundant code does not need to be generated in the page.
Example III
Fig. 3 is a flowchart of a static variable management method according to a third embodiment of the present invention, where the method according to the present embodiment may be combined with each of the alternatives in the static variable management method provided in the foregoing embodiment. The static variable management method provided by the embodiment is further optimized. Optionally, after the static data corresponding to the development project page is obtained by the constructor based on the enumerated object, the method further includes: displaying static data corresponding to the development project page; and/or binding the static data corresponding to the development project page.
As shown in fig. 3, the method includes:
s310, receiving static variables to be stored.
S320, generating a constructor of the enumeration object based on the static variable to be stored.
S330, in the development project page, static data corresponding to the development project page is obtained based on the constructor of the enumeration object.
S340, displaying the static data corresponding to the development project page; and/or binding the static data corresponding to the development project page.
For example, static data may be exposed in a template in the VUE project page, and bound through an element UI plug-in.
Example IV
Fig. 4 is a schematic structural diagram of a static variable management device according to a fourth embodiment of the present invention. As shown in fig. 4, the apparatus includes:
a static variable receiving module 410, configured to receive a static variable to be stored;
a constructor generating module 420, configured to generate an constructor of an enumeration object based on the static variable to be stored;
the page data obtaining module 430 is configured to obtain, in a development project page, static data corresponding to the development project page based on the constructor of the enumeration object.
According to the technical scheme, the static variables to be stored are received, the construction function of the enumeration object is generated according to the static variables to be stored, static data corresponding to the development project page is obtained in the development project page based on the construction function of the enumeration object, the static variables are integrated and packaged into the construction function of the enumeration object, the enumeration type static variables can be managed uniformly through the construction function, and the management efficiency of the static variables is improved.
In some alternative embodiments, the static variable receiving module 410 may be further specifically configured to:
responding to a class creation operation of a user, and obtaining class for receiving enumeration type static variables;
and receiving the static variable to be stored based on the class for receiving the enumeration type static variable.
In some alternative embodiments, the constructor generation module 420 may be further specifically configured to:
responding to the data format adjustment operation of the user on the static variable to be stored, and obtaining the enumeration static variable corresponding to the static variable to be stored;
responding to new operation corresponding to the new operator, and obtaining a constructor of the enumeration object, wherein the constructor of the enumeration object is packaged with an enumeration static variable and a user-defined data processing method for enumerating the static variable.
In some alternative embodiments, the page data acquisition module 430 may be further specifically configured to:
acquiring preconfigured information to be called;
and inputting the preconfigured information to be called into the constructor of the enumeration object in a development project page to obtain static data corresponding to the development project page.
In some alternative embodiments, the preconfigured information to be invoked includes keys and/or values.
In some alternative embodiments, the static variable management device further comprises:
the data display and binding module is used for displaying static data corresponding to the development project page; and/or binding the static data corresponding to the development project page.
In some alternative embodiments, the static variable management device further comprises:
and the variable adding operation module is used for responding to the variable adding operation of the user on the static variable to be stored to obtain the static variable after the variable is added.
The static variable management device provided by the embodiment of the invention can execute the static variable management method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
Example five
Fig. 5 shows a schematic diagram of the structure of an electronic device 10 that may be used to implement an embodiment of the invention. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. Electronic equipment may also represent various forms of mobile devices, such as personal digital assistants, cellular telephones, smartphones, wearable devices (e.g., helmets, eyeglasses, watches, etc.), and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the inventions described and/or claimed herein.
As shown in fig. 5, the electronic device 10 includes at least one processor 11, and a memory, such as a Read Only Memory (ROM) 12, a Random Access Memory (RAM) 13, etc., communicatively connected to the at least one processor 11, in which the memory stores a computer program executable by the at least one processor, and the processor 11 may perform various appropriate actions and processes according to the computer program stored in the Read Only Memory (ROM) 12 or the computer program loaded from the storage unit 18 into the Random Access Memory (RAM) 13. In the RAM 13, various programs and data required for the operation of the electronic device 10 may also be stored. The processor 11, the ROM 12 and the RAM 13 are connected to each other via a bus 14. An I/O interface 15 is also connected to bus 14.
Various components in the electronic device 10 are connected to the I/O interface 15, including: an input unit 16 such as a keyboard, a mouse, etc.; an output unit 17 such as various types of displays, speakers, and the like; a storage unit 18 such as a magnetic disk, an optical disk, or the like; and a communication unit 19 such as a network card, modem, wireless communication transceiver, etc. The communication unit 19 allows the electronic device 10 to exchange information/data with other devices via a computer network, such as the internet, and/or various telecommunication networks.
The processor 11 may be a variety of general and/or special purpose processing components having processing and computing capabilities. Some examples of processor 11 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various specialized Artificial Intelligence (AI) computing chips, various processors running machine learning model algorithms, digital Signal Processors (DSPs), and any suitable processor, controller, microcontroller, etc. The processor 11 performs the various methods and processes described above, such as a static variable management method, which includes:
receiving a static variable to be stored;
generating a constructor of the enumeration object based on the static variable to be stored;
and in the development project page, acquiring static data corresponding to the development project page based on the constructor of the enumeration object.
In some embodiments, the static variable management method may be implemented as a computer program tangibly embodied on a computer-readable storage medium, such as the storage unit 18. In some embodiments, part or all of the computer program may be loaded and/or installed onto the electronic device 10 via the ROM 12 and/or the communication unit 19. When the computer program is loaded into RAM 13 and executed by processor 11, one or more steps of the static variable management method described above may be performed. Alternatively, in other embodiments, the processor 11 may be configured to perform the static variable management method in any other suitable manner (e.g., by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuitry, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), system-on-chip (SOCs), complex Programmable Logic Devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs, the one or more computer programs may be executed and/or interpreted on a programmable system including at least one programmable processor, which may be a special purpose or general-purpose programmable processor, that may receive data and instructions from, and transmit data and instructions to, a storage system, at least one input device, and at least one output device.
A computer program for carrying out methods of the present invention may be written in any combination of one or more programming languages. These computer programs may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the computer programs, when executed by the processor, cause the functions/acts specified in the flowchart and/or block diagram block or blocks to be implemented. The computer program may execute entirely on the machine, partly on the machine, as a stand-alone software package, partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of the present invention, a computer-readable storage medium may be a tangible medium that can contain, or store a computer program for use by or in connection with an instruction execution system, apparatus, or device. The computer readable storage medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. Alternatively, the computer readable storage medium may be a machine readable signal medium. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, 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.
To provide for interaction with a user, the systems and techniques described here can be implemented on an electronic device having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and a pointing device (e.g., a mouse or a trackball) through which a user can provide input to the electronic device. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user may be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic input, speech input, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a background component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such background, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), blockchain networks, and the internet.
The computing system may include clients and servers. The client and server are typically remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server can be a cloud server, also called a cloud computing server or a cloud host, and is a host product in a cloud computing service system, so that the defects of high management difficulty and weak service expansibility in the traditional physical hosts and VPS service are overcome.
It should be appreciated that various forms of the flows shown above may be used to reorder, add, or delete steps. For example, the steps described in the present invention may be performed in parallel, sequentially, or in a different order, so long as the desired results of the technical solution of the present invention are achieved, and the present invention is not limited herein.
The above embodiments do not limit the scope of the present invention. It will be apparent to those skilled in the art that various modifications, combinations, sub-combinations and alternatives are possible, depending on design requirements and other factors. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the scope of the present invention.
Claims (10)
1. A method of static variable management, comprising:
receiving a static variable to be stored;
generating a constructor of the enumeration object based on the static variable to be stored;
and in the development project page, acquiring static data corresponding to the development project page based on the constructor of the enumeration object.
2. The method of claim 1, wherein the receiving the static variable to be stored comprises:
responding to a class creation operation of a user, and obtaining class for receiving enumeration type static variables;
and receiving the static variable to be stored based on the class for receiving the enumeration type static variable.
3. The method of claim 1, wherein the generating a constructor of enumeration objects based on the static variables to be stored comprises:
responding to the data format adjustment operation of the user on the static variable to be stored, and obtaining the enumeration static variable corresponding to the static variable to be stored;
responding to new operation corresponding to the new operator, and obtaining a constructor of the enumeration object, wherein the constructor of the enumeration object is packaged with an enumeration static variable and a user-defined data processing method for enumerating the static variable.
4. The method of claim 1, wherein the obtaining, in a development project page, static data corresponding to the development project page based on a constructor of the enumerated object comprises:
acquiring preconfigured information to be called;
and inputting the preconfigured information to be called into the constructor of the enumeration object in a development project page to obtain static data corresponding to the development project page.
5. The method of claim 4, wherein the preconfigured information to be invoked comprises a key and/or a value.
6. The method of any of claims 1-5, wherein after the acquiring static data corresponding to the development project page based on the constructor of the enumerated object, the method further comprises:
displaying static data corresponding to the development project page;
and/or binding the static data corresponding to the development project page.
7. The method according to any one of claims 1-5, wherein after said receiving a static variable to be stored, the method further comprises:
and responding to the variable increasing operation of the user on the static variable to be stored, and obtaining the static variable after the variable is increased.
8. A static variable management device, comprising:
the static variable receiving module is used for receiving the static variable to be stored;
the construction function generation module is used for generating a construction function of the enumeration object based on the static variable to be stored;
and the page data acquisition module is used for acquiring static data corresponding to the development project page based on the constructor of the enumeration object in the development project page.
9. An electronic device, the electronic device comprising:
at least one processor;
and a memory communicatively coupled to the at least one processor;
wherein the memory stores a computer program executable by the at least one processor to enable the at least one processor to perform the static variable management method of any one of claims 1-7.
10. A computer readable storage medium storing computer instructions for causing a processor to implement the static variable management method of any one of claims 1-7 when executed.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202410065835.9A CN117873452A (en) | 2024-01-16 | 2024-01-16 | Static variable management method, device, electronic equipment and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202410065835.9A CN117873452A (en) | 2024-01-16 | 2024-01-16 | Static variable management method, device, electronic equipment and storage medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN117873452A true CN117873452A (en) | 2024-04-12 |
Family
ID=90584418
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202410065835.9A Pending CN117873452A (en) | 2024-01-16 | 2024-01-16 | Static variable management method, device, electronic equipment and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN117873452A (en) |
-
2024
- 2024-01-16 CN CN202410065835.9A patent/CN117873452A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112540806B (en) | Method and device for rendering small program page, electronic equipment and storage medium | |
CN113392346B (en) | Path processing method and device for resource file, electronic equipment and storage medium | |
CN117454817B (en) | Engineering processing method and device based on FPGA, electronic equipment and storage medium | |
CN112817660B (en) | Method, device, equipment and storage medium for expanding applet capability | |
CN117093329A (en) | File generation method, device, equipment and storage medium | |
CN116009847A (en) | Code generation method, device, electronic equipment and storage medium | |
CN116126719A (en) | Interface testing method and device, electronic equipment and storage medium | |
CN117873452A (en) | Static variable management method, device, electronic equipment and storage medium | |
CN116468824B (en) | Animation redirection method, device, electronic equipment and storage medium | |
CN113342413B (en) | Method, apparatus, device, medium, and article for processing components | |
CN114428646B (en) | Data processing method and device, electronic equipment and storage medium | |
CN116561075B (en) | Method for generating dynamic link library file, method and device for calling operator | |
CN113157360B (en) | Method, apparatus, device, medium, and article for processing an API | |
CN113361235B (en) | HTML file generation method and device, electronic equipment and readable storage medium | |
CN117407044A (en) | Configuration method, device, equipment and medium of cross-terminal assembly | |
CN117193726A (en) | Parallel design method and device of software, electronic equipment and medium | |
CN117234509A (en) | Routing management method, device and equipment of front-end page and storage medium | |
CN117908954A (en) | Multi-branch online banking front-end code management method, device, equipment and medium | |
CN118034665A (en) | Low-code platform-oriented data processing method and device, electronic equipment and medium | |
CN117742820A (en) | Plug-in configuration method and device, electronic equipment and storage medium | |
CN117251419A (en) | File monitoring method and device, electronic equipment and storage medium | |
CN117234521A (en) | File compiling method, device, equipment and storage medium | |
CN117742686A (en) | Program source code file generation method and device, electronic equipment and storage medium | |
CN117891528A (en) | Operator configuration method and device of chip, electronic equipment and storage medium | |
CN117667463A (en) | Interaction method, device, equipment and medium of Node and Python |
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 |