CN107992346B - Interface display method and interface display system of application program - Google Patents

Interface display method and interface display system of application program Download PDF

Info

Publication number
CN107992346B
CN107992346B CN201710977044.3A CN201710977044A CN107992346B CN 107992346 B CN107992346 B CN 107992346B CN 201710977044 A CN201710977044 A CN 201710977044A CN 107992346 B CN107992346 B CN 107992346B
Authority
CN
China
Prior art keywords
page
access
intelligent terminal
frame template
configuration information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710977044.3A
Other languages
Chinese (zh)
Other versions
CN107992346A (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.)
Yonyou Network Technology Co Ltd
Original Assignee
Yonyou 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 Yonyou Network Technology Co Ltd filed Critical Yonyou Network Technology Co Ltd
Priority to CN201710977044.3A priority Critical patent/CN107992346B/en
Publication of CN107992346A publication Critical patent/CN107992346A/en
Application granted granted Critical
Publication of CN107992346B publication Critical patent/CN107992346B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

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

Abstract

The invention provides an interface display method, an interface display system, computer equipment and a computer readable storage medium of an application program. The interface display method of the application program comprises the following steps: receiving an access instruction for accessing a page; when the access page does not exist in the intelligent terminal, judging whether the page frame template corresponding to the access page exists in the intelligent terminal or not; when the intelligent terminal does not have a page frame template, acquiring a corresponding field and a field type of an access page; analyzing the corresponding field according to the field type to generate a page frame template corresponding to the access page; acquiring prestored page configuration information, and inquiring and reading page data of an access page according to the page configuration information; and binding the page data with the page frame template to generate and display the access page. The invention solves the problem of fixed display dependency of the mobile terminal interface, realizes dynamic loading, supports an extension mechanism and realizes the personalized requirements of the user on the interface.

Description

