CN112379944A - Resource file loading method and device, storage medium and terminal equipment - Google Patents

Resource file loading method and device, storage medium and terminal equipment Download PDF

Info

Publication number
CN112379944A
CN112379944A CN202011294197.6A CN202011294197A CN112379944A CN 112379944 A CN112379944 A CN 112379944A CN 202011294197 A CN202011294197 A CN 202011294197A CN 112379944 A CN112379944 A CN 112379944A
Authority
CN
China
Prior art keywords
resource
resource file
latest
file
loading
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011294197.6A
Other languages
Chinese (zh)
Inventor
郑泽鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Konka Electronic Technology Co Ltd
Original Assignee
Shenzhen Konka Electronic Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Konka Electronic Technology Co Ltd filed Critical Shenzhen Konka Electronic Technology Co Ltd
Priority to CN202011294197.6A priority Critical patent/CN112379944A/en
Publication of CN112379944A publication Critical patent/CN112379944A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44568Immediately runnable code
    • G06F9/44578Preparing or optimising for loading

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

The invention discloses a method and a device for loading a resource file, a storage medium and a terminal device, wherein the method comprises the following steps: when the application program is started, judging whether the resource file in the local cache file is consistent with the latest resource file of the server; and when the resource file in the local cache file is consistent with the latest resource file of the server, loading the resource file according to the interface style of the local storage. According to the invention, the resource file is loaded through the interface style, so that a secondary development process caused by service change is avoided, and the service issuing speed is increased.

Description

