WO2019223136A1 - 数据获取方法、装置、计算机设备以及存储介质 - Google Patents

数据获取方法、装置、计算机设备以及存储介质 Download PDF

Info

Publication number
WO2019223136A1
WO2019223136A1 PCT/CN2018/101080 CN2018101080W WO2019223136A1 WO 2019223136 A1 WO2019223136 A1 WO 2019223136A1 CN 2018101080 W CN2018101080 W CN 2018101080W WO 2019223136 A1 WO2019223136 A1 WO 2019223136A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
name
key
data field
configuration object
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.)
Ceased
Application number
PCT/CN2018/101080
Other languages
English (en)
French (fr)
Inventor
方小伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Publication of WO2019223136A1 publication Critical patent/WO2019223136A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse

Definitions

  • the present application relates to the field of computer technology, and in particular, to a data acquisition method, device, computer device, and storage medium.
  • front-end development relies heavily on the data returned by the background.
  • the interface has not written the interface in advance or the returned data field names have not been determined or the field names have been modified in the future. It is very difficult for the front-end to find and modify errors Big.
  • the front-end staff can agree with the background staff on the data structure and data interface name in advance, and then falsify the data locally, but often the interface name is wrong and the interface name may be changed
  • the field name of the data will be changed from many branch codes. The amount of data is small and the cost is simple when the logic is simple. When there are many page interfaces and large amount of data, and the field names are many and complicated, the front-end logic code Corresponding data is very error-prone, and it is very difficult to modify and maintain. In addition, the front-end processing logic code is highly redundant with the interface name returned by the background, which is not conducive to code reuse.
  • the embodiments of the present application provide a data acquisition method, device, computer equipment, and storage medium, which can greatly simplify background data acquisition logic, and improve code replication without modifying logic code. use.
  • an embodiment of the present application provides a data acquisition method, and the method includes:
  • a corresponding key value is found in a configuration object according to the key name carried in the call instruction, the configuration object includes one or more key names, and the target key name is the Any key name in the configuration object, each key name corresponds to a key value, each key value corresponds to a data field name, and each said data field name corresponds to corresponding data in said background data;
  • the corresponding data field name is determined according to the searched key value, and data corresponding to the determined data field name is obtained from the background data.
  • an embodiment of the present application provides a data acquisition device, where the device includes:
  • a search unit configured to find a corresponding key value in a configuration object according to a key name carried in the call instruction when a call instruction of background data is detected, the configuration object including one or more key names, and the target
  • the key name is any key name in the configuration object, each key name corresponds to a key value, each key value corresponds to a data field name, and each of the data field names corresponds to corresponding data in the background data;
  • the first determining unit is configured to determine a corresponding data field name according to the searched key value, and obtain data corresponding to the determined data field name from the background data.
  • an embodiment of the present application further provides a computer device including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor executes the computer program To achieve the data acquisition method described above.
  • an embodiment of the present application further provides a computer-readable storage medium, where the computer-readable storage medium stores one or more programs, and the one or more programs may be processed by one or more processors. Executed to implement the data acquisition method described above.
  • the data acquisition method described in the embodiment of the present application can greatly simplify the acquisition logic of the background data, and improve the reuse rate of the code without modifying the logic code.
  • FIG. 1 is a schematic flowchart of a data acquisition method according to an embodiment of the present application.
  • FIG. 2 is a schematic flowchart of a data acquisition method according to an embodiment of the present application.
  • FIG. 3 is a schematic flowchart of a data acquisition method according to an embodiment of the present application.
  • FIG. 4 is a schematic flowchart of a data acquisition method according to another embodiment of the present application.
  • FIG. 5 is a schematic block diagram of a data acquisition device according to an embodiment of the present application.
  • FIG. 6 is another schematic block diagram of a data acquisition apparatus according to an embodiment of the present application.
  • FIG. 7 is another schematic block diagram of a data acquisition apparatus according to an embodiment of the present application.
  • FIG. 8 is a schematic block diagram of a data acquisition apparatus according to another embodiment of the present application.
  • FIG. 9 is a schematic structural composition diagram of a computer device according to an embodiment of the present application.
  • FIG. 1 is a schematic flowchart of a data processing method according to an embodiment of the present application.
  • the method can be run in terminals such as smart phones (such as Android phones, IOS phones, etc.), tablet computers, notebook computers, and smart devices.
  • the data processing method described in the embodiments of the present application can greatly simplify the background data acquisition logic, and improve the code reuse rate without the need to modify the logic code.
  • FIG. 1 is a schematic flowchart of a data processing method according to an embodiment of the present application. As shown in FIG. 1, the method includes steps S101 to S102.
  • a corresponding key value is searched in a configuration object according to a key name carried in the call instruction.
  • the configuration object includes one or more key names, the target key name is any key name in the configuration object, each key name corresponds to a key value, each key value corresponds to a data field name, each of the The data field name corresponds to the corresponding data in the background data.
  • the background data is stored in a data table of the background database in the form of a field.
  • the data field name is a column name of the data table storing the background data.
  • the data field name reflects that the field is in the background.
  • the address in the data is not limited to “0,1]
  • the user may send a call instruction to the configuration object in the front-end logic code, where the call instruction is an instruction to obtain background data, and the call instruction carries a key name; wherein the configuration object includes one or more key names, and the target
  • the key name is any key name in the configuration object, each key name corresponds to a key value, each key value corresponds to a data field name, and each data field name corresponds to the corresponding data in the background data; therefore , You can find the corresponding key value in the configuration object by calling the key name carried by the instruction, and each key value set in the configuration object corresponds to a data field name, and each data field name corresponds to a corresponding one in the background data Data, so that you can get the data needed in the background data by calling the instruction.
  • the data field names corresponding to the data stored in the data table in the background table include 'intUsersNum', 'crnNewUserNum', 'grpNewUserNum', 'crnNewUserNumPct'.
  • the data field names of the data are 'intUsersNum', 'crnNewUserNum', then only the data corresponding to the data field names 'intUsersNum', 'crnNewUserNum' are obtained.
  • the method for configuring the configuration object includes steps S201 to S203.
  • the step S201 specifically includes steps S301 to S302.
  • the background data to be processed is selected according to the actual needs of the developer, and the corresponding data table is determined according to the background data.
  • the data table can be specifically stored in a database, such as the ORACLE database.
  • the ORACLE database obtains the data table.
  • JDBC Java DataBase Connectivity, java database connection
  • the method of connecting to the ORACLE database can be specifically developed in the development environment (such as MyEclipse environment) to load the JDBC driver for the specified database.
  • the JAVA reflection mechanism means that in the program running state, for any class, all properties and methods of this class can be known, that is, the values of all fields in the data can be known, and this class can be called at the same time. Any one of the methods and properties is a function that dynamically obtains information and dynamically calls the method of the object, and obtains all data field names in the background data through the JAVA reflection mechanism.
  • the user may customize one or more key names required in the configuration object, and the key value of each key name points to the data field name.
  • the configuration object may be a JSON object.
  • the JSON object is created in the front-end logic code.
  • the JSON object includes one or more key names, and each key corresponds to a key value.
  • the key name can be defined by the user.
  • the key value is assigned to the key name. Value, which is normally the key name of the data returned in the background logic code. If the background developer has not done a good job, such as the name of the data, the front-end developer first names one in this configuration object. For the hypothetical data name, when it is associated with the background, you only need to change the key value under the corresponding key name in the configuration object to the real data field name returned by the background logic code.
  • the data field name of the background logic code needs to be used for data call in the front-end logic code, but when the data field name in the background code changes, then the data field is used in the front-end logic code.
  • the name needs to be modified.
  • the front-end logic code uses the data field name in the background logic code to be replaced by the front-end logic code in the configuration object created by the front-end logic code.
  • the key value is replaced.
  • the data field name of the background logic code is changed, it is only necessary to modify the key value corresponding to the key name in the configuration object of the front-end logic code to complete the modification. This does not require modification of the front-end or background logic code.
  • the method for configuring the configuration object further includes the following steps:
  • the name of the configuration object can be defined by the user.
  • the name of the configuration object can define the name associated with the front-end code and the back-end code.
  • the name of the configuration object is defined as IntUsersNum, if the data field name is 'crnNewUserNum', the name of the configuration object is defined as CrnNewUserNum, and so on.
  • a corresponding key value is searched for in a configuration object according to a key name carried in the call instruction, and the configuration object includes one or more key names.
  • the target key name is any key name in the configuration object, each key name corresponds to a key value, each key value corresponds to a data field name, and each of the data field names corresponds to corresponding data in the background data;
  • the corresponding data field name is determined according to the searched key value, and data corresponding to the determined data field name is obtained from the background data.
  • the embodiment of the present application can greatly simplify the acquisition logic of the background data, and improve the reuse rate of the code without modifying the logic code.
  • FIG. 4 is a schematic flowchart of a data acquisition method according to an embodiment of the present application.
  • the method can be run in terminals such as smart phones (such as Android phones, IOS phones, etc.), tablet computers, notebook computers, and smart devices.
  • the method includes steps S401 to S403.
  • the configuration object there is a default key value in the configuration object that is initially created, for example, the default key value is '0', and the obtained data field name is replaced with the default key value of the key name of the configuration object.
  • the obtained data field name directly replaces the default key value of the key name of the configuration object, for example, the obtained data field name is 'intUsersNum', 'crnNewUserNum', and the configuration object includes two key names, Each key name corresponds to a key value, such as key value 1, key value 2, then directly replace the default key values of these two key names with data field names 'intUsersNum', 'crnNewUserNum', and get key value 1 Is 'intUsersNum', key value 2 is 'crnNewUserNum'; each key name uniquely corresponds to a key value, if the directly replaced key value 1 is 'intUsersNum', key value 2 is
  • the format of the preset data assignment rule may be For 'key name': 'key value' and get 'key name 1': 'in tUsersNum ',' Key name 2 ':' crnNewUserNum '.
  • the configuration object includes one or more key names, the target key name is any key name in the configuration object, each key name corresponds to a key value, each key value corresponds to a data field name, each of the The data field name corresponds to the corresponding data in the background data.
  • the background data is stored in a data table of the background database in the form of a field.
  • the data field name is a column name of the data table storing the background data.
  • the data field name reflects that the field is in the background.
  • the address in the data is not limited to “0,1]
  • the user may send a call instruction to the configuration object in the front-end logic code, where the call instruction is an instruction to obtain background data, and the call instruction carries a key name; wherein the configuration object includes one or more key names, and the target
  • the key name is any key name in the configuration object, each key name corresponds to a key value, each key value corresponds to a data field name, and each data field name corresponds to the corresponding data in the background data; therefore , You can find the corresponding key value in the configuration object by calling the key name carried by the instruction, and each key value set in the configuration object corresponds to a data field name, and each data field name corresponds to a corresponding one in the background data Data, so that you can get the data needed in the background data by calling the instruction.
  • the data field names corresponding to the data stored in the data table of the background data include 'intUsersNum', 'crnNewUserNum', 'grpNewUserNum', 'crnNewUserNumPct'.
  • the data field names of the data are 'intUsersNum', 'crnNewUserNum', then only the data corresponding to the data field names 'intUsersNum', 'crnNewUserNum' are obtained.
  • an embodiment of the present application further provides a data acquisition device.
  • the device 100 includes a search unit 101 and a first determination unit 102.
  • the searching unit 101 is configured to, when a call instruction of background data is detected, search for a corresponding key value in a configuration object according to a key name carried in the call instruction, and the configuration object includes one or more keys Name
  • the target key name is any key name in the configuration object
  • each key name corresponds to a key value
  • each key value corresponds to a data field name
  • each data field name corresponds to the background data Corresponding data.
  • the first determining unit 102 is configured to determine a corresponding data field name according to the searched key value, and obtain data corresponding to the determined data field name from the background data.
  • the device further includes: an obtaining unit 103, a configuration unit 104, and a definition unit 105.
  • the obtaining unit 103 is configured to obtain a data field name corresponding to the background data.
  • the configuration unit 104 is configured to create and configure the configuration object according to the data field name.
  • a definition unit 105 is configured to define a name of the configuration object according to the data field name, where the name of the configuration object corresponds to the data field name.
  • the obtaining unit 103 includes:
  • the second determining unit 103a is configured to determine a data table to be processed.
  • the obtaining subunit 103b is configured to obtain the data field names corresponding to all the data fields in the determined data table according to the JAVA reflection mechanism.
  • an embodiment of the present application further provides a data acquisition device.
  • the device 200 includes: a replacement unit 201, a search unit 202, and a first determination unit 203.
  • the replacement unit 201 is configured to replace a key value in the configuration object with a data field name when a modification instruction of a key value of the configuration object is received, and assign the replaced key value to the configuration object.
  • the key name in.
  • the searching unit 202 is configured to, when a call instruction of background data is detected, search for a corresponding key value in a configuration object according to a key name carried in the call instruction.
  • the configuration object includes one or more key names, the target key name is any key name in the configuration object, each key name corresponds to a key value, each key value corresponds to a data field name, each of the The data field name corresponds to the corresponding data in the background data.
  • the first determining unit 203 is configured to determine a corresponding data field name according to the searched key value, and obtain data corresponding to the determined data field name from the background data.
  • the above-mentioned data acquisition device corresponds to the above-mentioned data acquisition method in a one-to-one manner, and the specific principles and processes thereof are the same as the methods described in the foregoing embodiments, and details are not described again.
  • the above data acquisition device may be implemented in the form of a computer program, and the computer program may be run on a computer device as shown in FIG. 9.
  • FIG. 9 is a schematic structural diagram of a computer device of the present application.
  • the device may be a terminal or a server.
  • the terminal may be an electronic device with a communication function, such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant, and a wearable device.
  • the server can be an independent server or a server cluster consisting of multiple servers.
  • the computer device 500 includes a processor 502, a non-volatile storage medium 503, an internal memory 504, and a network interface 505 connected through a system bus 501.
  • the non-volatile storage medium 503 of the computer device 500 can store an operating system 5031 and a computer program 5032.
  • the processor 502 can execute a data acquisition method.
  • the processor 502 of the computer device 500 is used to provide computing and control capabilities to support the operation of the entire computer device 500.
  • the internal memory 504 provides an environment for running the computer program 5032 in the non-volatile storage medium 503, and when the computer program is executed by the processor, the processor 502 can execute a data acquisition method.
  • the network interface 505 of the computer device 500 is used for network communication, such as sending assigned tasks.
  • a corresponding key value is found in a configuration object according to the key name carried in the call instruction, the configuration object includes one or more key names, and the target key name is the Any key name in the configuration object, each key name corresponds to a key value, each key value corresponds to a data field name, and each said data field name corresponds to corresponding data in said background data;
  • the corresponding data field name is determined according to the searched key value, and data corresponding to the determined data field name is obtained from the background data.
  • processor 502 when the processor 502 executes the computer program, the following operations are also implemented:
  • the configuration object is created and configured according to the data field name.
  • the acquiring a data field name corresponding to the background data includes:
  • processor 502 when the processor 502 executes the computer program, the following operations are also implemented:
  • a name of the configuration object is defined according to the data field name, where the name of the configuration object corresponds to the data field name.
  • processor 502 when the processor 502 executes the computer program, the following operations are also implemented:
  • the data field name is used to replace the key value in the configuration object, and the replaced key value is assigned to the key name in the configuration object.
  • the embodiment of the computer device shown in FIG. 9 does not constitute a limitation on the specific configuration of the computer device.
  • the computer device may include more or fewer components than shown in the figure. Either some parts are combined or different parts are arranged.
  • the computer device only includes a memory and a processor. In such an embodiment, the structure and function of the memory and the processor are the same as those in the embodiment shown in FIG. 9, and details are not described herein again.
  • This application provides a computer-readable storage medium.
  • the computer-readable storage medium stores one or more programs, and the one or more programs can be executed by one or more processors to implement the functions described in this application. Data acquisition methods.
  • the foregoing storage medium of the present application includes: various media that can store program code, such as a magnetic disk, an optical disc, and a read-only memory (Read-Only Memory, ROM).
  • program code such as a magnetic disk, an optical disc, and a read-only memory (Read-Only Memory, ROM).
  • the units in all embodiments of the present application may be implemented by a general integrated circuit, such as a CPU (Central Processing Unit), or an ASIC (Application Specific Integrated Circuit, ASIC).
  • a CPU Central Processing Unit
  • ASIC Application Specific Integrated Circuit
  • the units in the data acquisition apparatus in the embodiment of the present application may be combined, divided, and deleted according to actual needs.

