WO2011150716A1 - 一种用于组态软件中库的管理方法及系统 - Google Patents

一种用于组态软件中库的管理方法及系统 Download PDF

Info

Publication number
WO2011150716A1
WO2011150716A1 PCT/CN2011/072358 CN2011072358W WO2011150716A1 WO 2011150716 A1 WO2011150716 A1 WO 2011150716A1 CN 2011072358 W CN2011072358 W CN 2011072358W WO 2011150716 A1 WO2011150716 A1 WO 2011150716A1
Authority
WO
WIPO (PCT)
Prior art keywords
library
information
modified
current
user
Prior art date
Application number
PCT/CN2011/072358
Other languages
English (en)
French (fr)
Inventor
王常力
施波
李宗杰
孔令秋
Original Assignee
杭州和利时自动化有限公司
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 杭州和利时自动化有限公司 filed Critical 杭州和利时自动化有限公司
Publication of WO2011150716A1 publication Critical patent/WO2011150716A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/54Link editing before load time

Definitions

  • BACKGROUND OF THE INVENTION Configuration software refers to dedicated software for data acquisition and process control. They are software platforms and development environments at the level of the monitoring layer of the automatic control system. Using flexible configuration methods, users are provided with rapid construction of industrial automatic control system monitoring. Functional, general-level software tools. The function of the configuration software is to use the function modules provided in the library to complete the logic control functions required by the user, and replace the computer programming with the library provided in the configuration software to achieve the purpose of completing the task quickly and efficiently.
  • the configuration software utilizes the powerful functional modules provided in the library to facilitate engineers to quickly organize algorithms and perform the required functions.
  • the libraries in the configuration software form the basis of the algorithm.
  • the libraries in the configuration software consist of function blocks and functions that perform specific functions. For example: To perform the operation of (A+B)*C, only the addition function block and the multiplication function block are provided in the library. A large number of function blocks, such as addition and multiplication, form a library in the configuration software. It can be seen that the library is the basis for the configuration software to complete the task. The reasonable and efficient management library enables the engineers to complete the task quickly and efficiently in the configuration software.
  • the library management of the current configuration software mainly adopts the following two methods:
  • the first way is that only the standard library is provided, and the user cannot customize the library. Therefore, the user has a great limitation on the choice of the library when completing the task.
  • the purpose of the configuration software is to maximize the efficiency of the user to complete the task.
  • the configuration software using this kind of library management method cannot achieve this goal well;
  • the second way although the function of the user-defined library is provided, when the custom library is changed, the contents of the library in the project file that previously referenced the library are also automatically updated to the latest version.
  • the library Lib was referenced by the project Pro, and the Lib was changed because of the user's needs.
  • the project Pro refers to the library Lib again
  • the content of the library Lib that it refers to is the library content that has been modified.
  • some tasks need to refer to the library of fixed content, and the library that has been referenced by the current task will not be allowed to be modified by the user, even if the newly defined library is inherited with the existing library. In this case, if a library modification occurs, the library that is modified each time needs to be stored separately. It can be seen that the second library management method will result in a large amount of redundancy of the custom library.
  • the embodiment of the present invention provides a management method and system for configuring a library in a software, so as to avoid an error when an external task references the modified library when the original library is modified.
  • Embodiments of the present invention provide a management method for a library in a configuration software, including:
  • the information of the current library is backed up, and the modified library information is backed up; and the current library information or the modified library information is output to the user according to the user's request for the current library.
  • the backing up the modified library information includes:
  • the outputting the current library information or the modified library information to the user according to the user's request for the current library includes:
  • the determining whether the current library has the modified library information comprises: determining whether the library version information in the library information changes, and if yes, determining that the current inventory is in the modified library information; Then, it is determined that the modified library information does not exist in the current library.
  • the method further includes:
  • the method further includes:
  • a management system for configuring a library in a software comprising:
  • Modifying an instruction obtaining device configured to acquire a modification instruction, and modify the current library according to the modification instruction
  • a backup device configured to back up information of the current library, and back up the modified library information
  • the output device is configured to output the current library information or the modified library information to the user according to the user's request for the current library.
  • the backup device when the current library is modified according to the modification instruction multiple times in the preset access period, the backup device only backs up the finally modified library information.
  • the selecting output device comprises:
  • Calling a request obtaining module configured to acquire a call request of the user to the current library
  • a library information judging module configured to determine whether the current library has modified library information
  • a library output judging module configured to determine, according to the user's request for the current library, whether the user needs to provide the modified The library information; if not, the current library information is output to the user.
  • the system further includes:
  • the update device is used to update the reference relationship between the modified library and the original reference library.
  • the system further includes:
  • the reference relationship deleting device is configured to determine whether there is a ring reference relationship in the reference relationship between the modified library and the original I library, and if yes, delete the reference relationship of the ring.
  • the technical solution provided by the present invention when the library in the configuration software changes through modification, the related information of the modified library is backed up, and at the same time, the relevant original library is modified.
  • the information is stored so that the configuration software stores both the original information and the modified new information for a certain library.
  • the original library information or the modified library information may be provided to the user according to the actual task requirement, thereby ensuring that the specific task needs to call the fixed library information. The need to avoid an external task that references the modified library and causes an error when the original library is modified;
  • FIG. 1 is a flow chart of a method for managing a library in a configuration software according to an embodiment of the present invention
  • FIG. 2 is a schematic flowchart of a library information output according to an embodiment of the present invention.
  • Figure 4 is a data representation of the relationship diagram of Figure 3;
  • FIG. 5 is a schematic structural diagram of a management system for configuring a library in a software according to an embodiment of the present invention
  • FIG. 6 is a schematic structural diagram of another management system for configuring a library in a software according to an embodiment of the present invention.
  • FIG. 7 is a schematic structural diagram of a management system for configuring a library in a software according to an embodiment of the present invention.
  • the method includes: Step 101: Acquire a modification instruction, and modify the current library according to the modification instruction.
  • the library information stores the information of the original library, thereby facilitating the user to refer to the appropriate library information according to the actual task needs;
  • Step 103 Output the current library information or the modified library information to the user according to the user's request for the current library.
  • the software stores both the original information and the modified new information for a certain library.
  • the external task calls the library, the original library information or the modified library information may be provided to the user according to the actual task requirement, thereby ensuring that the specific task needs to call the fixed library information, and avoiding when the original library is modified.
  • the external task references the modified library and generates an error.
  • the object of the invention is to enhance the user's operability with the library in the configuration software. Users can add their own libraries according to their needs, thus facilitating the completion of tasks. However, while opening this privilege to the user, it also increases the difficulty of library management, that is, the user increases the difficulty of version control while reading and writing the non-standard library.
  • the user's write operation to an existing library is a requirement for a certain task. If each task has to modify the existing corresponding library and save all the modified libraries, it will undoubtedly take up a lot of hard disk space.
  • the method is to store only the latest library version in the library container. When the library referenced by the external task is found to be modified, the user may be prompted to select whether to The reference library is updated to the latest version.
  • FIG. 2 is a specific process of outputting the current library information or the modified library information to a user according to a user's request for the current library according to the embodiment of the present invention, including:
  • Step 201 Acquire a call request of the user to the current library.
  • Step 202 Determine whether the current library has modified library information; if yes, continue step Step 203; if no, proceed to step 205;
  • Step 203 Determine, according to the calling request of the current library by the user, whether the modified library information needs to be provided to the user; if yes, proceed to step 204; if not, proceed to step 205; Step 204, The modified library information is output to the user;
  • Step 205 Output the current library information to the user.
  • the library version information is used as an identifier for determining whether the library information changes.
  • the system time when the library is modified can usually be used as the library version information, and the specific implementation manner is as follows:
  • the library file is represented by Libl. According to the requirements of the task, edit the library Libl and modify the Libl accordingly. After the compilation is completed, save the library Libl. When saving the library Libl, you can perform corresponding processing and record. The change in the library Libl. When the library Libl changes, the library version value is used as the unique identifier. When the system time is used as the library version information, when the new Libl library is newly created, the version value of the Libl library takes the time tl of the system and is recorded as LiblVersionl.
  • the current time is taken as the temporary version number of the library Libl, which is denoted as LiblVersionTemp.
  • LiblVersionTemp The version number before the Libl change is the old version number, which is denoted as LiblVersionOld.
  • LiblVersionOld is equal to LiblVersion1 under the initial condition.
  • the temporary version number represents the library version value at this time and is not written to the Libl file. At this time, the old version number is compared with the temporary version number.
  • the temporary version number is written into the library Libl as the new version number of the library Libl; if the two are equal, the temporary version number is used by the hash function method. The time in the increment is incremented, and the corresponding time value is written into the library Libl file as the version number of the library Libl. Among them, the temporary version number and the old version number are equal due to the problem of system time setting.
  • the version number of the library is taken as the basis for the change of the library, and therefore, the version value of the library must be unique.
  • the library Libl performs the save operation, it overwrites the previous version. In this system, each library is unique, retaining only the latest version, which reduces the use of hard disk space.
  • the external task Taskl initiates a reference request to the library Libl
  • the reference request initiated by the system default Taskl corresponds to not occurring. Modify the updated library. According to the record information in the Task1, the information of the original Libl version number recorded in the Task1 task can be obtained.
  • the comparison object is the version value of Libl recorded in Taskl and the version value of the library Libl in the current hard disk. If the two are equal, the library Libl referenced in Taskl does not change, and the open operation can be performed; if the two are not equal, it indicates that the library Libl referenced in Taskl is updated, and the system prompts the operation to ask whether the user will The library Libl referenced in the task Taskl is updated to the latest version. At this time, according to the task requirements, if you select "Yes", the library Libl in Taskl will be updated to the latest version.
  • the tasks of the reference library include two types, which may include engineering or other libraries, that is, other libraries may also be referenced in the library.
  • the custom library can reference other custom libraries. Users can integrate the functions of the existing custom libraries according to the needs of the task, add some new features, and generate new libraries. This feature enhances the reusability of the custom library, further facilitates the user's operation of the library, and improves the efficiency of the configuration software user to complete the task.
  • the reference relationship between the modified library and the original reference library needs to be updated.
  • the class in order to manage the custom library more efficiently, when there is a reference relationship between the custom libraries, the class is stored in a class adjacency list, and the relationship between the custom libraries is represented by a graph.
  • the definitions of the referenced library and the reference library in the embodiment of the present invention are introduced. If the library Libl refers to the library Lib2, the library Libl is defined as the referenced library, and the library Lib2 is defined as the reference library.
  • a reference relationship When a reference relationship is established between custom libraries, it is usually not allowed to have a ring relationship between the reference relationships between the custom libraries.
  • the concept of the ring is defined in the management of the library: when there is a mutual reference relationship between the library and the library, that is, the library Libl refers to the library Lib2, and the library Lib2 also refers to the library Libl, that is, the relationship between Libl and Lib2 is mutually referenced. , the reference relationship between Libl and Lib2 appears in the ring. This situation is in the library It is not allowed in the management. Whether there is a ring between the library and the library can be judged according to the library relationship diagram.
  • Library Libl refers to library Lib2
  • library Lib3 refers to library Libl
  • the build is due to Lib3's reference library Libl reference library Lib2.
  • the reference relationship diagram between the custom libraries is stored in accordance with the data structure adjacency list in the figure.
  • a data structure repository node (LibAdjNode) information is defined.
  • Indegree is used to indicate the degree of library node indegree
  • Pnext is used to point to the neighboring library node of the library node.
  • the relationship diagram between the custom libraries is stored using LibAdjNode.
  • the storage relationship will be described in detail below through a specific example. ⁇
  • When opening library A first construct the head nodes A, B, C, D, E, F, and then according to all the head nodes of the structure.
  • the information traverses the reference library information of all the head nodes in turn, and pays special attention to the case of indirect reference relationships when querying the reference library information of all the head nodes.
  • the degree of entry of library A is 5, while the library A exists in the pointer list of the library ⁇ C, D, E, F, representing the library B, C, D , E, F are all referenced by library A.
  • the reference library process of the query library A is the same, and the reference libraries of the libraries D, F, E, and C are sequentially queried. Since library D references library F, and library F does not reference other libraries, library D only has a reference relationship with library F, which is denoted as F->D in FIG.
  • library B refers to libraries D and E, and library D Reference library F, all library B and library D, E, F have a reference relationship
  • the representation in Figure 3 is D-> B, E -> B, F->B
  • library A refers to library B, C
  • the data representation of the directed graph of the library relationship is established, as shown in Fig. 4.
  • Figure 4 is established according to Figure 3, node A has no adjacent points; node B's adjacent node is A, in the figure 4 in 0 denotes the position of node A, represents node A; the adjacent node of node B is A; the adjacent node of node C is A; the adjacent node of node D is A, B; the adjacent node of node E is A, B; The adjacent nodes of F are A, B, and D.
  • the A library is not referenced by any library
  • the B library is referenced by the A library
  • the C library is referenced by the A library
  • the D library is referenced by the A and B libraries
  • the E library is referenced by the A and B libraries.
  • the library is referenced by the A, B, and D libraries.
  • the library that has been updated in this example is the library F
  • the Pnext member list of the library F is traversed, and the referenced libraries A, B, and D of the library F are obtained. Therefore, by issuing to the user the prompt information that the reference library F of the library A, B, and D has been updated, the user can select whether to update the libraries A, B, and D according to the requirements.
  • the ring search may adopt a combination of topology sorting and depth-first traversal.
  • the topology sorting algorithm is executed, and the data representation of the library relationship graph is obtained by topology sorting.
  • the algorithm obtains the application relationship between the libraries, and determines whether there is a reference relationship of the rings in each reference relationship.
  • the rights of the user-defined library are added in the technical solution of the embodiment of the present invention.
  • Users can define their own library files according to the task requirements. In the field of configuration software, this function greatly improves the efficiency of completing tasks.
  • the reference library in the project changes, the user can selectively update the reference library information according to the requirements, which is enhanced.
  • the graph management relationship between the library and the library the reference relationship between the custom libraries can be quickly determined, and the complexity of the algorithm is reduced.
  • the embodiment of the present invention further provides a management system for configuring a library in a software, as shown in FIG. 5, which is a schematic structural diagram of the system, and the system may specifically include :
  • the modification instruction acquiring device 501 is configured to acquire a modification instruction, and modify the current library according to the modification instruction;
  • the backup device 502 is configured to back up the information of the current library, and back up the modified library information
  • the output device 503 is configured to output the current library information or the modified library information to the user according to the user's request for the current library.
  • the backup device when the modification instruction acquiring device learns that the library in the configuration software changes through the modification, the backup device backs up the related information of the modified library, and simultaneously stores related information of the original library before the modification. So that the configuration software stores both the original information and the modified new information for a certain library.
  • the output device can be selected to provide the original library information or the modified library information to the user according to the actual task requirement, thereby ensuring that the specific task needs to call the fixed library information, and avoiding the original library.
  • an external task references the modified library and an error occurs.
  • the backup device only backs up the finally modified library information to reduce the occupation of the hard disk space by the custom library.
  • the selecting output device comprises:
  • Calling a request obtaining module configured to acquire a call request of the user to the current library
  • a library information judging module configured to determine whether the current library has modified library information
  • a library output judging module configured to determine, according to the user's request for the current library, whether the user needs to provide the modified The library information; if not, the current library information is output to the user.
  • the user can selectively update the reference library information according to the requirements, which can enhance the user's controllability to the custom library.
  • system further includes:
  • the updating device 504 is configured to update a reference relationship between the modified library and the original reference library.
  • system further includes:
  • the reference relationship deletion device 505 is configured to determine whether a reference relationship of the ring exists in the reference relationship between the modified library and the original reference library, and if yes, delete the reference relationship of the ring.
  • the reference relationship of the ring is not allowed in the management of the library. Whether there is a ring between the library and the library can be judged according to the library relationship diagram.
  • the foregoing method embodiments have been described in detail, and are not described herein again.
  • the system embodiment since it basically corresponds to the method embodiment, it is described as a comparison, and the relevant parts can be referred to the description of the method embodiment.
  • the device embodiments described above are merely illustrative, wherein the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, ie may be located One place, or it can be distributed to multiple network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the embodiment. Those of ordinary skill in the art do not pay In the case of creative labor, it can be understood and implemented.
  • the storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM).

