CN113076118B - Application program updating method and device and data sending method and device - Google Patents

Application program updating method and device and data sending method and device Download PDF

Info

Publication number
CN113076118B
CN113076118B CN202010010261.7A CN202010010261A CN113076118B CN 113076118 B CN113076118 B CN 113076118B CN 202010010261 A CN202010010261 A CN 202010010261A CN 113076118 B CN113076118 B CN 113076118B
Authority
CN
China
Prior art keywords
page
information
navigation bar
application program
updating
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
CN202010010261.7A
Other languages
Chinese (zh)
Other versions
CN113076118A (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 Jingdong Century Trading Co Ltd
Beijing Wodong Tianjun Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Wodong Tianjun 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 Jingdong Century Trading Co Ltd, Beijing Wodong Tianjun Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN202010010261.7A priority Critical patent/CN113076118B/en
Publication of CN113076118A publication Critical patent/CN113076118A/en
Application granted granted Critical
Publication of CN113076118B publication Critical patent/CN113076118B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • 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/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • 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/451Execution arrangements for user interfaces

Landscapes

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

Abstract

The invention discloses an application program updating method and device and a data sending method and device, and relates to the technical field of computers. One embodiment of the application program updating method comprises the following steps: acquiring navigation bar configuration information and/or staged page update information aiming at an application program and issued by a control console; the navigation bar is located in a bar division controller of the application program, the navigation bar comprises at least one tag for controlling an application program page, and the navigation bar configuration information comprises: style update information and/or full-scale page update information of the navigation bar; updating the navigation bar according to the style updating information of the navigation bar; and/or updating the application program page controlled by the tag according to the staged page update information or the full-scale page update information. In the embodiment, navigation bar style information and page information of the application program bar controller can be updated at any time through the control console.

Description

Application program updating method and device and data sending method and device
Technical Field
The present invention relates to the field of computer technologies, and in particular, to an application program updating method and apparatus, and a data sending method and apparatus.
Background
In an iOS (mobile terminal operating system) system, a main interface of most application programs is used as a hierarchical structure of skeleton management pages by a column controller, and the column controller realizes page switching by managing a plurality of labels and corresponding view controllers. In the prior art, the style, the number of tags and pages corresponding to each tag of the column controller cannot be changed at any time after the column controller is created, and the framework of the application program is fixed accordingly, so that flexibility is lacking. Meanwhile, the pages managed by the column controller generally belong to important pages of the application program, and once problems occur on the pages, user experience can be affected, but in the prior art, the pages can be modified only by releasing a new version, and the new version can be online only by checking, so that the new version cannot be modified and validated in real time.
Disclosure of Invention
In view of the above, the embodiments of the present invention provide an application program updating method and apparatus, and a data sending method and apparatus, which can update navigation bar style information and page information of an application program bar controller at any time through a console.
To achieve the above object, according to one aspect of the present invention, there is provided an application program update method.
The application program updating method of the embodiment of the invention comprises the following steps: acquiring navigation bar configuration information and/or staged page update information aiming at an application program and issued by a control console; the navigation bar is located in a bar division controller of the application program, the navigation bar comprises at least one tag for controlling an application program page, and the navigation bar configuration information comprises: style update information and/or full-scale page update information of the navigation bar; updating the navigation bar according to the style updating information of the navigation bar; and/or updating the application program page controlled by the tag according to the staged page update information or the full-scale page update information.
Optionally, the style update information of the navigation bar includes: updating information of a background picture of a navigation bar and/or updating information of a label style, wherein the updating information of the label style comprises updating information of a title, a picture and/or an angle mark of the label; the full-volume page update information is information sent by a control console to a plurality of clients within a preset range, and the information comprises a tag title corresponding to a page to be updated and a preset type and identification of the page after the update; the stage type page updating information is information sent by the control console to a client in a preset proportion in the plurality of clients, and the information comprises a tag title corresponding to a page to be updated and a preset type and identification of the page after updating.
Optionally, obtaining navigation bar configuration information and/or staged page update information for an application program issued by a console includes: when an application program is started or is switched from a background to a foreground, navigation bar configuration information and/or staged page update information aiming at the application program and issued by a control console are obtained; updating the application program page controlled by the tag according to the staged page updating information or the full-scale page updating information, comprising: when the staged page updating information or the full-volume page updating information is acquired, a view controller corresponding to a tag title included in the information is called, and a page is created by the view controller according to the type and the identification of the updated page included in the information.
Alternatively, the method may be applied to iOS systems; the type of page includes at least one of: native page, H5 page, REACT NATIVE page; the identification of the original page is the class name of the view controller corresponding to the page, the identification of the H5 page is the link address of the page, and the identification of the REACT NATIVE page is the name of the page module.
To achieve the above object, according to another aspect of the present invention, there is provided a data transmission method.
The data transmission method of the embodiment of the invention is applied to a control console and comprises the following steps: determining style update information for an application navigation bar, the navigation bar being in a bar controller of the application; generating navigation bar configuration information by using the style updating information, and sending the navigation bar configuration information to a client for installing the application program so as to update the style of the navigation bar; and/or determining page update information for an application navigation bar, the navigation bar being in a bar controller of the application; when the page update information needs to be sent to a plurality of clients within a preset range: determining the page update information as full-volume page update information, generating navigation bar configuration information by utilizing the full-volume page update information, and sending the navigation bar configuration information to the plurality of clients so as to update the page controlled by the navigation bar; when page update information needs to be sent to a client of the preset proportion in the plurality of clients: and determining the page update information as stage page update information, and sending the stage page update information to the client side with the preset proportion so as to update the page controlled by the navigation bar.
Optionally, the navigation bar comprises at least one label for controlling the application program page; the style update information of the navigation bar includes: updating information of a background picture of a navigation bar and/or style updating information of a label; the method further comprises: after the staged page updating information is sent to the client side with the preset proportion, collecting the operation index data of the application program in the client side; when the operation index data meet preset conditions, sending the staged page updating information to other clients in the plurality of clients; when the labels in the navigation bar are required to be added, combining the style updating information of the labels to be added and the full-quantity page updating information corresponding to the labels to be added into navigation bar configuration information, and sending the navigation bar configuration information to the clients.
Optionally, the style update information of the tag includes update information of a title, a picture and/or an angle label of the tag; the full-volume page updating information and the staged page updating information both comprise a label title corresponding to a page to be updated and a preset type and identification of the updated page; the type of page includes at least one of: native page, H5 page, REACT NATIVE page; the identification of the original page is the class name of the view controller corresponding to the page, the identification of the H5 page is the link address of the page, and the identification of the REACT NATIVE page is the name of the page module; when the page update information needs to be sent to a client with preset proportion among the clients, the method comprises the following steps: and when the page controlled by the navigation bar needs to be upgraded or repaired.
To achieve the above object, according to still another aspect of the present invention, there is provided an application updating apparatus.
The application updating device of the embodiment of the invention can comprise: the configuration acquisition unit is used for acquiring navigation bar configuration information and/or staged page update information aiming at the application program and issued by the control console; the navigation bar is located in a bar division controller of the application program, the navigation bar comprises at least one tag for controlling an application program page, and the navigation bar configuration information comprises: style update information and/or full-scale page update information of the navigation bar; an updating unit configured to: updating the navigation bar according to the style updating information of the navigation bar; and/or updating the application program page controlled by the tag according to the staged page update information or the full-scale page update information.
To achieve the above object, according to still another aspect of the present invention, there is provided a data transmission apparatus.
The data transmitting device of the embodiment of the invention is applied to a console and can comprise: a first transmitting unit configured to: determining style update information for an application navigation bar, the navigation bar being in a bar controller of the application; generating navigation bar configuration information by using the style updating information, and sending the navigation bar configuration information to a client for installing the application program so as to update the style of the navigation bar; and/or a second transmitting unit configured to: determining page update information for an application navigation bar, the navigation bar being in a bar controller of the application; when the page update information needs to be sent to a plurality of clients within a preset range: determining the page update information as full-volume page update information, generating navigation bar configuration information by utilizing the full-volume page update information, and sending the navigation bar configuration information to the plurality of clients so as to update the page controlled by the navigation bar; when page update information needs to be sent to a client of the preset proportion in the plurality of clients: and determining the page update information as stage page update information, and sending the stage page update information to the client side with the preset proportion so as to update the page controlled by the navigation bar.
To achieve the above object, according to still another aspect of the present invention, there is provided an electronic apparatus.
An electronic apparatus of the present invention includes: one or more processors; and the storage device is used for storing one or more programs, and when the one or more programs are executed by the one or more processors, the one or more processors are enabled to realize the application program updating or data sending method provided by the invention.
To achieve the above object, according to still another aspect of the present invention, there is provided a computer-readable storage medium.
A computer readable storage medium of the present invention has stored thereon a computer program which, when executed by a processor, implements the application program update or data transmission method provided by the present invention.
According to the technical scheme of the invention, one embodiment of the invention has the following advantages or beneficial effects: the style updating information of the navigation bar of the column dividing controller is configured on the control console, and the navigation bar configuration information comprising the style updating information is sent to the client, so that the background of the navigation bar and the style of each label can be flexibly changed according to the requirement; when an application program is online or a page of the column controller is newly added (namely, a label is newly added), the control console can send navigation column configuration information comprising full-volume page update information to corresponding clients in a preset range, so that each client can display each page of the column controller or the newly added page; when a certain page controlled by the column controller is in a problem or needs to be updated, the control console can send the staged page update information to clients with preset proportion in a preset range to modify or update the corresponding page, meanwhile, the control console collects the operation index data of the application programs, and sends the staged page update information to more clients when the operation index data reaches preset conditions, so that the page display of the application programs can be flexibly changed under the condition that new versions of the application programs are not required to be released. The invention has simple operation flow, can configure the application program style and the page structure without changing the application program code, can ensure the stability of the whole system by modifying or upgrading the page according to the stage page updating information, can find and adjust problems at the initial stage of updating the page, and controls the influence range.
Further effects of the above-described non-conventional alternatives are described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
FIG. 1 is a schematic diagram illustrating main steps of an application program update method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a navigation bar of a column controller in an embodiment of the present invention;
FIG. 3 is a schematic diagram of console interaction with a client in an embodiment of the invention;
FIG. 4 is a schematic diagram of the components of an application update apparatus according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of the components of a data transmission device in an embodiment of the present invention;
FIG. 6 is an exemplary system architecture diagram to which embodiments in accordance with the present invention may be applied;
Fig. 7 is a schematic diagram of an electronic device for implementing an application program update method or a data transmission method according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present invention will now be described with reference to the accompanying drawings, in which various details of the embodiments of the present invention are included to facilitate understanding, and are to be considered merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
It should be noted that the embodiments of the present invention and the technical features in the embodiments may be combined with each other without collision.
Fig. 1 is a schematic diagram of main steps of an application program updating method according to an embodiment of the invention.
As shown in fig. 1, the application program updating method according to the embodiment of the present invention may specifically be performed according to the following steps:
Step S101: and acquiring navigation bar configuration information and/or staged page update information aiming at the application program and issued by the control console.
In this step, the navigation bar refers to the navigation bar of the divided-bar controller of the application. In the iOS system, a column controller UITabbarcontroller is used for realizing page switching by a management view controller (Viewcontroller). The column controller comprises a navigation column (UITabbar) which is arranged at the bottom of the screen and is always visible, at least one label (UITabbaritem) for controlling the application program pages is arranged on the navigation column, each label corresponds to one application program page through the view controller, and each label is provided with a title, an image and an angle mark. Fig. 2 is a schematic diagram of a navigation bar of a column controller in an embodiment of the present invention, as shown in fig. 2, the navigation bar includes four labels, wherein the pictures of the labels are pentagonal, circular, square and triangular from left to right, the labels are Label a, label B, label C and Label D, respectively, and the right upper corner of the Label C contains an HOT character and the shape of the Label is a corner mark of the Label.
It should be noted that, the application program updating method in the embodiment of the present invention may be applied to application program updating of the iOS system, and may also be applied to android systems and browser ends. When the method is applied to android systems and browser ends, the above-mentioned column controllers refer to components in the android systems and the browser, which have the same or similar functions as the iOS column controllers, and the application of the invention in the iOS systems will be mainly described below as an example.
In the embodiment of the invention, the console is a part of the server which directly interacts with the client, namely a front end part of the server, and is used for configuring page data or style data for the client. In step S101, the navigation bar configuration information may include style update information or full page update information of the navigation bar, the style update information of the navigation bar may include update information of a background picture of the navigation bar (for example, content, color, etc. of the updated background picture) and/or style update information of a tag, and the style update information of the tag may include update information of a title, picture, or corner mark of the tag. It will be appreciated that the updated information of the title may include updated content, font, color information, etc. of the title in the selected state or the unselected state, the updated information of the picture may include updated content, size, color, etc. of the picture in the selected state or the unselected state, and the updated information of the corner mark may include updated content, font, color, etc. of the corner mark in the selected state or the unselected state.
The full-volume page update information is information sent by the console to all relevant clients within a preset range, wherein the preset range can be determined according to actual requirements, and can be a space range or other ranges for defining different clients, for example, the preset range can be a city, a province or a country, and the relevant clients refer to clients with corresponding application programs installed. The full-volume page update information comprises a tag title corresponding to a page to be updated and a preset type and identification of the updated page, and it can be understood that the identification of the page can enable the client to uniquely determine the page of the application program. In practical application, the page type comprises at least one of the following: native pages (i.e., pages created using the system's own development scheme), H5 pages (i.e., pages created using the H5 scheme, H5 being the fifth generation hypertext markup language), REACT NATIVE pages (i.e., pages created using the REACT NATIVE scheme, REACT NATIVE being a cross-platform application development framework), the native pages identified as class names of the view controllers to which the pages correspond, the H5 pages identified as link addresses of the pages, i.e., URL (Uniform Resource Locator ) addresses, and the REACT NATIVE pages identified as names of the page modules. In practical application, the navigation bar configuration information may also include style update information and full-scale page update information of the navigation bar.
It can be understood that the navigation bar configuration information only includes information for updating the navigation bar of the bar division controller of the client application program, and if the navigation bar is not updated, the control console does not send the navigation bar configuration information to the client. In addition, the style update information and the full-quantity page update information of the navigation bar in the navigation bar configuration information issued by the control console are information which is determined by the control console and does not need to be issued in a staged mode (namely, partial clients in a preset range are selected for distribution at first, and the issuing range is enlarged when the feedback result is good). For example, when it is required to update the picture color of the tag a of an application program to red and update a native page controlled by the tag b to H5 page, if the console determines that the update information does not need to be issued in a stepwise manner, navigation bar configuration information including the update information of the tag a and the update information of the tag b may be generated, wherein the update information of the tag a is style update information indicating that the image color of the tag a is updated to red, and the update information of the tag b is full-size page update information including the type (i.e., H5) of the updated page and the link address of the updated page. In the embodiment of the invention, the page controlled by the tag can comprise an application program main page corresponding to the tag and sub pages of each level.
In a specific application, when an application program is online or a page is newly added to the application program, a console can display the page by sending full page update information to clients, but when the page is modified or updated, the console often needs to execute staged release on the updated page, that is, firstly select a client of a preset proportion to release in a preset range, monitor operation indication data (such as error rate, throughput, page access amount, etc.) of the client application program, and distribute the operation indication data to other part or all of the clients in the preset range when the operation indication data meets preset conditions (such as the operation indication data is greater than a threshold with good characterization effect). In this scenario, the console may first send staged page update information to the client in a preset proportion, where the information includes a tag header corresponding to the page to be updated and a preset type and identifier of the updated page. It can be understood that the mapping relation between the page to be updated and the updated page type, the identifier and the corresponding preset proportion can be stored in the console in advance, and the mapping relation can be queried through the identifier of the page to be updated. In practical application, the console may determine the clients that send the staged page update information by using various policies, for example, first pick up the clients that the operating system meets a certain condition, then divide the clients into multiple copies according to a certain user characteristic, select a certain number of the clients, set a white list to select another part of the clients that meet the requirement, and send the staged page update information when the selected clients reach a preset proportion.
In step S101, the client may acquire the navigation bar configuration information or the staged page update information issued by the console when the application is started or switched from the background to the foreground, or may acquire the navigation bar configuration information or the staged page update information at any time. The acquisition can be carried out by adopting a mode that the client actively pulls from the console, or can be carried out by adopting a mode that the console actively transmits to the client and the client receives.
Step S102: updating the navigation bar according to the style updating information of the navigation bar; and/or updating the application program page controlled by the tag according to the staged page update information or the full-scale page update information.
In this step, the client adjusts the style or page structure of the application program according to the navigation bar configuration information or the staged page update information issued by the console. Specifically, when the navigation bar configuration information received by the client contains the style updating information of the navigation bar, the style of the navigation bar is updated according to the information. For example, when the style update information of the navigation bar includes update information of the navigation bar background picture, updating the navigation bar background with the update information of the navigation bar background picture; when the style update information of the navigation bar includes the style update information of the tag, the corresponding tag is updated by using the style update information of the tag. When the navigation bar configuration information received by the client contains full-quantity page update information, a view controller corresponding to a tag title included in the information can be called, and the view controller creates a page according to the type and the identifier of the updated page included in the information and displays the page when the user selects the tag.
When the client receives the stage page update information, a view controller corresponding to the tag title included in the information can be called, and the view controller creates a page according to the type and the identifier of the updated page included in the information and displays the page when the user selects the tag. It can be understood that the client may receive the navigation bar configuration information and the staged page update information at the same time, where the navigation bar configuration information may contain update information of a background picture of the navigation bar and style update information of a plurality of labels, and the client may execute update operations of an application style and a page structure according to the above information, respectively.
Fig. 3 is a schematic diagram of interaction between a console and a client in an embodiment of the present invention, as shown in fig. 3, the client may obtain navigation bar configuration information or staged page update information issued by the console at any moment and cache the navigation bar configuration information or staged page update information locally, in practical application, only the most recently issued navigation bar configuration information or staged page update information is cached locally, and after receiving the most recently issued navigation bar configuration information or staged page update information, the corresponding information cached previously may be deleted. Fig. 3 shows the information acquisition process of the client by using a dotted line, which means that the client can acquire the information in the above manner, but does not necessarily acquire and cache navigation bar configuration information or staged page update information currently.
When an application program is started or is switched from a background to a foreground, the client judges whether navigation bar configuration information exists in the local cache: if yes, setting a navigation bar style by using the navigation bar configuration information; otherwise, the navigation bar style is set using default navigation bar configuration information preset in the client list (this situation occurs when a network request fails or is abnormal). Then, the client judges whether the local stage page update information exists or not: if yes, the page is created and displayed by using the staged page update information, otherwise, the page is created and displayed by using the locally cached navigation bar configuration information or the full-quantity page update information in the default navigation bar configuration information. In a specific scene, when the control console transmits navigation bar configuration information comprising full-volume type update information to the client, the control console can simultaneously transmit the stage type page update information aiming at the corresponding page and with empty data to the client so as to empty stage type page update information of the corresponding page cached in the client, thereby ensuring that the transmitted full-volume type update information can take effect.
A data transmission method performed on the console corresponding to the application update method of the client will be described below. Specifically, the console may determine style update information for the application navigation bar and transmit navigation bar configuration information including the style update information to the client, thereby implementing style update of the client navigation bar. The console may also determine page update information for the application navigation bar, and issue the page update information to the client by adopting full-scale issue or staged issue according to actual needs to implement the client page update, and the description will be described below according to specific scenarios, where it will be understood that these scenarios do not limit the data transmission method according to the embodiment of the present invention, and the data transmission method according to the embodiment of the present invention may be applied to any applicable scenario and executed at any trigger time according to needs.
When the application program is online, the control console can send the style update information and the full-quantity page update information of the navigation bar to each relevant client in a preset range, so that each client can quickly display the style information and the page structure. When a problem occurs on a certain page of an application navigation bar and needs to be repaired, in order to keep system stability, a possible problem can be found at the initial stage of using the updated page, and generally, staged release is needed, at this time, a console can generate staged page update information and send the staged page update information to a client with a preset proportion, and when the application operation index data monitored at the later stage meets the condition, the release range is expanded, and finally full-volume transmission is realized. When a certain page of the application navigation bar needs to be updated, the control console generally needs to perform staged release, and at the moment, staged page update information can be generated and sent to a client with preset proportion, and when the application operation index data monitored at the later stage meets the conditions, the release range is enlarged, and finally full-volume transmission is realized. When the labels of the navigation bar are required to be added, the control console sends navigation bar configuration information comprising style updating information of the labels to be added and full-scale page updating information corresponding to the labels to be added to the client. Typically, the updated pages in the full page update information have previously been tested and passed at other portals of the application, so that full publishing may be employed. After the client receives the configuration information of the navigation bar, the style of the tag to be added can be set according to the style update information of the tag to be added, and the page is created and displayed according to the full-volume page update information corresponding to the tag to be added.
In the technical scheme of the embodiment of the invention, the style updating information of the navigation bar of the column dividing controller is configured on the control console, and the navigation bar configuration information comprising the style updating information is sent to the client, so that the background of the navigation bar and the style of each label can be flexibly changed according to the requirement; when an application program is online or a column controller is newly added with pages, the control console can send navigation column configuration information comprising full-volume page update information to corresponding clients in a preset range, so that each client can display each page or the newly added page of the column controller; when a certain page controlled by the column controller is in a problem or needs to be updated, the control console can send the staged page update information to clients with preset proportion in a preset range to modify or update the corresponding page, meanwhile, the control console collects the operation index data of the application programs, and sends the staged page update information to more clients when the operation index data reaches preset conditions, so that the page display of the application programs can be flexibly changed under the condition that new versions of the application programs are not required to be released. The invention has simple operation flow, can configure the application program style and the page structure without changing the application program code, can ensure the stability of the whole system by modifying or upgrading the page according to the stage page updating information, can find and adjust problems at the initial stage of updating the page, and controls the influence range.
It should be noted that, for the convenience of description, the foregoing method embodiments are expressed as a series of combinations of actions, but it should be understood by those skilled in the art that the present invention is not limited by the described order of actions, and some steps may actually be performed in other order or simultaneously. Moreover, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred embodiments, and that the acts and modules referred to are not necessarily required to practice the invention.
In order to facilitate better implementation of the above-described aspects of embodiments of the present invention, the following provides related devices for implementing the above-described aspects.
Referring to fig. 4, an application updating apparatus 400 provided in an embodiment of the present invention may include: a configuration acquisition unit 401 and an update unit 402.
The configuration obtaining unit 401 may be configured to obtain navigation bar configuration information and/or staged page update information for an application program issued by a console; the navigation bar is located in a bar division controller of the application program, the navigation bar comprises at least one tag for controlling an application program page, and the navigation bar configuration information comprises: style update information and/or full-scale page update information of the navigation bar; the updating unit 402 may be configured to: updating the navigation bar according to the style updating information of the navigation bar; and/or updating the application program page controlled by the tag according to the staged page update information or the full-scale page update information.
In the embodiment of the invention, the style update information of the navigation bar comprises: updating information of a background picture of a navigation bar and/or updating information of a label style, wherein the updating information of the label style comprises updating information of a title, a picture and/or an angle mark of the label; the full-volume page update information is information sent by a control console to a plurality of clients within a preset range, and the information comprises a tag title corresponding to a page to be updated and a preset type and identification of the page after the update; the stage type page updating information is information sent by the control console to a client in a preset proportion in the plurality of clients, and the information comprises a tag title corresponding to a page to be updated and a preset type and identification of the page after updating.
In a specific application, the configuration obtaining unit 401 is further configured to: when an application program is started or is switched from a background to a foreground, navigation bar configuration information and/or staged page update information aiming at the application program and issued by a control console are obtained; the updating unit 402 is further configured to: when the staged page updating information or the full-volume page updating information is acquired, a view controller corresponding to a tag title included in the information is called, and a page is created by the view controller according to the type and the identification of the updated page included in the information.
As a preferred embodiment, the method is applicable to iOS systems; the type of page includes at least one of: native page, H5 page, REACT NATIVE page; the identification of the original page is the class name of the view controller corresponding to the page, the identification of the H5 page is the link address of the page, and the identification of the REACT NATIVE page is the name of the page module.
Fig. 5 is a schematic diagram of components of a data transmission device according to an embodiment of the present invention, and as shown in fig. 5, a data transmission device 500 according to an embodiment of the present invention may include a first transmission unit 501 and/or a second transmission unit 502.
Wherein the first transmitting unit 501 is configured to: determining style update information for an application navigation bar, the navigation bar being in a bar controller of the application; generating navigation bar configuration information by using the style updating information, and sending the navigation bar configuration information to a client for installing the application program so as to update the style of the navigation bar; the second transmitting unit 502 may be configured to: determining page update information for an application navigation bar, the navigation bar being in a bar controller of the application; when the page update information needs to be sent to a plurality of clients within a preset range: determining the page update information as full-volume page update information, generating navigation bar configuration information by utilizing the full-volume page update information, and sending the navigation bar configuration information to the plurality of clients so as to update the page controlled by the navigation bar; when page update information needs to be sent to a client of the preset proportion in the plurality of clients: and determining the page update information as stage page update information, and sending the stage page update information to the client side with the preset proportion so as to update the page controlled by the navigation bar.
In the embodiment of the invention, the navigation bar comprises at least one label for controlling the page of the application program; the style update information of the navigation bar includes: updating information of a background picture of a navigation bar and/or style updating information of a label; the apparatus 500 may further comprise a monitoring unit and a tag adding unit, the monitoring unit being operable to: after the staged page updating information is sent to the client side with the preset proportion, collecting the operation index data of the application program in the client side; when the operation index data meet preset conditions, sending the staged page updating information to other clients in the plurality of clients; the tag adding unit may be configured to: when the labels in the navigation bar are required to be added, combining the style updating information of the labels to be added and the full-quantity page updating information corresponding to the labels to be added into navigation bar configuration information, and sending the navigation bar configuration information to the clients.
Preferably, in the embodiment of the present invention, the style update information of the tag includes update information of a title, a picture and/or an angle label of the tag; the full-volume page updating information and the staged page updating information both comprise a label title corresponding to a page to be updated and a preset type and identification of the updated page; the type of page includes at least one of: native page, H5 page, REACT NATIVE page; the identification of the original page is the class name of the view controller corresponding to the page, the identification of the H5 page is the link address of the page, and the identification of the REACT NATIVE page is the name of the page module; when the page update information needs to be sent to a client with preset proportion among the clients, the method comprises the following steps: and when the page controlled by the navigation bar needs to be upgraded or repaired.
In the technical scheme of the embodiment of the invention, the style updating information of the navigation bar of the column dividing controller is configured on the control console, and the navigation bar configuration information comprising the style updating information is sent to the client, so that the background of the navigation bar and the style of each label can be flexibly changed according to the requirement; when an application program is online or a column controller is newly added with pages, the control console can send navigation column configuration information comprising full-volume page update information to corresponding clients in a preset range, so that each client can display each page or the newly added page of the column controller; when a certain page controlled by the column controller is in a problem or needs to be updated, the control console can send the staged page update information to clients with preset proportion in a preset range to modify or update the corresponding page, meanwhile, the control console collects the operation index data of the application programs, and sends the staged page update information to more clients when the operation index data reaches preset conditions, so that the page display of the application programs can be flexibly changed under the condition that new versions of the application programs are not required to be released. The invention has simple operation flow, can configure the application program style and the page structure without changing the application program code, can ensure the stability of the whole system by modifying or upgrading the page according to the stage page updating information, can find and adjust problems at the initial stage of updating the page, and controls the influence range.
Fig. 6 illustrates an exemplary system architecture 600 to which the application update method or apparatus and the data transmission method or apparatus of embodiments of the present invention may be applied.
As shown in fig. 6, a system architecture 600 may include terminal devices 601, 602, 603, a network 604, and a server 605 (this architecture is merely an example, and the components contained in a particular architecture may be tailored to the application specific case). The network 604 is used as a medium to provide communication links between the terminal devices 601, 602, 603 and the server 605. The network 604 may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others.
A user may interact with the server 605 via the network 604 using the terminal devices 601, 602, 603 to receive or send messages, etc. Various client applications may be installed on the terminal devices 601, 602, 603.
The terminal devices 601, 602, 603 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smartphones, tablets, laptop and desktop computers, and the like.
The server 605 may be a server providing various services, such as a console (by way of example only) providing services to applications operated by the user with the terminal devices 601, 602, 603. The console may process the received page update request and feed back the processing result (e.g. updated page information—only examples) to the terminal device 601, 602, 603.
It should be noted that, the application updating method and apparatus provided in the embodiment of the present invention are generally associated with the terminal devices 601, 602, 603, and the data sending method and apparatus are generally associated with the server 605.
It should be understood that the number of terminal devices, networks and servers in fig. 6 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
The invention also provides electronic equipment. The electronic equipment of the embodiment of the invention comprises: one or more processors; and the storage device is used for storing one or more programs, and when the one or more programs are executed by the one or more processors, the one or more processors are enabled to realize the application program updating method or the data sending method provided by the invention.
Referring now to FIG. 7, there is illustrated a schematic diagram of a computer system 700 suitable for use in implementing an electronic device of an embodiment of the present invention. The electronic device shown in fig. 7 is only an example and should not be construed as limiting the functionality and scope of use of the embodiments of the invention.
As shown in fig. 7, the computer system 700 includes a Central Processing Unit (CPU) 701, which can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 702 or a program loaded from a storage section 708 into a Random Access Memory (RAM) 703. In the RAM703, various programs and data required for the operation of the computer system 700 are also stored. The CPU701, ROM702, and RAM703 are connected to each other through a bus 704. An input/output (I/O) interface 705 is also connected to bus 704.
The following components are connected to the I/O interface 705: an input section 706 including a keyboard, a mouse, and the like; an output portion 707 including a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, a speaker, and the like; a storage section 708 including a hard disk or the like; and a communication section 709 including a network interface card such as a LAN card, a modem, or the like. The communication section 709 performs communication processing via a network such as the internet. The drive 710 is also connected to the I/O interface 705 as needed. A removable medium 711 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is installed on the drive 710 as necessary, so that a computer program read out therefrom is installed into the storage section 708 as necessary.
In particular, the processes described in the main step diagrams above may be implemented as computer software programs according to the disclosed embodiments of the invention. For example, embodiments of the present invention include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method shown in the main step diagrams. In the above-described embodiment, the computer program can be downloaded and installed from a network through the communication section 709 and/or installed from the removable medium 711. The above-described functions defined in the system of the present invention are performed when the computer program is executed by the central processing unit 701.
The computer readable medium shown in the present invention may be a computer readable signal medium or a computer readable storage medium, or any combination of the two. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples of the computer-readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, a computer readable signal medium may comprise a data signal propagated in baseband or as part of a carrier wave, with computer readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units involved in the embodiments of the present invention may be implemented in software or in hardware. The described units may also be provided in a processor, for example, described as: a processor includes a configuration acquisition unit and an update unit. The names of these units do not constitute a limitation on the unit itself in some cases, and for example, the configuration acquisition unit may also be described as "a unit that transmits navigation bar configuration information and/or staged page update information to the update unit".
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be present alone without being fitted into the device. The computer readable medium carries one or more programs which, when executed by the device, cause the device to perform steps comprising: acquiring navigation bar configuration information and/or staged page update information aiming at an application program and issued by a control console; the navigation bar is located in a bar division controller of the application program, the navigation bar comprises at least one tag for controlling an application program page, and the navigation bar configuration information comprises: style update information and/or full-scale page update information of the navigation bar; updating the navigation bar according to the style updating information of the navigation bar; and/or updating the application program page controlled by the tag according to the staged page update information or the full-scale page update information. The steps that, when executed by the apparatus, cause the apparatus to perform further comprise: determining style update information for an application navigation bar, the navigation bar being in a bar controller of the application; generating navigation bar configuration information by using the style updating information, and sending the navigation bar configuration information to a client for installing the application program so as to update the style of the navigation bar; and/or determining page update information for an application navigation bar, the navigation bar being in a bar controller of the application; when the page update information needs to be sent to a plurality of clients within a preset range: determining the page update information as full-volume page update information, generating navigation bar configuration information by utilizing the full-volume page update information, and sending the navigation bar configuration information to the plurality of clients so as to update the page controlled by the navigation bar; when page update information needs to be sent to a client of the preset proportion in the plurality of clients: and determining the page update information as stage page update information, and sending the stage page update information to the client side with the preset proportion so as to update the page controlled by the navigation bar.
In the technical scheme of the embodiment of the invention, the style updating information of the navigation bar of the column dividing controller is configured on the control console, and the navigation bar configuration information comprising the style updating information is sent to the client, so that the background of the navigation bar and the style of each label can be flexibly changed according to the requirement; when an application program is online or a column controller is newly added with pages, the control console can send navigation column configuration information comprising full-volume page update information to corresponding clients in a preset range, so that each client can display each page or the newly added page of the column controller; when a certain page controlled by the column controller is in a problem or needs to be updated, the control console can send the staged page update information to clients with preset proportion in a preset range to modify or update the corresponding page, meanwhile, the control console collects the operation index data of the application programs, and sends the staged page update information to more clients when the operation index data reaches preset conditions, so that the page display of the application programs can be flexibly changed under the condition that new versions of the application programs are not required to be released. The invention has simple operation flow, can configure the application program style and the page structure without changing the application program code, can ensure the stability of the whole system by modifying or upgrading the page according to the stage page updating information, can find and adjust problems at the initial stage of updating the page, and controls the influence range.
The above embodiments do not limit the scope of the present invention. It will be apparent to those skilled in the art that various modifications, combinations, sub-combinations and alternatives can occur depending upon design requirements and other factors. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the scope of the present invention.

Claims (11)

1. An application update method, comprising:
When an application program is online or a new page is added to a column controller, acquiring navigation column configuration information aiming at the application program and issued by a control console; when the application program page controlled by the column controller has problems or needs to be updated, acquiring stage page updating information aiming at the application program and issued by a control console; wherein,
The navigation bar is located in a bar division controller of the application program, the navigation bar comprises at least one tag for controlling pages of the application program, and the navigation bar configuration information comprises: style update information and full-scale page update information of the navigation bar;
updating the navigation bar according to the style updating information of the navigation bar; and updating the application program page controlled by the tag according to the staged page updating information or the full-scale page updating information.
2. The method of claim 1, wherein the step of determining the position of the substrate comprises,
The style update information of the navigation bar includes: updating information of a background picture of a navigation bar and/or updating information of a label style, wherein the updating information of the label style comprises updating information of a title, a picture and/or an angle mark of the label;
the full-volume page update information is information sent by a control console to a plurality of clients within a preset range, and the information comprises a tag title corresponding to a page to be updated and a preset type and identification of the page after the update;
the stage type page updating information is information sent by the control console to a client in a preset proportion in the plurality of clients, and the information comprises a tag title corresponding to a page to be updated and a preset type and identification of the page after updating.
3. The method according to claim 2, wherein obtaining navigation bar configuration information and/or staged page update information for an application program issued by a console comprises:
When an application program is started or is switched from a background to a foreground, navigation bar configuration information and/or staged page update information aiming at the application program and issued by a control console are obtained;
updating the application program page controlled by the tag according to the staged page updating information or the full-scale page updating information, comprising:
when the staged page updating information or the full-volume page updating information is acquired, a view controller corresponding to a tag title included in the information is called, and a page is created by the view controller according to the type and the identification of the updated page included in the information.
4. A method according to claim 2 or 3, characterized in that,
The method is applied to an iOS system;
The type of page includes at least one of: native page, H5 page, REACT NATIVE page;
The identification of the original page is the class name of the view controller corresponding to the page, the identification of the H5 page is the link address of the page, and the identification of the REACT NATIVE page is the name of the page module.
5. A data transmission method applied to a console, comprising:
When an application program is online or a page is newly added to a column controller, determining style updating information for a navigation column of the application program, wherein the navigation column is positioned in the column controller of the application program; generating navigation bar configuration information by using the style updating information, and sending the navigation bar configuration information to a client for installing the application program so as to update the style of the navigation bar;
When an application program is online or a column controller newly adds a page, determining page update information aiming at an application program navigation column, wherein the navigation column is positioned in the column controller of the application program; when the page update information needs to be sent to a plurality of clients within a preset range: determining the page update information as full-volume page update information, generating navigation bar configuration information by utilizing the full-volume page update information, and sending the navigation bar configuration information to the plurality of clients so as to update the page controlled by the navigation bar;
When page update information needs to be sent to a client of the preset proportion in the plurality of clients: determining page update information as stage page update information, and sending the stage page update information to the client side with the preset proportion so as to update the page controlled by the navigation bar; when the page update information needs to be sent to a client with preset proportion among the clients, the method comprises the following steps: and when the page controlled by the navigation bar needs to be upgraded or repaired.
6. The method of claim 5, wherein the step of determining the position of the probe is performed,
The navigation bar comprises at least one label for controlling the application program page;
the style update information of the navigation bar includes: updating information of a background picture of a navigation bar and/or style updating information of a label;
The method further comprises:
After the staged page updating information is sent to the client side with the preset proportion, collecting the operation index data of the application program in the client side;
when the operation index data meet preset conditions, sending the staged page updating information to other clients in the plurality of clients;
when the labels in the navigation bar are required to be added, combining the style updating information of the labels to be added and the full-quantity page updating information corresponding to the labels to be added into navigation bar configuration information, and sending the navigation bar configuration information to the clients.
7. The method of claim 6, wherein the step of providing the first layer comprises,
The style updating information of the label comprises updating information of a title, a picture and/or an angle label of the label;
The full-volume page updating information and the staged page updating information both comprise a label title corresponding to a page to be updated and a preset type and identification of the updated page;
The type of page includes at least one of: native page, H5 page, REACT NATIVE page;
The identification of the original page is the class name of the view controller corresponding to the page, the identification of the H5 page is the link address of the page, and the identification of the REACT NATIVE page is the name of the page module.
8. An application updating apparatus, comprising:
A configuration acquisition unit configured to: when an application program is online or a new page is added to a column controller, acquiring navigation column configuration information aiming at the application program and issued by a control console; when the application program page controlled by the column controller has problems or needs to be updated, acquiring stage page updating information aiming at the application program and issued by a control console; wherein,
The navigation bar is located in a bar division controller of the application program, the navigation bar comprises at least one tag for controlling pages of the application program, and the navigation bar configuration information comprises: style update information and full-scale page update information of the navigation bar;
An updating unit configured to: updating the navigation bar according to the style updating information of the navigation bar; and updating the application program page controlled by the tag according to the staged page updating information or the full-scale page updating information.
9. A data transmission device for use in a console, comprising:
A first transmitting unit configured to: when an application program is online or a page is newly added to a column controller, determining style updating information for a navigation column of the application program, wherein the navigation column is positioned in the column controller of the application program; generating navigation bar configuration information by using the style updating information, and sending the navigation bar configuration information to a client for installing the application program so as to update the style of the navigation bar;
A second transmitting unit configured to: when an application program is online or a column controller newly adds a page, determining page update information aiming at an application program navigation column, wherein the navigation column is positioned in the column controller of the application program; when the page update information needs to be sent to a plurality of clients within a preset range: determining the page update information as full-volume page update information, generating navigation bar configuration information by utilizing the full-volume page update information, and sending the navigation bar configuration information to the plurality of clients so as to update the page controlled by the navigation bar; when the page controlled by the navigation bar needs to be upgraded or repaired: and determining the page update information as stage page update information, and sending the stage page update information to a client side with a preset proportion so as to update the page controlled by the navigation bar.
10. An electronic device, comprising:
One or more processors;
Storage means for storing one or more programs,
When executed by the one or more processors, causes the one or more processors to implement the method of any of claims 1-7.
11. A computer readable storage medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements the method according to any of claims 1-7.
CN202010010261.7A 2020-01-06 2020-01-06 Application program updating method and device and data sending method and device Active CN113076118B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010010261.7A CN113076118B (en) 2020-01-06 2020-01-06 Application program updating method and device and data sending method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010010261.7A CN113076118B (en) 2020-01-06 2020-01-06 Application program updating method and device and data sending method and device

Publications (2)

Publication Number Publication Date
CN113076118A CN113076118A (en) 2021-07-06
CN113076118B true CN113076118B (en) 2024-09-20

Family

ID=76608969

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010010261.7A Active CN113076118B (en) 2020-01-06 2020-01-06 Application program updating method and device and data sending method and device

Country Status (1)

Country Link
CN (1) CN113076118B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114265611A (en) * 2021-12-28 2022-04-01 掌阅科技股份有限公司 Navigation bar display method, electronic device and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103246529A (en) * 2012-02-13 2013-08-14 腾讯科技(深圳)有限公司 Method, equipment and system for updating and pushing navigation bar
CN109558162A (en) * 2017-09-26 2019-04-02 腾讯科技(深圳)有限公司 Application issued method, apparatus, computer equipment and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8965864B2 (en) * 2006-10-31 2015-02-24 Sap Se Method and system for efficient execution and rendering of client/server interactive applications
US20100115452A1 (en) * 2008-11-03 2010-05-06 Novarra, Inc. Methods and Systems for Providing Navigation Bars in a Client Browser for a Client Device
CN107092652B (en) * 2017-03-14 2021-06-29 口碑控股有限公司 Navigation method and device for target page
CN109343903A (en) * 2018-09-26 2019-02-15 深圳壹账通智能科技有限公司 A kind of method and terminal of more new user interface

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103246529A (en) * 2012-02-13 2013-08-14 腾讯科技(深圳)有限公司 Method, equipment and system for updating and pushing navigation bar
CN109558162A (en) * 2017-09-26 2019-04-02 腾讯科技(深圳)有限公司 Application issued method, apparatus, computer equipment and storage medium

Also Published As

Publication number Publication date
CN113076118A (en) 2021-07-06

Similar Documents

Publication Publication Date Title
US11979300B2 (en) Standardized format for containerized applications
JP5682996B2 (en) Client program, terminal, server device, server program, system and method
JP6728691B2 (en) Software and firmware download and installation support calculation processing system and software download support method
CN107656748B (en) Application publishing method and device
CN109729189B (en) Method and device for configuring domain name
CN106797670A (en) Initialization with physical switches representing state transfer traffic
US9906399B2 (en) Methods and systems for combined management of multiple servers
US20160343041A1 (en) INTERFACING WITH SERVERS HAVING DIFFERENT APIs TO OBTAIN ADVERTISEMENT DATA
CN107330087B (en) Page file generation method and device
US11924295B2 (en) Serving assets in a networked environment
CN113157270A (en) Page adaptation method and device
CN113076118B (en) Application program updating method and device and data sending method and device
US9032541B2 (en) Information processing system, information processing apparatus, and computer-readable storage medium
KR102121641B1 (en) Coalescing graphics operations
EP3101539B1 (en) Selection of compatible resources after updating web application servers
US10193737B2 (en) Method for performing communication between browser and mobile terminal, and browser apparatus
CN113326079A (en) Service version switching method, switching device, electronic equipment and storage medium
US10416855B2 (en) Integrating remote assets from content management service with content developed by content creation applications
CN113515328B (en) Page rendering method, device, electronic equipment and storage medium
CN115857969A (en) Method and device for distributing browser extension program, electronic equipment and storage medium
JP5787688B2 (en) Server apparatus, client apparatus, information processing method, and program
CN108459890B (en) Interface display method and device for application
CN113760419B (en) Method, apparatus, device and computer readable medium for displaying image
CA2785062C (en) A method and system for communicating between computing devices
EP4304154A1 (en) Information processing device, information processing method, program, and information processing system

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