Landscapes

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

Abstract

本申请实施例公开了一种数据获取方法、装置、计算机设备以及存储介质,其中,所述方法包括:当检测到后台数据的调用指令时,根据所述调用指令中携带的键名在配置对象中查找对应的键值,所述配置对象包括一个或者多个键名,所述目标键名为所述配置对象中的任一键名,每个键名对应一个键值,每个键值对应一个数据字段名,每个所述数据字段名对应有所述后台数据中相应的数据;根据所查找的键值确定对应的数据字段名,并从所述后台数据中获取与所确定的数据字段名相对应的数据。

Description

数据获取方法、装置、计算机设备以及存储介质
本申请要求于2018年5月25日提交中国专利局、申请号为CN201810514814.5、申请名称为“数据获取方法、装置、计算机设备以及存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及计算机技术领域,尤其涉及一种数据获取方法、装置、计算机设备以及存储介质。
背景技术
现有技术中,前端开发严重依赖于后台返回的数据,后台并没有提前写好接口或者接返回的数据字段名没有确定好亦或者以后字段名有修改,前端发现错误和修改错误的难度就非常大。
假使后台接口并没有写好,处理前端的人员可以跟处理后台的人员提前约定好数据结构形式和数据接口名,然后在本地自造假数据,但是很多时候接口名出错和后台可能会更改接口名时,将要从很多分支代码里去改使用数据的字段名,数据量少,逻辑简单时改的成本还算低,当页面接口多,数据量大,字段命名既多又复杂时,前端逻辑代码里对应数据时就非常容易出错,而且修改和维护的难度非常大,另外,前端处理逻辑代码跟后台返回的接口名高度冗合,不利于代码复用。
发明内容
有鉴于此,本申请实施例提供一种数据获取方法、装置、计算机设备以及存储介质,能够在很大程度上简化后台数据的获取逻辑,在不需要修改逻辑代码的情况下,提高代码的复用。
一方面,本申请实施例提供了一种数据获取方法,该方法包括:
当检测到后台数据的调用指令时,根据所述调用指令中携带的键名在配置对象中查找对应的键值,所述配置对象包括一个或者多个键名,所述目标键名为所述配置对象中的任一键名,每个键名对应一个键值,每个键值对应一个数 据字段名,每个所述数据字段名对应有所述后台数据中相应的数据;
根据所查找的键值确定对应的数据字段名,并从所述后台数据中获取与所确定的数据字段名相对应的数据。
另一方面,本申请实施例提供了一种数据获取装置,所述装置包括:
查找单元,用于当检测到后台数据的调用指令时,根据所述调用指令中携带的键名在配置对象中查找对应的键值,所述配置对象包括一个或者多个键名,所述目标键名为所述配置对象中的任一键名,每个键名对应一个键值,每个键值对应一个数据字段名,每个所述数据字段名对应有所述后台数据中相应的数据;
第一确定单元,用于根据所查找的键值确定对应的数据字段名,并从所述后台数据中获取与所确定的数据字段名相对应的数据。
又一方面,本申请实施例还提供了一种计算机设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,所述处理器执行所述计算机程序时实现如上所述的数据获取方法。
再一方面,本申请实施例还提供了一种计算机可读存储介质,所述计算机可读存储介质存储有一个或者一个以上程序,所述一个或者一个以上程序可被一个或者一个以上的处理器执行,以实现如上所述的数据获取方法。
本申请实施例所述的数据获取方法,能够在很大程度上简化后台数据的获取逻辑,在不需要修改逻辑代码的情况下,提高代码的复用率。
附图说明
为了更清楚地说明本申请实施例技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1是本申请实施例提供的一种数据获取方法的示意流程图;
图2是本申请实施例提供的一种数据获取方法的示意流程图;
图3是本申请实施例提供的一种数据获取方法的示意流程图;
图4是本申请另一实施例提供的一种数据获取方法的示意流程图;
图5是本申请实施例提供的一种数据获取装置的示意性框图;
图6是本申请实施例提供的一种数据获取装置的另一示意性框图;
图7是本申请实施例提供的一种数据获取装置的另一示意性框图;
图8是本申请另一实施例提供的一种数据获取装置的示意性框图;
图9是本申请实施例提供的一种计算机设备的结构组成示意图。
具体实施方式
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。
应当理解,当在本说明书和所附权利要求书中使用时,术语“包括”和“包含”指示所描述特征、整体、步骤、操作、元素和/或组件的存在,但并不排除一个或多个其它特征、整体、步骤、操作、元素、组件和/或其集合的存在或添加。
还应当理解,在此本申请说明书中所使用的术语仅仅是出于描述特定实施例的目的而并不意在限制本申请。如在本申请说明书和所附权利要求书中所使用的那样,除非上下文清楚地指明其它情况,否则单数形式的“一”、“一个”及“该”意在包括复数形式。
请参阅图1,图1为本申请实施例提供的一种数据处理方法的示意流程图。该方法可以运行在智能手机(如Android手机、IOS手机等)、平板电脑、笔记本电脑以及智能设备等终端中。本申请实施例所述的数据处理方法,能够在很大程度上简化后台数据的获取逻辑,在不需要修改逻辑代码的情况下,提高代码的复用率。图1是本申请实施例提供的数据处理方法的示意流程图。如图1所示,该方法包括步骤S101~S102。
S101,当检测到后台数据的调用指令时,根据所述调用指令中携带的键名在配置对象中查找对应的键值。所述配置对象包括一个或者多个键名,所述目标键名为所述配置对象中的任一键名,每个键名对应一个键值,每个键值对应一个数据字段名,每个所述数据字段名对应有所述后台数据中相应的数据。
在本申请实施例中,后台数据以字段的形式存储在后台数据库的数据表中,所述数据字段名即为存储有后台数据的数据表的列名,所述数据字段名体现了 字段在后台数据中的地址。用户可以在前端逻辑代码中向配置对象发送调用指令,该调用指令为获得后台数据的指令,该调用指令中携带有键名;其中,所述配置对象包括一个或者多个键名,所述目标键名为所述配置对象中的任一键名,每个键名对应一个键值,每个键值对应一个数据字段名,每个所述数据字段名对应有所述后台数据中相应的数据;因此,可以通过调用指令所携带的键名在配置对象中查找到对应的键值,而配置对象中所设置的每个键值对应一个数据字段名,并且每个数据字段名对应后台数据中相应的数据,这样,便可以通过调用指令获得后台数据中所需要的数据。在本实施例中,例如后台数据存储在数据表中的数据所对应的数据字段名包括'intUsersNum'、'crnNewUserNum'、'grpNewUserNum'、'crnNewUserNumPct',在实际应用中,若前端逻辑代码所要获取的数据的数据字段名为'intUsersNum'、'crnNewUserNum',那么只获取数据字段名'intUsersNum'、'crnNewUserNum'所对应的数据。
S102,根据所查找的键值确定对应的数据字段名,并从所述后台数据中获取与所确定的数据字段名相对应的数据。
在同一个实施例中,如图2所示,配置所述配置对象的方法包括步骤S201~S203。
S201,获取与所述后台数据相对应的数据字段名。
具体地,如图3所示,所述步骤S201具体包括步骤S301~S302。
S301,确定需要处理的数据表。
在本申请实施例中,根据开发者的实际需要选择需要处理的后台数据,根据该后台数据确定相对应的数据表,该数据表可以具体保存在数据库中,如ORACLE数据库,本实施例通过连接ORACLE数据库获取该数据表,可选的,可以通过JDBC(Java DataBase Connectivity,java数据库连接)方式连接ORACLE数据库,并获取ORACLE数据库中的数据表;连接ORACLE数据库的方法可以具体为在开发环境(如MyEclipse环境)中加载指定数据库的JDBC驱动程序,在开发程序中通过Class.forName函数(指定数据库的驱动程序的函数)来加载并添加该JDBC驱动程序;通过DriverManager类创建ORACLE数据库连接对象Connection,DriverManager类作用于开发程序和JDBC驱动程序之间,用于检查所加载的驱动程序是否可以建立连接,然后通过DriverManager类的getConnection方法,根据ORACLE数据库的URL链接、用户名和密码,创建 一个JDBC Connection对象,其中,URL链接的格式为协议名+IP地址(域名)+端口+数据库名称,用户名和密码指的是登录ORACLE数据库时所使用的用户名和密码;通过Connection对象的createStatement()方法创建一个Statement对象,该Statement对象用于执行静态SQL语句并返回它所生成结果的对象;调用Statement对象的相关方法执行相对应的SQL语句,最后通过Connection的close()方法及时关闭数据连接。
S302,根据JAVA反射机制获取所确定的数据表中所有数据字段所对应的数据字段名。
在本申请实施例中,该JAVA反射机制是指在程序运行状态中,对于任意一个类都能够知道这个类的所有属性和方法,即能够知道数据中所有字段的值,同时也能够调用这个类的任意一个方法和属性,是一种动态获取信息以及动态调用对象的方法的功能,通过JAVA反射机制获取后台数据中的所有数据字段名。
S202,根据所述数据字段名创建并配置出所述配置对象。
在本申请实施例中,在该配置对象中用户可以自定义所需的一个或者多个键名,每个键名的键值指向所述数据字段名,该配置对象可以为一个JSON对象,该JSON对象在前端逻辑代码中被创建,在该JSON对象中包括一个或者多个键名,每个键名对应一个键值,其中,键名可以由用户自行定义,键值是给键名赋予的值,正常情况下为后台逻辑代码中返回的数据的键值名,如果后台开发人员还没有做好功能,比如还没有起好数据的名字,则前端开发人员在这个配置对象里先自己命名一个假设的数据名,等到跟后台联调时,只需要将配置对象里的相应键名下的键值改为后台逻辑代码返回的真实数据字段名。
需要说明的是,在应用开发中,前端逻辑代码中需要使用后台逻辑代码的数据字段名进行数据调用,但是当后台代码中的数据字段名发生变化,那么前端逻辑代码中很多用到该数据字段名的地方都需要修改,通过在前端逻辑代码中创建配置对象的方式,将前端逻辑代码使用后台逻辑代码中的数据字段名的方式改为前端逻辑代码使用前端逻辑代码所创建的配置对象中的键值进行代替,当后台逻辑代码的数据字段名更改时,只需要在前端逻辑代码的配置对象中修改键名所对应的键值就可以完成修改,这样并不需要修改前端或者后台的逻辑代码。
在同一个实施例中,配置所述配置对象的方法还包括以下步骤:
S203,根据所述数据字段名定义所述配置对象的名称,其中所述配置对象的名称与所述数据字段名相对应。
在本申请实施例中,该配置对象的名称可以由用户自行定义,在实际应用中,该配置对象名称可以定义与前端代码以及后台代码相关联的名称,例如若数据字段名为'intUsersNum',定义所述配置对象的名称为IntUsersNum,若数据字段名为'crnNewUserNum',定义所述配置对象的名称为CrnNewUserNum等等。
由以上可见,本申请当检测到后台数据的调用指令时,根据所述调用指令中携带的键名在配置对象中查找对应的键值,所述配置对象包括一个或者多个键名,所述目标键名为所述配置对象中的任一键名,每个键名对应一个键值,每个键值对应一个数据字段名,每个所述数据字段名对应有所述后台数据中相应的数据;根据所查找的键值确定对应的数据字段名,并从所述后台数据中获取与所确定的数据字段名相对应的数据。本申请实施例能够在很大程度上简化后台数据的获取逻辑,在不需要修改逻辑代码的情况下,提高代码的复用率。
请参阅图4,图4是本申请实施例提供的一种数据获取方法的示意流程图。该方法可以运行在智能手机(如Android手机、IOS手机等)、平板电脑、笔记本电脑以及智能设备等终端中。如图4所示,该方法包括步骤S401~S403。
S401,当接收到配置对象的键值的修改指令时,使用数据字段名替换所述配置对象中的键值,并将已替换的键值赋值给所述配置对象中的键名。
在本申请实施例中,在开始创建的配置对象中,会存在默认的键值,例如默认的键值为'0',将所获取的数据字段名替换配置对象的键名所默认的键值,可选的,将所获取的数据字段名直接替换配置对象的键名所默认的键值,例如所获取的数据字段名为'intUsersNum'、'crnNewUserNum',所述配置对象中包括两个键名,每一个键名对应一个键值,如键值1、键值2,那么直接将这两个键名的默认键值使用数据字段名为'intUsersNum'、'crnNewUserNum'进行替换,并得到键值1为'intUsersNum'、键值2为'crnNewUserNum';每个键名均唯一对应一个键值,假如被直接替换的键值1为'intUsersNum'、键值2为'crnNewUserNum',对应键值1、键值2的键名为键名1、键名2,利用预设赋值规则将键值1和键值2赋值给所述配置对象的对应的键名,所述预设数据赋值规则的格式可以为'键名':'键值',并得到'键名1':'intUsersNum'、'键名2':'crnNewUserNum'。
S402,当检测到后台数据的调用指令时,根据所述调用指令中携带的键名在配置对象中查找对应的键值。所述配置对象包括一个或者多个键名,所述目标键名为所述配置对象中的任一键名,每个键名对应一个键值,每个键值对应一个数据字段名,每个所述数据字段名对应有所述后台数据中相应的数据。
在本申请实施例中,后台数据以字段的形式存储在后台数据库的数据表中,所述数据字段名即为存储有后台数据的数据表的列名,所述数据字段名体现了字段在后台数据中的地址。用户可以在前端逻辑代码中向配置对象发送调用指令,该调用指令为获得后台数据的指令,该调用指令中携带有键名;其中,所述配置对象包括一个或者多个键名,所述目标键名为所述配置对象中的任一键名,每个键名对应一个键值,每个键值对应一个数据字段名,每个所述数据字段名对应有所述后台数据中相应的数据;因此,可以通过调用指令所携带的键名在配置对象中查找到对应的键值,而配置对象中所设置的每个键值对应一个数据字段名,并且每个数据字段名对应后台数据中相应的数据,这样,便可以通过调用指令获得后台数据中所需要的数据。在本实施例中,例如后台数据存储在数据表中的数据所对应的数据字段名包括'intUsersNum'、'crnNewUserNum'、'grpNewUserNum'、'crnNewUserNumPct',在实际应用中,若前端逻辑代码所要获取的数据的数据字段名为'intUsersNum'、'crnNewUserNum',那么只获取数据字段名'intUsersNum'、'crnNewUserNum'所对应的数据。
S403,根据所查找的键值确定对应的数据字段名,并从所述后台数据中获取与所确定的数据字段名相对应的数据。
请参阅图5,对应上述一种数据获取方法,本申请实施例还提出一种数据获取装置,该装置100包括:查找单元101、第一确定单元102。
其中,所述查找单元101,用于当检测到后台数据的调用指令时,根据所述调用指令中携带的键名在配置对象中查找对应的键值,所述配置对象包括一个或者多个键名,所述目标键名为所述配置对象中的任一键名,每个键名对应一个键值,每个键值对应一个数据字段名,每个所述数据字段名对应有所述后台数据中相应的数据。
第一确定单元102,用于根据所查找的键值确定对应的数据字段名,并从所述后台数据中获取与所确定的数据字段名相对应的数据。
在同一个实施例中,如图6所示,所述装置还包括:获取单元103、配置单 元104、定义单元105。
所述获取单元103,用于获取与所述后台数据相对应的数据字段名。
配置单元104,用于根据所述数据字段名创建并配置出所述配置对象。
定义单元105,用于根据所述数据字段名定义所述配置对象的名称,其中所述配置对象的名称与所述数据字段名相对应。
在同一个实施例中,如图7所示,所述获取单元103,包括:
第二确定单元103a,用于确定需要处理的数据表。
获取子单元103b,用于根据JAVA反射机制获取所确定的数据表中所有数据字段所对应的数据字段名。
请参阅图8,对应上述一种数据获取方法,本申请实施例还提出一种数据获取装置,该装置200包括:替换单元201、查找单元202、第一确定单元203。
其中,所述替换单元201,用于当接收到配置对象的键值的修改指令时,使用数据字段名替换所述配置对象中的键值,并将已替换的键值赋值给所述配置对象中的键名。
查找单元202,用于当检测到后台数据的调用指令时,根据所述调用指令中携带的键名在配置对象中查找对应的键值。所述配置对象包括一个或者多个键名,所述目标键名为所述配置对象中的任一键名,每个键名对应一个键值,每个键值对应一个数据字段名,每个所述数据字段名对应有所述后台数据中相应的数据。
第一确定单元203,用于根据所查找的键值确定对应的数据字段名,并从所述后台数据中获取与所确定的数据字段名相对应的数据。
上述数据获取装置与上述数据获取方法一一对应,其具体的原理和过程与上述实施例所述方法相同,不再赘述。
上述数据获取装置可以实现为一种计算机程序的形式,计算机程序可以在如图9所示的计算机设备上运行。
图9为本申请一种计算机设备的结构组成示意图。该设备可以是终端,也可以是服务器,其中,终端可以是智能手机、平板电脑、笔记本电脑、台式电脑、个人数字助理和穿戴式装置等具有通信功能的电子装置。服务器可以是独立的服务器,也可以是多个服务器组成的服务器集群。参照图9,该计算机设备500包括通过系统总线501连接的处理器502、非易失性存储介质503、内存储 器504和网络接口505。其中,该计算机设备500的非易失性存储介质503可存储操作系统5031和计算机程序5032,该计算机程序5032被执行时,可使得处理器502执行一种数据获取方法。该计算机设备500的处理器502用于提供计算和控制能力,支撑整个计算机设备500的运行。该内存储器504为非易失性存储介质503中的计算机程序5032的运行提供环境,该计算机程序被处理器执行时,可使得处理器502执行一种数据获取方法。计算机设备500的网络接口505用于进行网络通信,如发送分配的任务等。本领域技术人员可以理解,图9中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备的限定,具体的计算机设备可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。
其中,所述处理器502执行所述计算机程序时实现如下操作:
当检测到后台数据的调用指令时,根据所述调用指令中携带的键名在配置对象中查找对应的键值,所述配置对象包括一个或者多个键名,所述目标键名为所述配置对象中的任一键名,每个键名对应一个键值,每个键值对应一个数据字段名,每个所述数据字段名对应有所述后台数据中相应的数据;
根据所查找的键值确定对应的数据字段名,并从所述后台数据中获取与所确定的数据字段名相对应的数据。
在一个实施例中,所述处理器502执行所述计算机程序时还实现如下操作:
获取与所述后台数据相对应的数据字段名;
根据所述数据字段名创建并配置出所述配置对象。
在一个实施例中,所述获取与所述后台数据相对应的数据字段名,包括:
确定需要处理的数据表;
根据JAVA反射机制获取所确定的数据表中所有数据字段所对应的数据字段名。
在一个实施例中,所述处理器502执行所述计算机程序时还实现如下操作:
根据所述数据字段名定义所述配置对象的名称,其中所述配置对象的名称与所述数据字段名相对应。
在一个实施例中,所述处理器502执行所述计算机程序时还实现如下操作:
当接收到配置对象的键值的修改指令时,使用数据字段名替换所述配置对象中的键值,并将已替换的键值赋值给所述配置对象中的键名。
本领域技术人员可以理解,图9中示出的计算机设备的实施例并不构成对计算机设备具体构成的限定,在其他实施例中,计算机设备可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。例如,在一些实施例中,计算机设备仅包括存储器及处理器,在这样的实施例中,存储器及处理器的结构及功能与图9所示实施例一致,在此不再赘述。
本申请提供了一种计算机可读存储介质,计算机可读存储介质存储有一个或者一个以上程序,所述一个或者一个以上程序可被一个或者一个以上的处理器执行,以实现本申请所述的数据获取方法。
本申请前述的存储介质包括:磁碟、光盘、只读存储记忆体(Read-Only Memory,ROM)等各种可以存储程序代码的介质。
本申请所有实施例中的单元可以通过通用集成电路,例如CPU(Central Processing Unit,中央处理器),或通过ASIC(Application Specific Integrated Circuit,专用集成电路)来实现。
本申请实施例数据获取方法中的步骤可以根据实际需要进行顺序调整、合并和删减。
本申请实施例数据获取装置中的单元可以根据实际需要进行合并、划分和删减。
以上所述,仅为本申请的具体实施方式,但本申请的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本申请揭露的技术范围内,可轻易想到各种等效的修改或替换,这些修改或替换都应涵盖在本申请的保护范围之内。因此,本申请的保护范围应以权利要求的保护范围为准。