Landscapes

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

Description

一种用于组态软件中库的管理方法及系统 本申请要求于 2010 年 6 月 1 日提交中国专利局、 申请号为 201010192581.5、 发明名称为 "一种用于组态软件中库的管理方法及系统"的 中国专利申请的优先权, 其全部内容通过引用结合在本申请中。 技术领域 本发明涉及组态软件技术领域, 更具体地说, 涉及一种用于组态软件中库 的管理方法及系统。 背景技术 组态软件是指数据采集与过程控制的专用软件,它们是在自动控制系统监 控层一级的软件平台和开发环境,使用灵活的组态方式, 为用户提供快速构建 工业自动控制系统监控功能的、通用层次的软件工具。组态软件的作用主要是 利用库中提供的功能模块完成用户所需要的逻辑控制功能,用组态软件中提供 的库代替计算机编程, 达到快速高效的完成任务的目的。
在工业控制领域,组态软件利用库中提供的强大的功能模块, 方便工程师 快速的组织算法, 完成所需功能, 组态软件中的库是构成算法的基础。 组态软 件中的库由一些完成特定功能的功能块和函数构成。 例如: 要执行 (A+B)*C的 操作, 只需要库中提供加法功能块和乘法功能块即可。这里的加法和乘法等大 量的功能块, 构成了组态软件中的库。 可见, 库是组态软件完成任务的基础, 合理高效的管理库可以使工程人员在组态软件中快速高效的完成任务。
当前组态软件的库管理主要采用以下两种方式:
第一种方式是, 只提供标准库, 用户不能自定义库, 因此, 用户在完成任 务时对于库的选择具有很大的局限性。组态软件的目的就是最大程度的提高用 户完成任务的效率, 然而, 采用该种库管理方式的组态软件不能 4艮好的实现这 一目的;
第二种方式中虽然提供了用户自定义库的功能,但是当自定义库发生改变 时,以前引用该库的工程文件中该库的内容同样被自动更新到最新版本。例如: 库 Lib被工程 Pro引用, 之后因为用户的需求, 将 Lib进行了更改。 此时, 如果 工程 Pro再次引用库 Lib时, 其引用的库 Lib的内容是已发生修改的库内容。 在 工业控制领域, 为保证任务的正确性, 某些任务需引用固定内容的库, 已经被 当前任务引用的库将不允许被用户修改,即使新定义的库与已经存在的库具有 继承性。 这种情况下, 若发生库修改, 则需要单独对每次发生修改的库进行存 储。 可见, 第二种库管理方式将造成自定义库的大量冗余。
发明内容
有鉴于此, 本发明实施例提供一种用于组态软件中库的管理方法及系统, 以避免当原有库发生修改时, 外部任务引用修改后的库而产生错误的情形。
本发明实施例提供一种用于组态软件中库的管理方法, 包括:
获取修改指令, 根据所述修改指令对当前库进行修改;
将所述当前库的信息进行备份, 并对修改后的库信息进行备份; 根据用户对所述当前库的调用请求,将所述当前库信息或修改后的库信息 输出给用户。
优选的, 所述对修改后的库信息进行备份, 包括:
当在预置访问周期内多次根据所述修改指令对当前库进行修改时,仅对最 终修改后的库信息进行备份。
优选的, 所述根据用户对所述当前库的调用请求,将所述当前库信息或修 改后的库信息输出给用户, 包括:
获取用户对所述当前库的调用请求;
判断所述当前库是否存在修改后的库信息;
根据所述用户对所述当前库的调用请求,判断是否需要向用户提供所述修 改后的库信息; 如果否, 则将所述当前库信息输出给用户。
优选的, 所述判断所述当前库是否存在修改后的库信息, 包括: 判断库信息中的库版本信息是否发生变化,如果是, 则确定所述当前库存 在修改后的库信息; 如果否, 则确定所述当前库不存在修改后的库信息。
优选的, 所述方法还包括:
更新修改后的库和原引用库之间的引用关系。 优选的, 所述方法还包括:
判断修改后的库和原引用库之间的引用关系中是否存在环的引用关系,如 果是, 则将环的引用关系进行删除。
一种用于组态软件中库的管理系统, 包括:
修改指令获取装置, 用于获取修改指令,根据所述修改指令对当前库进行 修改;
备份装置, 用于将所述当前库的信息进行备份, 并对修改后的库信息进行 备份;
选择输出装置, 用于根据用户对所述当前库的调用请求,将所述当前库信 息或修改后的库信息输出给用户。
优选的, 当在预置访问周期内多次根据所述修改指令对当前库进行修改 时, 所述备份装置仅对最终修改后的库信息进行备份。
优选的, 所述选择输出装置包括:
调用请求获取模块, 用于获取用户对所述当前库的调用请求;
库信息判断模块, 用于判断所述当前库是否存在修改后的库信息; 库输出判断模块, 用于根据所述用户对所述当前库的调用请求, 判断是否 需要向用户提供所述修改后的库信息; 如果否, 则将所述当前库信息输出给用 户。
优选的, 所述系统还包括:
更新装置, 用于更新修改后的库和原引用库之间的引用关系。
优选的 , 所述系统还包括:
引用关系删除装置,用于判断修改后的库和原 I用库之间的引用关系中是 否存在环的引用关系, 如果是, 则将环的引用关系进行删除。
同现有技术相比, 本发明提供的技术方案中, 当组态软件中的库通过修改 发生变化时, 将修改后的库的相关信息进行备份, 同时, 对修改之前的原有库 的相关信息进行存储,使得组态软件中针对某一库既存储有原信息,也存储有 修改后的新信息。 当外部任务调用该库时, 可以根据实际任务需要, 将原有库 信息或是修改后的库信息提供给用户,从而保证特定任务需要调用固定库信息 的需求,避免当原有库发生修改时, 外部任务引用修改后的库而产生错误的情 形;
此外, 在对库的某一访问时间段内, 如果发生对库的多次修改, 由于本发 明技术方案中仅对最终的库信息进行存储, 因此,避免造成产生大量的自定义 库的冗余。 附图说明 为了更清楚地说明本发明实施例的技术方案,下面将对实施例或现有技术 描述中所需要使用的附图作筒单地介绍,显而易见地, 下面描述中的附图仅仅 是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动 的前提下, 还可以根据这些附图获得其他的附图。
图 1 为本发明实施例提供的一种用于组态软件中库的管理方法步骤流程 图;
图 2为本发明实施例提供的库信息输出的流程示意图;
图 3为本发明实施例提供的库之间的关系图;
图 4为图 3中关系图的数据表示;
图 5 为本发明实施例提供的一种用于组态软件中库的管理系统结构示意 图;
图 6 为本发明实施例提供的另一种用于组态软件中库的管理系统结构示 意图;
图 7 为本发明实施例提供的又一种用于组态软件中库的管理系统结构示 意图。
具体实施方式
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清 楚、 完整地描述, 显然, 所描述的实施例仅仅是本发明一部分实施例, 而不是 全部的实施例。基于本发明中的实施例, 本领域普通技术人员在没有做出创造 性劳动前提下所获得的所有其他实施例, 都属于本发明保护的范围。
1所示, 所述方法包括: 步骤 101、 获取修改指令, 根据所述修改指令对当前库进行修改; 步骤 102、将所述当前库的信息进行备份,并对修改后的库信息进行备份; 该步骤中, 既存储有修改后的库信息, 同时存储有原有库的信息, 从而, 便于用户根据实际任务需要, 引用适当的库信息;
步骤 103、 根据用户对所述当前库的调用请求, 将所述当前库信息或修改 后的库信息输出给用户。
该步骤中, 判断是将原有的当前库信息提供给用户,还是将修改后的库信 息提供给用户, 取决于实际任务的需要。 本发明提供的技术方案中, 当组态软件中的库通过修改发生变化时,将修 改后的库的相关信息进行备份, 同时, 对修改之前的原有库的相关信息进行存 储, 使得组态软件中针对某一库既存储有原信息, 也存储有修改后的新信息。 当外部任务调用该库时, 可以根据实际任务需要,将原有库信息或是修改后的 库信息提供给用户,从而保证特定任务需要调用固定库信息的需求,避免当原 有库发生修改时, 外部任务引用修改后的库而产生错误的情形。 在本发明的一个优选实施例中,当在预置访问周期内多次根据所述修改指 令对当前库进行修改时, 仅对最终修改后的库信息进行备份。 本发明的目的是在组态软件中,增强用户对库的可操作性。用户可以根据 需求添加自己的库, 从而方便任务的完成。 但是, 在对用户开放这一权限的同 时, 也增加了库管理的难度, 即: 用户在对非标准库进行读写操作的同时, 增 加了版本控制的难度。用户对现有的库进行写操作是针对某一任务的需求。如 果每一个任务都要对现有的相应的库进行修改, 并且对所有的修改库进行保 存, 无疑将占用大量的硬盘空间。 本发明实施例在库的版本控制方面, 采用的 方式是在库容器中只储存最新的库版本,当发现外部任务所引用的库已发生修 改, 可在打开工程时提示用户根据需要选择是否将引用库更新到最新版本。
图 2示出的是本发明实施例中根据用户对所述当前库的调用请求,将所述 当前库信息或修改后的库信息输出给用户的具体流程, 包括:
步骤 201、 获取用户对所述当前库的调用请求;
步骤 202、 判断所述当前库是否存在修改后的库信息; 如果是, 则继续步 骤 203; 如果否, 则继续步骤 205;
步骤 203、 根据所述用户对所述当前库的调用请求, 判断是否需要向用户 提供所述修改后的库信息;如果是,则继续步骤 204;如果否,则继续步骤 205; 步骤 204、 将所述修改后的库信息输出给用户;
步骤 205, 将所述当前库信息输出给用户。
本发明实施例中, 以库版本信息作为判断库信息是否发生变化的标识。 实 际应用中, 为了便于操作,通常可以利用对库进行修改时的系统时间作为库版 本信息, 其具体实施方式如下:
打开库文件, 为了描述方便, 以 Libl表示库文件, 根据任务的需求, 编 辑库 Libl , 对 Libl做相应的修改; 编译完成后保存库 Libl , 在保存库 Libl 时, 可以进行相应的处理, 记录库 Libl的变化情况。 当在记录库 Libl的变化 时, 以库版本值作为唯一标识。 当以系统时间作为库版本信息时, 在初始新建 Libl库时, Libl库的版本值取系统当时的时间 tl , 记为 LiblVersionl。 当库 Libl发生变化执行保存操作时, 取当前的时间作为库 Libl的临时版本号, 记 为 LiblVersionTemp。 定义库 Libl 变化之前的版本号为旧版本号, 记为 LiblVersionOld, 本实施例中初始条件下 LiblVersionOld等于 LiblVersionl。 临时版本号代表此时的库版本值并没有被写入 Libl文件中。 此时将旧版本号 与临时版本号进行比较, 如果两者不相等, 则将临时版本号写入库 Libl 中作 为库 Libl的新版本号; 如果两者相等, 利用 Hash函数法将临时版本号中的时 间递增, 再将相应时间值写入库 Libl文件中作为库 Libl的版本号。 其中, 临 时版本号和旧版本号相等是由于系统时间设置的问题造成的。
将库临时版本号和旧版本号进行比较,保证了库在变化过程中版本值的唯 一性。 在本发明的库版本控制法中, 取库的版本号作为库是否变化的依据, 因 此, 库的版本值必须是唯一的。 库 Libl执行保存操作之后, 将覆盖以前的版 本。 在本系统中, 每个库都是唯一的, 只保留最新的版本, 这样减少了对硬盘 空间的占用。
当外部任务 Taskl发起对库 Libl的引用请求, 由于 Taskl 中记录了更新 之前库 Libl的内容, 因此, 系统默认 Taskl发起的引用请求是对应于未发生 修改更新的库。 则根据 Taskl中的记录信息, 可以获知 Taskl任务中记录的原 Libl版本号的信息。
比较当前硬盘中的库 Libl与 Taskl中引用库 Libl相关信息, 比较的对象 是 Taskl中记录的 Libl的版本值和当前硬盘中的库 Libl的版本值。 若两者相 等, 代表 Taskl 中引用的库 Libl没有发生变化, 执行打开操作即可; 若两者 不相等, 说明 Taskl 中引用的库 Libl被更新, 此时由系统进行提示操作, 询 问用户是否将任务 Taskl 中引用的库 Libl更新到最新版本。 此时用户根据任 务需求,如果选择"是",即将 Taskl中的库 Libl更新到最新版本,此时 Taskl 中引用的库 Libl 的信息将被新版本信息所替换; 如果选择 "否" , 则 Taskl 中引用的库 Libl的信息将不被更新, 仍保留原版本信息。 需要说明的是, 本发明实施例中, 引用库的任务包括两类, 既可以包括工 程, 也可以是其他的库, 即在库中也可以引用其他的库。
本发明实施例中,针对组态软件中的库, 不但增加了自定义库和在任务中 选择性更新库的功能, 而且增加了自定义库之间可继承的特性,提高了在组态 软件中完成任务的效率。 同时在自定义库之间, 自定义库可以引用其它的自定 义库, 用户可以根据任务需要, 集成已经存在的自定义库的功能, 增加一些新 特性, 生成新的库。 这一功能增强了自定义库的可重用性, 进一步方便了用户 对库的操作,提高了组态软件使用者完成任务的效率。 当存在引用关系的多个 库中的某个库通过修改发生变化时,需要更新修改后的库和原引用库之间的引 用关系。 在本发明中, 为了更高效的管理自定义库, 当自定义库之间存在引用关系 时, 以类邻接表的方式进行储存, 用图的方式表示自定义库之间的关系。
首先介绍本发明实施例中对于被引用库和引用库的定义, 假如库 Libl引 用库 Lib2, 则库 Libl定义为被引用库, 库 Lib2定义为引用库。
在自定义库之间建立引用关系时,通常不允许自定义库之间的引用关系存 在环的情况。环的概念在库的管理中定义为:库与库之间存在相互引用关系时, 即库 Libl引用了库 Lib2, 库 Lib2同时引用了库 Libl , 即 Libl与 Lib2存在相 互引用的关系, 此时, Libl与 Lib2之间的引用关系出现环。 这种情况在库管 理中是不允许的。 库与库之间是否存在环可以依据库关系图进行判断。
此外, 库管理中间接引用关系可以通过下面的例子进行说明: 库 Libl 引用了 库 Lib2, 库 Lib3引用了库 Libl , 此时, 库 Lib3和库 Lib2之间也存在引用关 系, 此时引用关系的建立是由于 Lib3的引用库 Libl引用库 Lib2。 在本发明中, 自定义库之间的引用关系图依据图中数据结构邻接表的进行 存储。 在本发明中定义数据结构存储库节点(LibAdjNode )信息, 在此数据结 构中用 Indegree表示库节点入度, 利用 Pnext指向库节点的邻接库节点。 自定 义库之间的关系图采用 LibAdjNode进行存储。 下面通过一具体实例对该存储 关系进行详细说明。 殳当前组态软件中存在 A、 B、 C、 D、 E、 F六个库, 打开库 A时, 首先构造头节点 A, B, C, D, E , F, 之后根据构造的所有 头节点信息,依次遍历查询所有头节点的引用库信息,在查询所有头节点的引 用库信息时, 要特别注意存在间接引用关系的情况。 首先查询库 A的所有引 用库信息, 假设与库 A存在直接引用关系的库为库 B和库 C; 在库 A的直接 引用库中, 库 B与库 D和 E存在引用关系; 在 B的直接引用库中库 D引用库 F。 从以上的关系分析中可得到库 A和库 D、 E、 F存在间接应用关系。 因此, 库 A与库 B、 C、 D、 E、 F存在引用关系。 在查询库 A的引用库的过程中, 逐步建立自定义库之间的关系图, 如图 3所示。
在建立自定义库之间的关系图的同时, 初始化每个库节点的 Indegree 和 Pnext值。 当查询到库 A的引用库 B时, 库 A的数据结构中成员 Indegree执 行加一操作, 同时把库 A添加到库 B的 Pnext指针链表中, 查询到库 A的间 接引用库 D时, 库 A的成员 Indegree同样执行加一操作, 4巴库 A添加到库 D 的 Pnext指针链表中, 依次执行。 从上面的分析可知, 查询完库 A的引用库信 息时, 库 A的入度为 5, 同时库 A存在于库^ C、 D、 E、 F的指针链表中, 代表库 B、 C、 D、 E、 F都被库 A引用。 同查询库 A的引用库过程相同, 依 次查询库 D、 F、 E、 C的引用库。 由于库 D引用库 F, 且库 F不引用别的 库, 则库 D只与库 F存在引用关系, 在图 3中的表示为 F->D; 库 B引用库 D 和 E, 且库 D引用库 F, 所有库 B与库 D、 E、 F存在引用关系, 在图 3中的 表示即为 D-> B , E -> B , F-> B; 库 A引用库 B, C, 且库 B与库 D、 E、 F 存在引用关系, 则库 A与库 B、 C、 D、 E、 F存在引用关系, 在图 3中的为: B->A, C->A, D->A, E->A, F->A。
根据库的引用关系, 建立库关系有向图的数据表示, 如图 4所示。 首先保 存 A, B , C, D, E, F节点; 分别查找每个节点的邻接节点, 图 4是依据图 3建立的, 节点 A没有任何邻接点; 节点 B的邻接节点为 A, 在图 4中 0表示 节点 A的位置, 代表节点 A; 节点 B的邻接节点为 A; 节点 C的邻接节点为 A; 节点 D的邻接节点为 A, B; 节点 E的邻接节点为 A, B; 节点 F的邻接 节点为 A, B , D。 由图 3及图 4, 可以获知 A库没有被任何库引用, B库被 A库引用, C库被 A库引用, D库被 A, B库引用, E库被 A、 B库引用, F 库被 A、 B、 D库引用。
生成自定义库之间的关系图之后,仍需要根据关系图判断是否存在环。如 果发现修改后的库和原弓 )用库之间存在环的引用关系,则将环的引用关系进行 删除。
此外,在建立库与库之间的引用关系时, 需要实时检测库中各引用库的更 新情况,提示用户根据需求进行选择性更新库操作。根据第四步对库 F的更新 可知,在节点类的数据结构 LibAdjNode中有一成员 Pnext, Pnext即指向库的 所有被引用库。 仍以上面例子中的库 A为例, 打开库 A, 建立自定义库之间 的关系图时, 在查询库 A的所有引用库信息时, 判断出库 A的引用库 F已经 更新, 此时记录已经更新库 F的信息,依次查询每个库的引用库, 同时记录已 经更新的库信息。 当在本例中已经更新的库是库 F, 之后通过建立的自定义库 之间的库关系图, 遍历库 F的 Pnext成员列表, 得到库 F的被引用库 A、 B、 D。 因此, 通过向用户发出库 A、 B、 D的引用库 F已经更新的提示信息, 用 户可以根据需求选择是否更新库 A、 B、 D。
当然,在原有库之间的引用关系基础之上,如果解除某两库之间的引用关 系, 重新建立其中某一库同其他库的引用关系时, 同样需要重新建立各库之间 的关系图。 对此, 本发明实施例不再进行赘述。
需要说明的是, 本发明实施例中, 为了提高算法执行速度, 环的查找可以 采用拓朴排序与深度优先遍历结合的方法。 首先执行拓朴排序算法,通过拓朴 排序获得库关系图的数据表示。根据图 4所示的数据结构,执行深度优先遍历 算法,得到各库之间的应用关系, 同时判断出各引用关系中是否存在环的引用 关系。
可见, 在库管理中, 建立合理的库关系图至关重要。 选择合适的数据结构 存储库关系图, 可以快速的判断库与库之间的引用关系。
综上所述, 本发明实施例技术方案中增加了用户自定义库的权限。用户可 以根据任务需求定义自己的库文件,在组态软件领域, 此功能大大提高了完成 任务的效率; 当工程中的引用库发生变化时, 用户可以根据需求选择性更新引 用库信息, 增强了用户对自定义库的可控性, 并且降低了自定义库的冗余度; 同时, 自定义库之间相互引用, 增加了自定义库的可继承性和可重用性。 通过 采用图的思想管理库与库之间的引用关系,可以快速的判断出自定义库之间的 引用关系, 降低了算法的复杂度。
相应上述现场总线仪表管理系统的数据管理方法,本发明实施例还提供了 一种用于组态软件中库的管理系统, 如图 5所示, 为该系统的结构示意图, 该 系统具体可以包括:
修改指令获取装置 501 , 用于获取修改指令, 根据所述修改指令对当前库 进行修改;
备份装置 502, 用于将所述当前库的信息进行备份, 并对修改后的库信息 进行备份;
选择输出装置 503 , 用于根据用户对所述当前库的调用请求, 将所述当前 库信息或修改后的库信息输出给用户。
该实施例中,当修改指令获取装置获知组态软件中的库通过修改发生变化 时, 备份装置将修改后的库的相关信息进行备份, 同时, 对修改之前的原有库 的相关信息进行存储,使得组态软件中针对某一库既存储有原信息,也存储有 修改后的新信息。 当外部任务调用该库时, 可以根据实际任务需要, 选择输出 装置将原有库信息或是修改后的库信息提供给用户,从而保证特定任务需要调 用固定库信息的需求,避免当原有库发生修改时, 外部任务引用修改后的库而 产生错误的情形。 当在预置访问周期内多次根据所述修改指令对当前库进行修改时,所述备 份装置仅对最终修改后的库信息进行备份, 以减少自定义库对硬盘空间的占 用。
在本发明的一个优选实施例中, 所述选择输出装置包括:
调用请求获取模块, 用于获取用户对所述当前库的调用请求;
库信息判断模块, 用于判断所述当前库是否存在修改后的库信息; 库输出判断模块, 用于根据所述用户对所述当前库的调用请求, 判断是否 需要向用户提供所述修改后的库信息; 如果否, 则将所述当前库信息输出给用 户。
可见, 当工程中的引用库发生变化时, 用户可以根据需求选择性更新引用 库信息, 能够增强用户对自定义库的可控性。
在本发明的又一个实施例中, 如图 6所示, 所述系统还包括:
更新装置 504, 用于更新修改后的库和原引用库之间的引用关系。
当存在引用关系的多个库中的某个库通过修改发生变化时,需要更新修改 后的库和原引用库之间的引用关系。
在本发明的又一个实施例中, 如图 7所示, 所述系统还包括:
引用关系删除装置 505 , 用于判断修改后的库和原引用库之间的引用关系 中是否存在环的引用关系, 如果是, 则将环的引用关系进行删除。
环的引用关系在库的管理中不允许出现,库与库之间是否存在环可以依据 库关系图进行判断。 对此, 上述方法实施例中已有详尽描述, 此处, 不再进行 赘述。
对于系统实施例而言, 由于其基本相应于方法实施例, 所以描述得比较筒 单,相关之处参见方法实施例的部分说明即可。 以上所描述的装置实施例仅仅 是示意性的,其中所述作为分离部件说明的单元可以是或者也可以不是物理上 分开的,作为单元显示的部件可以是或者也可以不是物理单元, 即可以位于一 个地方, 或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的 部分或者全部模块来实现本实施例方案的目的。本领域普通技术人员在不付出 创造性劳动的情况下, 即可以理解并实施。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程, 是可以通过计算机程序来指令相关的硬件来完成,所述的程序可存储于计算机 可读取存储介质中, 该程序在执行时, 可包括如上述各方法的实施例的流程。 其中,所述的存储介质可为磁碟、光盘、只读存储记忆体(Read-Only Memory, ROM )或随机存储记忆体(Random Access Memory, RAM )等。
对所公开的实施例的上述说明,使本领域专业技术人员能够实现或使用本 发明。 对这些实施例的多种修改对本领域的专业技术人员来说将是显而易见 的,本文中所定义的一般原理可以在不脱离本发明实施例的精神或范围的情况 下, 在其它实施例中实现。 因此, 本发明实施例将不会被限制于本文所示的这 些实施例, 而是要符合与本文所公开的原理和新颖特点相一致的最宽的范围。

