CN115437683A - SDK-based variable configuration method and device and computer-readable storage medium - Google Patents

SDK-based variable configuration method and device and computer-readable storage medium Download PDF

Info

Publication number
CN115437683A
CN115437683A CN202211401809.6A CN202211401809A CN115437683A CN 115437683 A CN115437683 A CN 115437683A CN 202211401809 A CN202211401809 A CN 202211401809A CN 115437683 A CN115437683 A CN 115437683A
Authority
CN
China
Prior art keywords
variable
variables
variable configuration
processing information
target
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
CN202211401809.6A
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.)
Ping An Bank Co Ltd
Original Assignee
Ping An Bank 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 Ping An Bank Co Ltd filed Critical Ping An Bank Co Ltd
Priority to CN202211401809.6A priority Critical patent/CN115437683A/en
Publication of CN115437683A publication Critical patent/CN115437683A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment

Landscapes

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

Abstract

The application provides a variable configuration method and device based on an SDK and a computer readable storage medium. The method comprises the following steps: acquiring a variable configuration instruction of a user; generating corresponding variable processing information based on the variable configuration instruction, wherein the variable processing information comprises an expression script and/or hard coded data provided by the SDK; and configuring variables in the variable center system according to the variable processing information by adopting a variable heat deployment mode. According to the variable configuration method, the variables are processed by using the expression script and/or the hard coded data, so that the construction of developers and non-developers on the variable center platform can be met, the processing logic of the expression script is simple, and the variable configuration flow can be further simplified; the hot deployment mode is that software is upgraded when the application is running, the application does not need to be restarted, and the variable hot deployment mode does not need to be redeployed during development every time, so that the variable configuration efficiency is improved.

Description

