WO2019037416A1 - 控件属性读取方法、装置、终端及可读存储介质 - Google Patents
控件属性读取方法、装置、终端及可读存储介质 Download PDFInfo
- Publication number
- WO2019037416A1 WO2019037416A1 PCT/CN2018/079935 CN2018079935W WO2019037416A1 WO 2019037416 A1 WO2019037416 A1 WO 2019037416A1 CN 2018079935 W CN2018079935 W CN 2018079935W WO 2019037416 A1 WO2019037416 A1 WO 2019037416A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- resource file
- file
- current
- resource
- read
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
Definitions
- the application relates to a control attribute reading method, device, terminal and readable storage medium.
- the properties of the control include the color, size, position and shape of the control.
- the display of different controls on the terminal interface is different.
- the display of the same control on the terminal interface is different in different time periods.
- the inventor realizes that in the conventional technology, it is necessary to first determine the parameters of the current terminal model, the size of the screen, and the like, and then obtain corresponding control attributes according to the judgment result, for example, first determine whether the operating system of the terminal is an Android system, and when it is an Android system. Then, select the operating system as the resource file of the Android system, and then judge whether the screen of the terminal is 4.7 inches. When it is 4.7 inches, select the resource file with the screen of 4.7 inches from the resource file of the selected operating system for the Android system. Then, other judgments are made until the control attribute of the current terminal can be determined, and the logic judgment in the process is complicated, so that the development process is complicated, resulting in high research and development costs.
- control attribute reading method apparatus, terminal, and readable storage medium are provided.
- a method for reading a property of a control comprising:
- the configuration file identifier of the control indicates that the configuration file is changed
- the configuration file of the control is downloaded from the server
- a control attribute reading device includes:
- the download module is configured to obtain a configuration file identifier of the control from the server; when the configuration file identifier of the control indicates that the configuration file is changed, the configuration file of the control is downloaded from the server.
- a reading module configured to read the resource file according to the name of the resource file in the configuration file and the reading order of the resource file
- the obtaining module is configured to obtain, from the read current resource file, a control attribute corresponding to a direction of the current screen; when a control attribute corresponding to a direction of the current screen is not obtained from the read current resource file, According to the reading order of the resource files in the configuration file, the next resource file is continuously read until the control attribute is obtained.
- a computer device comprising a memory and one or more processors having stored therein computer readable instructions, the computer readable instructions being executable by the processor to cause the one or more processors to execute The following steps:
- the configuration file identifier of the control indicates that the configuration file is changed
- the configuration file of the control is downloaded from the server
- One or more non-transitory computer readable instruction storage media storing computer readable instructions, when executed by one or more processors, cause one or more processors to perform the steps of:
- the configuration file identifier of the control indicates that the configuration file is changed
- the configuration file of the control is downloaded from the server
- FIG. 1 is an application environment diagram of a control attribute reading method in accordance with one or more embodiments.
- FIG. 2 is a flow diagram of a method of reading control attributes in accordance with one or more embodiments.
- FIG. 3 is a flow diagram of a resource file downloading step in accordance with one or more embodiments.
- Figure 4 is a flow chart of step S208 in the embodiment shown in Figure 2.
- FIG. 5 is a schematic structural diagram of a control attribute reading apparatus according to one or more embodiments.
- FIG. 6 is a schematic structural diagram of a terminal according to one or more embodiments.
- FIG. 1 is an application environment diagram of a method for reading a property of an embodiment, including a plurality of terminals and a server, where the terminal may be a user's mobile phone, a tablet, an in-vehicle terminal, etc., and the server can communicate with the terminal. And the server stores the configuration file and the resource file of each terminal, and the terminal can download the configuration file and the resource file from the server by communicating with the server, thereby reading the corresponding control attribute according to the configuration file and the resource file.
- a control attribute reading method is provided. This embodiment is applied to the terminal in the control attribute reading system in FIG. 1 as an example. The method specifically includes the following steps:
- the control refers to a client APP installed on the terminal, for example, Taobao APP, Jingdong APP, Alipay APP, and the like.
- the configuration file is a file for configuring the resource file of the control and the reading order of the resource file
- the configuration file identifier is an identifier for indicating whether the configuration file is changed, for example, it can be represented by an identifier bit, when the identifier bit is 0.
- the configuration file has not been changed.
- the flag is 1, it indicates that the configuration file has been changed.
- it can also be represented by a random number or the like. For example, when the last random number is different from the current random number, it means that the configuration file has been changed, otherwise the configuration file has not been changed.
- the terminal downloads the configuration file of the control from the server, thereby ensuring that the configuration file of the terminal is consistent with the configuration file stored by the server.
- the resource file refers to a file in which a control attribute is stored, which may be a device name resource file, a screen size resource file, or a general resource file, etc., wherein the name of the resource file may be through an operating system, a device type, a resource file type, or the like.
- the name can be iOS_Phone_6, iOS_Pad_1024X768_nationalDay, Android_Phone_1920X1080, and so on.
- the configuration file stores the reading order of the resource files.
- the configuration file can be set to read the device name resource file first, then the screen size resource file, and finally the universal resource file; the configuration file can also be set to read first. Screen size resource file, read device name resource file, and finally read common resource file.
- the terminal can sequentially read the resource file according to the reading of the resource files in the configuration file.
- the control attribute refers to the shape, size, color, and the like of the client APP in the terminal display interface.
- the terminal downloads the configuration file from the server
- the resource file is read according to the name of the resource file in the configuration file and the reading order of the resource file
- the vertical file is stored because the attribute of the control is stored in the resource file.
- the control attribute so the corresponding control attribute needs to be obtained according to the direction of the current screen.
- the flag can be used to indicate whether the terminal is a horizontal screen or a vertical screen, and the position sensor, such as a gyroscope, can be detected in the terminal. Whether it is a horizontal screen or a vertical screen, when the terminal is a horizontal screen, the control attribute of the horizontal screen in the resource file is read, and when the terminal is a vertical screen, the control attribute of the vertical screen in the resource file is read.
- the resource file set in the configuration file is read in the order of: first reading the device name resource file, then reading the screen size resource file, and finally reading the universal resource file.
- the terminal first reads the device name resource file according to the name of the resource file in the configuration file and the reading order of the resource file, and then reads the control attribute from the device name resource file, if there is neither the control attribute of the horizontal screen nor the vertical
- the control property of the screen continues to read the control property according to the screen size resource file in the configuration file.
- the control property of the horizontal screen exists in the screen size resource file
- the control property when the horizontal screen is read that is, the terminal screen
- the control property on the screen when the horizontal screen is displayed is the control of the control property in the screen size resource file.
- the corresponding configuration file is modified on the server, and the configuration file is used to indicate that the configuration file has been changed, and then the configuration file is sent to the terminal, and the terminal according to the resource in the configuration file.
- the name of the file and the reading order of the resource file can be read into the corresponding resource file, and the corresponding control attributes are read from the resource file, and a large number of logical judgments are not required, and the development cost is low.
- FIG. 3 is a flowchart of a resource file downloading step in an embodiment.
- the resource file downloading step may be performed before step S206 of the embodiment shown in FIG. 2, that is, according to The name of the resource file in the configuration file and the reading order of the resource file.
- the step of reading the resource file further includes a resource file downloading step, where the resource file downloading step may include:
- the resource file list is generated according to the configuration file when the configuration file is changed.
- the device list includes the device. Names of the resource files, screen size resource files, and common resource files.
- the terminal when the terminal goes down from the server to the resource file list, it is determined according to the resource file list whether the corresponding resource file is missing locally, for example, the name may be used to determine whether the local resource file is missing, such as determining whether the device is missing according to the name.
- Name resource file if missing, download the resource file from the server.
- the missing resource file is downloaded from the server, for example, the terminal first sends a resource file acquisition request to the server, and then the server queries the corresponding request according to the resource file of the terminal. The resource file, and finally the server sends the resource file to the terminal.
- the resource file may be first packaged, and the packaged resource file is sent to the terminal, so that the data transmission amount can be reduced.
- the hash value may refer to the MD5 value
- the MD5 value of the resource file is like the "digital fingerprint" of the resource file.
- the MD5 value of each resource file is different. If anyone makes any changes to the resource file, the MD5 value of the resource file will change corresponding to the corresponding "digital fingerprint".
- the download server provides an MD5 value for a resource file in advance. After downloading the resource file, the terminal recalculates the MD5 value of the downloaded resource file according to an algorithm agreed with the server, and compares whether the two values are the same, and can determine the download. Whether the file is wrong, or whether the downloaded file has been tampered with, the same reason can also determine whether the resource file already stored in the terminal has been tampered with.
- the terminal When the terminal does not lack the corresponding resource file, it is determined whether there is a resource file with the same name and a different hash value as the resource file involved in the resource file list, that is, whether the locally stored resource file has been tampered with.
- the resource file when a resource file having the same name and a different hash value as the resource file involved in the resource file list is locally stored, that is, the locally stored resource file has been tampered with, the resource file needs to be downloaded from the server again. After the resource file is downloaded, the hash value can also be used to determine whether the downloaded resource file is the same as the resource file stored in the server, so as to ensure the security of the resource file of the terminal.
- the resource file list is used to determine whether the resource file stored locally by the terminal is missing or tampered with.
- the corresponding resource file is directly downloaded from the server. Thereby, the security of the resource file of the terminal can be guaranteed.
- the step of reading the resource file according to the name of the resource file in the configuration file and the reading order of the resource file may include: obtaining a valid time of the resource file in the configuration file with a valid time; if the current time is When the resource file is valid, the resource file corresponding to the valid time is preferentially read; if the current time is not within the valid time of the resource file, the read is based on the name of the resource file in the configuration file and the reading order of the resource file.
- a resource file for a valid time may include: obtaining a valid time of the resource file in the configuration file with a valid time; if the current time is When the resource file is valid, the resource file corresponding to the valid time is preferentially read; if the current time is not within the valid time of the resource file, the read is based on the name of the resource file in the configuration file and the reading order of the resource file.
- the method further includes: obtaining a resource file changed in the configuration file, and displaying a time configuration prompt of the changed resource file; receiving, corresponding to the time configuration prompt, An adjustment instruction for the valid time of the changed resource file; adjusting the effective time of the resource file according to the adjustment instruction.
- the provider of the client APP may adjust the display form of the icon of the corresponding client APP as needed, for example, to increase the graphics of the holiday, or when the holiday is not, the user may need to The display form of the icon of the client APP is adjusted.
- the user may need to select an icon display form related to the theme so that the entire display form of the terminal is harmonious.
- the effective time of the eleven holiday resource files in the server adjustment profile is from October 1st to October 7th at 12pm.
- the terminal downloads the configuration file from the server and obtains the valid time of the resource file in the configuration file. If the current time is within the valid time of the resource file, for example, the current time is 7:00 am on October 2, the terminal preferentially reads the resource file. And display the corresponding controls based on the control properties in the resource file. If the current time is not within the valid time of the resource file, for example, the current time is 6:00 pm on October 8th, the terminal reads other resource files in the configuration file, and displays corresponding information according to the control attribute in the read resource file. Control.
- the terminal can also obtain the resource file in the configuration file and the changed resource file and display the time configuration prompt of the changed resource file, for example, when the terminal downloads the resource file about the holiday from the server, the terminal You can configure a time configuration option for the resource file. When the user clicks this option, the time configuration prompt of the resource file is displayed.
- the user can select the effective time of the resource file. For example, the valid time can be zero on October 1st. The effective time of the resource file at 12 o'clock on the evening of October 7 is changed to the effective time from October 1st to October 10th, etc. The user can adjust according to his own needs, and no restrictions are imposed here. .
- the valid time input may be stored according to the adjustment instruction to achieve the purpose of adjusting the effective time of the resource file.
- the control file attribute is preferentially read according to the resource file, such as a holiday, during the holiday, and the server does not need to send the configuration file again after the holiday ends, and only needs to be determined. If the valid time of the resource file expires, if the current time is not the valid time of the resource file, the control attribute is read according to other resource files in the configuration file.
- FIG. 4 is a flowchart of step S208 in the embodiment shown in FIG. 2, which is obtained from the read current resource file and corresponding to the direction of the current screen.
- the steps of the control properties can include:
- the direction of the current screen may be represented by an identifier bit.
- the direction of the current screen can be obtained by a position sensor installed at the terminal, for example, by a gyroscope or the like to detect the direction of the current screen of the terminal.
- the control attribute of the current screen is horizontally obtained from the read resource file, so that the icon of the control in the horizontal direction can be displayed on the screen of the terminal according to the control attribute.
- the control attribute when the current screen is vertical is obtained from the read resource file, so that the vertical control can be displayed according to the control attribute on the screen of the terminal. Icon.
- the current resource file is incomplete, and the terminal continues.
- the next resource file is read according to the configuration file, and the control attribute when the current screen is horizontal or the control attribute when the current screen is vertical is obtained from the next resource file until the current screen orientation is obtained from the resource file. Control properties.
- the corresponding control attribute can be read from the resource file according to the direction of the current screen.
- the control attribute of the current screen is horizontal when the current screen is read from the current resource file.
- the control attribute when the current screen is vertical is obtained from the current resource file that is read, and the logic is simple and convenient to operate.
- FIGS. 2-4 are sequentially displayed as indicated by the arrows, these steps are not necessarily performed in the order indicated by the arrows. Except as explicitly stated herein, the execution of these steps is not strictly limited, and the steps may be performed in other orders. Moreover, at least some of the steps in FIGS. 2-4 may include a plurality of sub-steps or stages, which are not necessarily performed at the same time, but may be executed at different times, these sub-steps or stages The order of execution is not necessarily performed sequentially, but may be performed alternately or alternately with at least a portion of other steps or sub-steps or stages of other steps.
- FIG. 5 is a block diagram of a control attribute reading apparatus in an embodiment, where the control attribute reading apparatus includes:
- the downloading module 100 is configured to obtain a configuration file identifier of the control from the server; when the configuration file identifier of the control indicates that the configuration file is changed, the configuration file of the control is downloaded from the server.
- the reading module 200 is configured to read the resource file according to the name of the resource file in the configuration file and the reading order of the resource file.
- the obtaining module 300 is configured to obtain, from the read current resource file, a control attribute corresponding to a direction of the current screen; when a control attribute corresponding to a direction of the current screen is not obtained from the read current resource file, Then, according to the reading order of the resource files in the configuration file, continue to read the next resource file until the control attribute is obtained.
- the download module can also be used to obtain a list of resource files from the server.
- the control attribute reading device may further include:
- the first determining module is configured to determine whether the resource file involved in the resource file list is missing locally; when the resource file involved in the resource file list is missing locally, the missing resource file is downloaded from the server.
- a second judging module configured to: when the resource file involved in the resource file list is not missing locally, determine whether there is a resource file having the same name and a different hash value as the resource file involved in the resource file list; When there is a resource file having the same name and a different hash value as the resource file involved in the resource file list, the resource file having the same name and different hash value as the resource file involved in the resource file list is downloaded from the server.
- the reading module can include:
- the valid time obtaining unit is configured to obtain a valid time of the resource file in which the valid time exists in the configuration file.
- the reading unit is configured to: when the current time is within the valid time of the resource file, preferentially read the resource file corresponding to the valid time; if the current time is not within the valid time of the resource file, according to the name of the resource file in the configuration file And the resource file is read in the order of reading the resource file without valid time.
- control attribute reading device may further include:
- a display module that retrieves resource files that are changed in the configuration file and displays time configuration prompts for the changed resource files.
- the receiving module is configured to receive an adjustment instruction for the valid time of the changed resource file corresponding to the time configuration prompt.
- the adjustment module is configured to adjust the effective time of the resource file according to the adjustment instruction.
- the obtaining module may include:
- the screen orientation acquisition unit is used to obtain the direction of the current screen.
- the attribute obtaining unit is configured to: when the direction of the current screen is horizontal, obtain the control attribute when the current screen is horizontal from the current resource file read; when the current screen is in the vertical direction, read from the read In the current resource file, the control property of the current screen is vertical; when the control property of the current screen is not obtained from the current resource file read, the control when the current screen is vertical is not obtained.
- the attribute does not obtain the control attribute corresponding to the direction of the current screen from the current resource file read.
- control attribute reading device can participate in the above definition of the control attribute reading method, and details are not described herein again.
- control attribute reading devices may be implemented in whole or in part by software, hardware, and combinations thereof.
- Each of the above modules may be embedded in or independent of the processor in the computer device, or may be stored in a memory in the computer device in a software form, so that the processor invokes the operations corresponding to the above modules.
- a computer device which may be a terminal, and its internal structure diagram may be as shown in FIG. 6.
- the computer device includes a processor, memory, network interface, display screen, and input device connected by a system bus.
- the processor of the computer device is used to provide computing and control capabilities.
- the memory of the computer device includes a non-volatile storage medium, an internal memory.
- the non-volatile storage medium stores an operating system and a computer program.
- the internal memory provides an environment for operation of an operating system and computer programs in a non-volatile storage medium.
- the network interface of the computer device is used to communicate with an external terminal via a network connection.
- the computer program is executed by the processor to implement a control attribute reading method.
- the display screen of the computer device may be a liquid crystal display or an electronic ink display screen
- the input device of the computer device may be a touch layer covered on the display screen, or may be a button, a trackball or a touchpad provided on the computer device casing. It can also be an external keyboard, trackpad or mouse.
- FIG. 6 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation of the computer device to which the solution of the present application is applied.
- the specific computer device may It includes more or fewer components than those shown in the figures, or some components are combined, or have different component arrangements.
- a computer apparatus comprising a memory and a processor, the memory storing a computer program that, when executing the computer program, implements the steps of: obtaining a configuration file identifier of the control from the server; and configuring the control
- the file identifier indicates that when the configuration file is changed, the configuration file of the control is downloaded from the server; the resource file is read according to the name of the resource file in the configuration file and the reading order of the resource file; and the current resource file is obtained from the current resource file.
- the following steps may be further implemented: obtaining a resource file list from the server; determining whether the resource file involved in the resource file list is missing locally; when the local resource file list is missing When the resource file is involved, the missing resource file is downloaded from the server; when the resource file involved in the resource file list is not missing locally, it is determined whether the local name is the same as the resource file involved in the resource file list. a resource file having a different column value; and when a resource file having the same name and a different hash value as the resource file involved in the resource file list exists locally, the name of the resource file involved in the resource file list is downloaded from the server. Resource files with the same and different hash values.
- the processor executes the computer readable instructions, the following steps may be implemented: obtaining a valid time of the resource file having a valid time in the configuration file; if the current time is within the valid time of the resource file, the priority reading is performed. The resource file corresponding to the valid time is taken; and if the current time is not within the valid time of the resource file, the resource file with no valid time is read according to the name of the resource file in the configuration file and the reading order of the resource file.
- the step of: obtaining the input application information includes: obtaining a resource file changed in the configuration file, and displaying a time configuration prompt of the changed resource file; Receiving an adjustment instruction for the valid time of the changed resource file corresponding to the time configuration prompt; and adjusting the effective time of the resource file according to the adjustment instruction.
- the processor executes the computer readable instructions
- the following steps may be implemented: obtaining the direction of the current screen; when the current screen is in the horizontal direction, acquiring the current screen from the read current resource file is The control property of the horizontal direction; when the direction of the current screen is vertical, the control property when the current screen is vertical is obtained from the current resource file read; and when not obtained from the current resource file read
- the control attribute of the current screen is horizontal, and the control attribute of the current screen is not obtained, the control attribute corresponding to the direction of the current screen is not obtained from the current resource file read.
- One or more non-volatile storage media storing computer readable instructions, when executed by one or more processors, cause one or more processors to perform the steps of: obtaining a configuration of the control from the server File identifier; when the configuration file identifier of the control indicates that the configuration file is changed, the configuration file of the control is downloaded from the server; the resource file is read according to the name of the resource file in the configuration file and the reading order of the resource file; The current resource file obtains the control attribute corresponding to the direction of the current screen; and when the control attribute corresponding to the direction of the current screen is not obtained from the current resource file read, the resource file is read according to the configuration file. In order, continue reading the next resource file until the control properties are obtained.
- the following steps may be further implemented: obtaining a resource file list from the server; determining whether the resource file involved in the resource file list is missing locally; when the resource file list is missing locally In the resource file involved in the resource file, the missing resource file is downloaded from the server; when the resource file involved in the resource file list is not missing locally, it is determined whether the local name of the resource file involved in the resource file list is the same. a resource file having a different hash value; and when a resource file having the same name and a different hash value as the resource file involved in the resource file list exists locally, the resource file involved in the resource file list is downloaded from the server. Resource files with the same name and different hash values.
- the following steps may be further: obtaining a valid time of the resource file in the configuration file that has a valid time; if the current time is within the valid time of the resource file, The resource file corresponding to the valid time is preferentially read; and if the current time is not within the valid time of the resource file, the resource file without the valid time is read according to the name of the resource file in the configuration file and the reading order of the resource file.
- the step of obtaining the input application information includes: obtaining a resource file changed in the configuration file, and displaying a time configuration of the changed resource file a prompt; receiving an adjustment instruction corresponding to the time configuration prompt for the valid time of the changed resource file; and adjusting the effective time of the resource file according to the adjustment instruction.
- the computer readable instructions when executed by the processor may further implement the steps of: obtaining a direction of the current screen; and when the direction of the current screen is horizontal, acquiring the current from the read current resource file.
- the control attribute of the screen when the screen is horizontal; when the direction of the current screen is vertical, the control attribute when the current screen is vertical is obtained from the current resource file read; and when the current resource file is read from the current resource file If the control attribute of the current screen is not obtained, and the control attribute of the current screen is not obtained, the control attribute corresponding to the direction of the current screen is not obtained from the current resource file read.
- Non-volatile memory can include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
- Volatile memory can include random access memory (RAM) or external cache memory.
- RAM is available in a variety of formats, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronization chain.
- SRAM static RAM
- DRAM dynamic RAM
- SDRAM synchronous DRAM
- DDRSDRAM double data rate SDRAM
- ESDRAM enhanced SDRAM
- Synchlink DRAM SLDRAM
- Memory Bus Radbus
- RDRAM Direct RAM
- DRAM Direct Memory Bus Dynamic RAM
- RDRAM Memory Bus Dynamic RAM
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Information Transfer Between Computers (AREA)
Abstract
一种控件属性读取方法,该方法包括:从服务器获取控件的配置文件标识;当该配置文件标识表示配置文件更改时,则从服务器下载控件的配置文件;根据配置文件中资源文件的名称和资源文件的读取顺序读取资源文件;从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性;当未获取到与当前屏幕的方向对应的控件属性时,则根据配置文件中资源文件的读取顺序,读取下一资源文件,直至获取到控件属性。
Description
相关申请的交叉引用
本申请要求于2017年8月25日提交中国专利局,申请号为2017107431558,申请名称为“控件属性读取方法、装置、终端及可读存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
本申请涉及一种控件属性读取方法、装置、终端及可读存储介质。
控件的属性包括控件的颜色、大小、位置以及形状等,不同的控件在终端界面上的显示是不同的,同一控件在不同的时间段内在终端界面上的显示也是不同的。
发明人意识到,传统技术中需要首先判断当前终端的型号、屏幕的大小等参数,然后根据判断结果来获取相应的控件属性,例如首先判断终端的操作系统是否为安卓系统,当为安卓系统时,则选取操作系统为安卓系统的资源文件,再判断终端的屏幕是否为4.7寸,当为4.7寸时,则从所选取的操作系统为安卓系统的资源文件中选取屏幕为4.7寸的资源文件,然后进行其他的判断,直至能够确定当前终端的控件属性,该过程中逻辑判断复杂,从而研发过程复杂,导致研发成本高。
发明内容
根据本申请公开的各种实施例,提供一种控件属性读取方法、装置、终端及可读存储介质。
一种控件属性读取方法,包括:
从服务器获取控件的配置文件标识;
当所述控件的配置文件标识表示配置文件更改时,则从服务器下载所述控件的配置文件;
根据所述配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件;
从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性;及
当从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性时,则根据所述配置文件中资源文件的读取顺序,继续读取下一资源文件, 直至获取到所述控件属性。
一种控件属性读取装置,包括:
下载模块,用于从服务器获取控件的配置文件标识;当所述控件的配置文件标识表示配置文件更改时,则从服务器下载所述控件的配置文件。
读取模块,用于根据所述配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件;及
获取模块,用于从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性;当从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性时,则根据所述配置文件中资源文件的读取顺序,继续读取下一资源文件,直至获取到所述控件属性。
一种计算机设备,包括存储器和一个或多个处理器,所述存储器中储存有计算机可读指令,所述计算机可读指令被所述处理器执行时,使得所述一个或多个处理器执行以下步骤:
从服务器获取控件的配置文件标识;
当所述控件的配置文件标识表示配置文件更改时,则从服务器下载所述控件的配置文件;
根据所述配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件;
从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性;及
当从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性时,则根据所述配置文件中资源文件的读取顺序,继续读取下一资源文件,直至获取到所述控件属性。
一个或多个存储有计算机可读指令的非易失性计算机可读指令存储介质,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行以下步骤:
从服务器获取控件的配置文件标识;
当所述控件的配置文件标识表示配置文件更改时,则从服务器下载所述控件的配置文件;
根据所述配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件;
从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性;及
当从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性时,则根据所述配置文件中资源文件的读取顺序,继续读取下一资源文件,直至获取到所述控件属性。
本申请的一个或多个实施例的细节在下面的附图和描述中提出。本申请 的其它特征和优点将从说明书、附图以及权利要求书变得明显。
为了更清楚地说明本申请实施例中的技术方案,下面将对实施例中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其它的附图。
图1为根据一个或多个实施例中控件属性读取方法的应用环境图。
图2为根据一个或多个实施例中控件属性读取方法的流程图。
图3为根据一个或多个实施例中资源文件下载步骤的流程图。
图4为图2所示实施例中的步骤S208的流程图。
图5为根据一个或多个实施例中控件属性读取装置的结构示意图。
图6为根据一个或多个实施例中的终端的结构示意图。
为了使本申请的技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用于解释本申请,并不用于限定本申请。
请参阅图1所示,图1为一实施例中控件属性读取方法的应用环境图,包括数个终端和服务器,终端可以是用户的手机、平板、车载终端等,服务器是可以与终端通信的,且服务器中存储有每个终端的配置文件和资源文件,终端可以通过与服务器通信从服务器下载配置文件和资源文件,从而根据配置文件和资源文件来读取相应控件属性。
请参阅图2,在其中一个实施例中,提供一种控件属性读取方法,本实施例以该方法应用到上述图1中的控件属性读取系统中的终端来举例说明。该方法具体包括如下步骤:
S202:从服务器获取控件的配置文件标识。
具体地,控件是指安装在终端上的客户端APP,例如,淘宝APP、京东APP、支付宝APP等。配置文件是指用于配置控件的资源文件以及资源文件的读取顺序的文件,配置文件标识则是用来表示配置文件是否更改的标识,例如其可以通过标识位来表示,当标识位为0时,则表示配置文件未更改,当标识位为1时,则表示配置文件已经更改。或者还可以通过随机数等来表示,例如当上一次的随机数与本次的随机数不相同时,则表示配置文件已经更改,否则表示配置文件未更改。
S204:当控件的配置文件标识表示配置文件更改时,则从服务器下载控 件的配置文件。
具体地,当控件的配置文件标识表示配置文件更改时,即控件存在新的配置文件,则终端从服务器下载控件的配置文件,从而保证终端的配置文件与服务器存储的配置文件相一致。
S206:根据配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件。
具体地,资源文件是指存储有控件属性的文件,其可以是设备名称资源文件、屏幕尺寸资源文件或者通用资源文件等,其中资源文件的名称可以是通过操作系统、设备类型、资源文件类型等来命名,还可以添加后缀名等,例如:操作系统(iOS、Android)_设备类型(Phone、Pad、Watch)_设备名称/屏幕尺寸/通用_后缀名”,后缀名可以为空,资源文件的名称可为iOS_Phone_6、iOS_Pad_1024X768_nationalDay、Android_Phone_1920X1080等。
配置文件中存储有资源文件的读取顺序,例如配置文件中可以设置先读取设备名称资源文件,然后读取屏幕尺寸资源文件,最后读取通用资源文件;配置文件中还可以设置先读取屏幕尺寸资源文件、再读取设备名称资源文件,最后读取通用资源文件等。这样终端可以根据配置文件中资源文件的读取依次顺序读取资源文件。
S208:从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性。
具体地,控件属性是指客户端APP在终端显示界面的形状、大小、颜色等。当终端从服务器下载了配置文件,则根据配置文件中资源文件的名称和资源文件的读取顺序读取资源文件,且由于资源文件中既存储了横屏时控件的属性又存储了竖屏时控件属性,因此需要根据当前屏幕的方向来获取对应的控件属性,例如可以通过标志位来表示终端是否为横屏或竖屏,还可以通过设置在终端内的位置传感器、例如陀螺仪等检测终端是否为横屏或竖屏,当终端为横屏时,则读取资源文件中横屏的控件属性,当终端为竖屏时,则读取资源文件中竖屏的控件属性。
S210:当从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性时,则根据配置文件中资源文件的读取顺序,继续读取下一资源文件,直至获取到控件属性。
具体地,例如当配置文件中设置的资源文件的读取顺序为:先读取设备名称资源文件,然后读取屏幕尺寸资源文件,最后读取通用资源文件。终端先根据配置文件中资源文件的名称和资源文件的读取顺序读取设备名称资源文件,然后从设备名称资源文件中读取控件属性,如果既不存在横屏的控件 属性,又不存在竖屏的控件属性,则继续根据配置文件中的屏幕尺寸资源文件读取控件属性,当屏幕尺寸资源文件中存在横屏时的控件属性时,则读取横屏时的控件属性,即在终端屏幕上显示横屏时的控件属性为屏幕尺寸资源文件中的控件属性的控件。
上述控件属性读取方法,控件属性需要更改时,则在服务器修改相应的配置文件,并通过配置文件标识来表示配置文件已经更改,再将该配置文件下发到终端,终端根据配置文件中资源文件的名称和资源文件的读取顺序即可读取到相应的资源文件,并从资源文件中读取到相应的控件属性,不需要进行大量的逻辑判断,研发成本低。
在其中一个实施例中,参阅图3,图3为一实施例中资源文件下载步骤的流程图,该资源文件下载步骤可以是在图2所示的实施例的步骤S206之前执行,即在根据配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件的步骤之前还包括一资源文件下载步骤,该资源文件下载步骤可以包括:
S302:从服务器获取资源文件列表。
具体地,资源文件列表是在配置文件更改的时候,根据配置文件生成的,例如,当配置文件中涉及到设备名称资源文件、屏幕尺寸资源文件以及通用资源文件时,则配置文件列表中包含设备名称资源文件、屏幕尺寸资源文件以及通用资源文件三种资源文件的名称。
S304:判断本地是否缺少资源文件列表中所涉及的资源文件。
具体地,终端从服务器下来到该资源文件列表时,则根据该资源文件列表判断本地是否缺少相应的资源文件,例如可以名称来判断本地是否缺少相应的资源文件,如根据名称判断本地是否缺少设备名称资源文件,如果缺少,则从服务器下载该资源文件。
S306:当本地缺少资源文件列表中所涉及的资源文件时,则从服务器下载所缺少的资源文件。
具体地,当终端缺少资源文件列表中所涉及的资源文件时,则从服务器下载该缺少的资源文件,例如终端先向服务器发送资源文件获取请求,然后服务器根据终端的资源文件获取请求查询到相应的资源文件,最后服务器将该资源文件发送给终端。其中服务器将该资源文件发送给终端前,可以先将该资源文件进行打包,将打包后的资源文件发送给终端,这样可以减少数据的传输量。
S308:当本地不缺少资源文件列表中所涉及的资源文件时,判断本地是否存在与资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件。
具体地,散列值可以是指MD5值,资源文件的MD5值就像是这个资源文件的“数字指纹”。每个资源文件的MD5值是不同的,如果任何人对资源文件做了任何改动,资源文件的MD5值也就是对应的“数字指纹”就会发生变化。比如下载服务器针对一个资源文件预先提供一个MD5值,终端下载完该资源文件后,根据与服务器约定的算法重新计算下载的资源文件的MD5值,通过比较这两个值是否相同,就能判断下载的文件是否出错,或者说下载的文件是否被篡改了,同理也可以判断已经存储在终端的资源文件是否被篡改。
当终端不缺少相应的资源文件时,则判断本地是否存在与资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件,即判断本地存储的资源文件是否已经被篡改。
S310:当本地存在与资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件时,则从服务器下载与资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件。
具体地,当本地存储有与资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件时,即本地存储的该资源文件已经被篡改,因此需要重新从服务器下载该资源文件,且在资源文件下载完成后,也可以通过散列值来判断所下载的资源文件与服务器中存储的资源文件是否有相同,以保证终端的资源文件的安全性。
上述实施例中,通过资源文件列表来判断终端本地存储的资源文件是否存在缺少或被篡改的情况,当本地缺少资源文件或者本地的资源文件被篡改时,则直接从服务器下载相应的资源文件,从而可以保证终端的资源文件的安全性。
在其中一个实施例中,根据配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件的步骤可以包括:获取配置文件中存在有效时间的资源文件的有效时间;若当前时间在资源文件的有效时间内时,则优先读取与有效时间对应的资源文件;若当前时间不在资源文件的有效时间内,则根据配置文件中资源文件的名称和资源文件的读取顺序读取无有效时间的资源文件。
在其中一个实施例中,从服务器下载控件的配置文件的步骤之后,还可以包括:获取配置文件中更改的资源文件,并显示更改的资源文件的时间配置提示;接收与时间配置提示对应的、针对更改的资源文件的有效时间的调整指令;根据调整指令,调整资源文件的有效时间。
具体地,当节假日的时候,客户端APP的提供商可能会根据需要调整相应的客户端APP的图标的显示形式,例如增加节日的图形,或者非节假日的 时候,用户可能需要根据不同的情况对客户端APP的图标的显示形式进行调整,例如当显示的主题发生改变时,用户可能需要选择与主题相关的图标显示形式,以使得终端的整个显示形式和谐。
例如,当十月一的时候客户端APP的提供商调整了客户端APP的图标的显示形式,但是由于十一假期只有7天,因此只需要在该七天内调整客户端APP的图标的显示形式,因此在服务器调整配置文件中十一假期的资源文件的有效时间为十月一号零点到十月七号晚上十二点。终端从服务器下载配置文件,并获取配置文件中资源文件的有效时间,若当前时间在资源文件的有效时间内时,例如当前时间为十月二号上午七点,则终端优先读取该资源文件,并根据该资源文件中控件属性显示相应的控件。若当前时间不在资源文件的有效时间内,例如当前时间为十月八号晚上六点,则终端读取配置文件中其他的资源文件,并根据所读取的资源文件中控件属性来显示相应的控件。
此外,在配置文件存在更改时,终端还可以获取配置文件中和更改的资源文件并显示更改的资源文件的时间配置提示,例如当终端将有关于节假日的资源文件从服务器下载下来时,则终端可以配置一个关于该资源文件的时间配置选项,当用户点开该选项时,则显示资源文件的时间配置提示,用户可以选择该资源文件的有效时间,例如可以将有效时间为十月一号零点到十月七号晚上十二点的资源文件的有效时间修改为有效时间为十月一号零点到十月十号晚上十二点等,用户可以根据自己的需要进行调整,在此不进行限制。当用户输入好该资源文件的有效时间后,可以根据该调整指令,将所输入的有效时间进行存储已达到调整资源文件的有效时间的目的。
上述实施例中,通过配置资源文件的有效时间,可以保证只有当节假日时,优先根据节假日等的资源文件读取控件属性,其在节假日结束后,不需要服务器再次下发配置文件,仅需要判断资源文件的有效时间是否过期即可,若当前时间不为资源文件的有效时间,则根据配置文件中其他的资源文件来读取控件属性。
在其中一个实施例中,参阅图4,图4为图2所示实施例中的步骤S208的流程图,该步骤S208,即从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性的步骤可以包括:
S402:获取当前屏幕的方向。
具体地,当前屏幕的方向可以通过一标识位来表示,例如当标志位为1时,则标识当前屏幕为横向,当标志位为0时,则标识当前屏幕为竖向。或者还可以通过安装在终端的位置传感器来获取当前屏幕的方向,例如通过陀螺仪等来检测终端的当前屏幕的方向。
S404:当当前屏幕的方向为横向时,则从所读取的当前资源文件中获取 当前屏幕为横向时的控件属性。
具体地,当当前屏幕的方向为横向时,则从所读取的资源文件中获取当前屏幕为横向时的控件属性,从而终端的屏幕上即可以根据该控件属性显示横向时的控件的图标。
S406:当当前屏幕的方向为竖向时,则从所读取的当前资源文件中获取当前屏幕为竖向时的控件属性。
具体地,当当前屏幕的方向为竖向时,则从所读取的资源文件中获取当前屏幕为竖向时的控件属性,从而终端的屏幕上即可以根据该控件属性显示竖向时的控件的图标。
S408:当从所读取的当前资源文件中未获取到当前屏幕为横向时的控件属性,也未获取到当前屏幕为竖向时的控件属性,则从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性。
具体地,当从所读取的当前资源文件中未获取到当前屏幕为横向时的控件属性,也未获取到当前屏幕为竖向时的控件属性,则说明当前资源文件不完整,则终端继续根据配置文件读取下一资源文件,并从下一资源文件中获取当前屏幕为横向时的控件属性或当前屏幕为竖向时的控件属性,直至从资源文件中获取到与当前屏幕方向对应的控件属性。
上述实施例中,根据当前屏幕的方向可以从资源文件中读取相应的控件属性,当当前屏幕的方向为横向时,则从所读取的当前资源文件中获取当前屏幕为横向时的控件属性,当当前屏幕的方向为竖向时,则从所读取的当前资源文件中获取当前屏幕为竖向时的控件属性,逻辑简单,便于操作。
应该理解的是,虽然图2-4的流程图中的各个步骤按照箭头的指示依次显示,但是这些步骤并不是必然按照箭头指示的顺序依次执行。除非本文中有明确的说明,这些步骤的执行并没有严格的顺序限制,这些步骤可以以其它的顺序执行。而且,图2-4中的至少一部分步骤可以包括多个子步骤或者多个阶段,这些子步骤或者阶段并不必然是在同一时刻执行完成,而是可以在不同的时刻执行,这些子步骤或者阶段的执行顺序也不必然是依次进行,而是可以与其它步骤或者其它步骤的子步骤或者阶段的至少一部分轮流或者交替地执行。
参阅图5,图5为一实施例中控件属性读取装置的框图,该控件属性读取装置包括:
下载模块100,用于从服务器获取控件的配置文件标识;当控件的配置文件标识表示配置文件更改时,则从服务器下载控件的配置文件。
读取模块200,用于根据配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件。及
获取模块300,用于从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性;当从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性时,则根据配置文件中资源文件的读取顺序,继续读取下一资源文件,直至获取到控件属性。
在其中一个实施例中,下载模块还可以用于从服务器获取资源文件列表。
该控件属性读取装置还可以包括:
第一判断模块,用于判断本地是否缺少资源文件列表中所涉及的资源文件;当本地缺少资源文件列表中所涉及的资源文件时,则从服务器下载所缺少的资源文件。及
第二判断模块,用于当本地不缺少资源文件列表中所涉及的资源文件时,判断本地是否存在与资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件;当本地存在与资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件时,则从服务器下载与资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件。
在其中一个实施例中,读取模块可以包括:
有效时间获取单元,用于获取配置文件中存在有效时间的资源文件的有效时间。及
读取单元,用于若当前时间在资源文件的有效时间内时,则优先读取与有效时间对应的资源文件;若当前时间不在资源文件的有效时间内,则根据配置文件中资源文件的名称和资源文件的读取顺序读取无有效时间的资源文件。
在其中一个实施例中,控件属性读取装置还可以包括:
显示模块,用于获取配置文件中更改的资源文件,并显示更改的资源文件的时间配置提示。
接收模块,用于接收与时间配置提示对应的、针对更改的资源文件的有效时间的调整指令。及
调整模块,用于根据调整指令,调整资源文件的有效时间。
在其中一个实施例中,获取模块可以包括:
屏幕方向获取单元,用于获取当前屏幕的方向。及
属性获取单元,用于当当前屏幕的方向为横向时,则从所读取的当前资源文件中获取当前屏幕为横向时的控件属性;当当前屏幕的方向为竖向时,则从所读取的当前资源文件中获取当前屏幕为竖向时的控件属性;当从所读取的当前资源文件中未获取到当前屏幕为横向时的控件属性,也未获取到当前屏幕为竖向时的控件属性,则从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性。
上述关于控件属性读取装置的限定可以参加上文中关于控件属性读取方法的限定,在此不再赘述。上述控件属性读取装置中的各个模块可全部或部分通过软件、硬件及其组合来实现。上述各模块可以硬件形式内嵌于或独立于计算机设备中的处理器中,也可以以软件形式存储于计算机设备中的存储器中,以便于处理器调用执行以上各个模块对应的操作。
在一个实施例中,提供了一种计算机设备,该计算机设备可以是终端,其内部结构图可以如图6所示。该计算机设备包括通过系统总线连接的处理器、存储器、网络接口、显示屏和输入装置。其中,该计算机设备的处理器用于提供计算和控制能力。该计算机设备的存储器包括非易失性存储介质、内存储器。该非易失性存储介质存储有操作系统和计算机程序。该内存储器为非易失性存储介质中的操作系统和计算机程序的运行提供环境。该计算机设备的网络接口用于与外部的终端通过网络连接通信。该计算机程序被处理器执行时以实现一种控件属性读取方法。该计算机设备的显示屏可以是液晶显示屏或者电子墨水显示屏,该计算机设备的输入装置可以是显示屏上覆盖的触摸层,也可以是计算机设备外壳上设置的按键、轨迹球或触控板,还可以是外接的键盘、触控板或鼠标等。
本领域技术人员可以理解,图6中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备的限定,具体的计算机设备可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。
在一个实施例中,提供了一种计算机设备,包括存储器和处理器,该存储器存储有计算机程序,该处理器执行计算机程序时实现以下步骤:从服务器获取控件的配置文件标识;当控件的配置文件标识表示配置文件更改时,则从服务器下载控件的配置文件;根据配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件;从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性;及当从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性时,则根据配置文件中资源文件的读取顺序,继续读取下一资源文件,直至获取到控件属性。
在其中一个实施例中,处理器执行计算机可读指令时还可以实现以下步骤:从服务器获取资源文件列表;判断本地是否缺少资源文件列表中所涉及的资源文件;当本地缺少资源文件列表中所涉及的资源文件时,则从服务器下载所缺少的资源文件;当本地不缺少资源文件列表中所涉及的资源文件时,判断本地是否存在与资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件;及当本地存在与资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件时,则从服务器下载与资源文件列表中所涉及 的资源文件的名称相同、散列值不同的资源文件。
在其中一个实施例中,处理器执行计算机可读指令时还可以实现以下步骤:获取配置文件中存在有效时间的资源文件的有效时间;若当前时间在资源文件的有效时间内时,则优先读取与有效时间对应的资源文件;及若当前时间不在资源文件的有效时间内,则根据配置文件中资源文件的名称和资源文件的读取顺序读取无有效时间的资源文件。
在其中一个实施例中,处理器执行计算机可读指令时还可以实现以下步骤:获取输入的申请信息的步骤包括:获取配置文件中更改的资源文件,并显示更改的资源文件的时间配置提示;接收与时间配置提示对应的、针对更改的资源文件的有效时间的调整指令;及根据调整指令,调整资源文件的有效时间。
在其中一个实施例中,处理器执行计算机可读指令时还可以实现以下步骤:获取当前屏幕的方向;当当前屏幕的方向为横向时,则从所读取的当前资源文件中获取当前屏幕为横向时的控件属性;当当前屏幕的方向为竖向时,则从所读取的当前资源文件中获取当前屏幕为竖向时的控件属性;及当从所读取的当前资源文件中未获取到当前屏幕为横向时的控件属性,也未获取到当前屏幕为竖向时的控件属性,则从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性。
一个或多个存储有计算机可读指令的非易失性存储介质,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行以下步骤::从服务器获取控件的配置文件标识;当控件的配置文件标识表示配置文件更改时,则从服务器下载控件的配置文件;根据配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件;从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性;及当从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性时,则根据配置文件中资源文件的读取顺序,继续读取下一资源文件,直至获取到控件属性。
在其中一个实施例中,该计算机可读指令被处理器执行时还可以实现以下步骤:从服务器获取资源文件列表;判断本地是否缺少资源文件列表中所涉及的资源文件;当本地缺少资源文件列表中所涉及的资源文件时,则从服务器下载所缺少的资源文件;当本地不缺少资源文件列表中所涉及的资源文件时,判断本地是否存在与资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件;及当本地存在与资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件时,则从服务器下载与资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件。
在其中一个实施例中,该计算机可读指令被处理器执行时还可以实现以 下步骤:获取配置文件中存在有效时间的资源文件的有效时间;若当前时间在资源文件的有效时间内时,则优先读取与有效时间对应的资源文件;及若当前时间不在资源文件的有效时间内,则根据配置文件中资源文件的名称和资源文件的读取顺序读取无有效时间的资源文件。
在其中一个实施例中,该计算机可读指令被处理器执行时还可以实现以下步骤:获取输入的申请信息的步骤包括:获取配置文件中更改的资源文件,并显示更改的资源文件的时间配置提示;接收与时间配置提示对应的、针对更改的资源文件的有效时间的调整指令;及根据调整指令,调整资源文件的有效时间。
在其中一个实施例中,该计算机可读指令被处理器执行时还可以实现以下步骤:获取当前屏幕的方向;当当前屏幕的方向为横向时,则从所读取的当前资源文件中获取当前屏幕为横向时的控件属性;当当前屏幕的方向为竖向时,则从所读取的当前资源文件中获取当前屏幕为竖向时的控件属性;及当从所读取的当前资源文件中未获取到当前屏幕为横向时的控件属性,也未获取到当前屏幕为竖向时的控件属性,则从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机可读指令来指令相关的硬件来完成,所述的计算机可读指令可存储于一非易失性计算机可读取存储介质中,该计算机可读指令在执行时,可包括如上述各方法的实施例的流程。其中,本申请所提供的各实施例中所使用的对存储器、存储、数据库或其它介质的任何引用,均可包括非易失性和/或易失性存储器。非易失性存储器可包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦除可编程ROM(EEPROM)或闪存。易失性存储器可包括随机存取存储器(RAM)或者外部高速缓冲存储器。作为说明而非局限,RAM以多种形式可得,诸如静态RAM(SRAM)、动态RAM(DRAM)、同步DRAM(SDRAM)、双数据率SDRAM(DDRSDRAM)、增强型SDRAM(ESDRAM)、同步链路(Synchlink)DRAM(SLDRAM)、存储器总线(Rambus)直接RAM(RDRAM)、直接存储器总线动态RAM(DRDRAM)、以及存储器总线动态RAM(RDRAM)等。
以上所述实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。
以上所述实施例仅表达了本申请的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本申请构思的前提下,还可以做出若干 变形和改进,这些都属于本申请的保护范围。因此,本申请专利的保护范围应以所附权利要求为准。
Claims (20)
- 一种控件属性读取方法,包括:从服务器获取控件的配置文件标识;当所述控件的配置文件标识表示配置文件更改时,则从服务器下载所述控件的配置文件;根据所述配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件;从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性;当从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性时,则根据所述配置文件中资源文件的读取顺序,继续读取下一资源文件,直至获取到所述控件属性。
- 根据权利要求1所述的方法,其特征在于,所述根据所述配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件之前,还包括:从所述服务器获取资源文件列表;判断本地是否缺少所述资源文件列表中所涉及的资源文件;当本地缺少所述资源文件列表中所涉及的资源文件时,则从所述服务器下载所缺少的资源文件;当本地不缺少所述资源文件列表中所涉及的资源文件时,判断本地是否存在与所述资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件;当本地存在与所述资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件时,则从所述服务器下载与所述资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件。
- 根据权利要求2所述的方法,其特征在于,所述根据所述配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件,包括:获取所述配置文件中存在有效时间的资源文件的有效时间;若当前时间在所述资源文件的有效时间内时,则优先读取与所述有效时间对应的资源文件;若当前时间不在所述资源文件的有效时间内,则根据所述配置文件中资源文件的名称和资源文件的读取顺序读取无有效时间的资源文件。
- 根据权利要求3所述的方法,其特征在于,所述从服务器下载所述控件的配置文件之后,还包括:获取所述配置文件中更改的资源文件,并显示更改的资源文件的时间配置提示;接收与所述时间配置提示对应的、针对更改的资源文件的有效时间的调 整指令;根据所述调整指令,调整所述资源文件的有效时间。
- 根据权利要求1所述的方法,其特征在于,所述从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性,包括:获取当前屏幕的方向;当所述当前屏幕的方向为横向时,则从所读取的当前资源文件中获取所述当前屏幕为横向时的控件属性;当所述当前屏幕的方向为竖向时,则从所读取的当前资源文件中获取所述当前屏幕为竖向时的控件属性;当从所读取的当前资源文件中未获取到所述当前屏幕为横向时的控件属性,也未获取到所述当前屏幕为竖向时的控件属性,则从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性。
- 一种控件属性读取装置,包括:下载模块,用于从服务器获取控件的配置文件标识;当所述控件的配置文件标识表示配置文件更改时,则从服务器下载所述控件的配置文件;读取模块,用于根据所述配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件;获取模块,用于从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性;当从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性时,则根据所述配置文件中资源文件的读取顺序,继续读取下一资源文件,直至获取到所述控件属性。
- 根据权利要求6所述的装置,其特征在于,所述下载模块还用于从所述服务器获取资源文件列表;所述装置还包括:第一判断模块,用于判断本地是否缺少所述资源文件列表中所涉及的资源文件;当本地缺少所述资源文件列表中所涉及的资源文件时,则从所述服务器下载所缺少的资源文件;第二判断模块,用于当本地不缺少所述资源文件列表中所涉及的资源文件时,判断本地是否存在与所述资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件;当本地存在与所述资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件时,则从所述服务器下载与所述资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件。
- 根据权利要求7所述的装置,其特征在于,所述读取模块包括:有效时间获取单元,用于获取所述配置文件中存在有效时间的资源文件的有效时间;读取单元,用于若当前时间在所述资源文件的有效时间内时,则优先读取与所述有效时间对应的资源文件;若当前时间不在所述资源文件的有效时间内,则根据所述配置文件中资源文件的名称和资源文件的读取顺序读取无有效时间的资源文件。
- 根据权利要求8所述的装置,其特征在于,所述装置还包括:显示模块,用于获取所述配置文件中更改的资源文件,并显示更改的资源文件的时间配置提示;接收模块,用于接收与所述时间配置提示对应的、针对更改的资源文件的有效时间的调整指令;调整模块,用于根据所述调整指令,调整所述资源文件的有效时间。
- 根据权利要求6所述的装置,其特征在于,所述获取模块包括:屏幕方向获取单元,用于获取当前屏幕的方向;属性获取单元,用于当所述当前屏幕的方向为横向时,则从所读取的当前资源文件中获取所述当前屏幕为横向时的控件属性;当所述当前屏幕的方向为竖向时,则从所读取的当前资源文件中获取所述当前屏幕为竖向时的控件属性;当从所读取的当前资源文件中未获取到所述当前屏幕为横向时的控件属性,也未获取到所述当前屏幕为竖向时的控件属性,则从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性。
- 一种计算机设备,包括存储器及一个或多个处理器,所述存储器中储存有计算机可读指令,所述计算机可读指令被所述一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:从服务器获取控件的配置文件标识;当所述控件的配置文件标识表示配置文件更改时,则从服务器下载所述控件的配置文件;根据所述配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件;从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性;当从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性时,则根据所述配置文件中资源文件的读取顺序,继续读取下一资源文件,直至获取到所述控件属性。
- 根据权利要求11所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时所实现的所述根据所述配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件之前,还包括:从所述服务器获取资源文件列表;判断本地是否缺少所述资源文件列表中所涉及的资源文件;当本地缺少所述资源文件列表中所涉及的资源文件时,则从所述服务器下载所缺少的资源文件;当本地不缺少所述资源文件列表中所涉及的资源文件时,判断本地是否存在与所述资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件;当本地存在与所述资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件时,则从所述服务器下载与所述资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件。
- 根据权利要求12所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时所实现的所述根据所述配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件,包括:获取所述配置文件中存在有效时间的资源文件的有效时间;若当前时间在所述资源文件的有效时间内时,则优先读取与所述有效时间对应的资源文件;若当前时间不在所述资源文件的有效时间内,则根据所述配置文件中资源文件的名称和资源文件的读取顺序读取无有效时间的资源文件。
- 根据权利要求13所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时所实现的所述从服务器下载所述控件的配置文件之后,还包括:获取所述配置文件中更改的资源文件,并显示更改的资源文件的时间配置提示;接收与所述时间配置提示对应的、针对更改的资源文件的有效时间的调整指令;根据所述调整指令,调整所述资源文件的有效时间。
- 根据权利要求11所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时所实现的所述从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性,包括:获取当前屏幕的方向;当所述当前屏幕的方向为横向时,则从所读取的当前资源文件中获取所述当前屏幕为横向时的控件属性;当所述当前屏幕的方向为竖向时,则从所读取的当前资源文件中获取所述当前屏幕为竖向时的控件属性;当从所读取的当前资源文件中未获取到所述当前屏幕为横向时的控件属性,也未获取到所述当前屏幕为竖向时的控件属性,则从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性。
- 一个或多个存储有计算机可读指令的非易失性计算机可读存储介质,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:从服务器获取控件的配置文件标识;当所述控件的配置文件标识表示配置文件更改时,则从服务器下载所述控件的配置文件;根据所述配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件;从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性;当从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性时,则根据所述配置文件中资源文件的读取顺序,继续读取下一资源文件,直至获取到所述控件属性。
- 根据权利要求16所述的计算机设备,其特征在于,所述计算机可读指令被所述处理器执行时所实现的所述根据所述配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件之前,还包括:从所述服务器获取资源文件列表;判断本地是否缺少所述资源文件列表中所涉及的资源文件;当本地缺少所述资源文件列表中所涉及的资源文件时,则从所述服务器下载所缺少的资源文件;当本地不缺少所述资源文件列表中所涉及的资源文件时,判断本地是否存在与所述资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件;当本地存在与所述资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件时,则从所述服务器下载与所述资源文件列表中所涉及的资源文件的名称相同、散列值不同的资源文件。
- 根据权利要求17所述的计算机设备,其特征在于,所述计算机可读指令被所述处理器执行时所实现的所述根据所述配置文件中资源文件的名称和资源文件的读取顺序,读取资源文件,包括:获取所述配置文件中存在有效时间的资源文件的有效时间;若当前时间在所述资源文件的有效时间内时,则优先读取与所述有效时间对应的资源文件;若当前时间不在所述资源文件的有效时间内,则根据所述配置文件中资源文件的名称和资源文件的读取顺序读取无有效时间的资源文件。
- 根据权利要求18所述的计算机设备,其特征在于,所述计算机可读指令被所述处理器执行时所实现的所述从服务器下载所述控件的配置文件之 后,还包括:获取所述配置文件中更改的资源文件,并显示更改的资源文件的时间配置提示;接收与所述时间配置提示对应的、针对更改的资源文件的有效时间的调整指令;根据所述调整指令,调整所述资源文件的有效时间。
- 根据权利要求16所述的计算机设备,其特征在于,所述计算机可读指令被所述处理器执行时所实现的所述从所读取的当前资源文件中获取与当前屏幕的方向对应的控件属性,包括:获取当前屏幕的方向;当所述当前屏幕的方向为横向时,则从所读取的当前资源文件中获取所述当前屏幕为横向时的控件属性;当所述当前屏幕的方向为竖向时,则从所读取的当前资源文件中获取所述当前屏幕为竖向时的控件属性;当从所读取的当前资源文件中未获取到所述当前屏幕为横向时的控件属性,也未获取到所述当前屏幕为竖向时的控件属性,则从所读取的当前资源文件中未获取到与当前屏幕的方向对应的控件属性。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201710743155.8 | 2017-08-25 | ||
| CN201710743155.8A CN107729072B (zh) | 2017-08-25 | 2017-08-25 | 控件属性读取方法、装置、终端及可读存储介质 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2019037416A1 true WO2019037416A1 (zh) | 2019-02-28 |
Family
ID=61205127
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2018/079935 Ceased WO2019037416A1 (zh) | 2017-08-25 | 2018-03-22 | 控件属性读取方法、装置、终端及可读存储介质 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN107729072B (zh) |
| WO (1) | WO2019037416A1 (zh) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20240031442A1 (en) * | 2022-07-20 | 2024-01-25 | Bentley Systems, Incorporated | Workspace databases |
| US12210506B2 (en) | 2022-12-07 | 2025-01-28 | Bentley Systems, Incorporated | Serverless code service |
| US12321792B2 (en) | 2023-01-17 | 2025-06-03 | Bentley Systems, Incorporated | Serverless property store |
| CN121349515A (zh) * | 2025-10-22 | 2026-01-16 | 江西新航物联科技有限公司 | 基于服务端动态配置的多场景交互方法及系统 |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107729072B (zh) * | 2017-08-25 | 2020-05-26 | 深圳壹账通智能科技有限公司 | 控件属性读取方法、装置、终端及可读存储介质 |
| CN109408103A (zh) * | 2018-09-17 | 2019-03-01 | 西安闻泰电子科技有限公司 | 配置文件的设置方法、装置、设备及介质 |
| CN109840202A (zh) * | 2018-12-15 | 2019-06-04 | 深圳壹账通智能科技有限公司 | 应用程序控件检测方法、装置、电子设备及存储介质 |
| CN110442510B (zh) * | 2019-06-19 | 2024-09-13 | 中国平安财产保险股份有限公司 | 一种页面属性获取方法、装置及计算机设备、存储介质 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101299760A (zh) * | 2008-05-28 | 2008-11-05 | 北京星网锐捷网络技术有限公司 | 信息安全处理方法与信息安全处理系统、通信设备 |
| US20090210515A1 (en) * | 2006-05-15 | 2009-08-20 | Takeshi Fujita | Method for acquiring long data by get method |
| CN103353837A (zh) * | 2013-05-30 | 2013-10-16 | 百度在线网络技术(北京)有限公司 | 一种用于在移动设备中显示页面的方法与设备 |
| CN106502699A (zh) * | 2016-11-03 | 2017-03-15 | 腾讯科技(深圳)有限公司 | 一种应用页面处理方法、装置及系统 |
| CN107729072A (zh) * | 2017-08-25 | 2018-02-23 | 上海壹账通金融科技有限公司 | 控件属性读取方法、装置、终端及可读存储介质 |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1256662C (zh) * | 2003-02-25 | 2006-05-17 | 联想(北京)有限公司 | 无线下载方法及实现该方法的下载系统 |
| CN102129378B (zh) * | 2010-01-20 | 2016-04-20 | 腾讯科技(深圳)有限公司 | 一种软件菜单更新方法和装置 |
| CN101834938A (zh) * | 2010-03-25 | 2010-09-15 | 中兴通讯股份有限公司 | 一种实现移动终端横竖屏切换的装置及方法 |
| US20140078178A1 (en) * | 2012-09-14 | 2014-03-20 | Eric Qing Li | Adaptive Display Of A Visual Object On A Portable Device |
| CN103823620B (zh) * | 2014-03-04 | 2017-01-25 | 飞天诚信科技股份有限公司 | 一种屏幕适配的方法和装置 |
| CN105487889A (zh) * | 2015-11-26 | 2016-04-13 | 小米科技有限责任公司 | 应用界面更新方法及装置 |
-
2017
- 2017-08-25 CN CN201710743155.8A patent/CN107729072B/zh not_active Expired - Fee Related
-
2018
- 2018-03-22 WO PCT/CN2018/079935 patent/WO2019037416A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20090210515A1 (en) * | 2006-05-15 | 2009-08-20 | Takeshi Fujita | Method for acquiring long data by get method |
| CN101299760A (zh) * | 2008-05-28 | 2008-11-05 | 北京星网锐捷网络技术有限公司 | 信息安全处理方法与信息安全处理系统、通信设备 |
| CN103353837A (zh) * | 2013-05-30 | 2013-10-16 | 百度在线网络技术(北京)有限公司 | 一种用于在移动设备中显示页面的方法与设备 |
| CN106502699A (zh) * | 2016-11-03 | 2017-03-15 | 腾讯科技(深圳)有限公司 | 一种应用页面处理方法、装置及系统 |
| CN107729072A (zh) * | 2017-08-25 | 2018-02-23 | 上海壹账通金融科技有限公司 | 控件属性读取方法、装置、终端及可读存储介质 |
Cited By (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20240031442A1 (en) * | 2022-07-20 | 2024-01-25 | Bentley Systems, Incorporated | Workspace databases |
| US20240031443A1 (en) * | 2022-07-20 | 2024-01-25 | Bentley Systems, Incorporated | Workspace databases |
| US11936741B2 (en) * | 2022-07-20 | 2024-03-19 | Bentley Systems, Incorporated | Workspace databases |
| US11943305B2 (en) * | 2022-07-20 | 2024-03-26 | Bentley Systems, Incorporated | Workspace databases |
| US12210506B2 (en) | 2022-12-07 | 2025-01-28 | Bentley Systems, Incorporated | Serverless code service |
| US12321792B2 (en) | 2023-01-17 | 2025-06-03 | Bentley Systems, Incorporated | Serverless property store |
| CN121349515A (zh) * | 2025-10-22 | 2026-01-16 | 江西新航物联科技有限公司 | 基于服务端动态配置的多场景交互方法及系统 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN107729072A (zh) | 2018-02-23 |
| CN107729072B (zh) | 2020-05-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2019037416A1 (zh) | 控件属性读取方法、装置、终端及可读存储介质 | |
| USRE50043E1 (en) | Method for associating third party content with online document signing | |
| CN103607427B (zh) | 信息展示方法和装置 | |
| CN107168999A (zh) | 一种页面更新方法及装置 | |
| US10354082B2 (en) | Document state interface | |
| CN113238850B (zh) | 基于浏览器的rpa实现方法、装置、设备及介质 | |
| US10277582B2 (en) | Application service architecture | |
| CN102017673B (zh) | 在用户终端和智能卡之间执行窗件的交互工作系统及其方法 | |
| CN105740057A (zh) | 一种信息处理方法与设备 | |
| CN110427225A (zh) | 一种启动小程序的方法和装置 | |
| CN111552535A (zh) | 界面图片更换方法、装置、计算机设备和存储介质 | |
| WO2017107851A1 (zh) | 一种桌面应用组件发布、更新方法及装置 | |
| WO2021164462A1 (zh) | 一种数据加密方法、数据解密方法、计算机设备和介质 | |
| CN106909409A (zh) | 一种运行应用程序的apk插件的方法及装置 | |
| CN103888408A (zh) | 将数据上传到社交平台的方法及装置 | |
| EP3313041A1 (en) | Application download method and device | |
| CN112015416A (zh) | 开发网页的校验方法、装置、电子设备及计算机可读介质 | |
| CN115878115A (zh) | 页面渲染方法、装置、介质和电子设备 | |
| EP4664897A1 (en) | Method and apparatus for processing special-effect prop, and electronic device and storage medium | |
| CN114675900A (zh) | 桌面启动器提前启动方法、显示终端及存储介质 | |
| CN112445510A (zh) | 客户端应用功能热更新文件的灰度发布方法及相关设备 | |
| CN114637528A (zh) | 资源更新方法、装置、计算机设备、存储介质和程序产品 | |
| CN107390966A (zh) | 更新应用升级提示信息方法及装置 | |
| WO2019056697A1 (zh) | 一种地址关联数据处理方法、用户终端和服务器 | |
| CN116560716A (zh) | 一种app搭建方法、装置、设备及存储介质 |
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: 18848248 Country of ref document: EP Kind code of ref document: A1 |
|
| 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 08.09.2020) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 18848248 Country of ref document: EP Kind code of ref document: A1 |