Claims

权 利 要 求
1、 一种用于组态软件中库的管理方法, 其特征在于, 所述方法包括: 获取修改指令, 根据所述修改指令对当前库进行修改;
将所述当前库的信息进行备份, 并对修改后的库信息进行备份; 根据用户对所述当前库的调用请求,将所述当前库信息或修改后的库信息 输出给用户。
2、 根据权利要求 1所述的用于组态软件中库的管理方法, 其特征在于, 所述对修改后的库信息进行备份, 包括:
当在预置访问周期内多次根据所述修改指令对当前库进行修改时,仅对最 终修改后的库信息进行备份。
3、 根据权利要求 1所述的用于组态软件中库的管理方法, 其特征在于, 所述根据用户对所述当前库的调用请求,将所述当前库信息或修改后的库信息 输出给用户, 包括:
获取用户对所述当前库的调用请求;
判断所述当前库是否存在修改后的库信息;
根据所述用户对所述当前库的调用请求,判断是否需要向用户提供所述修 改后的库信息; 如果否, 则将所述当前库信息输出给用户。
4、 根据权利要求 3所述的用于组态软件中库的管理方法, 其特征在于, 所述判断所述当前库是否存在修改后的库信息, 包括:
判断库信息中的库版本信息是否发生变化,如果是, 则确定所述当前库存 在修改后的库信息; 如果否, 则确定所述当前库不存在修改后的库信息。
5、 根据权利要求 1-4 中任一项所述的用于组态软件中库的管理方法, 其 特征在于, 所述方法还包括:
更新修改后的库和原引用库之间的引用关系。
6、 根据权利要求 5所述的用于组态软件中库的管理方法, 其特征在于, 所述方法还包括:
判断修改后的库和原引用库之间的引用关系中是否存在环的引用关系,如 果是, 则将环的引用关系进行删除。
7、 一种用于组态软件中库的管理系统, 其特征在于, 所述系统包括: 修改指令获取装置, 用于获取修改指令,根据所述修改指令对当前库进行 修改;
备份装置, 用于将所述当前库的信息进行备份, 并对修改后的库信息进行 备份;
选择输出装置, 用于根据用户对所述当前库的调用请求,将所述当前库信 息或修改后的库信息输出给用户。
8、 根据权利要求 7所述的用于组态软件中库的管理系统, 其特征在于, 当在预置访问周期内多次根据所述修改指令对当前库进行修改时,所述备份装 置仅对最终修改后的库信息进行备份。
9、 根据权利要求 7所述的用于组态软件中库的管理系统, 其特征在于, 所述选择输出装置包括:
调用请求获取模块, 用于获取用户对所述当前库的调用请求;
库信息判断模块, 用于判断所述当前库是否存在修改后的库信息; 库输出判断模块, 用于根据所述用户对所述当前库的调用请求, 判断是否 需要向用户提供所述修改后的库信息; 如果否, 则将所述当前库信息输出给用 户。
10、 根据权利要求 7-9中任一项所述的用于组态软件中库的管理系统, 其 特征在于, 所述系统还包括:
更新装置, 用于更新修改后的库和原引用库之间的引用关系。
11、根据权利要求 10所述的用于组态软件中库的管理系统, 其特征在于, 所述系统还包括:
引用关系删除装置,用于判断修改后的库和原 I用库之间的引用关系中是 否存在环的引用关系, 如果是, 则将环的引用关系进行删除。
PCT/CN2011/072358 2010-06-01 2011-03-31 一种用于组态软件中库的管理方法及系统 WO2011150716A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010192581A CN101853165A (zh) 2010-06-01 2010-06-01 一种用于组态软件中库的管理方法及系统
CN201010192581.5 2010-06-01

