CN110968382A - Method, system, electronic device and medium for updating view - Google Patents

Method, system, electronic device and medium for updating view Download PDF

Info

Publication number
CN110968382A
CN110968382A CN201811156012.8A CN201811156012A CN110968382A CN 110968382 A CN110968382 A CN 110968382A CN 201811156012 A CN201811156012 A CN 201811156012A CN 110968382 A CN110968382 A CN 110968382A
Authority
CN
China
Prior art keywords
view
updated
views
priority
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.)
Pending
Application number
CN201811156012.8A
Other languages
Chinese (zh)
Inventor
汪刚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuhan Douyu Network Technology Co Ltd
Original Assignee
Wuhan Douyu Network 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201811156012.8A priority Critical patent/CN110968382A/en
Publication of CN110968382A publication Critical patent/CN110968382A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

A method, system, electronic device, and medium for updating a view are provided. The method comprises the following steps: s101, receiving a view updating message sent by a server within a preset time, creating a view to be updated, and setting the priority of the view to be updated; s102, creating a storage array, storing the views to be updated in the storage array, and numbering all the views in the storage array according to priority by using numerical type parameters; s103, judging whether the currently displayed view exists in a storage array or not, if so, acquiring a view to be updated with the highest priority except the currently displayed view according to the numerical value type parameter, displaying the view to be updated through an updated view function, and if not, displaying the view to be updated with the highest priority through the updated view function; and S104, repeating S103 until the updating display of all the views to be updated is completed. The display with high priority is realized, the display with low priority is not realized, and the problem of low efficiency of processing conflict is solved.

Description

