CN112306489A - Method and system for realizing complex detail interface of IOS (input/output system) - Google Patents

Method and system for realizing complex detail interface of IOS (input/output system) Download PDF

Info

Publication number
CN112306489A
CN112306489A CN202011273338.6A CN202011273338A CN112306489A CN 112306489 A CN112306489 A CN 112306489A CN 202011273338 A CN202011273338 A CN 202011273338A CN 112306489 A CN112306489 A CN 112306489A
Authority
CN
China
Prior art keywords
interface
detail
module
value
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011273338.6A
Other languages
Chinese (zh)
Inventor
周道华
王小腊
杨陈
周涛
曾俊
黄泓蓓
李武鸿
黄维
伏彦林
刘杰
洪江
彭容
罗玉
周林
张明娟
许江泽
吴婷婷
詹飞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chengdu Zhongke Daqi Software Co ltd
Original Assignee
Chengdu Zhongke Daqi Software 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 Chengdu Zhongke Daqi Software Co ltd filed Critical Chengdu Zhongke Daqi Software Co ltd
Priority to CN202011273338.6A priority Critical patent/CN112306489A/en
Publication of CN112306489A publication Critical patent/CN112306489A/en
Pending legal-status Critical Current

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

Landscapes

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

Abstract

The invention relates to a method and a system for realizing a complex detailed interface of an IOS (input/output system). an interface list module is established and each interface list module is assigned with a value; establishing a mapping relation table in which interface list modules correspond to values one by one, and storing the mapping relation table in a server; defining the logic relationship between interface list modules corresponding to each detail interface in the system, and generating a value logic diagram according to the logic relationship of the detail interface by using the values of the corresponding interface list modules; when a detail interface needs to be generated, a corresponding interface list module is called according to the corresponding value logic diagram and the mapping relation table, then the corresponding detail interface is obtained through rendering, and the detail interface is quickly built in a mode of combining the list modules, so that the storage space occupied by the system is effectively released, and the load required by operation is reduced.

Description