SDK-based variable configuration method and device and computer-readable storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for configuring variables based on SDK, and a computer-readable storage medium.
Background
At present, the variable center platform in the industry mainly has two construction directions, wherein one direction is mainly used by non-developers (such as business), and the other direction is mainly used by developers.
The variable processing logic is often implemented in a manner similar to groovy dynamic script or expression language for non-developers, which often brings two problems: first, as script or expression files increase, fragmented files become very difficult to maintain; second, there are more constraints and there is no policy for variable constraints with complex processing logic.
For the application of emphasis on developers, variable logic is usually processed in a hard coding mode, and then variable query service is provided externally, although the variable development efficiency is higher than that of the first mode, the service needs to be redeployed every time the variable logic is newly added or changed, hot loading cannot be realized, and the variable production efficiency is seriously influenced.
Disclosure of Invention
In order to solve the technical problem, the present application provides a variable configuration method and apparatus based on an SDK, and a computer-readable storage medium.
In order to solve the above technical problems, the present application provides an SDK-based variable configuration method, including,
acquiring a variable configuration instruction of a user;
generating corresponding variable processing information based on the variable configuration instruction, wherein the variable processing information comprises an expression script and/or hard coded data provided by an SDK (software development kit);
and configuring variables in a variable center system according to the variable processing information by adopting a variable heat deployment mode.
Wherein the variable configuration instruction comprises a variable configuration scenario;
the configuring of the variables in the variable center system according to the variable processing information includes:
searching a variable group corresponding to the variable configuration scene in the variable center system according to the variable configuration scene in the variable processing information;
and configuring the variables of the variable group according to the variable processing information.
After configuring the variables in the variable center system according to the variable processing information, the variable configuration method further includes:
obtaining the definition of variables in the variable center system and the dependency relationship among the variables;
and generating the query join of the current variable based on the definition of the current variable and the dependency relationship with other variables.
After the query for generating the current variable is entered, the variable configuration method further includes:
obtaining key indexes of target variables in the variable center system, wherein the key indexes comprise one or more of execution links, time consumption and states of the variables;
determining a current state of the target variable based on a criticality index of the target variable;
and reporting the current state of the target variable to a unified monitoring platform.
After reporting the current state of the target variable to a unified monitoring platform, the variable configuration method further includes:
acquiring a monitoring result of the target variable by the unified monitoring platform;
updating the variable configuration instruction according to the monitoring result;
reconfiguring the target variable based on the updated variable configuration instruction.
Wherein the SDK provides a plurality of expansion interfaces;
after generating the corresponding variable processing information based on the variable configuration instruction, the variable configuration method further includes:
and calling a corresponding expansion interface based on the variable configuration instruction, and inputting the generated variable processing information into the variable center system through the corresponding expansion interface.
Wherein the SDK provides a number of system protocols;
after configuring the variables in the variable center system according to the variable processing information, the variable configuration method further includes:
responding to an operation instruction of a target variable, and acquiring a target system corresponding to the target variable;
and butting the target system and the variable center system by using the system protocol to realize the operation of the target variable in the target system.
Wherein the variable center system provides at least one of the following variable management functions for the configured variables: variable definition, variable processing, variable supermarket, service output, variable authority, effect monitoring, playback test and system management.
In order to solve the above technical problem, the present application further provides a variable configuration apparatus, where the variable configuration apparatus includes a memory and a processor, the memory stores program data, and the processor is configured to execute the program data to implement the variable configuration method.
To solve the above technical problem, the present application also provides a computer-readable storage medium storing program data for implementing the above variable configuration method when executed by a processor.
Compared with the prior art, the beneficial effects of this application are: a variable configuration device acquires a variable configuration instruction of a user; generating corresponding variable processing information based on the variable configuration instruction, wherein the variable processing information comprises an expression script and/or hard coded data provided by the SDK; and configuring variables in the variable center system according to the variable processing information by adopting a variable heat deployment mode. The variables are processed by using the expression script and/or the hard coded data, so that the configuration of developers and non-developers on the variable center platform can be met simultaneously, the processing logic of the expression script is simple, and the variable configuration flow can be further simplified; the hot deployment mode is that software is upgraded when the application is running, but the application does not need to be restarted, and the variable hot deployment configuration mode does not need to be redeployed during development every time, so that the variable configuration efficiency is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings required to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the description below are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts. Wherein:
fig. 1 is a schematic flowchart of a first embodiment of an SDK-based variable configuration method provided in the present application;
FIG. 2 is a schematic flow diagram of the substeps of step S13 in the first embodiment of the SDK-based variable configuration method provided in FIG. 1;
fig. 3 is a schematic flowchart of a second embodiment of an SDK-based variable configuration method provided in the present application;
FIG. 4 is a functional framework diagram of a variable center system provided herein;
FIG. 5 is a block diagram of the SDK core of the SDK-based variable configuration apparatus provided herein;
fig. 6 is a schematic structural diagram of an embodiment of an SDK-based variable configuration apparatus provided in the present application;
FIG. 7 is a schematic structural diagram of an embodiment of a computer storage medium provided in the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims of the present application and in the drawings described above, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application described herein are, for example, capable of operation 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.
Referring to fig. 1 and fig. 5, fig. 1 is a schematic flowchart of a first embodiment of an SDK-based variable configuration method provided in the present application; fig. 5 is a block diagram of an SDK core of the SDK-based variable configuration apparatus provided in the present application.
As shown in fig. 5, the SDK core module (hereinafter referred to as SDK) includes, but is not limited to, the following modules: the system comprises a support module, a core function interface definition module, a basic configuration definition module, an http mode realization module for calling a third party, and a variable loading and calculating module. The functions of the specific modules are specifically described in the embodiments of the present application, and are not described herein again.
As shown in fig. 1, the SDK-based variable configuration method provided in the present application specifically includes the following steps:
step S11: and acquiring a variable configuration instruction of a user.
Specifically, the variable configuration instruction of the user includes, but is not limited to, inputting a program code or selecting a module with a certain function packaged in an operation interface to move and combine, and the variable configuration apparatus in any embodiment of the present application supports multiple users to issue the variable configuration instruction simultaneously.
Step S12: and generating corresponding variable processing information based on the variable configuration command.
Wherein the variable processing information includes an expression script and/or hard coded data provided by the SDK.
The variable processing information is processing information generated by the variable configuration device after modifying, defining, editing, updating and deleting variables or variable groups in the variable center system. The variable process information in the present embodiment includes, but is not limited to, variable process information generated using an expression script and hard-coded data.
Specifically, the variable configuration device generates variable processing information corresponding to the variable configuration instruction according to the variable configuration instruction of the user after receiving the variable configuration instruction of the user.
In an embodiment of the application, the variable processing information is generated according to the hard coded data, and when the adaptive scenario is that complex processing logic is needed for conventional requirements and a target configuration scheme, the hard coding is to write the data directly into the code for compiling and developing. The variable configuration device responds to hard coded data such as programs or codes input by a user on an operation interface or a data input port, and generates corresponding variable processing information so as to further adapt to configuration and regulation of corresponding variables or variable groups in the variable center system.
In another embodiment of the application, the variable processing information is variable processing information generated by an expression script, and an expression mode can be selected for emergency requirements or simple variable processing logic to quickly develop and bring the variable processing information to the online. The expression script packages the executable program into selectable independent modules, and each independent module can perform variable configuration on corresponding variables or variable groups in the variable processing system to realize different functions; the expression script can also be combined by a plurality of modules to combine and configure a plurality of variables and variable groups to realize corresponding functions. Optionally, in an embodiment of the present application, the expression script may be a default of the system, or may be generated by custom editing, specifically by hard coding or soft coding, and the like. In other embodiments of the present application, the SDK may further provide a blank expression script template, input code segments or programs with independent functions, package and store the blank expression script as a history expression script, and directly invoke the history expression script in the next variable configuration.
In other embodiments of the present application, the variable processing information may be variable processing information generated by an expression script and hard coded data, which may satisfy both the configuration of variables with complex logic and the configuration of variables by non-developers, simplify the variable configuration process, improve the configuration efficiency, and enhance the adaptability of the variable configuration device to different scenarios.
In an embodiment of the present application, the SDK further provides a plurality of extension interfaces, and after the step S12 generates corresponding variable processing information based on the variable configuration instruction, the variable configuration apparatus may further perform the following steps:
and the variable configuration device calls the corresponding expansion interface based on the variable configuration instruction, and inputs the generated variable processing information into the variable center system through the corresponding expansion interface.
Specifically, the SDK is provided with a core function interface definition module, where the definition program may be a default of the system, and may also be modified by custom editing to adapt to different scenarios. The SDK can have a plurality of expansion interfaces through the core function interface definition module, simultaneously supports multi-terminal input to configure variables, generates corresponding variable processing information after the SDK receives a user variable configuration instruction, calls the corresponding expansion interfaces according to a definition program instruction in the core interface definition module, and then inputs the generated variable processing information into the variable center system through the corresponding expansion interfaces.
In an embodiment of the present application, the provided default function may be used, that is, the extension interface corresponding to the configuration instruction is automatically generated in response to the configuration instruction of the user, or a preset template may be provided, and the personalized extension is provided by selecting and calling the corresponding extension interface.
By setting the extended interface, a user can support customized variable configuration through an interface adapted to different configuration scenarios. Meanwhile, the setting of the expansion interface also enables a variable configuration center in the variable configuration device to have strong expansion capability, and the variable configuration efficiency is improved.
Step S13: and configuring variables in the variable center system according to the variable processing information by adopting a variable heat deployment mode.
Specifically, the hot deployment is to configure the variables when the variable center system is running, without restarting the variable center system, and configure the variables in the variable center system according to the variable processing information.
The variable configuration device updates the input code of the user in real time in a hot deployment mode and loads the code operation result in real time; or the updated expression script, and loading the configuration result in real time.
Further, in this embodiment, the SKD is provided with a basic configuration definition module, configured to define a basic configuration of each variable in the variable processing system, so that each variable in the variable center system can realize a corresponding basic function. Optionally, the basic definition of the variable may adopt a default definition of the system, and may also be modified or replaced by input program or code customization.
The SDK further uses the core interface definition module to correspond to the variable definitions in the variable center system according to the variable processing information in the above embodiment, and further configures or modifies the variables to implement the target instruction and the target function.
In a hot deployment mode, all variables are deployed on line without redeploying or restarting services, the dynamism is completely realized, the capacity of the unified variable post-variable configuration system for controlling the variables is improved, the processes of variable configuration development and dynamic deployment are supported, and the variable configuration efficiency is improved.
In an embodiment of the present application, please refer to fig. 4 specifically, and fig. 4 is a functional framework diagram of a variable center system provided in the present application, which includes the following specific contents:
the variable center system provides at least one of the following variable management functions for the configured variables: variable definition, variable processing, variable supermarket, service output, variable authority, effect monitoring, playback test and system management. In other embodiments, the worker may also extend or modify the variable management function of the variable center system, which is not described herein again.
In an embodiment of the present application, the SDK provides a plurality of system protocols, and the specific steps after generating the corresponding variable processing information based on the variable configuration instruction in step S13 are as follows: and responding to the operation instruction of the target variable, and acquiring a target system corresponding to the target variable.
Specifically, in an embodiment of the present application, the SDK may automatically analyze a system protocol of the target system, and interface the target system and the variable center system by using the analyzed system protocol to implement operation of the target variable in the target system.
Specifically, the SDK is provided with a support module, which includes system protocols adapted to different target systems, so that the variable center system can interface different engines, for example, a rule engine, without configuring too many system protocols.
Through the mode, in the variable application, the variable center provides some normalized interfaces for being connected to each system, the expansion capability of the variable configuration device is improved, and the variable configuration efficiency is improved.
An embodiment of the present application is provided, referring to fig. 2 specifically, fig. 2 is a flowchart illustrating a sub-step of step S13 in a first embodiment of the SDK-based variable configuration method provided in fig. 1, that is, a variable configuration instruction may point to a certain variable configuration scenario, and the specific steps are as follows:
step S131: and searching a variable group corresponding to the variable configuration scene in the variable center system according to the variable configuration scene in the variable processing information.
Specifically, the variable configuration scenario is a corresponding service scenario, for example, in the user loan scenario, the variable in the variable center system includes variable information such as a historical loan amount and a user credit value. In addition, relevant variables outside the user loan scene are not influenced by the current configuration instruction, and variable information such as transfer remittance and the like does not appear in the loan variable, so that independent configuration of variables of different scenes in the central system can be realized without influence.
Step S132: and configuring the variables of the variable group according to the variable processing information.
By the method, the SDK can perform independent deployment variable calculation on corresponding variables, so that the mutual influence among different scenes is physically eliminated, and the efficiency and the independence of variable configuration are improved.
Referring to fig. 3 and fig. 5 specifically, fig. 3 is a schematic flowchart of a second embodiment of an SDK-based variable configuration method provided in the present application, where after configuring variables in a variable center system according to the variable processing information, the variable configuration method further includes:
step S21: and acquiring definitions of variables in the variable center system and dependency relations among the variables.
Specifically, in an embodiment of the present application, variable definitions and dependencies between variables in the variable center system may be defined in advance by the variable configuration apparatus through a basic configuration definition module in the SDK. In other embodiments, the configuration may be updated and modified in real time by responding to the configuration instructions. In addition, the dependency relationship between the variables includes but is not limited to physical relationship, mathematical relationship, connection relationship, etc., and the SDK can automatically resolve the dependency relationship between the variables.
Step S22: and generating the query join of the current variable based on the definition of the current variable and the dependency relationship with other variables.
Specifically, the query parameter of the current variable is a variable parameter required for meeting an input request of an interface of the variable configuration device, the SDK automatically analyzes the dependency relationship between the variable definition and the variable, and generates the query parameter of the current variable, so that the variable meeting the input definition of the query parameter of the current variable is input to the current variable of the variable center system.
By the mode, the query parameter can be generated automatically without manual intervention, and the variable configuration efficiency is improved.
Step S23: and obtaining key indexes of the target variables in the variable center system.
The key indicators include, but are not limited to, one or more of execution chain, time consumption, and status of variables.
Step S24: the current state of the target variable is determined based on the criticality index of the target variable.
Specifically, the variable configuration center includes a preset template, that is, a corresponding relationship between a preset critical index and a state, and determines a relationship between the critical index of the target variable and a current state of the target variable, for example, the current state of the target variable is a state of variable value loss, abnormality, fluctuation, or the like.
Step S25: and reporting the current state of the target variable to the unified monitoring platform.
Step S26: and acquiring a monitoring result of the target variable by the unified monitoring platform.
In an embodiment of the application, the monitoring result of the unified monitoring platform on the target variable can be visually output through the SDK, so as to assist a worker in reconfiguring the target variable. In another embodiment of the present application, the variable configuration device may also perform automatic configuration according to the monitoring result, that is, the unified monitoring platform returns the monitoring result to the SDK, and performs automatic configuration by the SDK, specifically please refer to step S27 to step S28:
step S27: and updating the variable configuration instruction according to the monitoring result.
Specifically, in an embodiment of the present application, the variable configuration device may update the configuration instruction in real time according to the monitoring result, and in other embodiments, may also call a historical configuration instruction in the storage system to update.
Step S28: and reconfiguring the target variable based on the updated variable configuration instruction.
By the mode, the real-time monitoring of key indexes such as variable execution links, time consumption and states is realized in the SDK of the variable center, meanwhile, the unified monitoring platform is seamlessly docked, the real-time monitoring of states such as variable value loss, abnormity and fluctuation is realized, any implementation details are not required to be concerned, the configuration is directly and simply carried out, the configuration flow is simplified, and the configuration efficiency is improved.
The application also provides an embodiment, and the access webpage in the variable center system is called. Specifically, referring to fig. 5, after the variable center system uploads the access instruction to the server through the SDK by calling the http implementation module of the third party in the SDK, the corresponding server issues the data of the access webpage in the variable center system to the SDK, so that the webpage in the variable center system can be accessed.
To implement the variable configuration method in the foregoing embodiment, the present application further provides a variable configuration device, please refer to fig. 6, and fig. 6 is a schematic frame diagram of an embodiment of the variable configuration device provided in the present application.
The variable configuration apparatus 500 of the embodiment of the present application includes a processor 51, a memory 52, an input/output device 53, and a bus 54.
The processor 51, the memory 52, and the input/output device 53 are respectively connected to the bus 54, the memory 52 stores program data, and the processor 51 is used for executing the program data to implement the variable configuration method described in the above embodiments.
In the embodiment of the present application, the processor 51 may also be referred to as a CPU (Central Processing Unit). The processor 51 may be an integrated circuit chip having signal processing capabilities. The processor 51 may also be a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components. The general purpose processor may be a microprocessor or the processor 51 may be any conventional processor or the like.
Please refer to fig. 7, fig. 7 is a schematic structural diagram of an embodiment of a computer storage medium provided in the present application, a computer program 61 is stored in the computer storage medium 600, and when the computer program 61 is executed by a processor, the variable configuration method of the embodiment is implemented.
Embodiments of the present application may be implemented in software functional units and may be stored in a computer readable storage medium when sold or used as a stand-alone product. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, a network device, or the like) or a processor (processor) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only for the purpose of illustrating embodiments of the present application and is not intended to limit the scope of the present application, which is defined by the claims and the accompanying drawings, and the equivalents and equivalent structures and equivalent processes used in the present application and the accompanying drawings are also directly or indirectly applicable to other related technical fields and are all included in the scope of the present application.