Resource file loading method and device, storage medium and terminal equipment
Technical Field
The invention relates to the technical field of intelligent terminals, in particular to a resource file loading method and device, a storage medium and terminal equipment.
Background
Most hotel user terminals on the market are often set and configured with fixed attributes, so that the functions and the display forms of the terminals are generally fixed and cannot be automatically configured. Once the hotel business changes and the display style needs to change, the terminal system can adapt to the hotel requirements only by carrying out secondary development, which undoubtedly greatly increases the development period of the business and increases the maintenance cost of the software.
Thus, the prior art has yet to be improved and enhanced.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide a method, an apparatus, a storage medium, and a terminal device for loading a resource file, so as to reduce software management and maintenance costs.
The technical scheme adopted by the invention is as follows:
the embodiment of the invention provides a resource file loading method, which comprises the following steps:
when the application program is started, judging whether the resource file in the local cache file is consistent with the latest resource file of the server;
and when the resource file in the local cache file is consistent with the latest resource file of the server, loading the resource file according to the interface style of the local storage.
As a further improved technical solution, the method for loading resource files further includes:
when the resource file in the local cache file is inconsistent with the latest resource file of the server, acquiring the latest interface style of the server;
and loading the latest resource file according to the latest interface style of the server.
As a further improved technical solution, after loading the latest resource file according to the latest interface style of the server, the method further includes:
and taking the latest resource file as a local cache file, and storing the latest interface style locally.
As a further improved technical solution, before the determining whether the resource file in the local cache file is consistent with the latest resource file of the server when the application program is started, the method further includes:
when the application program is started for the first time, judging whether a local cache file exists in the application program or not;
when the application program does not have a local cache file, acquiring the latest resource file and the latest interface style of the server;
and taking the latest resource file as a local cache file, and storing the latest interface style locally.
As a further improved technical solution, the method for loading resource files further includes:
when the update of a server resource file is detected, acquiring the latest resource file and the latest interface style of the server;
and loading the latest resource file according to the latest interface style of the server.
As a further improved technical solution, the resource file includes a plurality of resources, and each resource is configured with a first resource feature code; the interface style comprises a plurality of display modules, each display module is configured with a second resource feature code, and the resource loaded corresponding to each display module is determined through matching the first resource feature code with the second resource feature code.
As a further improved technical scheme, each resource is also configured with a resource name, a resource description, a resource valid time period, a resource sub-item list and a resource additional attribute.
In a second aspect, an embodiment of the present invention provides a device for loading a resource file, where the device includes:
the judging module is used for judging whether the resource files in the local cache files are consistent with the latest resource files of the server or not when the application program is started;
and the loading module is used for loading the resource file according to the interface style of the local storage when the resource file in the local cache file is consistent with the latest resource file of the server.
In a third aspect, an embodiment of the present invention provides a computer-readable storage medium, where one or more programs are stored, and the one or more programs are executable by one or more processors to implement steps in a method for loading a resource file as described in any one of the above.
In a fourth aspect, an embodiment of the present invention provides a terminal device, which includes: a processor and memory and a communication bus; the memory has stored thereon a computer readable program executable by the processor;
the communication bus realizes connection communication between the processor and the memory;
the processor, when executing the computer readable program, implements the steps in the method for loading a resource file as described in any one of the above.
Has the advantages that: compared with the prior art, the invention provides a resource file loading method, a resource file loading device, a storage medium and terminal equipment, wherein the method comprises the following steps: when the application program is started, judging whether the resource file in the local cache file is consistent with the latest resource file of the server; and when the resource file in the local cache file is consistent with the latest resource file of the server, loading the resource file according to the interface style of the local storage. According to the invention, the resource file is loaded through the interface style, so that a secondary development process caused by service change is avoided, and the service issuing speed is increased.
Drawings
Fig. 1 is a flowchart of a resource file loading method provided by the present invention.
Fig. 2 is a schematic diagram of a framework of a resource file loading method provided by the present invention.
FIG. 3 is a schematic diagram of resource attributes provided by the present invention.
Fig. 4 is a schematic structural diagram of a resource file loading apparatus provided in the present invention.
Fig. 5 is a schematic structural diagram of a terminal device provided in the present invention.
Detailed Description
The invention provides a method and a device for loading a resource file, a storage medium and a terminal device, and in order to make the purpose, technical scheme and effect of the invention clearer and clearer, the invention is further described in detail below by referring to the attached drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or wirelessly coupled. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
It will be understood by those skilled in the art that, unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. It will be further understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the prior art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
The invention will be further explained by the description of the embodiments with reference to the drawings.
The present embodiment provides a method for loading a resource file, as shown in fig. 1 and fig. 2, the method includes:
s100, when the application program is started, whether the resource file in the local cache file is consistent with the latest resource file of the server is judged.
In this embodiment, the terminal device is provided with an application program, and when the application program is started, a display interface of the application program may display a service module configured in advance and display the service module in a layout set in advance. However, most applications in the market often use fixed attributes as display pages to perform corresponding settings, and are configured with the fixed attributes, so that the functions and the presentation forms of the applications are generally fixed, and cannot be automatically configured. For example, taking an application program of a hotel terminal as an example, once a service to be displayed changes and a display style needs to change, the application program needs to be developed for the second time to be able to adapt to the needs of the hotel, and the response to the service change needs to be slow.
In this embodiment, when the application program is started, the resource in the local cache file is loaded first, and the resource in the local cache file is loaded according to the interface style of the local storage, for example, the resource is display information such as a hotel welcome language, a hotel welcome video, and a hotel introduction picture.
Furthermore, after the resources in the local cache file are loaded, a request needs to be sent to the server to obtain the latest resource file of the server, and then whether the resource file in the local cache file is consistent with the latest resource file of the server is judged to determine whether the latest resource file of the server needs to be loaded. It should be noted that, in this embodiment, the terminal device and the Server adopt a Client Server (C/S) structure, the C/S structure generally adopts a two-layer structure, the Server is responsible for data management, and the terminal device is responsible for completing an interaction task with the user.
And S200, when the resource file in the local cache file is consistent with the latest resource file of the server, loading the resource file according to the interface style of the local storage.
Specifically, when the resource file in the local cache file is consistent with the latest resource file of the server, the terminal device loads the resource file according to the interface style of the local storage, which means that the resource file stored in the local cache file is the latest resource file of the server when the resource file in the local cache file is consistent with the latest resource file of the server, so that the resource file in the local cache file does not need to be updated.
In this embodiment, the resource file includes a plurality of resources, and each resource is configured with a first resource feature code; the interface style comprises a plurality of display modules, each display module is configured with a second resource feature code, and the resource loaded corresponding to each display module is determined through matching the first resource feature code with the second resource feature code. That is to say, a plurality of display modules are preset on the display interface of the application program, each display module is configured with a second resource feature code, and the display module matched with the resource can be determined by searching for the first resource feature codes corresponding to the plurality of resources when the first resource feature codes are consistent with the second resource feature codes. In this way, each display module can display the content of the corresponding resource. In practical application, each resource is further configured with a resource name, a resource description, a resource validity period, a resource sub-item list, and a resource additional attribute. Referring to fig. 3, fig. 3 is a schematic view of the resource attribute provided by the present invention. As shown in fig. 3, the resource feature code of the resource is WELCOM _ GUIDE _ MSG; the resource name is an AI leader; the resource is described as part of a new hand-directing function for presenting voice commands, and a round presentation is performed; the effective time period of the resource is from 10/01/2020/10/08/of the resource display time; the resource sub-item list includes: today how the weather is, i want to see live broadcast, i hungry, where the gym is, turn on bathroom lights, etc.; the resource extra attribute may be a carousel switching time, e.g. 5 seconds.
Therefore, according to the method and the device, the server configures the corresponding interface style for the resource file, and when the service to be displayed changes and the display style needs to change, only the resource file and the corresponding interface style stored by the server need to be correspondingly modified, and then the server pushes the modified resource file and the corresponding interface style to the application program of the terminal equipment, so that the application program can display the latest service and the latest display style on the display page of the application according to the pushed resource file and the corresponding interface style. The process does not need secondary development of technicians, so that the software management and maintenance cost is reduced, and great convenience is brought to users.
Further, in an implementation manner of this embodiment, each resource file is configured with a resource valid time period, so that when the terminal device detects that the resource corresponding to the time period is expired, the latest resource is obtained, and thus the user terminal can be configured more flexibly, the method for configuring the resource file is updated in time, and the service issuing speed is increased.
Further, in an implementation manner of this embodiment, the method for loading a resource file further includes:
s300, when the resource file in the local cache file is inconsistent with the latest resource file of the server, acquiring the latest interface style of the server;
s400, loading the latest resource file according to the latest interface style of the server.
Specifically, when the resource file in the local cache file is inconsistent with the latest resource file of the server, the latest interface style of the server is acquired, and then the latest resource file is loaded according to the latest interface style of the server. In practical application, when a resource file in a local cache file is inconsistent with a latest resource file of a server, it is indicated that the latest resource file in a service has changed due to reconfiguration, for example, after a hotel worker configures resources of a hotel through the server, the server resources are updated, so when the server resources are updated, the new resources are correspondingly synchronized into the local cache file of the terminal device, and at the same time, the hotel worker also configures a corresponding interface style for the resources reconfigured by the server, so that the server resources and the corresponding latest interface style need to be notified to the terminal device and stored locally. The method can carry out targeted resource configuration and pushing aiming at different hotels and even different rooms. Correspondingly, after the latest resource file is loaded according to the latest interface style of the server, the method further comprises the following steps: and taking the latest resource file as a local cache file, and storing the latest interface style locally.
Further, in this embodiment, before determining whether the resource file in the local cache file is consistent with the latest resource file of the server when the application program is started, the method further includes:
s10, when the application program is started for the first time, judging whether the application program has a local cache file;
s20, when the application program does not have a local cache file, acquiring the latest resource file and the latest interface style of the server;
and S30, taking the latest resource file as a local cache file, and storing the latest interface style locally.
Specifically, in a case that the application program is not installed before, a local cache file and an interface style do not exist in the terminal device before the application program is started for the first time, and therefore, when the application program is started for the first time, it is first determined whether the local cache file exists, if the local cache file does not exist, the latest resource file and the latest interface style of the server are acquired, and then the latest resource file is used as the local cache file, and the latest interface style is stored locally.
Further, in an implementation manner of this embodiment, the method for loading a resource file further includes:
s40, when the update of the server resource file is detected, acquiring the latest resource file and the latest interface style of the server;
and S50, loading the latest resource file according to the style of the latest interface style of the server.
In the implementation, the terminal device and the server establish one-to-one WebSocket long connection, server-side resource allocation change is monitored in real time, when hotel management personnel allocate hotel resources through the server, the terminal device is informed correspondingly, and then the part corresponding to resource file updating is synchronized at the terminal device, so that resource allocation of the server is synchronized in real time.
In summary, compared with the prior art, the embodiment of the invention has the following advantages:
the invention discloses a resource file loading method, which comprises the following steps: when the application program is started, judging whether the resource file in the local cache file is consistent with the latest resource file of the server; and when the resource file in the local cache file is consistent with the latest resource file of the server, loading the resource file according to the interface style of the local storage. According to the invention, the resource file is loaded through the interface style, so that a secondary development process caused by service change is avoided, and the service issuing speed is increased.
Based on the loading method of the resource file, the invention also provides a loading device of the resource file, as shown in fig. 4, the device comprises:
a judging module 41, configured to, when the application program is started, judge whether a resource file in the local cache file is consistent with a latest resource file of the server;
and the loading module 42 is configured to load the resource file according to the interface style of the local storage when the resource file in the local cache file is consistent with the latest resource file of the server.
It should be noted that, as can be clearly understood by those skilled in the art, the specific implementation processes of the loading device and each module of the resource file may refer to the corresponding descriptions in the foregoing embodiment of the resource file loading method, and for convenience and conciseness of description, details are not repeated herein.
The loading means of the resource file may be implemented in the form of a computer program, which can run on the terminal device as shown in fig. 5.
Based on the above method for loading a resource file, the present invention further provides a computer-readable storage medium, where one or more programs are stored, and the one or more programs are executable by one or more processors to implement the steps in the method for loading a resource file according to the foregoing embodiment.
Based on the loading method of the resource file, the present invention further provides a terminal device, as shown in fig. 5, which includes at least one processor (processor) 20; a display screen 21; and a memory (memory)22, and may further include a communication Interface (Communications Interface)23 and a bus 24. The processor 20, the display 21, the memory 22 and the communication interface 23 can communicate with each other through the bus 24. The display screen 21 is configured to display a user guidance interface preset in the initial setting mode. The communication interface 23 may transmit information. The processor 20 may call logic instructions in the memory 22 to perform the methods in the embodiments described above.
Furthermore, the logic instructions in the memory 22 may be implemented in software functional units and stored in a computer readable storage medium when sold or used as a stand-alone product.
The memory 22, which is a computer-readable storage medium, may be configured to store a software program, a computer-executable program, such as program instructions or modules corresponding to the methods in the embodiments of the present disclosure. The processor 20 executes the functional application and data processing, i.e. implements the method in the above-described embodiments, by executing the software program, instructions or modules stored in the memory 22.
The memory 22 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal device, and the like. Further, the memory 22 may include a high speed random access memory and may also include a non-volatile memory. For example, a variety of media that can store program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk, may also be transient storage media.
In addition, the specific processes loaded and executed by the storage medium and the instruction processors in the terminal device are described in detail in the method, and are not stated herein.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for loading a resource file is characterized by comprising the following steps:
when the application program is started, judging whether the resource file in the local cache file is consistent with the latest resource file of the server;
and when the resource file in the local cache file is consistent with the latest resource file of the server, loading the resource file according to the interface style of the local storage.
2. The method for loading a resource file according to claim 1, wherein the method for loading a resource file further comprises:
when the resource file in the local cache file is inconsistent with the latest resource file of the server, acquiring the latest interface style of the server;
and loading the latest resource file according to the latest interface style of the server.
3. The method for loading resource files according to claim 2, wherein after loading the latest resource file according to the latest server interface style, the method further comprises:
and taking the latest resource file as a local cache file, and storing the latest interface style locally.
4. The method for loading the resource file according to claim 1, wherein before the determining whether the resource file in the local cache file is consistent with the latest resource file of the server when the application program is started, the method further comprises:
when the application program is started for the first time, judging whether a local cache file exists in the application program or not;
when the application program does not have a local cache file, acquiring the latest resource file and the latest interface style of the server;
and taking the latest resource file as a local cache file, and storing the latest interface style locally.
5. The method for loading the resource file according to claim 1, wherein the method for loading the resource file further comprises:
when the update of a server resource file is detected, acquiring the latest resource file and the latest interface style of the server;
and loading the latest resource file according to the latest interface style of the server.
6. The method for loading the resource file according to claim 1, wherein the resource file includes a plurality of resources, and each resource is configured with a first resource feature code; the interface style comprises a plurality of display modules, each display module is configured with a second resource feature code, and the resource loaded corresponding to each display module is determined through matching the first resource feature code with the second resource feature code.
7. The method for loading the resource file according to claim 1, wherein each resource is further configured with a resource name, a resource description, a resource validity period, a resource sub-item list, and a resource additional attribute.
8. An apparatus for loading a resource file, the apparatus comprising:
the judging module is used for judging whether the resource files in the local cache files are consistent with the latest resource files of the server or not when the application program is started;
and the loading module is used for loading the resource file according to the interface style of the local storage when the resource file in the local cache file is consistent with the latest resource file of the server.
9. A computer-readable storage medium storing one or more programs, the one or more programs being executable by one or more processors to implement the steps in the method for loading a resource file according to any one of claims 1 to 7.
10. A terminal device, comprising: a processor and memory and a communication bus; the memory has stored thereon a computer readable program executable by the processor;
the communication bus realizes connection communication between the processor and the memory;
the processor, when executing the computer readable program, implements the steps in the method for loading the resource file according to any one of claims 1 to 7.
CN202011294197.6A 2020-11-18 2020-11-18 Resource file loading method and device, storage medium and terminal equipment Pending CN112379944A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011294197.6A CN112379944A (en) 2020-11-18 2020-11-18 Resource file loading method and device, storage medium and terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011294197.6A CN112379944A (en) 2020-11-18 2020-11-18 Resource file loading method and device, storage medium and terminal equipment