Interface display method and interface display system of application program
Technical Field
The invention relates to the technical field of mobile application display, in particular to an interface display method of an application program, an interface display system of the application program, computer equipment and a computer readable storage medium.
Background
The existing ERP mobile application products in the market carry out summary analysis on user application scenes according to different services, different interactive interfaces are designed according to different service scenes, the fixed interactive interface meets the service requirements of all users to a great extent, but the requirements on user personalized field display, field sequence and the like cannot be realized. Aiming at the existing problems, part of users select to develop the standard products again to adjust the corresponding field sequence and the display, but the development cost is increased. The following disadvantages exist for this scenario: (1) the user can not effectively set the operation habit of the user, and the usability is poor; (2) the user can not perform different self-defined settings on the product according to different use stages, and the application expansibility is poor; (3) the problem can be solved by re-developing, but if the user needs to adjust again, the user still needs to re-develop, the development cost is very high, and the maintenance cost is increased correspondingly for the maintenance of a plurality of versions in the later period.
Disclosure of Invention
The present invention is directed to solving at least one of the problems of the prior art or the related art.
Therefore, the invention provides an interface display method of an application program in a first aspect.
A second aspect of the present invention is to provide an interface display system for an application program.
A third aspect of the invention is directed to a computer device.
A fourth aspect of the present invention is directed to a computer-readable storage medium.
In view of this, according to an aspect of the present invention, an interface display method for an application program is provided, where the interface display method is used for an intelligent terminal, and includes: receiving an access instruction for accessing a page; when the access page does not exist in the intelligent terminal, judging whether the page frame template corresponding to the access page exists in the intelligent terminal or not; when the intelligent terminal does not have a page frame template, acquiring a corresponding field and a field type of an access page; analyzing the corresponding field according to the field type to generate a page frame template corresponding to the access page; acquiring prestored page configuration information, and inquiring and reading page data of an access page according to the page configuration information; and binding the page data with the page frame template to generate and display the access page.
The interface display method of the application program provided by the invention, when the intelligent terminal receives the access instruction of the access page, the access instruction can be the access instruction of the browsing state, the editing state and the newly added state page, firstly, whether the access page exists in the local cache of the intelligent terminal is judged, when the intelligent terminal does not access and cache the access page before the current access, whether the page frame template of the access page exists in the intelligent terminal is judged, if the page frame template does not cache before the current access in the intelligent terminal, the corresponding field and the field type of the access page are obtained, the corresponding field and the field type are translated into the code segment of each control in the interface according to the field type, different space translators can be written according to the type, the field is analyzed, the page frame template is generated, and then the page configuration information is obtained, and inquiring and reading page data of the access page according to the page configuration information, dynamically inquiring the total inquiry field and the return value of the interface according to the configuration information, finally binding the generated page frame template and the acquired page data, and generating and displaying the access page to be accessed. The invention solves the problem of the fixed display dependency of the mobile terminal interface, realizes the dynamic field display and dynamic loading of the mobile terminal, realizes the personalized requirements on the interface in different scenes, different applications and different users under the condition of not influencing the original service logic and the integral design, can support various types of field display and operation services including remark, early participation and the like, and supports an extension mechanism.
The interface display method of the application program according to the present invention may further have the following technical features:
in the above technical solution, preferably, before receiving an access instruction for accessing a page, the method further includes: receiving an application program login instruction to login an application program; judging whether the current page configuration information of the application program in the intelligent terminal is the latest version; and if the current page configuration is not the latest version, acquiring and storing the latest page configuration information to the intelligent terminal.
In the technical scheme, after a login instruction of an application program is received to log in the application program, whether current page configuration information of the application program in an intelligent terminal is the latest version or not is judged, and if the current page configuration information is the latest version, a page access instruction can be directly received; and if the current page configuration information is not the latest version, acquiring the latest version of the page configuration from the server, downloading the latest version of the page configuration, and caching the latest version of the page configuration into the intelligent terminal so as to read data according to the latest page configuration information when receiving an access instruction for accessing the page. When data is analyzed every time, because the analyzed data cannot change within a certain time, if the configuration information changes at the application level, synchronization is needed. Therefore, the configuration information after analysis is not changed under most conditions, and a cache mechanism is further considered to be adopted, so that the configuration information analyzed at this time is cached in the mobile intelligent terminal and is identified as specific version information, and cache updating detection is facilitated. Meanwhile, network consumption is reduced in the future, and a cache detection switch is added.
In any of the above technical solutions, preferably, after receiving an access instruction for accessing a page, the method further includes: judging whether an access page exists in the intelligent terminal; and when the access page exists in the intelligent terminal, directly displaying the access page.
In the technical scheme, after an access instruction of an access page is received, whether page-level data of the access page exists in an intelligent terminal is judged firstly, if the access page is accessed before the access, and the page-level data of the access page is cached locally after the access, the access page is directly displayed if the judgment result shows that the access page exists, so that the access efficiency is improved and the network flow consumption is reduced by storing the page-level data of the access page when the access page is accessed again.
In any of the above technical solutions, preferably, when the page frame template exists in the intelligent terminal, the step of obtaining the pre-stored page configuration information and querying and reading the page data of the access page according to the page configuration information is directly performed.
According to the technical scheme, when the page level data of the access page does not exist in the local cache of the intelligent terminal, whether the page frame template of the access page exists in the local cache of the intelligent terminal is judged, if the page frame template exists, the page data is directly obtained according to the page configuration information, real-time dynamic analysis of the access instruction is not needed, on one hand, the page analysis efficiency is accelerated, the application time consumption is reduced, and on the other hand, the network flow is reduced.
In any of the above technical solutions, preferably, the process of analyzing the corresponding field according to the field type to generate the page frame template corresponding to the access page specifically includes: analyzing the corresponding field in a fixed field mode according to the field type to generate a page frame template; and/or analyzing the corresponding field in a real-time dynamic analysis mode according to the field type to generate the page frame template.
In the technical scheme, the corresponding field is analyzed according to the field type so as to generate a process of accessing a page frame template corresponding to a page, and a plurality of analysis modes are supported; the analysis principle of each interface adopts unified specification, the data input mode is multi-inlet and multi-format, the data output is consistent, and the universal specification of the interfaces is ensured. The analysis mode can be a fixed field mode and a real-time dynamic analysis mode, when the field mode is fixed in the analysis mode, configuration points are established in the existing system, all the fields are exhausted at present, scenes which meet the requirements of most users as much as possible are configured and issued uniformly by an administrator, the dependency relationship among the fields is controlled, and necessary constraint relationships are controlled and only controlled and displayed. When the analysis mode is real-time dynamic analysis, the page frame data is dynamically analyzed in real time according to the configuration information, an extension mechanism is supported, custom field configuration can be supported besides the existing configurable interface information, and field information outside default of the system is customized. And the field style individualized analysis extension programming is supported, secondary extension development is supported on the configurable field, and the interface is simply coded, so that the device can be packaged on the application. The problem of real-time interaction of network bandwidth is solved, real-time and manual checking modes are supported by setting different analysis modes, the method can be used according to actual scenes, and usability and flexibility are improved.
In any of the above technical solutions, preferably, after the binding the page data with the page frame template to generate and display the access page, the method further includes: and storing the access page to the intelligent terminal.
According to the technical scheme, after the access page is accessed and displayed, the page-level data of the access page is cached to the local of the intelligent terminal, so that the page data can be directly displayed when the page is accessed again, the network flow is saved, and the application reflecting speed is increased.
According to a second aspect of the present invention, an interface display system for an application program is provided, which is used for an intelligent terminal, and includes: the receiving unit is used for receiving an access instruction for accessing the page; the first judging unit is used for judging whether the intelligent terminal has a page frame template corresponding to the access page or not when the access page does not exist in the intelligent terminal; the system comprises an acquisition unit, a processing unit and a display unit, wherein the acquisition unit is used for acquiring a corresponding field and a field type of an access page when the intelligent terminal does not have a page frame template; the analysis unit is used for analyzing the corresponding field according to the field type so as to generate a page frame template corresponding to the access page; the data unit is used for acquiring prestored page configuration information, and inquiring and reading page data of an access page according to the page configuration information; and the first display unit is used for binding the page data with the page frame template so as to generate and display the access page.
The interface display system of the application program provided by the invention, when the receiving unit of the intelligent terminal receives the access instruction of the access page, the access instruction can be the access instruction of the browsing state, the editing state and the newly added state page, firstly, the first judging unit judges whether the access page exists in the local cache of the intelligent terminal, when the intelligent terminal does not access and cache the access page before the access, then the first judging unit judges whether the page frame template of the access page exists in the intelligent terminal, for example, the page frame template is not cached by the intelligent terminal before the access, when the page frame template does not exist in the intelligent terminal, the acquisition unit acquires the corresponding field and the field type of the access page, the analysis unit translates the field type into the code segment of each control in the interface, can write different space translators according to the type, and finish the field analysis, generating a page frame template, then acquiring page configuration information by a data unit, inquiring and reading page data of an access page according to the page configuration information, dynamically inquiring the total inquiry field and the return value of an interface according to the configuration information, and finally binding the generated page frame template and the acquired page data by a first display unit to generate and display the access page to be accessed. The invention solves the problem of the fixed display dependency of the mobile terminal interface, realizes the dynamic field display and dynamic loading of the mobile terminal, realizes the personalized requirements on the interface in different scenes, different applications and different users under the condition of not influencing the original service logic and the integral design, can support various types of field display and operation services including remark, early participation and the like, and supports an extension mechanism.
The interface display system of the application program according to the present invention may further have the following technical features:
in the above technical solution, preferably, the login unit is configured to receive an application program login instruction to log in the application program; the second judgment unit is used for judging whether the current page configuration information of the application program in the intelligent terminal is the latest version; and the first storage unit is used for acquiring and storing the latest page configuration information to the intelligent terminal if the current page configuration is not the latest version.
In the technical scheme, after a login unit receives a login instruction of an application program to log in the application program, a second judgment unit judges whether current page configuration information of the application program in an intelligent terminal is the latest version or not, and if the current page configuration information is the latest version, the second judgment unit can directly receive a page access instruction; if the current page configuration information is not the latest version, the first storage unit acquires the latest version of the page configuration from the server, downloads the latest version of the page configuration and caches the latest version of the page configuration in the intelligent terminal, so that data can be read according to the latest page configuration information when an access instruction for accessing the page is received. When data is analyzed every time, because the analyzed data cannot change within a certain time, if the configuration information changes at the application level, synchronization is needed. Therefore, the configuration information after analysis is not changed under most conditions, and a cache mechanism is further considered to be adopted, so that the configuration information analyzed at this time is cached in the mobile intelligent terminal and is identified as specific version information, and cache updating detection is facilitated. Meanwhile, network consumption is reduced in the future, and a cache detection switch is added.
In any of the above technical solutions, preferably, the third determining unit is configured to determine whether an access page exists in the intelligent terminal; and the second display unit is used for directly displaying the access page when the access page exists in the intelligent terminal.
In the technical scheme, after an access instruction of an access page is received, a third judging unit judges whether page-level data of the access page exists in an intelligent terminal, if the access page is accessed before the access, and after the page-level data of the access page is cached locally after the access, the judging result shows that the access page exists, a second display unit directly displays the access page, so that the access efficiency is improved and the network flow consumption is reduced by storing the page-level data of the access page when the access page is accessed again.
In any of the above technical solutions, preferably, the data unit is further configured to, when a page frame template exists in the intelligent terminal, directly perform the steps of obtaining pre-stored page configuration information, and querying and reading page data of an access page according to the page configuration information.
According to the technical scheme, when the page level data of the access page does not exist in the local cache of the intelligent terminal, whether the page frame template of the access page exists in the local cache of the intelligent terminal is judged, if the page frame template exists, the data unit directly obtains the page data according to the page configuration information, real-time dynamic analysis for the access instruction is not needed, on one hand, the page analysis efficiency is accelerated, the application time consumption is reduced, and on the other hand, the network flow is reduced.
In any of the above technical solutions, preferably, the parsing unit specifically includes: the first analysis subunit is used for analyzing the corresponding field in a fixed field mode according to the field type so as to generate a page frame template; and/or the second analysis subunit is used for analyzing the corresponding field in a real-time dynamic analysis mode according to the field type so as to generate the page frame template.
In the technical scheme, the analysis unit analyzes the corresponding field according to the field type to generate a process of accessing a page frame template corresponding to the page, and supports multiple analysis modes; the analysis principle of each interface adopts unified specification, the data input mode is multi-inlet and multi-format, the data output is consistent, and the universal specification of the interfaces is ensured. The analysis mode can be a fixed field mode and a real-time dynamic analysis mode, when the field mode is fixed in the analysis mode, a configuration point is established in the existing system, the first analysis subunit exhausts all the fields at present to meet the scene required by most users as much as possible, the configuration and the issuing are carried out uniformly by an administrator, the dependency relationship among the fields is controlled, and the control of some necessary constraint relationships is carried out, and only the control display is carried out. When the analysis mode is real-time dynamic analysis, the second analysis subunit dynamically analyzes the page frame data in real time according to the configuration information, supports an extension mechanism, can support custom-defined display field configuration besides the existing configurable interface information, and customizes field information except default of the system. And the field style individualized analysis extension programming is supported, secondary extension development is supported on the configurable field, and the interface is simply coded, so that the device can be packaged on the application. The problem of real-time interaction of network bandwidth is solved, real-time and manual checking modes are supported by setting different analysis modes, the method can be used according to actual scenes, and usability and flexibility are improved.
In any of the foregoing technical solutions, preferably, the second storing unit is configured to store the access page to the intelligent terminal.
In the technical scheme, after the current page is visited and displayed, the second storage unit also caches the page-level data of the current page to the local of the intelligent terminal, so that when the page is visited again, the page data can be directly displayed, the network flow is saved, and the application reflection speed is increased.
According to a third aspect of the present invention, there is provided a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the computer program: receiving an access instruction for accessing a page; when the access page does not exist in the intelligent terminal, judging whether the page frame template corresponding to the access page exists in the intelligent terminal or not; when the intelligent terminal does not have a page frame template, acquiring a corresponding field and a field type of an access page; analyzing the corresponding field according to the field type to generate a page frame template corresponding to the access page; acquiring prestored page configuration information, and inquiring and reading page data of an access page according to the page configuration information; and binding the page data with the page frame template to generate and display the access page.
The invention provides a computer device, which realizes that when a processor executes a computer program: when the intelligent terminal receives an access instruction of an access page, the access instruction can be an access instruction of a browsing state, an editing state and a newly added state page, firstly, whether the access page exists in a local cache of the intelligent terminal is judged, when the intelligent terminal does not access and cache the access page before the current access, whether a page frame template of the access page exists in the intelligent terminal is judged, if the page frame template is not cached by the intelligent terminal before the current access and does not exist in the intelligent terminal, a corresponding field and a field type of the access page are obtained, a code segment of each control in an interface is translated according to the type of the field, different space translators can be written according to the type to finish analyzing the field and generate the page frame template, then page configuration information is obtained, page data of the access page is inquired and read according to the page configuration information, and inquiring the total inquiry field and the return value of the interface dynamically according to the configuration information, and finally binding the generated page frame template and the acquired page data to generate and display an access page to be accessed. The invention solves the problem of the fixed display dependency of the mobile terminal interface, realizes the dynamic field display and dynamic loading of the mobile terminal, realizes the personalized requirements on the interface in different scenes, different applications and different users under the condition of not influencing the original service logic and the integral design, can support various types of field display and operation services including remark, early participation and the like, and supports an extension mechanism.
According to a fourth aspect of the invention, there is provided a computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of: receiving an access instruction for accessing a page; when the access page does not exist in the intelligent terminal, judging whether the page frame template corresponding to the access page exists in the intelligent terminal or not; when the intelligent terminal does not have a page frame template, acquiring a corresponding field and a field type of an access page; analyzing the corresponding field according to the field type to generate a page frame template corresponding to the access page; acquiring prestored page configuration information, and inquiring and reading page data of an access page according to the page configuration information; and binding the page data with the page frame template to generate and display the access page.
The present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements: when the intelligent terminal receives an access instruction of an access page, the access instruction can be an access instruction of a browsing state, an editing state and a newly added state page, firstly, whether the access page exists in a local cache of the intelligent terminal is judged, when the intelligent terminal does not access and cache the access page before the current access, whether a page frame template of the access page exists in the intelligent terminal is judged, if the page frame template is not cached by the intelligent terminal before the current access and does not exist in the intelligent terminal, a corresponding field and a field type of the access page are obtained, a code segment of each control in an interface is translated according to the type of the field, different space translators can be written according to the type to finish analyzing the field and generate the page frame template, then page configuration information is obtained, page data of the access page is inquired and read according to the page configuration information, and inquiring the total inquiry field and the return value of the interface dynamically according to the configuration information, and finally binding the generated page frame template and the acquired page data to generate and display an access page to be accessed. The invention solves the problem of the fixed display dependency of the mobile terminal interface, realizes the dynamic field display and dynamic loading of the mobile terminal, realizes the personalized requirements on the interface in different scenes, different applications and different users under the condition of not influencing the original service logic and the integral design, can support various types of field display and operation services including remark, early participation and the like, and supports an extension mechanism.
Additional aspects and advantages of the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
Drawings
The above and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a flow chart illustrating an interface display method of an application according to an embodiment of the present invention;
FIG. 2 is a flow chart illustrating an interface display method of an application according to another embodiment of the present invention;
FIG. 3 is a communication process diagram of an interface display device of an application according to an embodiment of the present invention;
FIG. 4 is a schematic flow chart of the operation of the interface display device of the application program according to one embodiment of the present invention;
FIG. 5 shows a schematic block diagram of an interface display system of an application of one embodiment of the present invention;
FIG. 6 shows a schematic block diagram of an interface display system for an application of another embodiment of the present invention;
FIG. 7 shows a schematic block diagram of a computer device of an embodiment of the present invention.
Detailed Description
So that the manner in which the above recited aspects, features and advantages of the present invention can be understood in detail, a more particular description of the invention, briefly summarized above, may be had by reference to the embodiments thereof which are illustrated in the appended drawings. It should be noted that the embodiments and features of the embodiments of the present application may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention, however, the present invention may be practiced in other ways than those specifically described herein, and therefore the scope of the present invention is not limited to the specific embodiments disclosed below.
An embodiment of a first aspect of the present invention provides an interface display method for an application program, and fig. 1 shows a flowchart of the interface display method for an application program according to an embodiment of the present invention:
102, receiving an access instruction for accessing a page;
104, when the access page does not exist in the intelligent terminal, judging whether the intelligent terminal has a page frame template corresponding to the access page;
step 106, when the intelligent terminal does not have a page frame template, acquiring a corresponding field and a field type of an access page;
step 108, analyzing the corresponding field according to the field type to generate a page frame template corresponding to the access page;
step 110, acquiring pre-stored page configuration information, and inquiring and reading page data of an access page according to the page configuration information;
and step 112, binding the page data with the page frame template to generate and display the access page.
The interface display method of the application program provided by the invention, when the intelligent terminal receives the access instruction of the access page, the access instruction can be the access instruction of the browsing state, the editing state and the newly added state page, firstly, whether the access page exists in the local cache of the intelligent terminal is judged, when the intelligent terminal does not access and cache the access page before the current access, whether the page frame template of the access page exists in the intelligent terminal is judged, if the page frame template does not cache before the current access in the intelligent terminal, the corresponding field and the field type of the access page are obtained, the corresponding field and the field type are translated into the code segment of each control in the interface according to the field type, different space translators can be written according to the type, the field is analyzed, the page frame template is generated, and then the page configuration information is obtained, and inquiring and reading page data of the access page according to the page configuration information, dynamically inquiring the total inquiry field and the return value of the interface according to the configuration information, finally binding the generated page frame template and the acquired page data, and generating and displaying the access page to be accessed. The invention solves the problem of the fixed display dependency of the mobile terminal interface, realizes the dynamic field display and dynamic loading of the mobile terminal, realizes the personalized requirements on the interface in different scenes, different applications and different users under the condition of not influencing the original service logic and the integral design, can support various types of field display and operation services including remark, early participation and the like, and supports an extension mechanism.
Fig. 2 is a flowchart illustrating an interface display method of an application according to another embodiment of the present invention. Wherein, the method comprises the following steps:
step 202, receiving an application program login instruction to login an application program;
step 204, judging whether the current page configuration information of the application program in the intelligent terminal is the latest version, if not, entering step 206, and if so, entering step 208;
step 206, acquiring and saving the latest page configuration information to the intelligent terminal;
step 208, receiving an access instruction for accessing a page;
step 210, judging whether an access page exists in the intelligent terminal, if so, entering step 212, and if not, entering step 214;
step 212, directly displaying the access page;
step 214, judging whether the intelligent terminal has a page frame template corresponding to the access page, if not, entering step 216, and if yes, entering step 222;
step 216, acquiring a corresponding field and a field type of the access page;
step 218, analyzing the corresponding field in a fixed field mode according to the field type to generate a page frame template;
step 220, analyzing the corresponding field by adopting a real-time dynamic analysis mode according to the field type to generate a page frame template;
step 222, acquiring pre-stored page configuration information, and inquiring and reading page data of an access page according to the page configuration information;
step 224, binding the page data with the page frame template to generate and display an access page;
and step 226, storing the access page to the intelligent terminal.
In an embodiment of the present invention, preferably, before receiving the access instruction to access the page, the method further includes: receiving an application program login instruction to login an application program; judging whether the current page configuration information of the application program in the intelligent terminal is the latest version; and if the current page configuration is not the latest version, acquiring and storing the latest page configuration information to the intelligent terminal.
In the embodiment, after a login instruction of an application program is received to log in the application program, whether current page configuration information of the application program in the intelligent terminal is the latest version or not is judged, and if the current page configuration information is the latest version, a page access instruction can be directly received; and if the current page configuration information is not the latest version, acquiring the latest version of the page configuration from the server, downloading the latest version of the page configuration, and caching the latest version of the page configuration into the intelligent terminal so as to read data according to the latest page configuration information when receiving an access instruction for accessing the page. When data is analyzed every time, because the analyzed data cannot change within a certain time, if the configuration information changes at the application level, synchronization is needed. Therefore, the configuration information after analysis is not changed under most conditions, and a cache mechanism is further considered to be adopted, so that the configuration information analyzed at this time is cached in the mobile intelligent terminal and is identified as specific version information, and cache updating detection is facilitated. Meanwhile, network consumption is reduced in the future, and a cache detection switch is added: and detecting the cache version only after the login is successful, detecting the cache version after the cache is stored, adding an inspection configuration information option on an application related or set interface, and performing manual inspection.
In an embodiment of the present invention, preferably, after receiving the access instruction to access the page, the method further includes: judging whether an access page exists in the intelligent terminal; and when the access page exists in the intelligent terminal, directly displaying the access page.
In this embodiment, after receiving an access instruction of an access page, first determining whether page-level data of the access page exists in an intelligent terminal, and if the access page is accessed before the current access and the page-level data of the access page is cached locally after the current access, directly displaying the access page if the result of the current determination is that the access page exists, so that by storing the page-level data of the access page, when the access page is accessed again, the access efficiency is improved, and the network traffic consumption is reduced.
In an embodiment of the present invention, preferably, when a page frame template exists in the intelligent terminal, the step of obtaining pre-stored page configuration information and querying and reading page data of the access page according to the page configuration information is directly performed.
In the embodiment, when the page-level data of the access page does not exist in the local cache of the intelligent terminal, whether the page frame template of the access page exists in the local cache of the intelligent terminal is judged, if so, the page data is directly obtained according to the page configuration information without real-time dynamic analysis of the access instruction, on one hand, the page analysis efficiency is accelerated, the time consumption of application is reduced, and on the other hand, the network flow is reduced.
In an embodiment of the present invention, preferably, the process of parsing the corresponding field according to the field type to generate the page frame template corresponding to the access page specifically includes: analyzing the corresponding field in a fixed field mode according to the field type to generate a page frame template; and/or analyzing the corresponding field in a real-time dynamic analysis mode according to the field type to generate the page frame template.
In the embodiment, the corresponding field is analyzed according to the field type to generate a process of accessing a page frame template corresponding to a page, and a plurality of analysis modes are supported; the analysis principle of each interface adopts unified specification, the data input mode is multi-inlet and multi-format, the data output is consistent, and the universal specification of the interfaces is ensured. The analysis mode can be a fixed field mode and a real-time dynamic analysis mode, when the field mode is fixed in the analysis mode, configuration points are established in the existing system, all the fields are exhausted at present, scenes which meet the requirements of most users as much as possible are configured and issued uniformly by an administrator, the dependency relationship among the fields is controlled, some necessary constraint relationships are controlled, only control display is carried out, if the fields cannot meet the requirements of the users, a field expansion mechanism is supported, and the personalized requirements of the users are met. When the analysis mode is real-time dynamic analysis, the page frame data is dynamically analyzed in real time according to the configuration information, an extension mechanism is supported, custom field configuration can be supported besides the existing configurable interface information, and field information outside default of the system is customized. And the field style individualized analysis extension programming is supported, secondary extension development is supported on the configurable field, and the interface is simply coded, so that the device can be packaged on the application. The problem of real-time interaction of network bandwidth is solved, real-time and manual checking modes are supported by setting different analysis modes, the method can be used according to actual scenes, and usability and flexibility are improved.
In an embodiment of the present invention, after binding the page data with the page frame template to generate and display the access page, the method further includes: and storing the access page to the intelligent terminal.
In the embodiment, after the access page is accessed and displayed, the page-level data of the access page is cached to the local of the intelligent terminal, so that when the page is accessed again, the page data can be directly displayed, the network flow is saved, and the application reflecting speed is accelerated.
An interface display device of an application according to an embodiment of the present invention is described below with reference to fig. 3 and 4. The interface display device of the application program in the embodiment is applied to a mobile terminal product of an ERP application, the application program is installed in the intelligent terminal shown in fig. 3, and a specific communication mode of the interface display device of the application program is shown in fig. 3. The work flow of the interface display device of the application program is shown in fig. 4:
step 402, logging in an application program;
step 404, judging whether the application program is upgraded, if so, entering step 406 and step 412, otherwise, ending;
step 406, determining whether to download the configuration information, if yes, entering step 408, otherwise, entering step 410;
step 408, downloading the configuration information of the latest version;
step 410, reading the field configuration of the NC terminal;
step 412, opening a page to read the template data (at this time, the intelligent terminal does not have the template data locally);
and step 414, writing the configuration information and the template data into the intelligent terminal cache.
The specific scheme of the interface display device of the application program in the specific embodiment is as follows: (1) establishing a field data configuration entry: the method supports the establishment of configuration points in the existing system, and can exhaust all fields required at present, so that the requirement scenes of most users can be met as much as possible. The system is uniformly configured and issued by an administrator, and controls the dependence among all the fields and some necessary constraint relations. If the fields can not meet the requirements of the user, a field extension mechanism is supported, and the personalized requirements of the user are met. (2) The interface uniform analysis device comprises: the analysis principle of each interface adopts unified specification, the data input mode is multi-inlet and multi-format, the data output is consistent, and the universal specification of the interfaces is ensured. The analysis mode can support multi-clock analysis through a configuration mode, can adopt fixed field analysis and can adopt dynamic real-time analysis. (3) Applying a cache storage strategy: because the data after analysis will not change in a certain time, synchronization is only needed if the configuration information changes in the application layer. Therefore, the configuration information after being analyzed is not changed under most conditions, and a cache mechanism is further considered to be adopted, the configuration information analyzed at this time is cached at the mobile terminal and is identified as specific version information, and cache updating detection is facilitated. Meanwhile, in the future, network consumption is reduced, a cache detection switch is added, a cache version is detected only after login is successful, detection is not performed after cache storage, an option of checking configuration information is added on an application related or set interface, and manual checking is performed. The interface display device of the application program of the embodiment is applied to realize that: (1) the problem of dependence on fixed display of the mobile terminal interface is solved, and personalized customization can still be met under the conditions of different scenes, different applications and no user; (2) the problem of real-time interaction of network bandwidth is solved, a real-time and manual checking mode is supported by setting different analysis modes, the method can be used according to an actual scene, and the usability and the flexibility are improved; (3) the system supports an extension mechanism, and can support the user-defined field configuration and customize field information outside the default of the system besides the existing configurable interface information; (4) and the field style individualized analysis extension programming is supported, secondary extension development is supported on the configurable field, and the interface is simply coded, so that the device can be packaged on the application.
In the embodiment of the second aspect of the present invention, an interface display system 500 of an application program is provided, and fig. 5 shows a schematic block diagram of the interface display system 500 of the application program according to an embodiment of the present invention:
a receiving unit 502, configured to receive an access instruction for accessing a page;
a first judging unit 504, configured to, when an access page does not exist in the intelligent terminal, judge whether a page frame template corresponding to the access page exists in the intelligent terminal;
an obtaining unit 506, configured to obtain, when the intelligent terminal does not have a page frame template, a corresponding field and a field type of an access page;
the parsing unit 508 is configured to parse the corresponding field according to the field type to generate a page frame template corresponding to the access page;
a data unit 510, configured to acquire pre-stored page configuration information, and query and read page data of an access page according to the page configuration information;
the first display unit 512 is configured to bind the page data with the page frame template to generate and display the access page.
In the interface display system 500 of the application program provided by the invention, when the receiving unit 502 of the intelligent terminal receives the access instruction of the access page, the access instruction can be the access instruction of the browsing state, the editing state and the newly added state page, firstly, the first judging unit 504 judges whether the access page exists in the local cache of the intelligent terminal, when the intelligent terminal does not access and cache the access page before the current access, then judges whether the page frame template of the access page exists in the intelligent terminal, for example, the page frame template is not cached by the intelligent terminal before the current access, when the page frame template does not exist in the intelligent terminal, the obtaining unit 506 obtains the corresponding field and the field type of the access page, the analyzing unit 508 translates the code segment of each control in the interface according to the type of the field, writes different space translators according to the type, and completes the field analysis, a page frame template is generated, then the data unit 510 acquires page configuration information, queries and reads page data of an access page according to the page configuration information, dynamically queries a total query field and a return value of an interface according to the configuration information, and finally the first display unit 512 binds the generated page frame template and the acquired page data to generate and display the access page to be accessed. The invention solves the problem of the fixed display dependency of the mobile terminal interface, realizes the dynamic field display and dynamic loading of the mobile terminal, realizes the personalized requirements on the interface in different scenes, different applications and different users under the condition of not influencing the original service logic and the integral design, can support various types of field display and operation services including remark, early participation and the like, and supports an extension mechanism.
FIG. 6 shows a schematic block diagram of an interface display system 600 for an application according to another embodiment of the invention. The interface display system 600 of the application program includes:
a receiving unit 602, configured to receive an access instruction for accessing a page;
a first judging unit 604, configured to judge whether a page frame template corresponding to an access page exists in the intelligent terminal when the access page does not exist in the intelligent terminal;
an obtaining unit 606, configured to obtain a corresponding field and a field type of an access page when the intelligent terminal does not have a page frame template;
the analyzing unit 608 is configured to analyze the corresponding field according to the field type to generate a page frame template corresponding to the access page;
the data unit 610 is configured to acquire pre-stored page configuration information, and query and read page data of an access page according to the page configuration information;
a first display unit 612, configured to bind the page data with the page frame template to generate and display an access page;
a login unit 614, configured to receive an application login instruction to login the application;
a second determining unit 616, configured to determine whether the current page configuration information of the application program in the intelligent terminal is the latest version;
the first saving unit 618 is used for acquiring and saving the latest page configuration information to the intelligent terminal if the current page configuration is not the latest version;
a third judging unit 620, configured to judge whether an access page exists in the intelligent terminal;
the second display unit 622 is configured to directly display the access page when the access page exists in the intelligent terminal;
the data unit 610 is further configured to, when a page frame template exists in the intelligent terminal, directly perform the steps of acquiring pre-stored page configuration information, and querying and reading page data of an access page according to the page configuration information;
and a second saving unit 624, configured to save the access page to the intelligent terminal.
The parsing unit 608 specifically includes:
a first parsing subunit 6082, configured to parse, according to the field type, the corresponding field in a fixed field manner, so as to generate a page frame template;
and a second parsing subunit 6084, configured to parse, according to the field type, the corresponding field in a real-time dynamic parsing manner, so as to generate a page frame template.
In an embodiment of the present invention, preferably, the login unit 614 is configured to receive an application login instruction to login the application; a second determining unit 616, configured to determine whether the current page configuration information of the application program in the intelligent terminal is the latest version; the first saving unit 618 is configured to, if the current page configuration is not the latest version, obtain and save the latest page configuration information to the intelligent terminal.
In this embodiment, after the login unit 614 receives a login instruction of an application program to log in the application program, the second determination unit 616 first determines whether the current page configuration information of the application program in the intelligent terminal is the latest version, and if the current page configuration information is the latest version, the page access instruction can be directly received; if the current page configuration information is not the latest version, the first saving unit 618 obtains the latest version of the page configuration from the server, downloads it, and caches it in the intelligent terminal, so that when receiving an access instruction for accessing the page, it can read data according to the latest page configuration information. When data is analyzed every time, because the analyzed data cannot change within a certain time, if the configuration information changes at the application level, synchronization is needed. Therefore, the configuration information after analysis is not changed under most conditions, and a cache mechanism is further considered to be adopted, so that the configuration information analyzed at this time is cached in the mobile intelligent terminal and is identified as specific version information, and cache updating detection is facilitated. Meanwhile, network consumption is reduced in the future, and a cache detection switch is added: and detecting the cache version only after the login is successful, detecting the cache version after the cache is stored, adding an inspection configuration information option on an application related or set interface, and performing manual inspection.
In an embodiment of the present invention, preferably, the third determining unit 620 is configured to determine whether an access page exists in the intelligent terminal; and a second display unit 622, configured to directly display the access page when the access page exists in the intelligent terminal.
In this embodiment, after receiving an access instruction of an access page, the third determining unit 620 first determines whether page-level data of the access page exists in the intelligent terminal, and if the access page is accessed before the current access and the page-level data of the access page is cached locally after the current access, then the result of the current determination is that the access page exists, the second displaying unit 622 directly displays the access page, so that by storing the page-level data of the access page, when the access page is accessed again, the access efficiency is improved, and the network traffic consumption is reduced.
In an embodiment of the present invention, preferably, the data unit 610 is further configured to, when a page frame template exists in the intelligent terminal, directly perform the steps of obtaining pre-stored page configuration information, and querying and reading page data of an access page according to the page configuration information.
In this embodiment, when there is no page-level data of the access page in the local cache of the intelligent terminal, it is determined whether there is a page frame template of the access page in the local cache of the intelligent terminal, and if so, the data unit 610 directly obtains the page data according to the page configuration information without performing real-time dynamic analysis on the access instruction.
In an embodiment of the present invention, preferably, the parsing unit 608 specifically includes: a first parsing subunit 6082, configured to parse, according to the field type, the corresponding field in a fixed field manner, so as to generate a page frame template; and/or a second parsing subunit 6084, configured to parse, according to the field type, the corresponding field in a real-time dynamic parsing manner, so as to generate a page frame template.
In this embodiment, the parsing unit 608 parses the corresponding field according to the field type to generate a process of accessing a page frame template corresponding to a page, which supports multiple parsing manners; the analysis principle of each interface adopts unified specification, the data input mode is multi-inlet and multi-format, the data output is consistent, and the universal specification of the interfaces is ensured. The analysis mode can be a fixed field mode and a real-time dynamic analysis mode, when the field mode is fixed in the analysis mode, a configuration point is established in the existing system, the first analysis subunit 6082 exhausts all the fields at present, scenes which meet the requirements of most users as much as possible are uniformly configured and issued by an administrator, the dependency relationship among the fields is controlled, necessary constraint relationships are controlled, only control display is carried out, if the fields cannot meet the requirements of the users, a field expansion mechanism is supported, and the personalized requirements of the users are met. When the analysis mode is real-time dynamic analysis, the second analysis subunit 6084 dynamically analyzes the page frame data in real time according to the configuration information, supports an extension mechanism, can support custom field configuration in addition to the existing configurable interface information, and customizes field information other than default field information of the system. And the field style individualized analysis extension programming is supported, secondary extension development is supported on the configurable field, and the interface is simply coded, so that the device can be packaged on the application. The problem of real-time interaction of network bandwidth is solved, real-time and manual checking modes are supported by setting different analysis modes, the method can be used according to actual scenes, and usability and flexibility are improved.
In an embodiment of the present invention, preferably, the second saving unit 624 is configured to save the access page to the intelligent terminal.
In this embodiment, after the current page is visited and displayed, the second saving unit 624 further caches the page-level data of the current page to the local of the intelligent terminal, so that when the page is visited again, the page data can be directly displayed, thereby saving network traffic and speeding up application reflection.
In a third aspect of the present invention, a computer device is provided, and fig. 7 is a schematic block diagram of a computer device 700 according to an embodiment of the present invention. Wherein the computer device 700 comprises:
a memory 702, a processor 704, and a computer program stored on the memory 702 and executable on the processor 704, the processor 704 when executing the computer program implementing the steps of: receiving an access instruction for accessing a page; when the access page does not exist in the intelligent terminal, judging whether the page frame template corresponding to the access page exists in the intelligent terminal or not; when the intelligent terminal does not have a page frame template, acquiring a corresponding field and a field type of an access page; analyzing the corresponding field according to the field type to generate a page frame template corresponding to the access page; acquiring prestored page configuration information, and inquiring and reading page data of an access page according to the page configuration information; and binding the page data with the page frame template to generate and display the access page.
In the computer device 700 provided by the present invention, the processor 704, when executing the computer program, implements: when the intelligent terminal receives an access instruction of an access page, the access instruction can be an access instruction of a browsing state, an editing state and a newly added state page, firstly, whether the access page exists in a local cache of the intelligent terminal is judged, when the intelligent terminal does not access and cache the access page before the current access, whether a page frame template of the access page exists in the intelligent terminal is judged, if the page frame template is not cached by the intelligent terminal before the current access and does not exist in the intelligent terminal, a corresponding field and a field type of the access page are obtained, a code segment of each control in an interface is translated according to the type of the field, different space translators can be written according to the type to finish analyzing the field and generate the page frame template, then page configuration information is obtained, page data of the access page is inquired and read according to the page configuration information, and inquiring the total inquiry field and the return value of the interface dynamically according to the configuration information, and finally binding the generated page frame template and the acquired page data to generate and display an access page to be accessed. The invention solves the problem of the fixed display dependency of the mobile terminal interface, realizes the dynamic field display and dynamic loading of the mobile terminal, realizes the personalized requirements on the interface in different scenes, different applications and different users under the condition of not influencing the original service logic and the integral design, can support various types of field display and operation services including remark, early participation and the like, and supports an extension mechanism.
An embodiment of the fourth aspect of the present invention provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of: receiving an access instruction for accessing a page; when the access page does not exist in the intelligent terminal, judging whether the page frame template corresponding to the access page exists in the intelligent terminal or not; when the intelligent terminal does not have a page frame template, acquiring a corresponding field and a field type of an access page; analyzing the corresponding field according to the field type to generate a page frame template corresponding to the access page; acquiring prestored page configuration information, and inquiring and reading page data of an access page according to the page configuration information; and binding the page data with the page frame template to generate and display the access page.
The present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements: when the intelligent terminal receives an access instruction of an access page, the access instruction can be an access instruction of a browsing state, an editing state and a newly added state page, firstly, whether the access page exists in a local cache of the intelligent terminal is judged, when the intelligent terminal does not access and cache the access page before the current access, whether a page frame template of the access page exists in the intelligent terminal is judged, if the page frame template is not cached by the intelligent terminal before the current access and does not exist in the intelligent terminal, a corresponding field and a field type of the access page are obtained, a code segment of each control in an interface is translated according to the type of the field, different space translators can be written according to the type to finish analyzing the field and generate the page frame template, then page configuration information is obtained, page data of the access page is inquired and read according to the page configuration information, and inquiring the total inquiry field and the return value of the interface dynamically according to the configuration information, and finally binding the generated page frame template and the acquired page data to generate and display an access page to be accessed. The invention solves the problem of the fixed display dependency of the mobile terminal interface, realizes the dynamic field display and dynamic loading of the mobile terminal, realizes the personalized requirements on the interface in different scenes, different applications and different users under the condition of not influencing the original service logic and the integral design, can support various types of field display and operation services including remark, early participation and the like, and supports an extension mechanism.
In the description herein, the description of the terms "one embodiment," "some embodiments," "specific embodiments," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (12)