Method and system for realizing complex detail interface of IOS (input/output system)
Technical Field
The invention relates to the field of operation, in particular to a method and a system for realizing a complex detailed interface of an IOS (input/output system).
Background
The detail interface refers to an interface for displaying detailed information in the system, such as an APP software interface, a sales interface of an e-commerce platform, and the like. The traditional internal detail interface is built according to the requirements of system design, the representation form of the detail interface in a system data packet is generally shown in a picture form, for example, 100 interfaces are arranged in one system, the data packet at least comprises 100 pictures, and the picture data is far greater than the number in practical application, so that the data packet required by system installation is larger, the system occupies larger operation memory during operation, the system operates slowly, the system installation packet is too large, more storage space is occupied, especially for a complex detail interface, the memory of a single picture is larger, and the occupied storage resource is further improved.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides a method and a system for realizing a complex detailed interface of an IOS system.
The purpose of the invention is realized by the following technical scheme:
an implementation method for a complex detail interface of an IOS system comprises the following steps:
1): creating interface list modules and assigning values to each interface list module;
2): establishing a mapping relation table in which interface list modules correspond to values one by one, and storing the mapping relation table in a server;
3): defining the logic relationship between interface list modules corresponding to each detail interface in the system, and generating a value logic diagram according to the logic relationship of the detail interface by using the values of the corresponding interface list modules;
4): and when a detail interface needs to be generated, calling a corresponding interface list module according to the corresponding value logic diagram and the mapping relation table, and then rendering to obtain the corresponding detail interface.
Compared with the traditional detailed interface implementation mode, the system data packet of the scheme does not contain specific detailed interface pictures, but the detailed interface is converted into a value logic diagram, so that the image quality requirement on the pictures is reduced, the space required by storage is greatly reduced, and each interface list module in the detailed interface is stored in the server and is called when in use.
Furthermore, when a new detail interface needs to be added, or content change or addition needs to be carried out on the detail interface, the method is realized by adding and modifying the value logic diagram.
Further, the value logic diagram is stored in a local memory or a server.
Further, the 4) whole implementation process is completed in the background.
An implementation system for a complex detail interface of an IOS system, which is used for implementing an implementation method for the complex detail interface of the IOS system, and comprises the following steps:
the creating module is used for creating all interface list modules required by the detail interface;
the assignment module is connected with the creation module and assigns a unique value to each interface list module;
the server is connected with the creating module and the assignment module;
the logic definition module connected with the server establishes the logic relationship between the interface list modules corresponding to each detail interface according to the content of the detail interfaces, and then generates a value logic diagram according to the logic relationship of the detail interfaces through the values of the corresponding interface list modules;
the input module is used for inputting a calling instruction of a detail interface and calling the value logic diagram through the server, and the rendering module carries out rendering according to an interface list module corresponding to the value logic diagram to generate a corresponding detail interface.
Furthermore, the system also comprises an expansion interface connected with the server and used for updating or adding the interface list module and corresponding interface list module assignment, logical relationship and value logical diagram.
Further, the system also comprises a memory for storing the value logic diagram or storing the value logic diagram in the server, preferably, the value logic diagram is stored in the local memory, which can be quicker in the process of cutting the detail interface by the system, thereby avoiding the time difference of calling the value logic diagram by the server.
Furthermore, the server and each module are communicated through 5G, rapid rendering from the value logic diagram to the detail interface can be realized by adopting 5G communication, the processing time is in microsecond level, and the processing time is basically consistent with the cutting time of the traditional detail interface.
Further, the type of assignment may include a binary value, a decimal value, a hexadecimal value, or an english code.
The invention has the beneficial effects that: according to the scheme, the images required by the traditional detailed interface are decomposed into the interface list modules, so that the storage space is reduced on the whole, each detailed interface generally comprises a part of the same part, when the detailed interface is used as the minimum storage unit for storage, if 10% of ten detailed interfaces are the same, the same 10% of the ten detailed interfaces are stored for ten times, and therefore more storage spaces are occupied, and the problem is solved by adopting a single interface list module in the invention, and each interface list module only needs to be stored once; in addition, the data are stored in the server, the data do not need to be downloaded in the process of downloading the system application, the data are called from the server according to the value logic diagram in the using process, and pictures of the data can be downloaded within microsecond-level time based on the 5G technology, so that the use is not affected basically, and the storage requirement on equipment (client) is further reduced.
Drawings
FIG. 1 is a schematic diagram of the system of the present invention;
FIG. 2 is a diagram illustrating the conversion of the interface to the value logic diagram according to the present invention.
Detailed description of the invention
The technical solution of the present invention is further described in detail with reference to the following specific examples, but the scope of the present invention is not limited to the following.
An implementation method for a complex detail interface of an IOS system comprises the following steps:
1): creating interface list modules and assigning values to each interface list module;
2): establishing a mapping relation table in which interface list modules correspond to values one by one, and storing the mapping relation table in a server;
3): defining the logic relationship between interface list modules corresponding to each detail interface in the system, and generating a value logic diagram according to the logic relationship of the detail interface by using the values of the corresponding interface list modules;
4): and when a detail interface needs to be generated, calling a corresponding interface list module according to the corresponding value logic diagram and the mapping relation table, and then rendering to obtain the corresponding detail interface.
Optionally, an implementation method for a complex detail interface of an IOS system is implemented by adding and modifying a value logic diagram when a new detail interface needs to be added or content of the detail interface needs to be changed or added. The method specifically comprises the steps of adding a complete detail interface, if all interface list modules of the detail interface are all existing, only a logical relationship between the interface list modules corresponding to the detail interface and a corresponding value logic diagram need to be added, and if the content of the detail interface is reduced by the corresponding interface list modules, the corresponding interface list modules need to be created.
If a part of new interface list modules are added to a detail or an interface list module is changed, the logic relationship and the value logic diagram between the interface list modules corresponding to the corresponding modified detail interfaces are also needed.
Optionally, in an implementation method for the complex detail interface of the IOS system, the value logic diagram is stored in the local memory or the server, and preferably, in order to reduce the running time of the system and increase the reaction speed of the system, the value logic diagram is stored in the local memory, so that the reaction time for calling the value logic diagram from the server is saved.
In one aspect, in order not to affect the use experience of the client, the above 4) whole implementation process is completed in the background, and in order to reduce the reaction time, the communication between each module and the server in the scheme is implemented by adopting a 5G technology, so as to realize microsecond-level data transmission and use.
Referring to fig. 1, an implementation system for a complex detail interface of an IOS system is used to implement an implementation method for the complex detail interface of the IOS system, and the system includes:
the creating module is used for creating all interface list modules required by the detail interface;
the assignment module is connected with the creation module and assigns a unique value to each interface list module;
the server is connected with the creating module and the assignment module;
the logic definition module is connected with the server, establishes the logic relationship between the interface list modules corresponding to each detail interface according to the content of the detail interfaces, and then generates a value logic diagram according to the logic relationship of the detail interfaces through the values of the corresponding interface list modules;
the input module is used for inputting a calling instruction of the detail interface and calling the value logic diagram through the server, and the rendering module renders according to the interface list module corresponding to the value logic diagram to generate the corresponding detail interface.
The implementation process can be referred to fig. 2, for example, a detailed interface can be divided into interface list modules 1-10 according to the content of the columns, that is, a total of 10 interface list modules, the interface display mode after the interface is converted into the value logic diagram is shown in the right part of fig. 2, which is only the logical relationship between numerical values, that is, the value logic diagram, and the size of the composition in which the value logic diagram is actually used can be proportionally reduced.
Optionally, the implementation system for the complex detailed interface of the IOS system further includes an extension interface connected to the server, and configured to update or add the interface list module, and the corresponding interface list module assigns values, logical relationships, and value logic diagrams.
Optionally, the implementation system for the IOS system complex detail interface further includes a memory for storing the value logic diagram, or the value logic diagram is stored in the server.
Optionally, in an implementation system for the complex detail interface of the IOS system, the assignment type includes binary value, decimal value, hexadecimal value or english code, and as shown in fig. 2, the assignment type is a value logic diagram using decimal value.
The foregoing is illustrative of the preferred embodiments of the present invention, and it is to be understood that the invention is not limited to the precise form disclosed herein and that various other combinations, modifications, and environments may be resorted to, falling within the scope of the inventive concept as defined by the appended claims, as modified by the teachings or knowledge of the relevant art. And that modifications and variations may be effected by those skilled in the art without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (9)