Claims (10)

1. A SDK-based variable configuration method is characterized by comprising the following steps:
acquiring a variable configuration instruction of a user;
generating corresponding variable processing information based on the variable configuration instruction, wherein the variable processing information comprises an expression script and/or hard coded data provided by an SDK (software development kit);
and configuring variables in a variable center system according to the variable processing information by adopting a variable heat deployment mode.
2. The variable configuration method of claim 1,
the variable configuration instruction comprises a variable configuration scene;
the configuring of the variables in the variable center system according to the variable processing information includes:
searching a variable group corresponding to the variable configuration scene in the variable center system according to the variable configuration scene in the variable processing information;
and configuring the variables of the variable group according to the variable processing information.
3. The variable configuration method according to claim 1,
after configuring the variables in the variable center system according to the variable processing information, the variable configuration method further includes:
obtaining definitions of variables in the variable center system and dependency relations among the variables;
and generating the query join of the current variable based on the definition of the current variable and the dependency relationship with other variables.
4. The variable configuration method of claim 3,
after the query entry for generating the current variable is entered, the variable configuration method further includes:
obtaining key indexes of target variables in the variable center system, wherein the key indexes comprise one or more of execution links, time consumption and states of the variables;
determining a current state of the target variable based on a criticality index of the target variable;
and reporting the current state of the target variable to a unified monitoring platform.
5. The variable configuration method of claim 4,
after reporting the current state of the target variable to a unified monitoring platform, the variable configuration method further includes:
acquiring a monitoring result of the target variable by the unified monitoring platform;
updating the variable configuration instruction according to the monitoring result;
reconfiguring the target variable based on the updated variable configuration instruction.
6. The variable configuration method of claim 1,
the SDK provides a plurality of expansion interfaces;
after generating the corresponding variable processing information based on the variable configuration instruction, the variable configuration method further includes:
and calling a corresponding expansion interface based on the variable configuration instruction, and inputting the generated variable processing information into the variable center system through the corresponding expansion interface.
7. The variable configuration method of claim 1,
the SDK provides a plurality of system protocols;
after configuring the variables in the variable center system according to the variable processing information, the variable configuration method further includes:
responding to an operation instruction of a target variable, and acquiring a target system corresponding to the target variable;
and butting the target system and the variable center system by using the system protocol to realize the operation of the target variable in the target system.
8. The variable configuration method of claim 1,
the variable center system provides at least one of the following variable management functions for the configured variables: variable definition, variable processing, variable supermarket, service output, variable authority, effect monitoring, playback test and system management.
9. A variable configuration apparatus, characterized in that the variable configuration apparatus comprises a memory storing program data and a processor for executing the program data to implement the variable configuration method according to any one of claims 1 to 8.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores program data for implementing the variable configuration method according to any one of claims 1 to 8 when the program data is executed by a processor.
CN202211401809.6A 2022-11-10 2022-11-10 SDK-based variable configuration method and device and computer-readable storage medium Pending CN115437683A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211401809.6A CN115437683A (en) 2022-11-10 2022-11-10 SDK-based variable configuration method and device and computer-readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211401809.6A CN115437683A (en) 2022-11-10 2022-11-10 SDK-based variable configuration method and device and computer-readable storage medium