Publications (1)

Publication Number Publication Date
CN112379944A true CN112379944A (en) 2021-02-19

Family

ID=74585188

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011294197.6A Pending CN112379944A (en) 2020-11-18 2020-11-18 Resource file loading method and device, storage medium and terminal equipment

Country Status (1)

Country Link
CN (1) CN112379944A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113138827A (en) * 2021-04-29 2021-07-20 北京百度网讯科技有限公司 Method, device, electronic equipment and medium for displaying data
WO2023125083A1 (en) * 2021-12-29 2023-07-06 北京字跳网络技术有限公司 Resource file loading method and apparatus, electronic device and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107577509A (en) * 2017-08-28 2018-01-12 深圳市金立通信设备有限公司 A kind of method, terminal and computer-readable recording medium for loading application interface
CN109408086A (en) * 2018-09-28 2019-03-01 平安普惠企业管理有限公司 Interface updating method, device, computer equipment and the storage medium of APP
CN109729138A (en) * 2018-06-01 2019-05-07 平安普惠企业管理有限公司 Client resource update method, equipment, client and storage medium
CN110377360A (en) * 2019-07-12 2019-10-25 深圳市酷开网络科技有限公司 Method, display terminal and the computer readable storage medium that webview is quickly loaded
CN110618850A (en) * 2019-08-30 2019-12-27 北京浪潮数据技术有限公司 UI (user interface) loading method and system and related device
CN111199001A (en) * 2019-12-03 2020-05-26 云深互联(北京)科技有限公司 Resource overloading compatibility processing method and system for browser

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107577509A (en) * 2017-08-28 2018-01-12 深圳市金立通信设备有限公司 A kind of method, terminal and computer-readable recording medium for loading application interface
CN109729138A (en) * 2018-06-01 2019-05-07 平安普惠企业管理有限公司 Client resource update method, equipment, client and storage medium
CN109408086A (en) * 2018-09-28 2019-03-01 平安普惠企业管理有限公司 Interface updating method, device, computer equipment and the storage medium of APP
CN110377360A (en) * 2019-07-12 2019-10-25 深圳市酷开网络科技有限公司 Method, display terminal and the computer readable storage medium that webview is quickly loaded
CN110618850A (en) * 2019-08-30 2019-12-27 北京浪潮数据技术有限公司 UI (user interface) loading method and system and related device
CN111199001A (en) * 2019-12-03 2020-05-26 云深互联(北京)科技有限公司 Resource overloading compatibility processing method and system for browser

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113138827A (en) * 2021-04-29 2021-07-20 北京百度网讯科技有限公司 Method, device, electronic equipment and medium for displaying data
WO2023125083A1 (en) * 2021-12-29 2023-07-06 北京字跳网络技术有限公司 Resource file loading method and apparatus, electronic device and storage medium