1. An interface display method of an application program is used for an intelligent terminal, and is characterized by comprising the following steps:
receiving an access instruction for accessing a page;
when the access page does not exist in the intelligent terminal, judging whether a page frame template corresponding to the access page exists in the intelligent terminal or not;
when the intelligent terminal does not have the page frame template, acquiring a corresponding field of the access page and a field type of the corresponding field;
analyzing the corresponding field according to the field type to generate a page frame template corresponding to the access page;
acquiring prestored page configuration information, and inquiring and reading page data of the access page according to the page configuration information;
binding the page data with the page frame template to generate and display the access page;
the process of analyzing the corresponding field according to the field type to generate a page frame template corresponding to the access page specifically includes:
analyzing the corresponding field in a fixed field mode according to the field type to generate the page frame template; and/or
And analyzing the corresponding field by adopting a real-time dynamic analysis mode according to the field type so as to generate the page frame template.
2. The interface display method for the application program according to claim 1, before receiving an access instruction for accessing a page, further comprising:
receiving the application program login instruction to log in the application program;
judging whether the current page configuration information of the application program in the intelligent terminal is the latest version;
and if the current page configuration is not the latest version, acquiring and storing the latest page configuration information to the intelligent terminal.
3. The interface display method for the application program according to claim 1, further comprising, after receiving an access instruction to access a page:
judging whether the access page exists in the intelligent terminal or not;
and when the access page exists in the intelligent terminal, directly displaying the access page.
4. The interface display method for the application program according to claim 3, further comprising:
and when the page frame template exists in the intelligent terminal, directly entering the step of acquiring the pre-stored page configuration information, and inquiring and reading the page data of the access page according to the page configuration information.
5. The interface display method for the application program according to any one of claims 1 to 4, wherein after binding the page data with the page frame template to generate and display the access page, further comprising:
and storing the access page to the intelligent terminal.
6. An interface display system of an application program is used for an intelligent terminal and is characterized by comprising:
the receiving unit is used for receiving an access instruction for accessing the page;
the first judging unit is used for judging whether the intelligent terminal has a page frame template corresponding to the access page or not when the access page does not exist in the intelligent terminal;
the acquisition unit is used for acquiring a corresponding field of the access page and a field type of the corresponding field when the intelligent terminal does not have the page frame template;
the analysis unit is used for analyzing the corresponding field according to the field type so as to generate a page frame template corresponding to the access page;
the data unit is used for acquiring prestored page configuration information, and inquiring and reading page data of the access page according to the page configuration information;
the first display unit is used for binding the page data with the page frame template so as to generate and display the access page;
the analysis unit specifically includes:
the first analysis subunit is used for analyzing the corresponding field in a fixed field mode according to the field type so as to generate the page frame template; and/or
And the second analysis subunit is used for analyzing the corresponding field in a real-time dynamic analysis mode according to the field type so as to generate the page frame template.
7. The application interface display system of claim 6, further comprising:
the login unit is used for receiving the application program login instruction to log in the application program;
the second judging unit is used for judging whether the current page configuration information of the application program in the intelligent terminal is the latest version;
and the first storage unit is used for acquiring and storing the latest page configuration information to the intelligent terminal if the current page configuration is not the latest version.
8. The application interface display system of claim 6, further comprising:
a third judging unit, configured to judge whether the access page exists in the intelligent terminal;
and the second display unit is used for directly displaying the access page when the access page exists in the intelligent terminal.
9. The application interface display system of claim 8,
and the data unit is further configured to, when the page frame template exists in the intelligent terminal, directly enter the step of acquiring pre-stored page configuration information, and query and read page data of the access page according to the page configuration information.
10. The interface display system of an application program according to any one of claims 6 to 9, further comprising:
and the second storage unit is used for storing the access page to the intelligent terminal.
11. Computer device comprising a memory, a processor and a computer program stored on said memory and executable on said processor, characterized in that said processor implements the steps of the interface display method of an application according to any of claims 1 to 5 when executing said computer program.
12. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the interface display method of an application program according to any one of claims 1 to 5.
CN201710977044.3A 2017-10-19 2017-10-19 Interface display method and interface display system of application program Active CN107992346B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710977044.3A CN107992346B (en) 2017-10-19 2017-10-19 Interface display method and interface display system of application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710977044.3A CN107992346B (en) 2017-10-19 2017-10-19 Interface display method and interface display system of application program