Claims (20)

  1. 一种数据获取方法,其特征在于,所述方法包括:
    当检测到后台数据的调用指令时,根据所述调用指令中携带的键名在配置对象中查找对应的键值,所述配置对象包括一个或者多个键名,所述目标键名为所述配置对象中的任一键名,每个键名对应一个键值,每个键值对应一个数据字段名,每个所述数据字段名对应有所述后台数据中相应的数据;
    根据所查找的键值确定对应的数据字段名,并从所述后台数据中获取与所确定的数据字段名相对应的数据。
  2. 如权利要求1所述的方法,其特征在于,所述方法还包括:
    获取与所述后台数据相对应的数据字段名;
    根据所述数据字段名创建并配置出所述配置对象。
  3. 如权利要求2所述的方法,其特征在于,所述获取与所述后台数据相对应的数据字段名,包括:
    确定需要处理的数据表;
    根据JAVA反射机制获取所确定的数据表中所有数据字段所对应的数据字段名。
  4. 如权利要求2所述的方法,其特征在于,所述方法还包括:
    根据所述数据字段名定义所述配置对象的名称,其中所述配置对象的名称与所述数据字段名相对应。
  5. 如权利要求1所述的方法,其特征在于,所述方法还包括:
    当接收到配置对象的键值的修改指令时,使用数据字段名替换所述配置对象中的键值,并将已替换的键值赋值给所述配置对象中的键名。
  6. 一种数据获取装置,其特征在于,所述装置包括:
    查找单元,用于当检测到后台数据的调用指令时,根据所述调用指令中携带的键名在配置对象中查找对应的键值,所述配置对象包括 一个或者多个键名,所述目标键名为所述配置对象中的任一键名,每个键名对应一个键值,每个键值对应一个数据字段名,每个所述数据字段名对应有所述后台数据中相应的数据;
    第一确定单元,用于根据所查找的键值确定对应的数据字段名,并从所述后台数据中获取与所确定的数据字段名相对应的数据。
  7. 如权利要求6所述的装置,其特征在于,所述装置还包括:
    获取单元,用于获取与所述后台数据相对应的数据字段名;
    配置单元,用于根据所述数据字段名创建并配置出所述配置对象。
  8. 如权利要求7所述的装置,其特征在于,所述获取单元,包括:
    第二确定单元,用于确定需要处理的数据表;
    获取子单元,用于根据JAVA反射机制获取所确定的数据表中所有数据字段所对应的数据字段名。
  9. 如权利要求7所述的装置,其特征在于,所述装置还包括:
    定义单元,用于根据所述数据字段名定义所述配置对象的名称,其中所述配置对象的名称与所述数据字段名相对应。
  10. 如权利要求6所述的装置,其特征在于,所述装置还包括:
    替换单元,用于当接收到配置对象的键值的修改指令时,使用数据字段名替换所述配置对象中的键值,并将已替换的键值赋值给所述配置对象中的键名。
  11. 一种计算机设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,其特征在于,所述处理器执行所述计算机程序时实现如下操作:
    当检测到后台数据的调用指令时,根据所述调用指令中携带的键名在配置对象中查找对应的键值,所述配置对象包括一个或者多个键名,所述目标键名为所述配置对象中的任一键名,每个键名对应一个键值,每个键值对应一个数据字段名,每个所述数据字段名对应有所述后台数据中相应的数据;
    根据所查找的键值确定对应的数据字段名,并从所述后台数据中获取与所确定的数据字段名相对应的数据。
  12. 如权利要求11所述的计算机设备,其特征在于,所述处理器执行所述计算机程序时还实现如下操作:
    获取与所述后台数据相对应的数据字段名;
    根据所述数据字段名创建并配置出所述配置对象。
  13. 如权利要求12所述的计算机设备,其特征在于,所述获取与所述后台数据相对应的数据字段名,包括:
    确定需要处理的数据表;
    根据JAVA反射机制获取所确定的数据表中所有数据字段所对应的数据字段名。
  14. 如权利要求12所述的计算机设备,其特征在于,所述处理器执行所述计算机程序时还实现如下操作:
    根据所述数据字段名定义所述配置对象的名称,其中所述配置对象的名称与所述数据字段名相对应。
  15. 如权利要求11所述的计算机设备,其特征在于,所述处理器执行所述计算机程序时还实现如下操作:
    当接收到配置对象的键值的修改指令时,使用数据字段名替换所述配置对象中的键值,并将已替换的键值赋值给所述配置对象中的键名。
  16. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质存储有一个或者一个以上程序,所述一个或者一个以上程序可被一个或者一个以上的处理器执行,以实现如下步骤:
    当检测到后台数据的调用指令时,根据所述调用指令中携带的键名在配置对象中查找对应的键值,所述配置对象包括一个或者多个键名,所述目标键名为所述配置对象中的任一键名,每个键名对应一个键值,每个键值对应一个数据字段名,每个所述数据字段名对应有所述后台数据中相应的数据;
    根据所查找的键值确定对应的数据字段名,并从所述后台数据中获取与所确定的数据字段名相对应的数据。
  17. 如权利要求16所述的计算机可读存储介质,其特征在于,所 述一个或者一个以上程序被一个或者一个以上的处理器执行时,还实现如下步骤:
    获取与所述后台数据相对应的数据字段名;
    根据所述数据字段名创建并配置出所述配置对象。
  18. 如权利要求17所述的计算机可读存储介质,其特征在于,所述获取与所述后台数据相对应的数据字段名,包括:
    确定需要处理的数据表;
    根据JAVA反射机制获取所确定的数据表中所有数据字段所对应的数据字段名。
  19. 如权利要求17所述的计算机可读存储介质,其特征在于,所述一个或者一个以上程序被一个或者一个以上的处理器执行时,还实现如下步骤:
    根据所述数据字段名定义所述配置对象的名称,其中所述配置对象的名称与所述数据字段名相对应。
  20. 如权利要求16所述的计算机可读存储介质,其特征在于,所述一个或者一个以上程序被一个或者一个以上的处理器执行时,还实现如下步骤:
    当接收到配置对象的键值的修改指令时,使用数据字段名替换所述配置对象中的键值,并将已替换的键值赋值给所述配置对象中的键名。