Similar Documents

Publication Publication Date Title
CN108108297B (en) Method and device for automatic testing
JP4880376B2 (en) Support apparatus, program, information processing system, and support method
EP3128416B1 (en) Sdn application integration, management and control method, system and device
US20210337015A1 (en) Method and system of application development for multiple device client platforms
CN104750550A (en) Mobile terminal application management system and method and use time record generating method
CN107291481B (en) Component updating method, device and system
CN112379944A (en) Resource file loading method and device, storage medium and terminal equipment
CN111274512A (en) Page loading method, device and medium
CN106897162B (en) Communication mode selection method of component in application, communication system and mobile terminal
CN111666293A (en) Database access method and device
CN109885332A (en) Image quality chip software upgrade method, device, display equipment and storage medium
CN113590433B (en) Data management method, data management system, and computer-readable storage medium
CN115357198B (en) Mounting method and device of storage volume, storage medium and electronic equipment
CN110955449A (en) Method and device for releasing gray scale of client
CN113076343B (en) Data query method, device, equipment and storage medium
CN113050962B (en) Mobile service upgrading method, device and terminal
US11372627B2 (en) System and method for providing integrated development environment (IDE) for programmable software system
CN114610446A (en) Method, device and system for automatically injecting probe
CN109032654B (en) Method and apparatus for configuring parameters in server, server and storage medium
CN112579447A (en) Browser testing method and device
CN113204425A (en) Method and device for process management internal thread, electronic equipment and storage medium
CN112416384A (en) Software upgrading method and device and computer equipment
CN112559001A (en) Method and device for updating application
CN115514806B (en) Perception discovery method and system for discrete service cluster
US20220303347A1 (en) Message push method, apparatus, device and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210219