Publications (1)

Publication Number Publication Date
CN115437683A true CN115437683A (en) 2022-12-06

Family

ID=84252123

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211401809.6A Pending CN115437683A (en) 2022-11-10 2022-11-10 SDK-based variable configuration method and device and computer-readable storage medium

Country Status (1)

Country Link
CN (1) CN115437683A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109634655A (en) * 2018-12-10 2019-04-16 江苏满运软件科技有限公司 Variable configuration method based on heat deployment, device, electronic equipment, storage medium
CN112114818A (en) * 2020-09-28 2020-12-22 建信金融科技有限责任公司 JAVA compiling method and device for expression
CN113835741A (en) * 2020-06-24 2021-12-24 中兴通讯股份有限公司 Patch loading method, network element and computer readable storage medium
CN114116761A (en) * 2021-11-04 2022-03-01 招联消费金融有限公司 Variable processing method, variable processing device, computer equipment and storage medium
CN114510497A (en) * 2022-01-27 2022-05-17 度小满科技(北京)有限公司 Variable processing method, device and equipment and readable storage medium
CN114895908A (en) * 2022-05-17 2022-08-12 北京志凌海纳科技有限公司 Web application expression-based implementation method, system, equipment and storage medium
CN115268940A (en) * 2021-04-29 2022-11-01 慧与发展有限责任合伙企业 Dynamically configurable templates to support multiple deployments of configuration at a network device
CN115291900A (en) * 2022-08-03 2022-11-04 浙江吉利控股集团有限公司 High-precision map SDK deployment method, device, equipment and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109634655A (en) * 2018-12-10 2019-04-16 江苏满运软件科技有限公司 Variable configuration method based on heat deployment, device, electronic equipment, storage medium
CN113835741A (en) * 2020-06-24 2021-12-24 中兴通讯股份有限公司 Patch loading method, network element and computer readable storage medium
CN112114818A (en) * 2020-09-28 2020-12-22 建信金融科技有限责任公司 JAVA compiling method and device for expression
CN115268940A (en) * 2021-04-29 2022-11-01 慧与发展有限责任合伙企业 Dynamically configurable templates to support multiple deployments of configuration at a network device
CN114116761A (en) * 2021-11-04 2022-03-01 招联消费金融有限公司 Variable processing method, variable processing device, computer equipment and storage medium
CN114510497A (en) * 2022-01-27 2022-05-17 度小满科技(北京)有限公司 Variable processing method, device and equipment and readable storage medium
CN114895908A (en) * 2022-05-17 2022-08-12 北京志凌海纳科技有限公司 Web application expression-based implementation method, system, equipment and storage medium
CN115291900A (en) * 2022-08-03 2022-11-04 浙江吉利控股集团有限公司 High-precision map SDK deployment method, device, equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
林永峰等: "面向安全性分析的嵌入式软件测试方法研究", 《现代电子技术》 *