Method, system, electronic device and medium for updating view
Technical Field
The present application relates to a method, system, electronic device and medium for updating a view.
Background
A User Interface (UI) generally refers to a User Interface on which a view is presented, typically through a series of processes. Firstly, according to a message sent by a server, a UI is required to be created, and the number of UIs is judged, if only one UI does not have conflict among the UIs, if a plurality of UIs do exist conflict, only one UI is displayed through judgment, then the UI is added into an access container for layout and display, wherein the layout refers to the process that a view is placed at different positions according to different page conditions, and the process is that one UI is displayed from creation to completion and conflicts are processed. If the server sends a message again and needs to create a UI again, the above process needs to be repeated.
For example, when the server sends a message for updating the current view to the view a, the view a is created according to the message, and the content of the view in the UI is updated to display the view a. When a server side sends a message for updating a current view into an updated view A, then a message for updating the current view into an updated view B is sent, after the view A is created, a view B is created, at the moment, a plurality of UIs have conflict conditions, so that the priorities of the view A and the view B need to be judged, if the priority of the view A is higher than that of the view B, the view B is removed when the view A is displayed, whether the view A exists or not needs to be judged when the view B is displayed, if the view A does not exist, the view B needs to be created again and then the view B is displayed.
Therefore, the judgment is needed twice when 2 views exist, and the complexity of the judgment needed when more views are mutually exclusive rises in a geometric exponential manner, so that the method is very complex and has a large amount of repeated codes. Thus, in actual development, collision needs to be continuously processed, and the efficiency of processing the collision is low.
Disclosure of Invention
One aspect of the present application provides a method of updating a view, the method comprising: step S101, receiving a view updating message sent by a server within preset time, creating a view to be updated, and setting the priority of the view to be updated; step S102, a storage array is created, the views to be updated are stored in the storage array, and all the views in the storage array are numbered according to the priority through numerical type parameters; step S103, judging whether the currently displayed view exists in a storage array or not, if so, acquiring a view to be updated with the highest priority except the currently displayed view according to the numerical value type parameter, displaying the view to be updated through an updated view function, and if not, displaying the view to be updated with the highest priority through the updated view function; and step S104, repeating the step S103 until the updating display of all the views to be updated is completed.
Optionally, setting the priority of the view includes: the priority of the view is set by setting the tag value of the view.
Optionally, the numbering all views in the storage array according to priority by using the numerical type parameter includes: and setting the numerical value type parameters of all the views in the storage array according to the rule that the priority is higher and the number is smaller.
Optionally, the rule that the greater the priority, the smaller the number includes: and comparing the tag value of the view to be updated with the tag values of the other views in the storage array, if the tag value of the view to be updated is the largest, setting the numerical type parameter of the view to be 0, and if the tag value of the view is smaller than the tag values of the other views, sequentially setting the numerical type parameter of the view to be a positive integer.
Optionally, before determining whether the currently displayed view already exists in the storage array, the method further includes: and creating a dictionary, and storing the view to be updated and the numerical value type parameters in the dictionary in a key-value pair mode.
Optionally, obtaining a view with the highest priority except the currently displayed view according to the value type parameter includes: setting the numerical type parameter of the currently displayed view as a negative number, acquiring the numerical type parameter as a minimum value in nonnegative numbers, and acquiring the view to be updated corresponding to the minimum value from the dictionary.
Optionally, displaying the view to be updated by updating the view function, including: and judging whether the width and the height of the view to be updated exist in the view updating function, if so, adding the view to be updated to the interface and displaying the view.
Another aspect of the present application provides a system for updating a view, the system comprising:
the view creating module is used for receiving a view updating message sent by the server within the preset time, creating a view to be updated and setting the priority of the view to be updated; the method comprises the steps of establishing a storage array module, storing views to be updated in the storage array, and numbering all views in the storage array according to priority through numerical type parameters; the view updating module is used for judging whether the currently displayed view exists in the storage array or not, if so, acquiring a view to be updated with the highest priority except the currently displayed view according to the numerical value type parameter, displaying the view to be updated through the view updating function, and if not, displaying the view to be updated with the highest priority through the view updating function; and the view display completion module is used for repeatedly updating the view module until all the views to be updated are updated and displayed.
Yet another aspect of the present application provides an electronic device, the device comprising: a communicator for communicating with a server; a processor; a memory storing a computer executable program which, when executed by the processor, causes the processor to perform the method as described above.
Another aspect of the application provides a computer program comprising computer executable instructions for implementing the method as described above when executed.
Drawings
For a more complete understanding of the present application and the advantages thereof, reference is now made to the following descriptions taken in conjunction with the accompanying drawings, in which:
FIG. 1 schematically illustrates a flow chart of a method for updating a view provided by an embodiment of the present application;
FIG. 2 schematically illustrates a flow chart of a method for updating a view provided by another embodiment of the present application;
FIG. 3 schematically illustrates a system block diagram of an updated view provided by an embodiment of the present application;
fig. 4 schematically shows a block diagram of an electronic device provided according to an embodiment of the present application.
Detailed Description
Hereinafter, embodiments of the present application will be described with reference to the accompanying drawings. It is to be understood that such description is merely illustrative and not intended to limit the scope of the present application. In the following detailed description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the embodiments of the application. It may be evident, however, that one or more embodiments may be practiced without these specific details. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present application.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. The terms "comprises," "comprising," and the like, as used herein, specify the presence of stated features, steps, operations, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, or components.
One embodiment of the present application provides a method of updating a view, referring to fig. 1, the method including:
step S101, receiving a view updating message sent by a server within a preset time, creating a view to be updated, and setting the priority of the view to be updated.
In the embodiment of the application, "view" refers to a view presented to a user on an interface by the user, and an updated view refers to a change of the view on the interface, for example, when the user uses an application program on a mobile phone, a view of an advertisement is presented when the program is opened, then a view using the interface is presented, and a different view is presented when a different module is clicked.
When the server transmits a plurality of view update messages, they are generally not transmitted at the same time but continuously transmitted for a preset time. The view update message sent by the server is used to define view characteristics, such as view size scale, text content, animation content, and other characteristic information, and after receiving the message, the terminal needs to create a view to be updated according to the characteristics defined in the message. After receiving the multiple view update messages, creating corresponding multiple views to be updated, and in order to prevent the multiple views to be updated from being displayed on the interface at the same time, setting different priorities for the multiple views to be updated to implement subsequent display with a higher priority and non-display with a lower priority.
Step S102, a storage array is created, the views to be updated are stored in the storage array, and all the views in the storage array are numbered according to the priority through the numerical type parameters.
The views to be updated stored in the storage array are all the views to be updated created in step S101, all the views in the storage array are numbered according to priority by the numeric type parameter, the views are sorted according to priority by the numeric form, the priority of the views is the level and the order for determining the display of the views, the view with the higher priority is preferentially displayed, and the determination of the priority of the view is set according to the actual situation, for example, in a purchase-type mobile phone application, when the user finishes the payment, the user continuously displays the "payment success" view and the "return to the merchant" view, and at this time, the "payment success" view priority should be higher than the "return to the merchant" view. The situation that in the prior art, pairwise comparison is carried out through a judgment type function to distinguish the priority sizes of two views is avoided.
Step S103, judging whether the currently displayed view exists in a storage array, if so, acquiring a view to be updated with the highest priority except the currently displayed view according to the numerical value type parameter, displaying the view to be updated through an updated view function, and if not, displaying the view to be updated with the highest priority through the updated view function.
When the display is performed for the first time, that is, the currently displayed view does not exist in the storage array, the view to be updated with the highest priority can be displayed according to the number of the numerical type parameter.
And step S104, repeating the step S103 until the updating display of all the views to be updated is completed.
When the display is performed for the second time, the currently displayed view, namely the view when the display is performed for the first time, already exists in the storage array. At this time, the view to be updated with the highest priority except the currently displayed view needs to be acquired, and the view is displayed. And by analogy, each display is to display the current highest priority, and the display is not displayed with the low priority.
Therefore, the method provided by the embodiment of the application stores the created multiple views to be displayed through the storage array, displays the views according to the priority, displays the views with high priority, does not display the views with low priority, but does not remove the views with low priority, so that the views do not need to be re-created when the display with high priority is completed and the views with relatively low priority need to be displayed, and the views can be displayed directly by updating the view function. The problem of among the prior art handle the inefficiency of conflict, have many repetition codes is solved.
Another embodiment of the present application provides a method of updating a view, referring to fig. 2, the method including:
step S201, receiving a view updating message sent by a server within a preset time, creating a view to be updated, and setting the priority of the view by setting a tag value of the view.
In one example, 4 view update messages sent by the server within 5 seconds of a preset time are received, A, B, C, D of the 4 views to be updated are created according to the 4 view update messages, and the tag value of the a view is set to 1000, the tag value of the B view is set to 800, the tag value of the C view is set to 600, and the tag value of the D view is set to 500. From this tag value, it can be seen that the view with the highest priority is a, and the remaining views are sorted in descending order B, C, D.
Step S202, a storage array is created, and the view to be updated is stored in the storage array. Numbering all views in the storage array according to the priority through the numerical type parameters, and setting the numerical type parameters according to a rule that the priority is higher and the number is smaller.
For example, the created array is view, and all data of the view to be updated A, B, C, D is stored in the view array, including its tag value. Comparing the tag value of the view to be updated with the tag values of the other views in the storage array, if the tag value of the view to be updated is the largest, setting the numerical type parameter of the view to be 0, and if the tag value of the view is smaller than the tag values of the other views, sequentially setting the numerical type parameter of the view to be a positive integer. Defining the value type parameter as i, which is a variable of the value type, the value of i corresponding to the view A to be updated is 0, the value of i corresponding to the view B to be updated is 1, the value of i corresponding to the view C to be updated is 2, and the value of i corresponding to the view D to be updated is 3.
It should be noted that the values 0, 1, 2, and 3 of the value type parameter i are all views to be numbered according to priority in the storage array.
Step S203, a dictionary is created, and the view to be updated and the numerical value type parameters are stored in the dictionary in a key value pair mode.
Defining a dictionary viewinfo, using the values 0, 1, 2, 3 of the value type parameter i as the key value of the dictionary, and using the view to be updated A, B, C, D corresponding to the value of the value type parameter i as the value of the dictionary. That is, the value view data is stored in the dictionary in the form of key-value pairs, and the value view data is stored under an identifier key in the dictionary viewinfo, so that the value view data can be accessed by calling the key. Therefore, the value type parameter i is the only mark of the view, and the value of i is in one-to-one correspondence with the view.
And step S204, judging whether the currently displayed view exists in the storage array, if so, acquiring the view to be updated with the highest priority except the currently displayed view according to the numerical value type parameter, displaying the view to be updated through the updated view function, and if not, displaying the view to be updated with the highest priority through the updated view function.
The step of the judgment is a common inclusion relation judgment, for example, whether the tag value of the current display view is included in the storage array view can be judged through a function contacts () in the android system, if so, true is returned, and if not, false is returned.
In this embodiment, the views to be updated A, B, C, D are all views that need to be updated, and the view included in the storage array view is A, B, C, D view. When the view is updated for the first time, the currently displayed view M is the originally displayed view picture before the view update message is not received, so through the determining step, the currently displayed view M is not included in the storage array view, and the view with the highest priority in the storage array view at this time is the view a, and the view a should be displayed by updating the view function. The layout currentviews function is used to add views to a unified view, with the parameter topviews, which is an array type parameter. Specifically, in the layout currentviews function, a view a is called from a dictionary viewinfo through topviewkeys, the view a is added to a unified view, then the view a added to the unified view needs to be transferred to an interface to be updated through a neededupteppkbarlayout proxy method and displayed, the proxy method is an update view function, the update view function (neededuppkbarlayout proxy method) is used for judging whether the width and height of the view to be updated exist, and if so, the view to be updated is added to the interface and displayed.
And step S205, repeating step S204 until all the views to be updated are updated and displayed.
When the first updating display is finished, namely the currently displayed view is the view A, through the judging step, the currently displayed view A is contained in the storage array view, at the moment, the numerical type parameter of the currently displayed view is set to be a negative number, the numerical type parameter is obtained to be the minimum value in the nonnegative number, and the view to be updated corresponding to the minimum value is obtained from the dictionary.
After the value type parameter i of the view a is set to-1, the remaining views B, C, D are all not displayed, and the values of i are all non-negative numbers, wherein the value of i is minimum to 1, which corresponds to the view B, so in the layout currentviews function, the view B is called from the dictionary viewinfo through topviewkeys, and the view B is added to the uniform view, and then the view B added to the uniform view is transferred to the interface to be updated through the needfatepkbarlayout proxy method and displayed, the proxy method is the update view function, the update view function (needfatepkbarlaut proxy method) is used to judge whether the width and height of the view to be updated exist, if so, the view to be updated is added to the interface and displayed.
Similarly, when the view B is displayed, the same steps are continuously adopted to sequentially display the views C and D.
In summary, in the method provided in the embodiment of the present application, the created multiple views to be displayed are stored through the storage array, the views are displayed according to the priority, the view with the higher priority is displayed, and the view with the lower priority is not displayed, but the view with the lower priority is not removed, so that when the display with the higher priority is completed, and the view with the lower priority needs to be displayed, the view does not need to be created again, and the view can be displayed directly by updating the view function. The problem of among the prior art handle the inefficiency of conflict, have many repetition codes is solved.
It should be noted that, the above steps S201 to S205 may be implemented by a function, for example, creating a container class, and defining an activityviewreareadyalthey function in the container class, where the function is used to implement the processes of the above steps S201 to S205. Therefore, the function has three parameters, wherein the parameter I is a value type parameter i, the parameter II is a view to be updated, and the parameter III is a dictionary viewInfo. Before using the activityviewready with function, three parameters of the activityviewready with function need to be checked, whether the three parameters are NULL is judged, if yes, the program is terminated, and if not, the normal program steps are executed, wherein the checking steps are conventional methods in the prior art, and can be realized through a function if (viewinfo is NULL) and the like. Thus, the activityviewreadyathumbkey function can be called by these three parameters to implement the process from step S201 to step S205.
Referring to fig. 3, fig. 3 illustrates a system for updating a view according to an embodiment of the application, the system 300 comprising:
a view creating module 301, configured to receive a view update message sent by a server within a preset time, create a view to be updated, and set a priority of the view to be updated; a storage array creating module 302, configured to store the view to be updated in the storage array, and number all views in the storage array according to priority by using a numerical type parameter; the view updating module 303 is configured to determine whether a currently displayed view already exists in the storage array, if so, obtain a view to be updated with the highest priority except for the currently displayed view according to the value type parameter, display the view to be updated by updating a view function, and if not, display the view to be updated with the highest priority by updating the view function; the view display completion module 304 repeats the update view module until all the views to be updated are displayed completely.
Any number of modules, sub-modules, units, sub-units, or at least part of the functionality of any number thereof according to embodiments of the present application may be implemented in one module. Any one or more of the modules, sub-modules, units and sub-units according to the embodiments of the present application may be implemented by being split into a plurality of modules.
Fig. 4 schematically shows a block diagram of an electronic device according to an embodiment of the application.
As shown in fig. 4, the electronic device 400 includes a communicator 401, a processor 402 and a memory 403. The electronic device 400 may perform a method according to an embodiment of the application.
Specifically, the communicator 401 is used to communicate with a server; processor 402 may include, for example, a general purpose microprocessor, an instruction set processor and/or associated chip set and/or a special purpose microprocessor (e.g., an Application Specific Integrated Circuit (ASIC)), or the like. The processor 402 may also include onboard memory for caching purposes. The processor 402 may be a single processing unit or a plurality of processing units for performing the different actions of the method flows according to embodiments of the application.
The memory 403 may be, for example, any medium that can contain, store, communicate, propagate, or transport the instructions. For example, a readable storage medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. Specific examples of the readable storage medium include: magnetic storage devices, such as magnetic tape or Hard Disk Drives (HDDs); optical storage devices, such as compact disks (CD-ROMs); a memory, such as a Random Access Memory (RAM) or a flash memory; and/or wired/wireless communication links. Which stores a computer executable program which, when executed by the processor, causes the processor to perform the live-air tag adding method as described above.
The present application also provides a computer readable medium, which may be embodied in the apparatus/device/system described in the above embodiments; or may exist separately and not be assembled into the device/apparatus/system. The computer readable medium carries one or more programs which, when executed, implement the method according to an embodiment of the present application.
According to embodiments of the present application, a computer readable medium may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination 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 present application, 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 this application, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many 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, wired, optical fiber cable, radio frequency signals, etc., or any suitable combination of the foregoing.
It will be appreciated by a person skilled in the art that various combinations and/or combinations of features described in the various embodiments and/or claims of the present application are possible, even if such combinations or combinations are not explicitly described in the present application. In particular, various combinations and/or combinations of the features recited in the various embodiments and/or claims of the present application may be made without departing from the spirit and teachings of the present application. All such combinations and/or associations are intended to fall within the scope of this application.
While the present application has been shown and described with reference to certain exemplary embodiments thereof, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the application as defined by the appended claims and their equivalents. Accordingly, the scope of the present application should not be limited to the above-described embodiments, but should be defined not only by the appended claims, but also by equivalents thereof.