Publications (2)

Publication Number Publication Date
CN107992346A CN107992346A (en) 2018-05-04
CN107992346B true CN107992346B (en) 2021-09-03

Family

ID=62028677

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710977044.3A Active CN107992346B (en) 2017-10-19 2017-10-19 Interface display method and interface display system of application program

Country Status (1)

Country Link
CN (1) CN107992346B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109814969A (en) * 2019-01-21 2019-05-28 奥克斯空调股份有限公司 User terminal and application program display interface automatic switching control equipment and method
CN110427233A (en) * 2019-06-26 2019-11-08 北京三快在线科技有限公司 Back-end data binding method, device, electronic equipment and storage medium
CN110442824A (en) * 2019-08-12 2019-11-12 深圳市去约会信息技术有限公司 Implementation method, storage medium and the equipment of data management
CN110727458A (en) * 2019-09-23 2020-01-24 赛诺贝斯(北京)营销技术股份有限公司 Method and device for switching page template settings through background management
CN110971511B (en) * 2019-11-29 2022-04-15 泰康保险集团股份有限公司 Instant messaging processing method, device, equipment and computer readable storage medium
CN111401020A (en) * 2020-03-20 2020-07-10 用友网络科技股份有限公司 Interface loading method and system and computing equipment
CN112214698A (en) * 2020-09-29 2021-01-12 瑞庭网络技术(上海)有限公司 Information processing method and device
CN114997186B (en) * 2021-09-02 2023-03-31 荣耀终端有限公司 Control method of translation control and electronic equipment
CN113867881B (en) * 2021-10-19 2023-01-03 创优数字科技(广东)有限公司 Application home page dynamic display method, device, equipment and medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102065572A (en) * 2009-11-17 2011-05-18 中国移动通信集团广东有限公司 Mobile browser, gateway, browsing system and access method for internet page
CN104050281A (en) * 2014-06-26 2014-09-17 北京思特奇信息技术股份有限公司 Webpage information extraction method and device based on http protocol
CN104391725A (en) * 2014-12-08 2015-03-04 畅捷通信息技术股份有限公司 Page display method and page display device
CN105574207A (en) * 2016-01-21 2016-05-11 上海谦讯网络科技有限公司 WAP webpage developing method
CN106502699A (en) * 2016-11-03 2017-03-15 腾讯科技(深圳)有限公司 A kind of five application page processing method, apparatus and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102065572A (en) * 2009-11-17 2011-05-18 中国移动通信集团广东有限公司 Mobile browser, gateway, browsing system and access method for internet page
CN104050281A (en) * 2014-06-26 2014-09-17 北京思特奇信息技术股份有限公司 Webpage information extraction method and device based on http protocol
CN104391725A (en) * 2014-12-08 2015-03-04 畅捷通信息技术股份有限公司 Page display method and page display device
CN105574207A (en) * 2016-01-21 2016-05-11 上海谦讯网络科技有限公司 WAP webpage developing method
CN106502699A (en) * 2016-11-03 2017-03-15 腾讯科技(深圳)有限公司 A kind of five application page processing method, apparatus and system