1. An implementation method for a complex detail interface of an IOS system is characterized by comprising the following steps:
1): creating interface list modules and assigning values to each interface list module;
2): establishing a mapping relation table in which interface list modules correspond to values one by one, and storing the mapping relation table in a server;
3): defining the logic relationship between interface list modules corresponding to each detail interface in the system, and generating a value logic diagram according to the logic relationship of the detail interface by using the values of the corresponding interface list modules;
4): and when a detail interface needs to be generated, calling a corresponding interface list module according to the corresponding value logic diagram and the mapping relation table, and then rendering to obtain the corresponding detail interface.
2. The method of claim 1, wherein the complex detail interface is implemented by adding and modifying value logic diagrams when a new detail interface needs to be added or content modification or addition needs to be performed on the detail interface.
3. The method of claim 2, wherein the value logic diagram is stored in a local memory or a server.
4. The method of claim 3, wherein 4) the whole implementation process is performed in the background.
5. An implementation system for IOS system complex detail interface, which is used to implement the implementation method for IOS system complex detail interface as claimed in any one of claims 1-4, and the system includes:
the creating module is used for creating all interface list modules required by the detail interface;
the assignment module is connected with the creation module and assigns a unique value to each interface list module;
the server is connected with the creating module and the assignment module;
the logic definition module connected with the server establishes the logic relationship between the interface list modules corresponding to each detail interface according to the content of the detail interfaces, and then generates a value logic diagram according to the logic relationship of the detail interfaces through the values of the corresponding interface list modules;
the input module is used for inputting a calling instruction of a detail interface and calling the value logic diagram through the server, and the rendering module carries out rendering according to an interface list module corresponding to the value logic diagram to generate a corresponding detail interface.
6. The system of claim 5, further comprising an extension interface coupled to the server for updating or adding the interface list module and the corresponding interface list module assignments, logical relationships, and value logic maps.
7. The system of claim 6, further comprising a memory for storing the logical view of values, or wherein the logical view of values is stored in a server.
8. The system of claim 7, wherein the server communicates with the modules via 5G.
9. The method of claim 8, wherein the type of assignment comprises a binary value, a decimal value, a hexadecimal value, or an english code.
CN202011273338.6A 2020-11-13 2020-11-13 Method and system for realizing complex detail interface of IOS (input/output system) Pending CN112306489A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011273338.6A CN112306489A (en) 2020-11-13 2020-11-13 Method and system for realizing complex detail interface of IOS (input/output system)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011273338.6A CN112306489A (en) 2020-11-13 2020-11-13 Method and system for realizing complex detail interface of IOS (input/output system)