Claims (10)

1. A method for updating a view, the method comprising:
step S101, receiving a view updating message sent by a server within preset time, creating a view to be updated, and setting the priority of the view to be updated;
step S102, a storage array is created, the views to be updated are stored in the storage array, and all the views in the storage array are numbered according to the priority by numerical type parameters;
step S103, judging whether the currently displayed view exists in the storage array, if so, acquiring a view to be updated with the highest priority except the currently displayed view according to the numerical value type parameter, displaying the view to be updated through an updated view function, and if not, displaying the view to be updated with the highest priority through the updated view function;
and step S104, repeating the step S103 until the updating display of all the views to be updated is completed.
2. The method of claim 1, wherein the prioritizing the views comprises:
the priority of the view is set by setting the tag value of the view.
3. The method of claim 2, wherein said numbering all views in said memory array by a numerical type parameter according to priority comprises:
and setting the numerical value type parameters of all the views in the storage array according to a rule that the priority is higher and the number is smaller.
4. The method of claim 3, wherein the rule that the higher the priority, the lower the number comprises:
comparing the tag value of the view to be updated with the tag values of the other views in the storage array, if the tag value of the view to be updated is the largest, setting the numerical type parameter of the view to be 0, and if the tag value of the view is smaller than the tag values of the other views, sequentially setting the numerical type parameter of the view to be a positive integer.
5. The method of claim 1, wherein before determining whether the currently displayed view already exists in the stored array, the method further comprises:
creating a dictionary, and storing the view to be updated and the numerical value type parameters in the dictionary in a key-value pair mode.
6. The method according to claim 5, wherein said obtaining the view with the highest priority except the currently displayed view according to the value type parameter comprises:
setting the numerical type parameter of the currently displayed view as a negative number, acquiring the numerical type parameter as a minimum value in nonnegative numbers, and acquiring the view to be updated corresponding to the minimum value from the dictionary.
7. The method according to claim 6, wherein the displaying the view to be updated by updating the view function comprises:
and judging whether the width and the height of the view to be updated exist in the view updating function, if so, adding the view to be updated to an interface and displaying.
8. A system for updating a view, the system comprising:
the view creating module is used for receiving a view updating message sent by a server within preset time, creating a view to be updated and setting the priority of the view to be updated;
a storage array creating module for storing the views to be updated in the storage array and numbering all the views in the storage array according to the priority by a numerical type parameter;
the view updating module is used for judging whether the currently displayed view exists in the storage array or not, if so, acquiring a view to be updated with the highest priority except the currently displayed view according to the numerical type parameter, displaying the view to be updated through an update view function, and if not, displaying the view to be updated with the highest priority through the update view function;
and the view display completion module is used for repeatedly updating the view module until all the views to be updated are updated and displayed.
9. An electronic device, characterized in that the device comprises:
a communicator for communicating with a server;
a processor;
memory storing a computer executable program which, when executed by the processor, causes the processor to perform the method of updating a view as claimed in claims 1-7.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method of updating a view as claimed in claims 1-7.
CN201811156012.8A 2018-09-30 2018-09-30 Method, system, electronic device and medium for updating view Pending CN110968382A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811156012.8A CN110968382A (en) 2018-09-30 2018-09-30 Method, system, electronic device and medium for updating view

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811156012.8A CN110968382A (en) 2018-09-30 2018-09-30 Method, system, electronic device and medium for updating view