Publications (1)

Publication Number Publication Date
WO2011150716A1 true WO2011150716A1 (zh) 2011-12-08

Family

ID=42804674

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/072358 WO2011150716A1 (zh) 2010-06-01 2011-03-31 一种用于组态软件中库的管理方法及系统

Country Status (2)

Country Link
CN (1) CN101853165A (zh)
WO (1) WO2011150716A1 (zh)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101853165A (zh) * 2010-06-01 2010-10-06 杭州和利时自动化有限公司 一种用于组态软件中库的管理方法及系统
CN103412745B (zh) * 2013-07-18 2016-08-24 中国联合网络通信集团有限公司 一种开发及应用平台
CN106610839B (zh) * 2015-10-21 2020-10-30 阿里巴巴集团控股有限公司 发布升级包的方法、轻量升级方法、装置及系统
CN107368319B (zh) * 2017-07-25 2020-09-18 苏州浪潮智能科技有限公司 一种实现代码库软备份和切换的方法及装置
CN108376082B (zh) * 2018-01-10 2021-09-17 贝壳找房(北京)科技有限公司 一种引用库版本更新方法和系统
CN109005198B (zh) * 2018-09-12 2021-06-11 杭州和利时自动化有限公司 一种控制器防攻击安全策略生成方法及系统
CN113535470A (zh) * 2021-06-23 2021-10-22 浙江中控技术股份有限公司 组态备份方法、装置、电子设备和存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7383289B2 (en) * 2003-12-02 2008-06-03 Sap Aktiengesellschaft Updating and maintaining data in a multi-system network using asynchronous message transfer
EP1966685A1 (en) * 2005-12-29 2008-09-10 Matsushita Electric Works, Ltd. User configurable software libraries
CN101604238A (zh) * 2008-11-25 2009-12-16 无锡虹业自动化工程有限公司 实现工业组态软件通用接口报表的方法
CN101853165A (zh) * 2010-06-01 2010-10-06 杭州和利时自动化有限公司 一种用于组态软件中库的管理方法及系统

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1290038C (zh) * 2000-05-25 2006-12-13 英业达股份有限公司 一种即时生成文件版本的方法
JP2005234860A (ja) * 2004-02-19 2005-09-02 Hitachi Ltd バージョン管理システム、バージョン管理サーバ装置、及び記憶デバイス制御装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7383289B2 (en) * 2003-12-02 2008-06-03 Sap Aktiengesellschaft Updating and maintaining data in a multi-system network using asynchronous message transfer
EP1966685A1 (en) * 2005-12-29 2008-09-10 Matsushita Electric Works, Ltd. User configurable software libraries
CN101604238A (zh) * 2008-11-25 2009-12-16 无锡虹业自动化工程有限公司 实现工业组态软件通用接口报表的方法
CN101853165A (zh) * 2010-06-01 2010-10-06 杭州和利时自动化有限公司 一种用于组态软件中库的管理方法及系统

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
LI XUECHEN: "Research and Implementation of Running Platform For Industry Configuration Software", CHINESE DOCTORAL DISSERTATIONS & MASTER'S THESES FULL-TEXT DATABASE (MASTER), INFORMATION SCIENCE AND TECHNOLOGY, 15 July 2005 (2005-07-15), pages I138-66 *

