CN108089904B - Display page expansion method and device - Google Patents
Display page expansion method and device Download PDFInfo
- Publication number
- CN108089904B CN108089904B CN201711397156.8A CN201711397156A CN108089904B CN 108089904 B CN108089904 B CN 108089904B CN 201711397156 A CN201711397156 A CN 201711397156A CN 108089904 B CN108089904 B CN 108089904B
- Authority
- CN
- China
- Prior art keywords
- display page
- class
- container
- target service
- storing
- 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
Links
Images
Landscapes
- User Interface Of Digital Computer (AREA)
Abstract
The method and the device for expanding the display page are characterized in that the display page and the control class of each service in the intelligent rearview mirror are stored in a container, wherein the container for storing the display page and the container for storing the control class are independent, so that the services, the display page and the control class thereof can be conveniently and quickly expanded in the intelligent rearview mirror, a plurality of repeated codes are saved, and the expansion efficiency of the service display page during expansion is improved; when a call request of a user for a target service in the intelligent rearview mirror is obtained; and judging whether a display page class and a control class corresponding to the target service exist in the container or not based on the calling request, if so, calling the display page class and the control class corresponding to the target service, and respectively displaying and controlling the display page of the target service to realize the display and control of the display page of the target service.
Description
Technical Field
The application relates to the technical field of computers, in particular to a display page expansion method and device.
Background
In the prior art, the intelligent rearview mirror displays more and more information such as weather, stocks, air quality, parking lots and the like. Each kind of page information that shows corresponds to a show User Interface (User Interface, UI), when the UI that the information that needs to show in intelligent rear-view mirror corresponds expands, can newly establish a show page to logic such as the control jump of the relevant show page is advanced in the coupling of business layer the inside, because code coupling nature is too high, add a show page and need many relevant code changes and lead to missing to change or change mistake easily, lead to carrying out the inefficiency that UI expands in the business layer in intelligent rear-view mirror, etc..
Disclosure of Invention
An object of the present application is to provide a method and an apparatus for expanding a display page, so as to solve the problem of low expansion efficiency caused when expanding a display page of a service layer in an intelligent rearview mirror in the prior art.
According to one aspect of the application, a method for expanding a display page is provided, wherein the method comprises the following steps:
storing a display page class and a control class of each service in the intelligent rearview mirror into a container, wherein the container for storing the display page class and the container for storing the control class are independent from each other;
acquiring a calling request of a user for a target service in the intelligent rearview mirror;
judging whether a display page class and a control class corresponding to the target service exist in the container or not based on the calling request,
if the target business exists, calling a display page class and a control class corresponding to the target business, and respectively displaying and controlling the display page of the target business.
Further, in the above method for extending a display page, the determining, based on the call request, whether a display page class and a control class corresponding to the target service exist in the container further includes:
if not, storing the created display page class corresponding to the target service into the container for storing the display page class, and storing the created control class corresponding to the target service into the container for storing the control class.
Further, in the above method for extending a display page, after determining whether the display page class and the control class corresponding to the target service exist in the container based on the call request, the method further includes:
judging whether the actual display frequency of the display page of the target service is greater than the display frequency threshold of the display page,
if so, retaining the display page class of the target service in the container for storing the display page class, and retaining the control class of the target service in the container for storing the control class.
Further, in the method for extending a display page, the determining whether the actual display frequency of the display page of the target service is greater than the display frequency threshold of the display page further includes:
if not, deleting the display page class of the target service from the container for storing the display page class, and deleting the control class of the target service from the container for storing the control class.
Further, in the display page expansion method, the display frequency threshold of the display page is preset by a server corresponding to the intelligent rearview mirror; or the like, or, alternatively,
and the display frequency threshold of the display page is obtained by the acquired user operation behavior when the user operates the target service.
According to another aspect of the present application, there is also provided an apparatus for displaying a page extension, wherein the apparatus includes:
the storage device is used for storing the display page class and the control class of each service in the intelligent rearview mirror into a container, wherein the container for storing the display page class and the container for storing the control class are independent from each other;
the acquisition device is used for acquiring a calling request of a user for a target service in the intelligent rearview mirror;
calling means for judging whether a presentation page class and a control class corresponding to the target service exist in the container based on the call request,
if the target business exists, calling a display page class and a control class corresponding to the target business, and respectively displaying and controlling the display page of the target business.
Further, in the above device for displaying page extension, the calling device is further configured to:
if not, storing the created display page class corresponding to the target service into the container for storing the display page class, and storing the created control class corresponding to the target service into the container for storing the control class.
Further, in the above device for displaying page extension, the calling device is further configured to:
judging whether the actual display frequency of the display page of the target service is greater than the display frequency threshold of the display page,
if so, retaining the display page class of the target service in the container for storing the display page class, and retaining the control class of the target service in the container for storing the control class.
Further, in the above device for displaying page extension, the calling device is further configured to:
if not, deleting the display page class of the target service from the container for storing the display page class, and deleting the control class of the target service from the container for storing the control class.
Further, in the device for expanding the display page, the display frequency threshold of the display page is preset by a server corresponding to the intelligent rearview mirror; or the like, or, alternatively,
and the display frequency threshold of the display page is obtained by the acquired user operation behavior when the user operates the target service.
Compared with the prior art, the display page class and the control class of each service in the intelligent rearview mirror are stored in the container, wherein the container for storing the display page class and the container for storing the control class are independent from each other, so that the display page class of each service is stored in one container, the control class of each service is stored in the other container, and then the services, the display page class and the control class thereof are conveniently and quickly expanded in the intelligent rearview mirror, so that the change of a plurality of repeated codes is omitted, and the expansion efficiency of the display page of the services is improved when the display page of the services is expanded; when a calling request of a user for a target service in the intelligent rearview mirror is obtained; and judging whether the display page class and the control class corresponding to the target service exist in the container or not based on the calling request, if so, calling the display page class and the control class corresponding to the target service, respectively displaying and controlling the display page of the target service, and displaying and controlling the display page of the target service in the intelligent rearview mirror based on the calling of the display page class and the control class of the target service in the container.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, made with reference to the accompanying drawings in which:
FIG. 1 illustrates a flow diagram of a method of presenting page extensions in accordance with an aspect of the subject application;
fig. 2 shows a schematic view of the distribution of functions of a presentation page in an intelligent rearview mirror in an embodiment according to an aspect of the present application.
The same or similar reference numbers in the drawings identify the same or similar elements.
Detailed Description
The present application is described in further detail below with reference to the attached figures.
In a typical configuration of the present application, the terminal, the device serving the network, and the trusted party each include one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, computer readable media does not include non-transitory computer readable media (transient media), such as modulated data signals and carrier waves.
Fig. 1 shows a flowchart of a display page expansion method according to an aspect of the present application, applied to expansion of a display page of a service in an intelligent rearview mirror, the method including step S11, step S12, and step S13, where:
the step S11, storing the display page class and the control class of each service in the intelligent rearview mirror into a container, where the services in the intelligent rearview mirror may include but are not limited to music, navigation, radio, weather, air quality, stock and calendar, etc.; as shown in fig. 2, the container for storing the display page class and the container for storing the control class in the intelligent rearview mirror are independent from each other, so that the display page class of each service is stored in one container a, and the control class of each service is stored in the other container B, so that the services, the display page class and the control class thereof can be conveniently and quickly extended in the intelligent rearview mirror, the clear consistency and readability of codes are improved, many repeated codes and changes of the codes are omitted, and the extension efficiency of the display page of the service is improved.
In an embodiment of the present application, a display page of each service in the intelligent rearview mirror corresponds to a control class to control a display logic of the display page, where the display page includes specific information to be displayed, and the logic of loading, displaying, destroying, and the like of the display page is placed in the container B storing the control class of each service as shown in fig. 2, so that many repeated codes and changes of the codes thereof are omitted.
In the step S12, a call request of a user for a target service in the intelligent rearview mirror is obtained; the step S13, determining whether the container has a display page class and a control class corresponding to the target service based on the call request,
if the target service exists, calling the display page class and the control class corresponding to the target service, respectively displaying and controlling the display page of the target service, and realizing the display and control of the display page of the target service in the intelligent rearview mirror based on the calling of the display page class and the control class of the target service in the container.
If not, creating a control class corresponding to the target service, creating a display page class corresponding to the target service, storing the created display page class corresponding to the target service into the container A for storing the display page class, and storing the created control class corresponding to the target service into the container B for storing the control class.
In an embodiment of the present application, in order to effectively control a life cycle of a display page of each service in an intelligent rearview mirror, after determining, in step S13, whether a display page class and a control class corresponding to the target service exist in the container based on the call request, the method further includes:
judging whether the actual display frequency of the display page of the target service is greater than the display frequency threshold of the display page,
if so, indicating that the frequency of the actual use of the target service by the user is very high, reserving the display page class needing the target service in the container for storing the display page class, and reserving the control class of the target service in the container for storing the control class, so that when the subsequent user uses the target service again, the display page class and the control class of the target service can be called in time, the display page of the target service can be displayed and controlled in time, and the user experience degree is improved.
Here, the display frequency threshold of the display page may be preset by a server corresponding to the intelligent rearview mirror; the display frequency threshold of the display page can also be obtained from the obtained user operation behavior when the user operates the target service, if the frequency of the user operation behavior is very high, the display frequency threshold of the correspondingly obtained display page is correspondingly improved, and if the frequency of the user operation behavior is very low, the display frequency threshold of the correspondingly obtained display page is correspondingly reduced, so as to adapt to the actual use of the target service by the user.
In the method for extending a display page in an embodiment of the present application, the determining in step S13 whether the actual display frequency of the display page of the target service is greater than the display frequency threshold of the display page further includes:
if not, deleting the display page class of the target service from the container for storing the display page class, and deleting the control class of the target service from the container for storing the control class, so that the life cycle of the display page of the service in the intelligent rearview mirror is effectively controlled, and the consumption of memory resources is reduced.
According to an aspect of the present application, an apparatus for extending a display page is applied to extending a display page of a service in an intelligent rearview mirror, and the apparatus includes a storage device 11, an obtaining device 12, and a calling device 13, where:
the storage device 11 is used for storing the display page class and the control class of each service in the intelligent rearview mirror into a container, wherein the services in the intelligent rearview mirror can include but are not limited to music, navigation, radio, weather, air quality, stocks, calendars and the like; as shown in fig. 2, the container for storing the display page class and the container for storing the control class in the intelligent rearview mirror are independent from each other, so that the display page class of each service is stored in one container a, and the control class of each service is stored in the other container B, so that the services, the display page class and the control class thereof can be conveniently and quickly extended in the intelligent rearview mirror, the clear consistency and readability of codes are improved, many repeated codes and changes of the codes are omitted, and the extension efficiency of the display page of the service is improved.
In an embodiment of the present application, a display page of each service in the intelligent rearview mirror corresponds to a control class to control a display logic of the display page, where the display page includes specific information to be displayed, and the logic of loading, displaying, destroying, and the like of the display page is placed in the container B storing the control class of each service as shown in fig. 2, so that many repeated codes and changes of the codes thereof are omitted.
The obtaining device 12 is configured to obtain a request for calling a target service in the intelligent rearview mirror from a user; the calling device 13 is used for judging whether the display page class and the control class corresponding to the target service exist in the container based on the calling request,
if the target service exists, calling the display page class and the control class corresponding to the target service, respectively displaying and controlling the display page of the target service, and realizing the display and control of the display page of the target service in the intelligent rearview mirror based on the calling of the display page class and the control class of the target service in the container.
If not, the invoking device 13 is further configured to: and creating a control class corresponding to the target service, creating a display page class corresponding to the target service, storing the created display page class corresponding to the target service into a container A for storing the display page class, and storing the created control class corresponding to the target service into a container B for storing the control class.
In an embodiment of the present application, in order to effectively control a life cycle of a display page of each service in the intelligent rearview mirror, the invoking device 13 is further configured to:
judging whether the actual display frequency of the display page of the target service is greater than the display frequency threshold of the display page,
if so, indicating that the frequency of the actual use of the target service by the user is very high, reserving the display page class needing the target service in the container for storing the display page class, and reserving the control class of the target service in the container for storing the control class, so that when the subsequent user uses the target service again, the display page class and the control class of the target service can be called in time, the display page of the target service can be displayed and controlled in time, and the user experience degree is improved.
Here, the display frequency threshold of the display page may be preset by a server corresponding to the intelligent rearview mirror; the display frequency threshold of the display page can also be obtained from the obtained user operation behavior when the user operates the target service, if the frequency of the user operation behavior is very high, the display frequency threshold of the correspondingly obtained display page is correspondingly improved, and if the frequency of the user operation behavior is very low, the display frequency threshold of the correspondingly obtained display page is correspondingly reduced, so as to adapt to the actual use of the target service by the user.
In the display page extension method in an embodiment of the present application, the calling device 13 is further configured to:
if not, deleting the display page class of the target service from the container for storing the display page class, and deleting the control class of the target service from the container for storing the control class, so that the life cycle of the display page of the service in the intelligent rearview mirror is effectively controlled, and the consumption of memory resources is reduced.
In summary, the display page class and the control class of each service in the intelligent rearview mirror are stored in the container, wherein the container for storing the display page class and the container for storing the control class are independent from each other, so that the display page class of each service is stored in one container, and the control class of each service is stored in the other container, and then the services, the display page class and the control class thereof are conveniently and quickly expanded in the intelligent rearview mirror, so that the change of a plurality of repeated codes is omitted, and the expansion efficiency of the display page of the service is improved when the display page of the service is expanded; when a calling request of a user for a target service in the intelligent rearview mirror is obtained; and judging whether the display page class and the control class corresponding to the target service exist in the container or not based on the calling request, if so, calling the display page class and the control class corresponding to the target service, respectively displaying and controlling the display page of the target service, and displaying and controlling the display page of the target service in the intelligent rearview mirror based on the calling of the display page class and the control class of the target service in the container.
It should be noted that the present application may be implemented in software and/or a combination of software and hardware, for example, implemented using Application Specific Integrated Circuits (ASICs), general purpose computers or any other similar hardware devices. In one embodiment, the software programs of the present application may be executed by a processor to implement the steps or functions described above. Likewise, the software programs (including associated data structures) of the present application may be stored in a computer readable recording medium, such as RAM memory, magnetic or optical drive or diskette and the like. Additionally, some of the steps or functions of the present application may be implemented in hardware, for example, as circuitry that cooperates with the processor to perform various steps or functions.
In addition, some of the present application may be implemented as a computer program product, such as computer program instructions, which when executed by a computer, may invoke or provide methods and/or techniques in accordance with the present application through the operation of the computer. Program instructions which invoke the methods of the present application may be stored on a fixed or removable recording medium and/or transmitted via a data stream on a broadcast or other signal-bearing medium and/or stored within a working memory of a computer device operating in accordance with the program instructions. An embodiment according to the present application comprises an apparatus comprising a memory for storing computer program instructions and a processor for executing the program instructions, wherein the computer program instructions, when executed by the processor, trigger the apparatus to perform a method and/or a solution according to the aforementioned embodiments of the present application.
It will be evident to those skilled in the art that the present application is not limited to the details of the foregoing illustrative embodiments, and that the present application may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the application being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned. Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the apparatus claims may also be implemented by one unit or means in software or hardware. The terms first, second, etc. are used to denote names, but not any particular order.
Claims (8)
1. A method for expanding a display page comprises the following steps:
storing a display page class and a control class of each service in the intelligent rearview mirror into a container, wherein the container for storing the display page class and the container for storing the control class are independent from each other;
acquiring a calling request of a user for a target service in the intelligent rearview mirror;
judging whether a display page class and a control class corresponding to the target service exist in the container or not based on the calling request, wherein after judging whether the display page class and the control class corresponding to the target service exist in the container or not based on the calling request, the method further comprises the following steps: judging whether the actual display frequency of the display page of the target service is greater than the display frequency threshold of the display page, if so, retaining the display page class of the target service in the container for storing the display page class, and retaining the control class of the target service in the container for storing the control class;
if the target business exists, calling a display page class and a control class corresponding to the target business, and respectively displaying and controlling the display page of the target business.
2. The method of claim 1, wherein the determining whether a presentation page class and a control class corresponding to the target service exist in the container based on the invocation request further comprises:
if not, storing the created display page class corresponding to the target service into the container for storing the display page class, and storing the created control class corresponding to the target service into the container for storing the control class.
3. The method of claim 1, wherein the determining whether the actual display frequency of the display page of the target service is greater than the display frequency threshold of the display page further comprises:
if not, deleting the display page class of the target service from the container for storing the display page class, and deleting the control class of the target service from the container for storing the control class.
4. The method according to claim 1, wherein the display frequency threshold of the display page is preset by a server corresponding to the intelligent rearview mirror; or the like, or, alternatively,
and the display frequency threshold of the display page is obtained by the acquired user operation behavior when the user operates the target service.
5. An apparatus for presenting a page extension, wherein the apparatus comprises:
the storage device is used for storing the display page class and the control class of each service in the intelligent rearview mirror into a container, wherein the container for storing the display page class and the container for storing the control class are independent from each other;
the acquisition device is used for acquiring a calling request of a user for a target service in the intelligent rearview mirror;
a calling device, configured to determine whether a display page class and a control class corresponding to the target service exist in the container based on the call request, where the calling device is further configured to: judging whether the actual display frequency of the display page of the target service is greater than the display frequency threshold of the display page, if so, retaining the display page class of the target service in the container for storing the display page class, and retaining the control class of the target service in the container for storing the control class;
if the target business exists, calling a display page class and a control class corresponding to the target business, and respectively displaying and controlling the display page of the target business.
6. The apparatus of claim 5, wherein the invoking means is further for:
if not, storing the created display page class corresponding to the target service into the container for storing the display page class, and storing the created control class corresponding to the target service into the container for storing the control class.
7. The apparatus of claim 5, wherein the invoking means is further for:
if not, deleting the display page class of the target service from the container for storing the display page class, and deleting the control class of the target service from the container for storing the control class.
8. The device according to claim 5, wherein the display frequency threshold of the display page is preset by a server corresponding to the intelligent rearview mirror; or the like, or, alternatively,
and the display frequency threshold of the display page is obtained by the acquired user operation behavior when the user operates the target service.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201711397156.8A CN108089904B (en) | 2017-12-21 | 2017-12-21 | Display page expansion method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201711397156.8A CN108089904B (en) | 2017-12-21 | 2017-12-21 | Display page expansion method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN108089904A CN108089904A (en) | 2018-05-29 |
CN108089904B true CN108089904B (en) | 2021-11-16 |
Family
ID=62178065
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201711397156.8A Active CN108089904B (en) | 2017-12-21 | 2017-12-21 | Display page expansion method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN108089904B (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110717123B (en) * | 2019-09-30 | 2022-04-22 | 北京字节跳动网络技术有限公司 | Page response method and device, electronic equipment and storage medium |
CN113553133B (en) * | 2021-07-26 | 2022-11-04 | 上海哔哩哔哩科技有限公司 | Page display method and system |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102221998A (en) * | 2011-06-07 | 2011-10-19 | 北京大学 | Method for extending EJB container in component running support platform |
CN102662656A (en) * | 2012-03-15 | 2012-09-12 | 北京神州数码思特奇信息技术股份有限公司 | Plug-in method and system for program structure |
CN102722372A (en) * | 2012-05-25 | 2012-10-10 | 上海学智科技有限公司 | Method and system for automatically generating codes through classification and configuration |
CN104267944A (en) * | 2014-09-22 | 2015-01-07 | 浪潮软件集团有限公司 | Spring-based MVC (model view controller) mode optimization system |
CN105843609A (en) * | 2016-03-18 | 2016-08-10 | 浪潮软件集团有限公司 | MVC frame based on Spring and MyBatis |
CN105867907A (en) * | 2016-03-23 | 2016-08-17 | 沈阳师范大学 | JSS multi-layer Web development framework design method removing service coupling |
CN107015791A (en) * | 2016-10-28 | 2017-08-04 | 阿里巴巴集团控股有限公司 | A kind of processing method for generating chart components system, apparatus and system |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8881056B2 (en) * | 2010-08-30 | 2014-11-04 | Sap Se | Dynamic view computation and display |
-
2017
- 2017-12-21 CN CN201711397156.8A patent/CN108089904B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102221998A (en) * | 2011-06-07 | 2011-10-19 | 北京大学 | Method for extending EJB container in component running support platform |
CN102662656A (en) * | 2012-03-15 | 2012-09-12 | 北京神州数码思特奇信息技术股份有限公司 | Plug-in method and system for program structure |
CN102722372A (en) * | 2012-05-25 | 2012-10-10 | 上海学智科技有限公司 | Method and system for automatically generating codes through classification and configuration |
CN104267944A (en) * | 2014-09-22 | 2015-01-07 | 浪潮软件集团有限公司 | Spring-based MVC (model view controller) mode optimization system |
CN105843609A (en) * | 2016-03-18 | 2016-08-10 | 浪潮软件集团有限公司 | MVC frame based on Spring and MyBatis |
CN105867907A (en) * | 2016-03-23 | 2016-08-17 | 沈阳师范大学 | JSS multi-layer Web development framework design method removing service coupling |
CN107015791A (en) * | 2016-10-28 | 2017-08-04 | 阿里巴巴集团控股有限公司 | A kind of processing method for generating chart components system, apparatus and system |
Non-Patent Citations (3)
Title |
---|
springmvc(一) springmvc框架原理分析和简单入门程序;漂泊在外的程序员老王;《https://www.cnblogs.com/whgk/p/7152732.html》;20170712;第1-14页 * |
ViewResolver 视图解析器;superAnny;《https://www.cnblogs.com/superAnny/p/6491135.html》;20170302;第1-7页 * |
漂泊在外的程序员老王.springmvc(一) springmvc框架原理分析和简单入门程序.《https://www.cnblogs.com/whgk/p/7152732.html》.2017, * |
Also Published As
Publication number | Publication date |
---|---|
CN108089904A (en) | 2018-05-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111294459B (en) | Method, device and storage medium for detecting privacy of android mobile phone | |
CN104395884A (en) | Tiers of data storage for web applications and browser extensions | |
CN112068911B (en) | Electronic form generation method, device, system, equipment and medium | |
CN109710286B (en) | System upgrading method, device, equipment and storage medium | |
CN111277696A (en) | Method and device for detecting privacy of apple mobile phone | |
CN108089904B (en) | Display page expansion method and device | |
EP3358484A1 (en) | Data presenting method and device, terminal, and storage medium | |
CN111427650A (en) | Method and equipment for providing presence information | |
CN108196902B (en) | Method and apparatus for displaying open screen advertisements | |
CN111314445A (en) | Method and device for controlling recycling machine to open door by mobile phone | |
CN110502299B (en) | Method and equipment for providing novel information | |
CN106648567B (en) | Data acquisition method and device | |
CN108268369B (en) | Test data acquisition method and device | |
CN107943442A (en) | A kind of method and apparatus for realizing shuangping san | |
CN112115395A (en) | Method and equipment for realizing animation configuration during page routing jump | |
CN108469934B (en) | Page turning method and equipment | |
CN115630241A (en) | Page display method and device, electronic equipment and storage medium | |
CN111966892B (en) | Data processing method and device, computer storage medium and electronic equipment | |
CN111309219B (en) | Method and equipment for providing presence information | |
CN112732397A (en) | Method and equipment for loading and displaying big data report | |
CN110716699A (en) | Method and apparatus for writing data | |
CN112541327A (en) | Data reading method and device, electronic equipment and storage medium | |
CN107404397B (en) | Method and equipment for determining user service state information | |
CN106652879B (en) | Method and equipment for displaying frame data | |
CN111610849B (en) | Method and equipment for preventing association starting between applications |
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 | ||
CB02 | Change of applicant information |
Address after: 200241 2220, room 2, No. 588 Zixing Road, Minhang District, Shanghai. Applicant after: Shanghai shimai Digital Technology Co.,Ltd. Address before: 201700 room 228, area T, 2 / F, building 2, 349 xicen street, Qingpu District, Shanghai Applicant before: SHANGHAI XIN AN DIGITAL TECHNOLOGY Co.,Ltd. |
|
CB02 | Change of applicant information | ||
GR01 | Patent grant | ||
GR01 | Patent grant |