Publications (1)

Publication Number Publication Date
CN110968382A true CN110968382A (en) 2020-04-07

Family

ID=70028799

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811156012.8A Pending CN110968382A (en) 2018-09-30 2018-09-30 Method, system, electronic device and medium for updating view

Country Status (1)

Country Link
CN (1) CN110968382A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708759A (en) * 2020-06-12 2020-09-25 北京思特奇信息技术股份有限公司 Optimization method and system for big table data migration
CN114827703A (en) * 2021-01-29 2022-07-29 武汉斗鱼网络科技有限公司 View queuing playing method, device, equipment and medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105278937A (en) * 2014-06-30 2016-01-27 腾讯科技(深圳)有限公司 Method and device for displaying pop-up box messages
CN106502804A (en) * 2016-10-31 2017-03-15 武汉斗鱼网络科技有限公司 A kind of pop-up methods of exhibiting and system based on queue structure
CN106899517A (en) * 2017-04-21 2017-06-27 深圳市茁壮网络股份有限公司 The display methods and device of a kind of message
CN108310763A (en) * 2018-03-15 2018-07-24 网易(杭州)网络有限公司 Methods of exhibiting, device, storage medium, processor and the terminal of interface

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105278937A (en) * 2014-06-30 2016-01-27 腾讯科技(深圳)有限公司 Method and device for displaying pop-up box messages
CN106502804A (en) * 2016-10-31 2017-03-15 武汉斗鱼网络科技有限公司 A kind of pop-up methods of exhibiting and system based on queue structure
CN106899517A (en) * 2017-04-21 2017-06-27 深圳市茁壮网络股份有限公司 The display methods and device of a kind of message
CN108310763A (en) * 2018-03-15 2018-07-24 网易(杭州)网络有限公司 Methods of exhibiting, device, storage medium, processor and the terminal of interface

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708759A (en) * 2020-06-12 2020-09-25 北京思特奇信息技术股份有限公司 Optimization method and system for big table data migration
CN111708759B (en) * 2020-06-12 2023-07-07 北京思特奇信息技术股份有限公司 Optimization method and system for large-table data migration
CN114827703A (en) * 2021-01-29 2022-07-29 武汉斗鱼网络科技有限公司 View queuing playing method, device, equipment and medium
CN114827703B (en) * 2021-01-29 2024-02-20 鹰皇文化传媒有限公司 Queuing playing method, device, equipment and medium for views