PCT/CN2018/101080 2018-05-25 2018-08-17 数据获取方法、装置、计算机设备以及存储介质 Ceased WO2019223136A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810514814.5A CN108776587B (zh) 2018-05-25 2018-05-25 数据获取方法、装置、计算机设备以及存储介质
CN201810514814.5 2018-05-25

Publications (1)

Publication Number Publication Date
WO2019223136A1 true WO2019223136A1 (zh) 2019-11-28

Family

ID=64027555

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/101080 Ceased WO2019223136A1 (zh) 2018-05-25 2018-08-17 数据获取方法、装置、计算机设备以及存储介质

Country Status (2)

Country Link
CN (1) CN108776587B (zh)
WO (1) WO2019223136A1 (zh)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111414330B (zh) * 2019-01-04 2024-03-22 阿里巴巴集团控股有限公司 数据编辑方法及系统、数据处理设备、存储介质
CN111274051B (zh) * 2020-01-19 2023-08-22 中信银行股份有限公司 数据的处理方法、装置、电子设备及计算机可读存储介质
CN111400675A (zh) * 2020-03-16 2020-07-10 同盾(广州)科技有限公司 对象混淆的方法、装置、电子设备及计算机可读介质
CN113296832A (zh) * 2021-05-31 2021-08-24 广州探途网络技术有限公司 数据处理方法、装置和电子设备
CN113505159B (zh) * 2021-07-16 2023-04-25 马上消费金融股份有限公司 数据检测方法、装置及设备

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1633080A (zh) * 2003-12-24 2005-06-29 华为技术有限公司 在网络管理系统中实现日志的方法
CN104881490A (zh) * 2015-06-10 2015-09-02 中科宇图天下科技有限公司 一种web表单数据存取方法和系统
EP3089054A1 (en) * 2015-04-29 2016-11-02 Fujitsu Limited Data constraints for polyglot data tiers

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9244951B2 (en) * 2012-03-08 2016-01-26 International Business Machines Corporation Managing tenant-specific data sets in a multi-tenant environment
CN106407404B (zh) * 2016-09-22 2019-09-24 成都快乐家网络技术有限公司 数据存储方法、数据管理方法及系统、数据库、客户端
ES2668723B1 (es) * 2016-11-18 2019-04-01 8Kdata Tech S L Maquina de extraccion, mapeo y almacenamiento de datos jerarquicos
CN107368563B (zh) * 2017-06-30 2021-02-23 北京奇虎科技有限公司 数据库数据的删除方法及装置、电子设备、存储介质

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1633080A (zh) * 2003-12-24 2005-06-29 华为技术有限公司 在网络管理系统中实现日志的方法
EP3089054A1 (en) * 2015-04-29 2016-11-02 Fujitsu Limited Data constraints for polyglot data tiers
CN104881490A (zh) * 2015-06-10 2015-09-02 中科宇图天下科技有限公司 一种web表单数据存取方法和系统