Also Published As

Publication number Publication date
CN107992346A (en) 2018-05-04

Similar Documents

Publication Publication Date Title
CN107992346B (en) Interface display method and interface display system of application program
KR100918162B1 (en) System and method for field diagnosis of wireless communications device system software
JP5658283B2 (en) Application operating method, apparatus and system
CN106021445B (en) It is a kind of to load data cached method and device
CN101533410B (en) Widget content buffering method facing mobile terminal
CN107741844B (en) Method and device for generating application installation package
CN110519401A (en) Improve method, apparatus, equipment and the storage medium of network Access Success Rate
US20040133416A1 (en) Information terminal device, method of acquiring information corresponding to language identification information from server and program thereof, network system, additional function purchasing progam, and program function adding method
US20100153929A1 (en) Converting javascript into a device-independent representation
EP1512264B1 (en) Communication system, mobile device and method for storing pages on a mobile device
CN109791497B (en) Method, device and terminal for executing hot patch
CN110334297A (en) Loading method, terminal, server and the storage medium of terminal page
CN111966938B (en) Configuration method and system for realizing loading speed improvement of front-end page of cloud platform
CN107729042A (en) Mobile solution upgrade method and device, storage medium, electronic equipment
CN107977165B (en) Data cache optimization method and device and computer equipment
US9164817B2 (en) Mobile communication terminal to provide widget expansion function using message communication, and operation method of the mobile communication terminal
CN105159673A (en) Method and device for setting control style
CN104008096A (en) Browser-based application operation method and apparatus
CN113485722A (en) Application program shelf loading method and processing method for application store and computer equipment
US20070104365A1 (en) Automatic Character Code recognition/Display System, Method, and Program Using Mobile Telephone
CN109101429B (en) Method and device for debugging browser page of set top box
CN113163255B (en) Video playing method, device, terminal and storage medium
CN115186214A (en) Page configuration method and device, computer equipment and computer readable storage medium
US20040148365A1 (en) System and method for vectored sendfile
CN110489679B (en) Browser kernel processing method and device and storage medium

Legal Events

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