Similar Documents

Publication Publication Date Title
CN108958714B (en) Business component type development method and device, computer equipment and storage medium
CN109684057B (en) Task processing method and device and storage medium
CN110162344B (en) Isolation current limiting method and device, computer equipment and readable storage medium
CA3182208A1 (en) Business data processing method and device, computer equipment and storage medium
CN112650487A (en) Hybrid application development method, system, computer device and storage medium
CN106603125B (en) Method and device for data interaction with Bluetooth equipment
US8448194B2 (en) Value container propagation in development tools, business process management, and business rules management solutions
CN113312084B (en) AT framework code automatic generation method and device, electronic equipment and storage medium
CN113268335A (en) Model training and execution duration estimation method, device, equipment and storage medium
CN110806891B (en) Method and device for generating software version of embedded device
CN110018831B (en) Program processing method, program processing apparatus, and computer-readable storage medium
CN115437683A (en) SDK-based variable configuration method and device and computer-readable storage medium
CN115755867A (en) Vehicle diagnosis method and related device
KR101867866B1 (en) Method and Apparatus for optimizing target program dynamically
CN110874322A (en) Test method and test server for application program
CN110502296B (en) Method, equipment and storage medium for displaying firmware upgrading command
US20130117728A1 (en) Computer program interface
JP2006318197A (en) Controller support device and program
CN116301758B (en) Rule editing method, device, equipment and medium based on event time points
US20240019851A1 (en) Extensible profiles for industrial controller devices
US20240020117A1 (en) Industrial automation system topology with point to point business rule integration
CN109636324B (en) Electronic service contract processing method and device
CN112486556B (en) Method, system, terminal and storage medium for server to be compatible with BMC
US20240086182A1 (en) Method for connecting a web socket session with an object instance with automation device association
US20240103851A1 (en) Presentation design to automation device binding

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20221206

RJ01 Rejection of invention patent application after publication