Similar Documents

Publication Publication Date Title
CN108090198B (en) Graph database creating method, graph database creating device, graph database loading device, and graph database loading medium
CN107423085B (en) Method and apparatus for deploying applications
US20160210632A1 (en) Secured payment method and relevant device and system
CN105487760A (en) Method and device for displaying message and electronic equipment
CN109684188B (en) Test method and device
CN109995877A (en) Information-pushing method and device
US20190147539A1 (en) Method and apparatus for outputting information
CN110532107B (en) Interface calling method, device, computer equipment and storage medium
CN110968382A (en) Method, system, electronic device and medium for updating view
CN112784112A (en) Message checking method and device
CN107046547B (en) Abnormal operation identification method and device
KR102205686B1 (en) Method and apparatus for ranking candiate character and method and device for inputting character
CN110770720B (en) Resource searching method and related products
CN107229565B (en) Test method and device
CN106341440A (en) Data updating method and device
CN105162936A (en) Unfamiliar call prompt method and user terminal
CN111324470A (en) Method and device for generating information
CN106933939A (en) user equipment and its control method
CN116245595A (en) Method, apparatus, electronic device and computer readable medium for transporting supply end article
CN114428815A (en) Data storage method and device, electronic equipment and computer readable medium
CN107800577B (en) Device configuration method and device for mobile terminal
CN113468053B (en) Application system testing method and device
CN110750742B (en) Page optimization method, system, medium and electronic equipment
CN112650528B (en) Personalized algorithm generation method, device, electronic equipment and computer readable medium
CN114866530B (en) Method, device and computer storage medium for downloading upgrade data packet

Legal Events

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

Application publication date: 20200407