Also Published As

Publication number Publication date
CN101853165A (zh) 2010-10-06

Similar Documents

Publication Publication Date Title
WO2011150716A1 (zh) 一种用于组态软件中库的管理方法及系统
JP5289063B2 (ja) 同期ピア参加モデル
US9342427B2 (en) Multi-function device ID with unique identifier
JP5644777B2 (ja) ファイル群整合性検証システム、ファイル群整合性検証方法およびファイル群整合性検証用プログラム
WO2019047480A1 (zh) 程序更新方法、计算机可读存储介质、终端设备及装置
WO2021037050A1 (zh) 一种代码变更方法及装置
CN114564852B (zh) 一种fmea数据节点的操作方法及电子设备
CN114281320A (zh) 一种api网关中的插件编排方法及系统
JP2016510918A (ja) ボリューム複製を目的としたワークロードの特定およびバッファのサイズ設定
JP5412995B2 (ja) プログラムモデル検査におけるデータベース制御装置、データベース制御方法、データベース制御プログラム
CN113297156A (zh) 一种数据同步方法、装置、设备及介质
CN112000971A (zh) 一种文件权限记录方法、系统及相关装置
WO2019091216A1 (zh) 数据管理方法、装置、计算设备及存储介质
CN116167882A (zh) 条件表达式动态配置方法、会计条件计算方法及装置
WO2011032443A1 (zh) 一种非易失性数据的存储和检索方法及装置
CN112988278B (zh) 资源文件的meta文件修改方法、装置、电子设备及存储介质
TW201941124A (zh) 樣本回放資料存取方法及裝置
CN115460230A (zh) 一种数据迁移方法及统一协调系统
CN117093207B (zh) 多业务数据模型的实体处理方法、装置及系统
JP2006146907A (ja) 電子ファイルシステムにおけるリストおよびその他の項目の管理
JP7332951B2 (ja) 処理サーバ、処理方法および処理プログラム
JP2016042317A (ja) ソフトウェア設計支援装置、および方法
KR102457153B1 (ko) 프로그램에 대한 중간 표현을 관리하는 방법 및 시스템
WO2024114153A1 (zh) 基于寄生程序的资源配置方法、装置、设备、介质及产品
CN110287220B (zh) 一种生成配置逆向文本化的方法及装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11789095

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11789095

Country of ref document: EP

Kind code of ref document: A1