CN112068895B - Code configuration method, device, video playing equipment and storage medium - Google Patents

Code configuration method, device, video playing equipment and storage medium Download PDF

Info

Publication number
CN112068895B
CN112068895B CN202010795526.9A CN202010795526A CN112068895B CN 112068895 B CN112068895 B CN 112068895B CN 202010795526 A CN202010795526 A CN 202010795526A CN 112068895 B CN112068895 B CN 112068895B
Authority
CN
China
Prior art keywords
code
configuration
target
operating system
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010795526.9A
Other languages
Chinese (zh)
Other versions
CN112068895A (en
Inventor
蔡敏淦
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Dingsheng Photoelectric Co ltd
Original Assignee
Shenzhen Dingsheng Photoelectric 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 Shenzhen Dingsheng Photoelectric Co ltd filed Critical Shenzhen Dingsheng Photoelectric Co ltd
Priority to CN202010795526.9A priority Critical patent/CN112068895B/en
Publication of CN112068895A publication Critical patent/CN112068895A/en
Application granted granted Critical
Publication of CN112068895B publication Critical patent/CN112068895B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Abstract

The application provides a code configuration method, a code configuration device, video playing equipment and a storage medium, relates to the technical field of code management, and can effectively improve the efficiency of code configuration. The code configuration method comprises the following steps: acquiring a target configuration file; different configuration code information is recorded in the target configuration file; determining a plurality of code modules to be configured in an operating system of the video playing device; the code module records codes of an operating system of the video playing device; and completing the configuration of codes in the code modules to be configured according to the configuration code information in the target configuration file.

Description

Code configuration method, device, video playing equipment and storage medium
Technical Field
The application belongs to the technical field of code management, and particularly relates to a code configuration method, a code configuration device, video playing equipment and a storage medium.
Background
Many software and hardware today mostly employ a configurable code design method, which also allows the code content of certain code modules in the operating system of the video playback device to be freely updated or regenerated, making the system very flexible. Generally, a user of the video playing device may set a certain configuration requirement around the operating system, and a developer of the video playing device may intervene in some specific level to reconfigure codes based on the configuration requirement.
However, the configuration modification of the code is mainly performed manually, for example, when receiving a configuration requirement set by a user of the video playing device, a developer of the video playing device may search for a code written correspondingly in advance, further modify the code in a corresponding position, and finally check the correctness of the written code. The code configuration efficiency is low because the correctness of the corresponding code is searched, modified and checked manually.
Disclosure of Invention
The embodiment of the application provides a code configuration method, a code configuration device, video playing equipment and a storage medium, so as to solve the problem of low code configuration efficiency.
In a first aspect, an embodiment of the present application provides a code configuration method, where the method includes:
acquiring a target configuration file; different configuration code information is recorded in the target configuration file;
determining a plurality of code modules to be configured in an operating system of the video playing device; the code module records codes of an operating system of the video playing device;
and completing the configuration of codes in the code modules to be configured according to the configuration code information in the target configuration file.
By adopting the code configuration method provided by the embodiment of the application, the target configuration file is obtained in advance, and because the target configuration file records different configuration code information, the requirement of code configuration can be clearly determined based on the configuration code information, and a plurality of code modules to be configured in the operating system of the video playing device can be further determined, so that the codes to be configured in the operating system can be rapidly determined, and finally, the configuration of the codes in the plurality of code modules to be configured can be completed according to the configuration code information in the target configuration file, and further, the efficiency of code configuration can be effectively improved because the codes are not required to be manually searched, modified and the correctness of the modified codes is checked.
Optionally, the obtaining the target configuration file includes:
acquiring a plurality of configuration instructions;
compiling and generating a plurality of pieces of configuration code information based on a plurality of configuration instructions;
updating an original configuration file according to a plurality of pieces of configuration code information;
and taking the updated original configuration file as the target configuration file.
Optionally, the determining a plurality of code modules to be configured in the operating system of the video playing device includes:
Determining a plurality of target variables based on the target configuration file; the target variable is a variable in the code of the operating system;
and determining the code module to be configured corresponding to each target variable in the operating system based on each target variable.
Optionally, the determining, based on each target variable, the code module to be configured corresponding to each target variable in the operating system includes:
and determining the code module to be configured corresponding to each target variable in the operating system based on the path defined by each target variable.
Optionally, the determining a plurality of code modules to be configured in the operating system of the video playing device includes:
determining a plurality of target code modules to be configured, the configuration frequency of which is equal to or greater than a preset configuration frequency value;
generating a unique corresponding new target code module based on each target code module to be configured;
and replacing the target code module uniquely corresponding to the new target code module in the operating system with the new target code module.
Optionally, after replacing the object code module in the operating system, which corresponds to the new object code module uniquely, with the new object code module, the method further includes:
And for each new target code module, updating the name of the target code module to be configured, which is uniquely corresponding to the new target code module, in the target configuration file to the name of the new target code module.
Optionally, after completing the configuration of the codes in the code modules to be configured according to the configuration code information in the target configuration file, the method further includes:
after each code module completes code configuration, outputting an operation result;
and determining whether each operation result meets a preset standard. In a second aspect, an embodiment of the present application provides a code configuration apparatus, including:
the acquisition module is used for acquiring the target configuration file; different configuration code information is recorded in the target configuration file;
the determining module is used for determining a plurality of code modules to be configured in an operating system of the code configuration device; the code module records codes of an operating system of the code configuration device;
and the configuration module is used for completing the configuration of codes in the code modules to be configured according to the configuration code information in the target configuration file.
In a third aspect, an embodiment of the present application provides a video playing device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the code configuration method when executing the computer program.
In a fourth aspect, embodiments of the present application provide a computer readable storage medium storing a computer program that when executed by a processor implements the code configuration method.
In a fifth aspect, embodiments of the present application provide a computer program product, which when run on a video playback device, causes the video playback device to perform the code configuration method of any one of the first aspects described above.
It will be appreciated that the advantages of the second to fifth aspects may be found in the relevant description of the first aspect, and are not described here again.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required for the embodiments or the description of the prior art will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that 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 code configuration method according to an embodiment of the present application.
Fig. 2 is a schematic flowchart of a specific implementation of step S11 of the code configuration method according to an embodiment of the present application.
Fig. 3 is a schematic structural diagram of a code configuration device according to an embodiment of the present application.
Fig. 4 is a schematic structural diagram of a video playing device according to an embodiment of the present application.
Detailed Description
In the following description, for purposes of explanation and not limitation, specific details are set forth, such as particular system configurations, techniques, etc. in order to provide a thorough understanding of the embodiments of the present application. It will be apparent, however, to one skilled in the art that the present application may be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known systems, devices, circuits, and methods are omitted so as not to obscure the description of the present application with unnecessary detail.
As used in this specification and the appended claims, the term "if" may be interpreted as "when..once" or "in response to a determination" or "in response to detection" depending on the context. Similarly, the phrase "if a determination" or "if a [ described condition or event ] is detected" may be interpreted in the context of meaning "upon determination" or "in response to determination" or "upon detection of a [ described condition or event ]" or "in response to detection of a [ described condition or event ]".
In addition, in the description of the present application and the appended claims, the terms "first," "second," "third," and the like are used merely to distinguish between descriptions and are not to be construed as indicating or implying relative importance.
Reference in the specification to "one embodiment" or "some embodiments" or the like means that a particular feature, structure, or characteristic described in connection with the embodiment is included in one or more embodiments of the application. Thus, appearances of the phrases "in one embodiment," "in some embodiments," "in other embodiments," and the like in the specification are not necessarily all referring to the same embodiment, but mean "one or more but not all embodiments" unless expressly specified otherwise. The terms "comprising," "including," "having," and variations thereof mean "including but not limited to," unless expressly specified otherwise.
In order to illustrate the technical solutions described in the present application, the following description is made by specific examples.
Referring to fig. 1, fig. 1 is a flowchart illustrating an implementation of a code configuration method according to an embodiment of the present application. In this embodiment, the code configuration method is used for configuring the code of the operating system of the video playing device, and the execution subject is the video playing device.
The code configuration method as shown in fig. 1 includes the steps of:
s11: and obtaining a target configuration file.
In step S11, different configuration code information is recorded in the target configuration file, and the code configuration requirement of the user for the operating system is described by the configuration code information.
It is understood that the user may set one or more configuration requirements for the operating system, so that the target configuration file also records configuration code information corresponding to the one or more configuration requirements respectively. The configuration code information is a sentence which is written in a programming language and can be identified for the video playing device, and the configuration requirement of a user is described through the sentence.
For example, a user sets up a configuration requirement for modifying a display language of an operating system, and based on the configuration requirement, a corresponding script sentence "sed-i's/# define language default is recorded in a target configuration file; sed-n '/# define language_default/p' $ { sw_config_customer_file } ", by which script statements the user describes the configuration requirements to modify the display language of the operating system.
It should be noted that, before configuring the code of the operating system of the video playing device, the target configuration file needs to be formed in advance according to the configuration requirement of the user. For example, a technical confirmation list is formed according to the configuration requirements set forth by the user, the content of the technical confirmation list is described through a programming language, and a script file describing the configuration requirements is obtained, so that the configuration of codes of an operating system can be completed directly based on the script file. In all embodiments of the present application, in order to ensure compatibility of code configuration, the programming language used by the target configuration file is the same as the programming language used by the video playback device.
In some embodiments, to facilitate distinguishing target profiles that record configuration needs of different users, the target profile naming is managed with naming rules, and includes user codes and configuration order numbers.
In this embodiment, when the video playing device receives an instruction for configuring the code of the operating system, the target configuration file is obtained, and since the configuration code information in the target configuration file can be used to describe the configuration requirement of the user, different configuration requirements of the user can be described through different configuration code information in the target configuration file, that is, the configuration direction is provided for the configuration of the code of the operating system of the video playing device by obtaining the target configuration file. It should be understood that in all embodiments of the present application, the target configuration file recorded with different configuration code information is obtained, and actually, the configuration requirement of the user is obtained, and the direction of the code configuration is clarified.
As to when to obtain the target profile, the following two scenarios may be included, but are not limited to.
Scene 1: and if an instruction for modifying part of functions of the operating system is detected in the development process of the operating system of the video playing device, acquiring a target configuration file.
For example, when developing and collocating the operating systems of the video playing equipment with the difference functions according to different users, modifying the developed operating systems to obtain different target configuration files formed according to the configuration requirements of different users so as to facilitate the follow-up completion of the configuration of codes of a plurality of operating systems according to the obtained target configuration files and obtain a plurality of operating systems meeting the configuration requirements of different users.
Scene 2: and if the configuration requirement of the user on the operating system in the process of using the video playing device is received, acquiring a target configuration file.
For example, in order to facilitate operation of the video playback device, a user puts forward a configuration requirement for modifying a function of the operating system during use of the video playback device, and then obtains the target configuration file.
For example, when the user uses the video playing device and proposes to modify the display language of the operating system of the video playing device, the target configuration file recorded with the configuration code information corresponding to the configuration requirement is obtained.
It should be understood that, in practical application, since the requirement of configuring the code of the operating system of the video playing device is set up irregularly, the obtained target configuration file may be stored in the cloud server, the mobile storage area or the storage area of the video playing device after the target configuration file is formed according to the configuration requirement. When the code of the operating system is configured in response, the target configuration file can be acquired from the cloud server, the mobile storage area or the storage area of the video playing device according to the acquisition strategy corresponding to the control instruction.
S12: a number of code modules to be configured in an operating system of a video playback device are determined.
In step S12, the code module records the code of the operating system of the video playback device. The operating system is a computer program for managing computer hardware and software resources in the video playing device, and is divided into functions implemented by codes, and the codes of the operating system can be divided into a plurality of code modules.
In this embodiment, according to the configuration code information recorded in the target configuration file and used for describing the configuration requirement, a plurality of code modules to be configured in the operating system of the video playing device are accurately determined, so that the process of manually searching for the code to be modified is omitted, and the efficiency of code configuration is greatly improved. For example, the configuration code information of modifying the language of the operating system is recorded in the target configuration file, that is, a code module corresponding to a path defined by a target variable "sw_configuration_customer_file" in the code of the operating system is searched, and defined language_default is searched in the code module, so that the language is modified into language_englist later.
In some embodiments, the operating system is a linux kernel-based operating system. The operating system is divided into four layers, namely an application program layer, an application framework layer (FWK), a system running layer and a linux kernel layer, and the layers are communicated through software interfaces.
The application layer may be a series of application packages, and the application packages may include one or more of short messages, calendars, cameras, videos, navigation, calls, keyboards, and other application programs.
The application framework layer provides an application programming interface (application programming interface, API) and programming framework for application programs of the application layer. The application framework layer may include some predefined functions, for example, functions for receiving events sent by the application framework layer.
The application framework layer includes one or more of a view system, a content provider, a resource manager, a notification manager, and an activity manager.
The view system comprises visual controls, such as a control for displaying characters, a control for displaying pictures and the like. The view system may be used to build an application such that a display interface of an electronic device may be composed of one or more views. For example, the display interface including the short message notification icon may include a view for displaying text and a view for displaying a picture, and may include a display interface including a keyboard icon.
The content provider (Content Providers) allows applications to access data of another application (e.g., a contact database) or share their own data.
A Resource Manager (Resource Manager) provides access to non-code resources such as local strings, graphics and Layout files (Layout files).
The notification manager (Notification Manager) enables applications to display custom hints in the status bar of the electronic device.
An Activity Manager (Activity Manager) is used to manage the application lifecycle and provide the usual navigation rollback functionality.
The system layer may include a plurality of functional modules. For example: sensor service module, physical state recognition module, three-dimensional graphics processing library (e.g. OpenGL ES), etc.
And the sensor service module is used for monitoring the sensor data uploaded by various sensors of the hardware layer and determining the physical state of the electronic equipment.
The physical state recognition module is used for analyzing and recognizing gestures, faces and the like of the user;
the three-dimensional graphics processing library can be used to implement three-dimensional graphics drawing, image rendering, compositing, layer processing, and the like.
In some embodiments, the video playing device is a device capable of playing video, such as a television, a computer, etc., and the operating system may be one of an Android operating system (Android operating system), a microsoft windows operating system (windows operating system), and an apple mobile device operating system (ios system).
S13: and completing the configuration of codes in a plurality of code modules to be configured according to the configuration code information in the target configuration file.
In this embodiment, the configuration of the code in the corresponding code module in the operating system is performed according to the configuration code information describing the configuration requirement recorded in the target configuration file.
It may be appreciated that the configuration code information may be used to configure the corresponding code in the code module by determining the corresponding code module in the operating system based on the configuration code information in the target configuration file.
For example, the object configuration file records configuration code information describing modification of the display language of the operating system, such as script statement "sed-i's/# define language default" # defined language_default language_engish/g' $ { sw_config_customer_file }; the method comprises the steps of (a) performing a search on a variable "sw_configuration_customer_file" in code in an operating system based on a sed-n '/# defined language_default/p' $ { sw_configuration_customer_file }, further determining a code module corresponding to the variable, modifying the code in the code module describing a display language of the operating system, for example, searching the defined language_default in the code module, and modifying the language into the language_environment.
By adopting the code configuration method provided by the application, the target configuration file is obtained in advance, and because the target configuration file records different configuration code information, the requirement of code configuration can be clearly determined based on the configuration code information, and a plurality of code modules to be configured in the operating system of the video playing device can be further determined, so that the codes to be configured in the operating system can be rapidly determined, and finally, the configuration of the codes in the plurality of code modules to be configured can be completed according to the configuration code information in the target configuration file, and further, the code is not required to be manually searched, the code is modified and the correctness of the modified code is checked, so that the efficiency of code configuration can be effectively improved.
As shown in fig. 2, in an embodiment of the present application, a code configuration method is provided, which mainly relates to a process of acquiring a target configuration file. The method comprises the following steps:
s21: a number of configuration instructions are obtained.
In step S21, the configuration instruction is a control instruction describing the user configuration requirement. For example, when receiving a configuration requirement for modifying a display language of an operating system by a user, a developer inputs a language configuration instruction for modifying the operating system, such as a control instruction including "modify language to language_language", through an input terminal. When there are multiple configuration requirements of the user, the developer inputs multiple configuration instructions for modifying the operating system.
S22: based on a plurality of configuration instructions, compiling and generating a plurality of pieces of configuration code information.
In step S22, a piece of configuration code information is generated based on a configuration instruction. When a configuration instruction is received, compiling to obtain configuration code information corresponding to the configuration instruction based on a programming language. It can be understood that the configuration requirements of the user corresponding to the configuration instructions are described through a programming language, so that programming sentences describing the configuration requirements of the user are obtained.
For example, a configuration command is a control command including "modify language to language_angle", and after describing the configuration requirement corresponding to the control command by using a programming language, a script sentence "sed-i's/# define language default.+ -. Define language_default language_angle/g' $ { sw_configuration_customer_file }; sed-n '/# defined language_default/p' $ { sw_config_customer_file }.
In some embodiments, multiple pieces of configuration code information may be generated based on one configuration instruction.
S23: and updating the original configuration file according to the plurality of pieces of configuration code information.
S24: and taking the updated original configuration file as a target configuration file.
In some embodiments, the original configuration file is a file that previously recorded past configuration requirement data of the same user.
It will be appreciated that in order to facilitate quick response to a user's configuration needs, a file is preformed that records configuration data in the operating system of the video playback device used by the user, and a configuration file is formed for that file. When new user configuration requirements exist, the user's profile can be invoked based on the profile to complete the configuration.
In an embodiment of the present application, determining a number of code modules to be configured in an operating system of a video playback device includes:
determining a plurality of target variables based on the target configuration file; the target variable is a variable in the code of the operating system.
And determining a code module to be configured corresponding to each target variable in the operating system based on each target variable.
In this embodiment, each piece of configuration code information in the target configuration file records a variable in the code of the operating system, and the variable with the same name as the variable can be searched in the code of the operating system based on the variable, so that a corresponding code module to be configured can be quickly found according to the search result.
The target variable is a variable of a code corresponding link in the code module to be configured. The target variable is a target string in the code of the operating system and the target string defines a connection to the code module to be configured.
It will be appreciated that, because the implementation of the configuration requirement of the user may need to be completed by one or more target variables, and multiple target variables may also exist in one code module, one code module to be configured may correspond to one target variable or may correspond to multiple target variables.
In an embodiment of the present application, determining, based on each target variable, a code module to be configured corresponding to each target variable in an operating system includes:
and determining a code module to be configured corresponding to each target variable in the operating system based on the path defined by each target variable.
In this embodiment, the path is a call path defined by the target variable and connected to its corresponding code module. It can be understood that there are multiple call paths defined by variables in the code of the operating system, and each variable can return the running result or the received data to the code module corresponding to the call path based on the defined call path, so that the code module to be configured corresponding to each target variable in the operating system can be determined based on the path defined by each target variable.
In an embodiment of the present application, there is a possible scenario that a portion of an operating system of a video playing device runs a relatively independent code module, and when a user wants to configure the portion of code, if the portion of code is modified according to a target configuration file one by one, the efficiency is also low.
Thus, determining a number of code modules to be configured in an operating system of a video playback device includes:
determining a plurality of target code modules to be configured, the configuration frequency of which is equal to or greater than a preset configuration frequency value;
generating a unique corresponding new target code module based on each target code module to be configured;
and replacing the target code module uniquely corresponding to the new target code module in the operating system with the new target code module.
In this embodiment, the preset configuration frequency value is the minimum configuration frequency indicating when the code module is frequently modified. For example, the preset configuration frequency value is 30 times, and the number of times of being configured of one recorded code module is 31 times, which indicates that the code module is the target code module.
In this embodiment, the recorded configured frequency value of each code module to be configured is obtained in advance, whether the configured frequency value of each code module to be configured is equal to or greater than a preset configuration frequency value is determined, if the configured frequency value is equal to or greater than the preset configuration frequency value, the code module is determined to be the target code module, that is, the target code module is indicated to be frequently modified. And because the code module is frequently modified, in order to improve the efficiency of code configuration, a new unique corresponding target code module is generated based on each target code module to be configured and the configuration code information of the user configuration requirement recorded in the target configuration file, and the new target code module is utilized to replace the target code module uniquely corresponding to the new target code module in the operating system.
It will be appreciated that the object code module is a code module that is relatively independent of the use of the code content. For example, code modules of the calling part are compiled in the operating system.
In an embodiment of the present application, after replacing the corresponding object code module in the operating system with each new object code module, the method further includes:
and for each new target code module, updating the name of the target code module to be configured, which is uniquely corresponding to the new target code module, in the target configuration file into the name of the new target code module.
It will be appreciated that in order to facilitate the invocation of the new object code module via the object configuration file, the name of its corresponding object code module in the object configuration file is updated with the name of the new object code module.
For example, based on the object code module named a11, a new object code module named a12 is generated, in order to call the new object code module through the object configuration file to complete the corresponding code configuration, the default name a11 in the object configuration file is modified to a12, and the subsequent object configuration file can call the new object code module based on a12 to complete the code configuration of other configuration requirements of the user.
In an embodiment of the present application, after completing the configuration of the codes in the plurality of code modules to be configured according to the configuration code information in the target configuration file, the method further includes:
after each code module completes code configuration, outputting an operation result;
it is determined whether each of the operation results satisfies a preset criterion.
In the present embodiment, the operation result is used to describe the case of code configuration performed on the code module. The preset criteria are used to describe the logical way to determine whether the code configuration performed on the code module is correct.
In order to verify whether the configuration of codes in the code modules to be configured is correct, after each code module completes the code configuration, all codes of the code module with the complete configuration are operated, and corresponding operation results are output. For example, if the code configuration is completed for one code module, the running error is output, which indicates that the code configuration is wrong, the corresponding configuration code information in the target configuration file needs to be modified again, and the code configuration is carried out on the code module again by utilizing the configuration code information in the target configuration file until the running is successful.
It will be appreciated that when the result of the run meets the preset criteria, it indicates that the code configuration was successful.
In an embodiment of the present application, after completing the configuration of the codes in the plurality of code modules to be configured according to the configuration code information in the target configuration file, the method further includes:
and compiling and generating a new operating system based on the codes of the operating system with the code configuration completed, wherein the new operating system is applied to the video playing equipment.
It should be understood that the sequence number of each step in the foregoing embodiment does not mean that the execution sequence of each process should be determined by the function and the internal logic of each process, and should not limit the implementation process of the embodiment of the present application in any way.
Corresponding to the code configuration method of the above embodiment, fig. 3 shows a block diagram of the code configuration apparatus provided in the embodiment of the present application, and for convenience of explanation, only the portion relevant to the embodiment of the present application is shown.
Referring to fig. 3, the apparatus 100 includes:
an obtaining module 101, configured to obtain a target configuration file; different configuration code information is recorded in the target configuration file;
a determining module 102, configured to determine a number of code modules to be configured in an operating system of the code configuration device; the code module records the codes of the operating system of the code configuration device;
And the configuration module 103 is used for completing the configuration of codes in the plurality of code modules to be configured according to the configuration code information in the target configuration file.
Optionally, the obtaining module 101 further includes: the device comprises an acquisition unit, a first generation unit, an updating unit and a confirmation unit.
The acquisition unit is used for acquiring a plurality of configuration instructions;
the first generation unit is used for compiling and generating a plurality of pieces of configuration code information based on a plurality of configuration instructions;
the updating unit is used for updating the original configuration file according to the plurality of pieces of configuration code information;
and the confirmation unit is used for taking the updated original configuration file as a target configuration file.
Optionally, the determining module 102 further includes a first determining unit and a second determining unit.
The first determining unit is used for determining a plurality of target variables based on the target configuration file; the target variable is a variable in the code of the operating system;
and the second determining unit is used for determining a code module to be configured corresponding to each target variable in the operating system based on each target variable.
Optionally, the second determining unit is further configured to determine a code module to be configured corresponding to each target variable in the operating system based on the path defined by each target variable.
Optionally, the determining module 102 further includes a third determining unit, a second generating unit, and a replacing unit.
A third determining unit, configured to determine a plurality of object code modules to be configured, where the configuration frequency is equal to or greater than a preset configuration frequency value;
the second generating unit is used for generating a unique corresponding new target code module based on each target code module to be configured;
and the replacing unit is used for replacing the target code module uniquely corresponding to the new target code module in the operating system with the new target code module.
Optionally, the replacing unit is further configured to update, for each new target code module, a name of the target code module to be configured, which is uniquely corresponding to the new target code module, in the target configuration file to a name of the new target code module.
Optionally, the apparatus 100 includes: the compiling module is used for outputting an operation result after each code module completes code configuration; it is determined whether each of the operation results satisfies a preset criterion.
Fig. 4 is a schematic structural diagram of a video playing device according to an embodiment of the present application. As shown in fig. 4, the video playback device 4 of this embodiment includes: at least one processor 40 (only one processor is shown in fig. 4), a memory 41, and a computer program 42 stored in the memory 41 and executable on the at least one processor 40, the processor 40 implementing the steps in any of the various code configuration method embodiments described above when executing the computer program 42.
The video playing device 4 may be an electronic device such as a desktop computer, a notebook computer, a palm computer, and a data television. The video playback device may include, but is not limited to, a processor 40, a memory 41. It will be appreciated by those skilled in the art that fig. 4 is merely an example of video playback device 4 and is not intended to limit video playback device 4, and may include more or fewer components than shown, or may combine certain components, or may include different components, such as input-output devices, network access devices, display screens, etc.
The processor 40 may be a central processing unit (Central Processing Unit, CPU), and the processor 40 may also be other general purpose processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), off-the-shelf programmable gate arrays (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 41 may in some embodiments be an internal storage unit of the video playback device 4, such as a hard disk or a memory of the video playback device 4. The memory 41 may also be an external storage device of the video playback device 4 in other embodiments, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card) or the like, which are provided on the video playback device 4. Further, the memory 41 may also include both an internal storage unit and an external storage device of the video playback device 4. The memory 41 is used to store an operating system, application programs, boot loader (BootLoader), data, and other programs and the like, such as program codes of computer programs and the like. The memory 41 may also be used to temporarily store data that has been output or is to be output.
It should be noted that, because the content of information interaction and execution process between the modules/units is based on the same concept as the method embodiment of the present application, specific functions and technical effects thereof may be referred to in the method embodiment section, and details thereof are not repeated herein.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-described division of the functional units and modules is illustrated, and in practical application, the above-described functional distribution may be performed by different functional units and modules according to needs, i.e. the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-described functions. The functional units and modules in the embodiment may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit, where the integrated units may be implemented in a form of hardware or a form of a software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working process of the units and modules in the above system may refer to the corresponding process in the foregoing method embodiment, which is not described herein again.
The embodiments of the present application also provide a computer readable storage medium storing a computer program, where the computer program when executed by a processor implements steps of the foregoing method embodiments.
Embodiments of the present application provide a computer program product that, when run on a video playback device, causes the video playback device to perform steps that may be performed by the respective method embodiments described above.
The integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium. Based on such understanding, the present application implements all or part of the flow of the method of the above embodiments, and may be implemented by a computer program to instruct related hardware, where the computer program may be stored in a computer readable storage medium, where the computer program, when executed by a processor, may implement the steps of each of the method embodiments described above. Wherein the computer program comprises computer program code which may be in source code form, object code form, executable file or some intermediate form etc. The computer readable medium may include at least: any entity or device capable of carrying computer program code to a video playback device, a recording medium, a computer Memory, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), an electrical carrier signal, a telecommunications signal, and a software distribution medium. Such as a U-disk, removable hard disk, magnetic or optical disk, etc. In some jurisdictions, computer readable media may not be electrical carrier signals and telecommunications signals in accordance with legislation and patent practice.
In the foregoing embodiments, the descriptions of the embodiments are emphasized, and in part, not described or illustrated in any particular embodiment, reference is made to the related descriptions of other embodiments.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus/network device and method may be implemented in other manners. For example, the apparatus/video playing device embodiments described above are merely illustrative, and for example, the division of the modules or units is merely a logical function division, and there may be additional divisions when actually implemented, for example, multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other forms.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
The above embodiments are only for illustrating the technical solution of the present application, and are not limiting; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present application, and are intended to be included in the scope of the present application.