Also Published As

Publication number Publication date
CN108776587B (zh) 2020-07-17
CN108776587A (zh) 2018-11-09

Similar Documents

Publication Publication Date Title
US9262237B2 (en) Automating software availability management based on API versioning
WO2021184725A1 (zh) 用户界面测试方法、装置、存储介质及计算机设备
WO2019223136A1 (zh) 数据获取方法、装置、计算机设备以及存储介质
WO2019136800A1 (zh) 业务处理方法、装置、设备及计算机可读存储介质
CN106664321A (zh) 基于放置策略的计算资源分配
CN111309593A (zh) Json接口校验的方法、装置、设备及计算机可读存储介质
CN110795343B (zh) 测试系统、测试方法和计算设备
CN115344801B (zh) 一种网页链接的更新方法、装置、设备及介质
CN110688305B (zh) 测试环境同步方法、装置、介质、电子设备
CN112069071B (zh) 用于确定程序适配性的方法、装置
CN112261072B (zh) 一种服务调用方法、装置、设备和存储介质
US12184490B2 (en) Automated configuration and deployment of contact center software suite
CN109271224B (zh) 用于确定位置的方法和设备
CN112231377A (zh) 数据映射方法、系统、装置、服务器和存储介质
US12517898B2 (en) Techniques for utilizing patterns and logical entities
US11803370B2 (en) Configurable transaction status interface
CN111652580B (zh) 一种对节点的数据处理方法及装置
CN115686592A (zh) 小程序的维护方法及系统、存储介质、计算机设备
US12531815B2 (en) Smart application programming interface (API) resource sharing for distributed service platforms
CN113900895B (zh) 信息处理方法、信息处理装置、存储介质与电子设备
CN116701416B (zh) 读写分离方法、电子设备及存储介质
US20250321734A1 (en) Flexible integration project deployment model
US20260064505A1 (en) Application programing interface (api) specification processing system
US20250315324A1 (en) Smart application programming interface (api) generation and resource management in a distributed service platform
WO2019227702A1 (zh) 数据处理方法、装置、计算机设备以及存储介质

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 05.05.2021)

122 Ep: pct application non-entry in european phase

Ref document number: 18919869

Country of ref document: EP

Kind code of ref document: A1