CN108845803B - Method, device and equipment for updating list view and storage medium - Google Patents

Method, device and equipment for updating list view and storage medium Download PDF

Info

Publication number
CN108845803B
CN108845803B CN201810504135.XA CN201810504135A CN108845803B CN 108845803 B CN108845803 B CN 108845803B CN 201810504135 A CN201810504135 A CN 201810504135A CN 108845803 B CN108845803 B CN 108845803B
Authority
CN
China
Prior art keywords
list
updating
view
configuration information
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810504135.XA
Other languages
Chinese (zh)
Other versions
CN108845803A (en
Inventor
李瑞东
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing 58 Information Technology Co Ltd
Original Assignee
Beijing 58 Information 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 Beijing 58 Information Technology Co Ltd filed Critical Beijing 58 Information Technology Co Ltd
Priority to CN201810504135.XA priority Critical patent/CN108845803B/en
Publication of CN108845803A publication Critical patent/CN108845803A/en
Application granted granted Critical
Publication of CN108845803B publication Critical patent/CN108845803B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method, a device, equipment and a storage medium for updating a list view, wherein the method comprises the following steps: acquiring list updating resources from a server, wherein the list updating resources comprise: view configuration information and list logic information written by a first scripting language; generating a universal adapter according to the list logic information and the view configuration information; coupling the universal adapter with the target list to complete the update of the target list; according to the method and the device, the application program can dynamically acquire the list updating resource from the server at any time, and after receiving the list updating resource, the target list can be updated according to the list logic information and the view configuration information in the list updating resource, namely: the dynamic update of the target list can be completed at any time, so that the problem that the list view can be updated only by re-edition of the application program in the prior art can be solved.

Description

Method, device and equipment for updating list view and storage medium
Technical Field
The present invention relates to the field of terminal technologies, and in particular, to a method, an apparatus, a device, and a storage medium for updating a list view.
Background
The creation and updating of the list view are often involved in the application software development, and the list view is a very common interaction mode, however, as the demand of products and the user experience are continuously improved, the style and the logic of the list view are changed. In the prior art, the changes can be realized only by re-publishing the application software so as to complete the updating of the list view.
Disclosure of Invention
The invention mainly aims to provide a method, a device, equipment and a storage medium for updating a list view, which solve the problem that the list view can be updated only by re-edition in the prior art.
According to a first aspect of the present invention, there is provided a method for updating a list view, the method including: acquiring list updating resources from a server, wherein the list updating resources comprise: view configuration information and list logic information written by a first scripting language; generating a universal adapter according to the list logic information and the view configuration information; and coupling the universal adapter with the target list to complete the update of the target list.
Optionally, the generating a universal adapter according to the list logic information and the view configuration information includes: generating a list protocol according to the list logic information based on a first script language virtual machine; analyzing the list protocol through a native system to generate service logic data; and generating a universal adapter based on the service logic data and the view configuration information.
Optionally, the generating a universal adapter based on the service logic data and the view configuration information includes: analyzing the view configuration information to generate a list item required by updating target data, wherein the view configuration information comprises: view information indicating the target list, style information indicating the target list, and component information indicating the target list; and generating a universal adapter based on the list item and the business logic data.
Optionally, the first scripting language is JavaScript.
According to a second aspect of the present invention, there is provided an apparatus for updating a list view, the apparatus comprising: an obtaining module, configured to obtain a list update resource from a server, where the list update resource includes: view configuration information and list logic information written by a first scripting language; the generating module is used for generating a universal adapter according to the list logic information and the view configuration information; and the updating module is used for coupling the universal adapter with the target list so as to complete the updating of the target list.
Optionally, the generating module includes: the list unit is used for generating a list protocol based on the first script language virtual machine according to the list logic information; the analysis unit is used for analyzing the list protocol through a native system to generate service logic data; and the adapter generating unit is used for generating a universal adapter based on the service logic data and the view configuration information.
Optionally, the adapter generation unit is specifically configured to: analyzing the view configuration information to generate a list item required by updating target data, wherein the view configuration information comprises: view information indicating the target list, style information indicating the target list, and component information indicating the target list; and generating a universal adapter based on the list item and the business logic data.
Optionally, the first scripting language is JavaScript.
According to a third aspect of the present invention, there is provided a computer device comprising a processor and a memory; the memory is used for storing computer instructions, and the processor is used for executing the computer instructions stored by the memory to realize the list view updating method.
According to a fourth aspect of the present invention, there is provided a computer-readable storage medium storing one or more programs, the one or more programs being executable by one or more processors to implement one of the above-described methods for updating a list view.
The invention has the following beneficial effects: the application program can dynamically acquire the list updating resource from the server at any time, and after receiving the list updating resource, updates the target list according to the list logic information and the view configuration information in the list updating resource, namely: the dynamic update of the target list can be completed at any time, so that the problem that the list view can be updated only by re-publishing the application program in the prior art can be solved.
Drawings
Fig. 1 is a flowchart illustrating a method for updating a list view according to a first embodiment of the present invention;
FIG. 2 is a flowchart illustrating a method for updating a list view according to a second embodiment of the present invention;
FIG. 3 is a flowchart illustrating a method for updating a list view according to a third embodiment of the present invention;
FIG. 4 is a schematic diagram of a method for updating a list view according to a fourth embodiment of the present invention;
FIG. 5 is a schematic block diagram illustrating a method for updating a list view according to a fourth embodiment of the present invention;
fig. 6 is a schematic diagram of a device for updating a list view according to a fifth embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In the following description, suffixes such as "module", "part", or "unit" used to indicate elements are used only for facilitating the description of the present invention, and have no particular meaning in themselves. Thus, "module", "component" or "unit" may be used mixedly.
In order to facilitate understanding of the embodiments of the present invention, the following detailed description of the embodiments of the present invention is provided.
A first embodiment of the present invention provides a method for updating a list view, where the method includes: acquiring list updating resources from a server, wherein the list updating resources comprise: view configuration information and list logic information written by a first scripting language; generating a universal adapter according to the list logic information and the view configuration information; and coupling the universal adapter with the target list to complete the update of the target list.
In this regard, the application program may dynamically acquire the list update resource from the server at any time, and update the target list according to the list logic information and the view configuration information in the list update resource after receiving the list update resource, that is: the dynamic update of the target list can be completed at any time, so that the problem that the list view can be updated only by re-publishing the application program in the prior art can be solved.
Fig. 1 is a flowchart illustrating a method for updating a list view according to a first embodiment of the present invention. As shown in fig. 1, a first embodiment of the present invention provides a method for updating a list view, where the method includes:
s1, list updating resources from a server are obtained, wherein the list updating resources comprise: view configuration information and list logic information written by a first scripting language;
in this embodiment, the application receives a list update resource from the server, where the list update resource includes: view configuration information and list logic information written by a first scripting language.
Moreover, the view configuration information includes, but is not limited to: view information for indicating the target list, style information of the target list, and component information constituting the target list, wherein the view configuration information may be written in extensible markup language (XML). In this embodiment, only the view configuration information may meet the requirements of the present invention, and the writing language of the view configuration information is not limited.
In this embodiment, the list logic information and the view configuration information are both dynamically acquired by the application from the server, and are stored in predetermined positions after the acquisition. Preferably, before the obtaining, it is further checked whether the list logic information and the view configuration information are legal, and after the check is passed, the application program dynamically obtains the list logic information and the view configuration information from the server.
In addition, the first script language may be a native language of the application program, such as: the first script language and the native language of the application program are both JAVA; of course, the first script language may also be different from the native language of the application, such as: the first script language is JavaScript, and the native language of the application program is JAVA. In this embodiment, only the list logic information may satisfy the requirement of the present invention, and the writing language of the list logic information is not limited.
S2, generating a universal adapter according to the list logic information and the view configuration information;
and under the condition that the application program obtains the list logic information and the view configuration information, the application program generates the universal adapter based on the list logic information and the view configuration information.
And S3, coupling the universal adapter with a target list to complete the update of the target list.
Specifically, the universal adapter is coupled and bound with the target list, so that the target list can be updated.
In this regard, the application program may dynamically acquire the list update resource from the server at any time, and update the target list according to the list logic information and the view configuration information in the list update resource after receiving the list update resource, that is: the dynamic update of the target list can be completed at any time, so that the problem that the list view can be updated only by re-edition of the application program in the prior art can be solved.
Fig. 2 is a flowchart illustrating a method for updating a list view according to a second embodiment of the present invention. According to fig. 2, a second embodiment of the present invention provides a method for updating a list view, where the method includes:
s1, list updating resources from a server are obtained, wherein the list updating resources comprise: view configuration information and list logic information written by a first scripting language;
s2, generating a universal adapter according to the list logic information and the view configuration information;
and S3, coupling the universal adapter with a target list to complete the update of the target list.
Wherein, an implementation manner of the step S2 includes:
s21, generating a list protocol based on the first script language virtual machine according to the list logic information;
in this embodiment, first, a list protocol needs to be generated according to the list logic information based on the first script language virtual machine, and in this regard, when the first script language is different from the native language of the application program, the list logic information may be converted into a list protocol that is adapted to be readable by the native system of the application program, so that the application program completes the update of the target list by using the list protocol.
Preferably, the list protocol may fully describe the data sources, the styles of list items, and the logical methods to complete the update required to complete the target list update.
S22, analyzing the list protocol through a native system to generate service logic data;
after the list protocol is obtained, the native system of the application program analyzes the list protocol to generate service logic data, so that the native system of the application program can obtain the service logic data for list updating.
And S23, generating a universal adapter based on the service logic data and the view configuration information.
After the service logic data and the view configuration information are obtained, the application program can generate the universal adapter according to the service logic data and the view configuration information.
In this regard, the embodiments of the present invention eliminate the interaction bastion existing between different programming languages through the generation and parsing of the list protocol, so that the universal adapter can be generated according to the list logic information and the view configuration information acquired from the server.
Fig. 3 is a flowchart illustrating a method for updating a list view according to a third embodiment of the present invention. According to the illustration in fig. 3, a third embodiment of the present invention provides a method for updating a list view, where the method includes:
s1, obtaining list updating resources from a server, wherein the list updating resources comprise: view configuration information and list logic information written by a first scripting language;
s2, generating a universal adapter according to the list logic information and the view configuration information;
and S3, coupling the universal adapter with a target list to complete the update of the target list.
Wherein, an implementation manner of the step S2 includes:
s21, generating a list protocol based on the first script language virtual machine according to the list logic information;
s22, analyzing the list protocol through a native system to generate service logic data;
and S23, generating a universal adapter based on the service logic data and the view configuration information.
Wherein, an implementation manner of the step S23 includes:
s231, analyzing the view configuration information to generate a list item required by updating target data, wherein the view configuration information comprises: view information indicating the target list, style information indicating the target list, and component information indicating the target list; and generating a universal adapter based on the list item and the business logic data.
Therefore, the view configuration information is analyzed to obtain a list item required by generating the universal adaptation, and the universal adapter is generated through the list item and the service logic data, so that the universal adapter and the target list are coupled and bound, and the target list is updated.
In order to better explain the implementation process of the method in this embodiment, the method in this embodiment is explained below with reference to a specific application example.
In this embodiment, fig. 4 is a schematic diagram of an update method of a list view according to a fourth embodiment of the present invention; fig. 5 is a schematic block diagram of a list view updating method according to a fourth embodiment of the present invention.
As shown in fig. 4 and 5, a method for updating a list view according to a fourth embodiment of the present invention includes:
1. compiling dynamically-issued list logic information by using a JavaScript language to generate a JavaScript file; compiling dynamically-issued view configuration information by using an XML language to generate an XML file, and then uploading the JavaScript file and the XML file to a server side in advance;
2. after receiving the request of the client, the server packs and compresses the JavaScript file and the XML file which need to be refreshed correspondingly and sends the JavaScript file and the XML file to the client, namely: the client pulls the corresponding JavaScript file and the corresponding XML file from the server, wherein the XML file comprises: view information indicating the target list, style information indicating the target list, and component information indicating the target list;
3. the client analyzes the corresponding XML file through an XML analyzer to generate a list item adapted to the native system, namely: analyzing the XML file, and processing an analysis result through a view builder to generate a view, wherein the view is the list item;
4. the client executes the logic code in the JavaScript file through a JavaScript engine to generate a list protocol, and a native system of the client acquires the list protocol and analyzes the list protocol, namely: sending the analyzed list protocol to the native logic of the client;
5. the client side realizes a universal adapter according to the list item and the analyzed list protocol, and the universal adapter can realize the loading of the view required by the refreshed list and the control of logic codes, which is equivalent to the operation of the corresponding list item through the analyzed list protocol;
6. the universal adapter and the target list are coupled and bound, so that the target list can be refreshed, namely: a refresh list is implemented.
Fig. 6 is a schematic diagram of a device for updating a list view according to a fifth embodiment of the present invention. According to the illustration in fig. 6, a fifth embodiment of the present invention provides an apparatus for updating a list view, where the apparatus includes:
an obtaining module 110, configured to obtain a list update resource from a server, where the list update resource includes: view configuration information and list logic information written by a first scripting language; a generating module 120, configured to generate a universal adapter according to the list logic information and the view configuration information; an updating module 130, configured to couple the universal adapter with the target list to complete the update of the target list.
Optionally, the generating module 120 includes: the list unit is used for generating a list protocol based on the first script language virtual machine according to the list logic information; the analysis unit is used for analyzing the list protocol through a native system to generate service logic data; and the adapter generating unit is used for generating a universal adapter based on the service logic data and the view configuration information.
Optionally, the adapter generation unit is specifically configured to: analyzing the view configuration information to generate list items required by updating target data, wherein the view configuration information comprises: view information indicating the target list, style information indicating the target list, and component information indicating the target list; and generating a universal adapter based on the list item and the business logic data.
Optionally, the first scripting language is JavaScript.
A sixth embodiment of the present invention provides an electronic device, including a processor and a memory; the memory is used for storing computer instructions, and the processor is used for executing the computer instructions stored by the memory to realize the list view updating method.
Since the update method of a list view has been described in detail in the first to fourth embodiments, the implementation process of the method is not repeatedly described in the present embodiment.
A seventh embodiment of the present invention provides a computer-readable storage medium storing one or more modules executable by one or more processors to implement a method for updating a list view as described above.
Since the update method of a list view has been described in detail in the first to fourth embodiments, the implementation process of the method is not repeatedly described in the present embodiment.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrases "comprising a component of' 8230; \8230;" does not exclude the presence of another like element in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are only for description, and do not represent the advantages and disadvantages of the embodiments.
Through the description of the foregoing embodiments, it is clear to those skilled in the art that the method of the foregoing embodiments may be implemented by software plus a necessary general hardware platform, and certainly may also be implemented by hardware, but in many cases, the former is a better implementation. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the present invention has been described with reference to the particular illustrative embodiments, it is to be understood that the invention is not limited to the disclosed embodiments, but is intended to cover various modifications, equivalent arrangements, and equivalents thereof, which may be made by those skilled in the art without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (10)

1. A method for updating a list view, the method comprising:
acquiring list updating resources from a server, wherein the list updating resources comprise: view configuration information and list logic information written by a first scripting language, wherein the view configuration information is written by an extensible markup language;
generating a universal adapter according to the list logic information and the view configuration information;
coupling the universal adapter with a target list to complete the update of the target list;
before obtaining the list updating resource from the server, the method further comprises the following steps: and determining that the checking of the view configuration information and the list logic information is legal.
2. The method of claim 1, wherein said generating a universal adapter from list logic information and said view configuration information comprises:
generating a list protocol according to the list logic information based on a first script language virtual machine;
analyzing the list protocol through a native system to generate service logic data;
and generating a universal adapter based on the service logic data and the view configuration information.
3. The method of claim 2, wherein generating a universal adapter based on the business logic data and the view configuration information comprises:
analyzing the view configuration information to generate list items required by updating target data, wherein the view configuration information comprises: view information indicating the target list, style information indicating the target list, and component information indicating the target list;
and generating a universal adapter based on the list item and the business logic data.
4. The method of any of claims 1-3, wherein the first scripting language is JavaScript.
5. An apparatus for updating a list view, the apparatus comprising:
an obtaining module, configured to obtain a list update resource from a server, where the list update resource includes: the method comprises the following steps that view configuration information and list logic information written through a first script language are written through an extensible markup language, and before list updating resources from a server are obtained, the method further comprises the following steps: determining that the checking of the view configuration information and the list logic information is legal;
the generating module is used for generating a universal adapter according to the list logic information and the view configuration information;
and the updating module is used for coupling the universal adapter with the target list so as to complete the updating of the target list.
6. The apparatus of claim 5, wherein the generating module comprises:
the list unit is used for generating a list protocol based on the first script language virtual machine according to the list logic information;
the analysis unit is used for analyzing the list protocol through a native system to generate service logic data;
and the adapter generating unit is used for generating a universal adapter based on the service logic data and the view configuration information.
7. The apparatus according to claim 6, wherein the adapter generation unit is specifically configured to:
analyzing the view configuration information to generate list items required by updating target data, wherein the view configuration information comprises: view information indicating the target list, style information indicating the target list, and component information indicating the target list;
and generating a universal adapter based on the list item and the business logic data.
8. The apparatus of any of claims 5-7, wherein the first scripting language is JavaScript.
9. A computer device comprising a processor and a memory;
the memory is used for storing computer instructions, and the processor is used for executing the computer instructions stored by the memory to realize the list view updating method of any one of claims 1 to 4.
10. A computer-readable storage medium storing one or more programs, the one or more programs being executable by one or more processors to implement a method for updating a list view according to any one of claims 1 to 4.
CN201810504135.XA 2018-05-23 2018-05-23 Method, device and equipment for updating list view and storage medium Active CN108845803B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810504135.XA CN108845803B (en) 2018-05-23 2018-05-23 Method, device and equipment for updating list view and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810504135.XA CN108845803B (en) 2018-05-23 2018-05-23 Method, device and equipment for updating list view and storage medium

Publications (2)

Publication Number Publication Date
CN108845803A CN108845803A (en) 2018-11-20
CN108845803B true CN108845803B (en) 2022-11-08

Family

ID=64213367

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810504135.XA Active CN108845803B (en) 2018-05-23 2018-05-23 Method, device and equipment for updating list view and storage medium

Country Status (1)

Country Link
CN (1) CN108845803B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103092583A (en) * 2011-11-01 2013-05-08 腾讯科技(深圳)有限公司 Method and device for dynamically generating setting item list views
CN105549973A (en) * 2015-12-11 2016-05-04 上海斐讯数据通信技术有限公司 Data updating method and system for view list in list control
CN105824611A (en) * 2015-10-20 2016-08-03 广东亿迅科技有限公司 Rapid development system based on Android intelligent operation platform
CN106936871A (en) * 2015-12-30 2017-07-07 阿里巴巴集团控股有限公司 The method and device of showing interface data
CN107391169A (en) * 2017-06-09 2017-11-24 口碑控股有限公司 The dynamic updating method and device of the Android page
CN107480153A (en) * 2016-06-08 2017-12-15 阿里巴巴集团控股有限公司 A kind of page data processing method, client and terminal device
CN107656729A (en) * 2017-08-31 2018-02-02 上海壹账通金融科技有限公司 Updating device, method and the computer-readable recording medium of List View
CN107832088A (en) * 2017-11-06 2018-03-23 青岛海信电器股份有限公司 Control application method and device, computing device, computer-readable storage medium
CN108021614A (en) * 2017-08-18 2018-05-11 口碑(上海)信息技术有限公司 A kind of method and system for page dynamic load

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103092583A (en) * 2011-11-01 2013-05-08 腾讯科技(深圳)有限公司 Method and device for dynamically generating setting item list views
CN105824611A (en) * 2015-10-20 2016-08-03 广东亿迅科技有限公司 Rapid development system based on Android intelligent operation platform
CN105549973A (en) * 2015-12-11 2016-05-04 上海斐讯数据通信技术有限公司 Data updating method and system for view list in list control
CN106936871A (en) * 2015-12-30 2017-07-07 阿里巴巴集团控股有限公司 The method and device of showing interface data
CN107480153A (en) * 2016-06-08 2017-12-15 阿里巴巴集团控股有限公司 A kind of page data processing method, client and terminal device
CN107391169A (en) * 2017-06-09 2017-11-24 口碑控股有限公司 The dynamic updating method and device of the Android page
CN108021614A (en) * 2017-08-18 2018-05-11 口碑(上海)信息技术有限公司 A kind of method and system for page dynamic load
CN107656729A (en) * 2017-08-31 2018-02-02 上海壹账通金融科技有限公司 Updating device, method and the computer-readable recording medium of List View
CN107832088A (en) * 2017-11-06 2018-03-23 青岛海信电器股份有限公司 Control application method and device, computing device, computer-readable storage medium

Also Published As

Publication number Publication date
CN108845803A (en) 2018-11-20

Similar Documents

Publication Publication Date Title
CN109766082B (en) Method and device for application program page jump
CN106815031B (en) Kernel module loading method and device
CN109359194B (en) Method and apparatus for predicting information categories
CN106997298B (en) Application resource acquisition method and device
GB2589658A (en) Method and apparatus for running an applet
CN105718313A (en) Application operation method and device
CN107729014B (en) Page jump method and structure based on Android
CN108776592B (en) Page construction method, device, equipment and storage medium
CN111068328A (en) Game advertisement configuration table generation method, terminal device and medium
CN111475788A (en) Cross-border e-commerce platform account registration method, device, terminal and storage medium
CN111045683A (en) Applet code compiling method, device, equipment and medium
CN108804315B (en) Test method and device applied to dynamic development, electronic equipment and storage medium
CN110928545B (en) Component distribution method, development method and device of single-page application and storage medium
US9571557B2 (en) Script caching method and information processing device utilizing the same
CN110851151B (en) Method, device, terminal, server and storage medium for pre-installing application
CN108804120B (en) Page construction method, device, equipment and storage medium
CN110018835B (en) YANG model configuration data processing method and device, terminal device and storage medium
CN107239265B (en) Binding method and device of Java function and C function
CN112416533A (en) Method and device for running application program on browser and electronic equipment
CN110874278A (en) Embedding method of external system, workflow system, device and storage medium
CN108845803B (en) Method, device and equipment for updating list view and storage medium
CN109240673B (en) Method and system for dynamically loading and updating view based on react-native
CN110825622A (en) Software testing method, device, equipment and computer readable medium
CN109213502B (en) Application updating method and device
CN113297081B (en) Execution method and device of continuous integrated pipeline

Legal Events

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