Claims (7)

1. A code configuration method, the method comprising:
acquiring a target configuration file; different configuration code information is recorded in the target configuration file, and the code configuration requirement of a user on an operating system is described through the configuration code information, wherein the configuration code information is a sentence which is written by a programming language and can be identified for video playing equipment, and the configuration requirement of the user is described through the sentence;
Determining a plurality of code modules to be configured in an operating system of the video playing device based on the configuration code information in the target configuration file; the code module records codes of an operating system of the video playing device;
completing the configuration of codes in a plurality of code modules to be configured according to the configuration code information in the target configuration file;
the determining a plurality of code modules to be configured in an operating system of the video playing device comprises:
determining a plurality of target variables based on the target configuration file; the target variable is a variable in the code of the operating system;
determining the code module to be configured corresponding to each target variable in the operating system based on each target variable;
the determining the code module to be configured corresponding to each target variable in the operating system based on each target variable includes:
determining the code module to be configured corresponding to each target variable in the operating system based on a path defined by each target variable;
the determining a plurality of code modules to be configured in an operating system of the video playing device comprises:
Determining a plurality of target code modules to be configured, the configuration frequency of which is equal to or greater than a preset configuration frequency value;
generating a unique corresponding new target code module based on each target code module to be configured;
and replacing the target code module uniquely corresponding to the new target code module in the operating system with the new target code module.
2. The method of claim 1, wherein the obtaining the target profile comprises:
acquiring a plurality of configuration instructions;
compiling and generating a plurality of pieces of configuration code information based on a plurality of configuration instructions;
updating an original configuration file according to a plurality of pieces of configuration code information;
and taking the updated original configuration file as the target configuration file.
3. The method of claim 1, wherein after replacing the object code module in the operating system that uniquely corresponds to the new object code module with the new object code module, further comprising:
and for each new target code module, updating the name of the target code module to be configured, which is uniquely corresponding to the new target code module, in the target configuration file to the name of the new target code module.
4. The method of claim 1, wherein after completing the configuration of the codes in the code modules to be configured according to the configuration code information in the target configuration file, further comprising:
after each code module completes code configuration, outputting an operation result;
and determining whether each operation result meets a preset standard.
5. A code configuration apparatus, comprising:
the acquisition module is used for acquiring the target configuration file; different configuration code information is recorded in the target configuration file, and the code configuration requirement of a user on an operating system is described through the configuration code information, wherein the configuration code information is a sentence which is written by a programming language and can be identified for video playing equipment, and the configuration requirement of the user is described through the sentence;
a determining module, configured to determine a plurality of code modules to be configured in an operating system of the code configuration device based on the configuration code information in the target configuration file; the code module records codes of an operating system of the code configuration device;
the configuration module is used for completing the configuration of codes in a plurality of code modules to be configured according to the configuration code information in the target configuration file;
Determining a plurality of code modules to be configured in an operating system of a video playing device, including:
determining a plurality of target variables based on the target configuration file; the target variable is a variable in the code of the operating system;
determining the code module to be configured corresponding to each target variable in the operating system based on each target variable;
the determining the code module to be configured corresponding to each target variable in the operating system based on each target variable includes:
determining the code module to be configured corresponding to each target variable in the operating system based on a path defined by each target variable;
the determining a plurality of code modules to be configured in an operating system of the video playing device comprises:
determining a plurality of target code modules to be configured, the configuration frequency of which is equal to or greater than a preset configuration frequency value;
generating a unique corresponding new target code module based on each target code module to be configured;
and replacing the target code module uniquely corresponding to the new target code module in the operating system with the new target code module.
6. A video playback device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the method according to any one of claims 1 to 4 when executing the computer program.
7. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program which, when executed by a processor, implements the method according to any of claims 1 to 4.
CN202010795526.9A 2020-08-10 2020-08-10 Code configuration method, device, video playing equipment and storage medium Active CN112068895B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010795526.9A CN112068895B (en) 2020-08-10 2020-08-10 Code configuration method, device, video playing equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010795526.9A CN112068895B (en) 2020-08-10 2020-08-10 Code configuration method, device, video playing equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112068895A CN112068895A (en) 2020-12-11
CN112068895B true CN112068895B (en) 2023-12-19