Publications (1)

Publication Number Publication Date
CN112306489A true CN112306489A (en) 2021-02-02

Family

ID=74334349

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011273338.6A Pending CN112306489A (en) 2020-11-13 2020-11-13 Method and system for realizing complex detail interface of IOS (input/output system)

Country Status (1)

Country Link
CN (1) CN112306489A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103605499A (en) * 2012-10-29 2014-02-26 百度在线网络技术(北京)有限公司 Application program development device, application program development method, application program control device and application program control method
CN105630502A (en) * 2015-12-28 2016-06-01 武汉传神信息技术有限公司 Method and system for generating dynamic form
CN106406854A (en) * 2016-08-26 2017-02-15 福建新大陆电脑股份有限公司 Computer monitoring configuration interface design method and system
CN109947425A (en) * 2019-03-04 2019-06-28 腾讯科技(深圳)有限公司 A kind of the dealing with information flow method and device
CN110007916A (en) * 2018-12-06 2019-07-12 阿里巴巴集团控股有限公司 Interface rendering method, device and the server of operation system
US20190384616A1 (en) * 2018-06-18 2019-12-19 Muthukrishnan Govindaraj Method for displaying and changing mobile commerce elements within native application instantly without code build

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103605499A (en) * 2012-10-29 2014-02-26 百度在线网络技术(北京)有限公司 Application program development device, application program development method, application program control device and application program control method
CN105630502A (en) * 2015-12-28 2016-06-01 武汉传神信息技术有限公司 Method and system for generating dynamic form
CN106406854A (en) * 2016-08-26 2017-02-15 福建新大陆电脑股份有限公司 Computer monitoring configuration interface design method and system
US20190384616A1 (en) * 2018-06-18 2019-12-19 Muthukrishnan Govindaraj Method for displaying and changing mobile commerce elements within native application instantly without code build
CN110007916A (en) * 2018-12-06 2019-07-12 阿里巴巴集团控股有限公司 Interface rendering method, device and the server of operation system
CN109947425A (en) * 2019-03-04 2019-06-28 腾讯科技(深圳)有限公司 A kind of the dealing with information flow method and device

Similar Documents

Publication Publication Date Title
CN112102437B (en) Canvas-based radar map generation method and device, storage medium and terminal
US10169302B2 (en) Method and system for page display, server-end device, client device and storage medium
CN109671147B (en) Texture map generation method and device based on three-dimensional model
CN111026439B (en) Application program compatibility method, device, equipment and computer storage medium
CN110738720A (en) Special effect rendering method and device, terminal and storage medium
CN107320956B (en) A kind of interface generation method and device
CN112181580B (en) Application theme switching method, device and system
CN108073350A (en) A kind of object storage system rendered for cloud and method
CN112307403A (en) Page rendering method, device, storage medium and terminal
CN113641700A (en) Data processing method and device based on Spring boot frame
CN116128983A (en) Picture processing method and device and picture rendering method and device
CN109343846B (en) Construction method and construction system of business scene
CN108804197B (en) Dynamic componentization implementation method, device, equipment and storage medium
CN110853121A (en) Cross-platform data processing method and device based on AE
CN112306489A (en) Method and system for realizing complex detail interface of IOS (input/output system)
CN112991505B (en) Online 3D rendering method
CN114116227A (en) Display method, device and equipment based on Wayland protocol without GPU support
CN114185522A (en) Page theme customizing method and device, electronic equipment and storage medium
CN110286936B (en) Thermal restoration method, thermal restoration device, electronic equipment and storage medium
CN111292392A (en) Unity-based image display method, apparatus, device and medium
CN110990104A (en) Unity 3D-based texture rendering method and device
JP2007179114A (en) Data processor, its indication data creating device, program, and recording medium
CN111240679A (en) Page development method and system
CN112799745A (en) Page display control method and device
CN113434598B (en) Method, device and electronic device for realizing data double writing

Legal Events

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

Application publication date: 20210202