Family

ID=73661029

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010795526.9A Active CN112068895B (en) 2020-08-10 2020-08-10 Code configuration method, device, video playing equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112068895B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114900243B (en) * 2022-04-28 2023-09-01 深圳市飞速创新技术股份有限公司 Modification method and device for optical module compatible code

Citations (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101122854A (en) * 2007-09-13 2008-02-13 上海交通大学 Structured code automatic configuration method and device
CN101286119A (en) * 2008-05-27 2008-10-15 华耀环宇科技(北京)有限公司 Method for determining function point changing through code analysis
CN101697120A (en) * 2009-11-05 2010-04-21 河南辉煌科技股份有限公司 Relational database based generation method of J2EE code
CN102117202A (en) * 2009-12-30 2011-07-06 北大方正集团有限公司 J2EE architecture-based code generating device
CN102207887A (en) * 2011-05-04 2011-10-05 中兴通讯股份有限公司 Method and device for rapidly transplanting embedded operation system
CN102622215A (en) * 2011-01-27 2012-08-01 腾讯科技(深圳)有限公司 Method for editing image-text units based on script
CN102622470A (en) * 2012-02-21 2012-08-01 重庆邮电大学 General car code conversion method
CN102890621A (en) * 2011-07-22 2013-01-23 弗森-艾奥公司 Apparatus, system and method for determining a configuration parameter for solid-state storage media
CN103135976A (en) * 2011-11-30 2013-06-05 阿里巴巴集团控股有限公司 Code automatic generation method and device
CN103746833A (en) * 2013-12-25 2014-04-23 新浪网技术(中国)有限公司 PXE-based RAID automatic configuration method and system
CN103793255A (en) * 2014-02-27 2014-05-14 重庆邮电大学 Configurable multi-main-mode multi-OS-inner-core real-time operating system structure and starting method
CN104903905A (en) * 2013-03-15 2015-09-09 甲骨文国际公司 Security services management for computer applications by modifying their object code
CN105786506A (en) * 2016-02-26 2016-07-20 珠海金山网络游戏科技有限公司 User interface automatic-generation system and method
CN106484606A (en) * 2015-09-01 2017-03-08 阿里巴巴集团控股有限公司 Method and apparatus submitted to by a kind of code
CN106791123A (en) * 2016-12-27 2017-05-31 努比亚技术有限公司 User terminal and application processing method
CN107168760A (en) * 2017-05-04 2017-09-15 腾讯科技(深圳)有限公司 The change quantity measuring method and device of language
CN107193615A (en) * 2017-06-29 2017-09-22 北京全域医疗技术有限公司 The renewal dispositions method and device of item code information
CN107205469A (en) * 2014-11-25 2017-09-26 奥驰亚客户服务有限责任公司 Method and apparatus, program language and application programming interface for performing electronic cigarette device operating system
CN108664314A (en) * 2017-03-29 2018-10-16 香港城市大学 Big data process flow module management method and device
CN109101229A (en) * 2018-07-26 2018-12-28 郑州云海信息技术有限公司 A kind of code automatic generation method of object-oriented, device and equipment
CN109358841A (en) * 2018-08-15 2019-02-19 中国平安人寿保险股份有限公司 Web application develops Compilation Method, device and storage equipment, computer equipment
CN109388398A (en) * 2018-10-16 2019-02-26 郑州云海信息技术有限公司 Virtualization system median surface generation method and device
CN109587550A (en) * 2017-10-27 2019-04-05 深圳市鼎盛光电有限公司 Channel search method and device
CN109614157A (en) * 2018-12-27 2019-04-12 联想(北京)有限公司 A kind of configuration method of system, device and storage medium
CN109815112A (en) * 2018-12-14 2019-05-28 平安科技(深圳)有限公司 Data debugging method, apparatus and terminal device based on functional test
CN109933364A (en) * 2019-02-25 2019-06-25 晶晨半导体(上海)股份有限公司 A kind of code administration method
CN110019229A (en) * 2017-12-25 2019-07-16 航天信息股份有限公司 Database configures system
CN110059278A (en) * 2019-03-12 2019-07-26 平安普惠企业管理有限公司 Web page configuration method, server and computer readable storage medium
CN110147241A (en) * 2019-04-16 2019-08-20 平安普惠企业管理有限公司 Program configures update method, electronic device, computer equipment and storage medium
CN110674033A (en) * 2019-09-09 2020-01-10 平安普惠企业管理有限公司 Method, device and equipment for processing code and storage medium
CN110673837A (en) * 2019-08-29 2020-01-10 腾讯科技(深圳)有限公司 Code repairing method and device, electronic equipment and computer readable storage medium
CN110795080A (en) * 2019-10-21 2020-02-14 山东舜知信息科技有限公司 Automatic code generation system based on database annotation and construction method
CN110825369A (en) * 2019-11-07 2020-02-21 四川长虹电器股份有限公司 Method for automatically generating codes based on java language
CN110837455A (en) * 2019-11-07 2020-02-25 北京宝兰德软件股份有限公司 Script-based application configuration information acquisition method and device
CN110874216A (en) * 2018-08-31 2020-03-10 广州虎牙信息科技有限公司 Complete code generation method, device, equipment and storage medium
CN110968351A (en) * 2019-11-15 2020-04-07 苏州浪潮智能科技有限公司 BIOS configuration method and device
CN111078318A (en) * 2019-12-18 2020-04-28 Oppo广东移动通信有限公司 Method, device and system for processing configuration file and storage medium
CN111221787A (en) * 2020-01-03 2020-06-02 深圳前海微众银行股份有限公司 File processing method and device
CN111309317A (en) * 2020-02-09 2020-06-19 北京工业大学 Code automation method and device for realizing data visualization
CN111417925A (en) * 2017-11-07 2020-07-14 亚马逊技术公司 Code module selection for device design
CN111435312A (en) * 2019-01-15 2020-07-21 北京嘀嘀无限科技发展有限公司 Application program management method and device and electronic equipment

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006101549A2 (en) * 2004-12-03 2006-09-28 Whitecell Software, Inc. Secure system for allowing the execution of authorized computer program code
US8032875B2 (en) * 2006-11-28 2011-10-04 Oracle America, Inc. Method and apparatus for computing user-specified cost metrics in a data space profiler

Patent Citations (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101122854A (en) * 2007-09-13 2008-02-13 上海交通大学 Structured code automatic configuration method and device
CN101286119A (en) * 2008-05-27 2008-10-15 华耀环宇科技(北京)有限公司 Method for determining function point changing through code analysis
CN101697120A (en) * 2009-11-05 2010-04-21 河南辉煌科技股份有限公司 Relational database based generation method of J2EE code
CN102117202A (en) * 2009-12-30 2011-07-06 北大方正集团有限公司 J2EE architecture-based code generating device
CN102622215A (en) * 2011-01-27 2012-08-01 腾讯科技(深圳)有限公司 Method for editing image-text units based on script
CN102207887A (en) * 2011-05-04 2011-10-05 中兴通讯股份有限公司 Method and device for rapidly transplanting embedded operation system
CN102890621A (en) * 2011-07-22 2013-01-23 弗森-艾奥公司 Apparatus, system and method for determining a configuration parameter for solid-state storage media
CN103135976A (en) * 2011-11-30 2013-06-05 阿里巴巴集团控股有限公司 Code automatic generation method and device
CN102622470A (en) * 2012-02-21 2012-08-01 重庆邮电大学 General car code conversion method
CN104903905A (en) * 2013-03-15 2015-09-09 甲骨文国际公司 Security services management for computer applications by modifying their object code
CN103746833A (en) * 2013-12-25 2014-04-23 新浪网技术(中国)有限公司 PXE-based RAID automatic configuration method and system
CN103793255A (en) * 2014-02-27 2014-05-14 重庆邮电大学 Configurable multi-main-mode multi-OS-inner-core real-time operating system structure and starting method
CN107205469A (en) * 2014-11-25 2017-09-26 奥驰亚客户服务有限责任公司 Method and apparatus, program language and application programming interface for performing electronic cigarette device operating system
CN106484606A (en) * 2015-09-01 2017-03-08 阿里巴巴集团控股有限公司 Method and apparatus submitted to by a kind of code
CN105786506A (en) * 2016-02-26 2016-07-20 珠海金山网络游戏科技有限公司 User interface automatic-generation system and method
CN106791123A (en) * 2016-12-27 2017-05-31 努比亚技术有限公司 User terminal and application processing method
CN108664314A (en) * 2017-03-29 2018-10-16 香港城市大学 Big data process flow module management method and device
CN107168760A (en) * 2017-05-04 2017-09-15 腾讯科技(深圳)有限公司 The change quantity measuring method and device of language
CN107193615A (en) * 2017-06-29 2017-09-22 北京全域医疗技术有限公司 The renewal dispositions method and device of item code information
CN109587550A (en) * 2017-10-27 2019-04-05 深圳市鼎盛光电有限公司 Channel search method and device
CN111417925A (en) * 2017-11-07 2020-07-14 亚马逊技术公司 Code module selection for device design
CN110019229A (en) * 2017-12-25 2019-07-16 航天信息股份有限公司 Database configures system
CN109101229A (en) * 2018-07-26 2018-12-28 郑州云海信息技术有限公司 A kind of code automatic generation method of object-oriented, device and equipment
CN109358841A (en) * 2018-08-15 2019-02-19 中国平安人寿保险股份有限公司 Web application develops Compilation Method, device and storage equipment, computer equipment
CN110874216A (en) * 2018-08-31 2020-03-10 广州虎牙信息科技有限公司 Complete code generation method, device, equipment and storage medium
CN109388398A (en) * 2018-10-16 2019-02-26 郑州云海信息技术有限公司 Virtualization system median surface generation method and device
CN109815112A (en) * 2018-12-14 2019-05-28 平安科技(深圳)有限公司 Data debugging method, apparatus and terminal device based on functional test
CN109614157A (en) * 2018-12-27 2019-04-12 联想(北京)有限公司 A kind of configuration method of system, device and storage medium
CN111435312A (en) * 2019-01-15 2020-07-21 北京嘀嘀无限科技发展有限公司 Application program management method and device and electronic equipment
CN109933364A (en) * 2019-02-25 2019-06-25 晶晨半导体(上海)股份有限公司 A kind of code administration method
CN110059278A (en) * 2019-03-12 2019-07-26 平安普惠企业管理有限公司 Web page configuration method, server and computer readable storage medium
CN110147241A (en) * 2019-04-16 2019-08-20 平安普惠企业管理有限公司 Program configures update method, electronic device, computer equipment and storage medium
CN110673837A (en) * 2019-08-29 2020-01-10 腾讯科技(深圳)有限公司 Code repairing method and device, electronic equipment and computer readable storage medium
CN110674033A (en) * 2019-09-09 2020-01-10 平安普惠企业管理有限公司 Method, device and equipment for processing code and storage medium
CN110795080A (en) * 2019-10-21 2020-02-14 山东舜知信息科技有限公司 Automatic code generation system based on database annotation and construction method
CN110825369A (en) * 2019-11-07 2020-02-21 四川长虹电器股份有限公司 Method for automatically generating codes based on java language
CN110837455A (en) * 2019-11-07 2020-02-25 北京宝兰德软件股份有限公司 Script-based application configuration information acquisition method and device
CN110968351A (en) * 2019-11-15 2020-04-07 苏州浪潮智能科技有限公司 BIOS configuration method and device
CN111078318A (en) * 2019-12-18 2020-04-28 Oppo广东移动通信有限公司 Method, device and system for processing configuration file and storage medium
CN111221787A (en) * 2020-01-03 2020-06-02 深圳前海微众银行股份有限公司 File processing method and device
CN111309317A (en) * 2020-02-09 2020-06-19 北京工业大学 Code automation method and device for realizing data visualization

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
嵌入式操作系统定制的通用性研究;李向蔚, 桑楠, 熊光泽;单片机与嵌入式系统应用(第03期);第16-19页 *

Also Published As

Publication number Publication date
CN112068895A (en) 2020-12-11

Similar Documents

Publication Publication Date Title
CN109542399B (en) Software development method and device, terminal equipment and computer readable storage medium
CN113885870B (en) Application program updating method, electronic equipment, terminal equipment and system
CN111858727B (en) Multi-data source data export system and method based on template configuration
CN107093087B (en) Context inducement in starter applications
CN114064024A (en) Method, apparatus, device, storage medium, and program product for developing micro-application
CN109684008A (en) Card rendering method, device, terminal and computer readable storage medium
CN110362371B (en) View level control method, device and system, computer equipment and medium
CN111399840A (en) Module development method and device
CN110688111A (en) Configuration method, device, server and storage medium of business process
US9934292B2 (en) Dynamic presentation of a results set by a form-based software application
CN115964646A (en) Heterogeneous graph generation for application microservices
CN111258998A (en) Data verification method, device, medium and electronic equipment
CN112068895B (en) Code configuration method, device, video playing equipment and storage medium
US10782940B2 (en) Code library version management
CN114048415A (en) Form generation method and device, electronic equipment and computer readable storage medium
CN111142863B (en) Page generation method and device
CN117112060A (en) Component library construction method and device, electronic equipment and storage medium
WO2023151397A1 (en) Application program deployment method and apparatus, device, and medium
CN116301730A (en) Method and device for generating application program based on SaaS platform
CN112988810B (en) Information searching method, device and equipment
CN115269285A (en) Test method and device, equipment and computer readable storage medium
CN114461223A (en) Code generation method and device and terminal equipment
CN113094048A (en) Data display rule determining method, display method, device, equipment and medium
KR20170020366A (en) Subscriber defined dynamic eventing
CN112860311A (en) Application program issuing method and device and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant