CN109542878B - List creation method and device - Google Patents

List creation method and device Download PDF

Info

Publication number
CN109542878B
CN109542878B CN201811392883.XA CN201811392883A CN109542878B CN 109542878 B CN109542878 B CN 109542878B CN 201811392883 A CN201811392883 A CN 201811392883A CN 109542878 B CN109542878 B CN 109542878B
Authority
CN
China
Prior art keywords
data
configuration file
unit structure
unit
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
CN201811392883.XA
Other languages
Chinese (zh)
Other versions
CN109542878A (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.)
Guangzhou Cubesili Information Technology Co Ltd
Original Assignee
Guangzhou Cubesili Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Cubesili Information Technology Co Ltd filed Critical Guangzhou Cubesili Information Technology Co Ltd
Priority to CN201811392883.XA priority Critical patent/CN109542878B/en
Publication of CN109542878A publication Critical patent/CN109542878A/en
Application granted granted Critical
Publication of CN109542878B publication Critical patent/CN109542878B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a list creation method and a device, wherein the method comprises the following steps: acquiring a configuration file, and constructing a plurality of unit structures, wherein each unit structure is provided with a keyword corresponding to data sorting information of the configuration file; determining data and component information corresponding to each keyword in main data of the configuration file, correspondingly storing the data and the component information into each unit structure, and generating a data dictionary from a plurality of unit structures; and calling the corresponding first component according to the component information to render the data of each unit structure in the data dictionary to obtain a target list. According to the method, each unit structure is created in a data dictionary mode, each unit structure is identified by the keywords and can correspond to the data in the configuration file, and due to the fact that corresponding component information is stored in each unit structure, when the data in the data dictionary is rendered, the corresponding components can be automatically obtained according to the component information for rendering, developers do not need to call the components manually, and the workload of the developers is reduced.

Description

List creation method and device
Technical Field
The invention relates to the technical field of computers, in particular to a list creation method and device.
Background
With the continuous development of mobile internet technology, the functions of mobile terminals, such as smart phones, are more powerful, and users can install application programs with various functions in the mobile terminals according to requirements, so that the mobile terminals become a part of life and work of people.
At present, a large number of list functions, such as a main menu, a phone book, a short message, an STK menu, etc., are used in most mobile phone platform developments, and generally, an operating system of a mobile terminal provides basic list components in a system library, so that a list page is formed by selecting corresponding list components according to service features in the following process. For example, the operating system of a smartphone is the Internet Operation (IOS) system, which provides the basic list component (UITableView) in the system library UIKit.
The general process of generating the list in the related art is: firstly, a service-related data item list is acquired, and then, a corresponding Cell (Cell) component is selected according to service data characteristics to display the corresponding data item, so that a complete list page is formed.
The logic of selecting the unit component depends on the service data characteristics, that is, the data and the component are bound with the service field, for example, in the user list, if the data of the user list is head portrait and nickname, a head portrait and nickname user component need to be developed; in the information list, if the data is a matching picture and a title, an information component with the matching picture and the title needs to be developed, so that it can be seen that unit components corresponding to different service characteristics are different, unit components between different services are difficult to multiplex, and in the process of generating the list of different services, developers need to develop corresponding unit components according to the data characteristics of required services, which results in large workload and low list generation efficiency.
Disclosure of Invention
The embodiment of the invention provides a list creation method and device, which are beneficial to reducing the workload of developers and improving the list generation efficiency.
According to an aspect of the present invention, there is provided a list creation method including:
acquiring a configuration file, and constructing a plurality of unit structures, wherein each unit structure is provided with a keyword corresponding to data sorting information of the configuration file;
determining data and component information corresponding to each keyword in main data of a configuration file, correspondingly storing the data and the component information into each unit structure, and generating a data dictionary from a plurality of unit structures;
and calling a corresponding first component according to the component information to render the data of each unit structure in the data dictionary to obtain a target list.
Preferably, the data sorting information is data rank information of the configuration file.
Preferably, the data row and column information is the number of the nodes to which the data is located in the configuration file and the number of the lines to which the data is located in the number of the nodes.
Preferably, in the main data of the configuration file, determining data and component information corresponding to each keyword, and storing the data and the component information into each unit structure, and then generating a data dictionary for a plurality of unit structures specifically includes:
and determining data and component information corresponding to each keyword in main data of the configuration file, correspondingly storing the data and the component information into each unit structure, and generating a data dictionary for the plurality of unit structures according to the sequence of the keywords.
Preferably, the invoking a corresponding component according to the component information to render the data of each unit structure in the data dictionary to obtain a target list further includes:
and calling a second component to render the additional data of the configuration file on the basis of the target list to obtain a processed target list.
Preferably, the list creating method provided by the present invention further includes:
and after data updating information is acquired, updating the text data in the configuration file, and correspondingly updating the data of each unit structure in the data dictionary.
Preferably, the configuration file is in json format or plist format.
According to another aspect of the present invention, there is provided a list creation apparatus including:
the device comprises a construction unit, a data sorting unit and a data processing unit, wherein the construction unit is used for acquiring a configuration file and constructing a plurality of unit structures, and each unit structure is provided with a keyword corresponding to data sorting information of the configuration file;
the generating unit is used for determining data and component information corresponding to each keyword in main body data of the configuration file, correspondingly storing the data and the component information into each unit structure, and then generating a data dictionary from a plurality of unit structures;
and the rendering unit is used for calling a corresponding first component according to the component information to render the data of each unit structure in the data dictionary to obtain a target list.
According to another aspect of the invention, there is provided an electronic device comprising a processor and a memory having stored thereon computer program instructions which, when executed by the processor, implement the list creation method as described above.
According to another aspect of the present invention, there is provided a computer readable storage medium having stored thereon computer program instructions which, when executed by a processor, implement the list creation method as described above.
According to the technical scheme, the embodiment of the invention has the following advantages:
the invention provides a list creation method and a device, wherein the method comprises the following steps: acquiring a configuration file, and constructing a plurality of unit structures, wherein each unit structure is provided with a keyword corresponding to data sorting information of the configuration file; determining data and component information corresponding to each keyword in main data of the configuration file, correspondingly storing the data and the component information into each unit structure, and generating a data dictionary from a plurality of unit structures; and calling the corresponding first component according to the component information to render the data of each unit structure in the data dictionary to obtain a target list. According to the method, each unit structure is created in a data dictionary mode, each unit structure is identified by the keywords and can correspond to the data in the configuration file, and due to the fact that corresponding component information is stored in each unit structure, when the data in the data dictionary is rendered, the corresponding components can be automatically obtained according to the component information for rendering, developers do not need to manually develop the components, and the workload of the developers is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without inventive exercise.
FIG. 1 is a flowchart illustrating an embodiment of a method for creating a list according to the present invention;
FIG. 2 is a flowchart illustrating a method for creating a list according to another embodiment of the present invention;
fig. 3 is a schematic structural diagram of an embodiment of a list creating apparatus according to the present invention.
Detailed Description
The embodiment of the invention provides a list creation method and device, which are beneficial to reducing the workload of developers and improving the list generation efficiency.
In order to make the objects, features and advantages of the present invention more obvious and understandable, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the embodiments described below are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, an embodiment of a list creating method according to the present invention includes:
101. acquiring a configuration file, and constructing a plurality of unit structures, wherein each unit structure is provided with a keyword corresponding to data sorting information of the configuration file;
in this embodiment, the cell structure (CellStruct) is a class, which is a part of the data dictionary in the present invention, and each cell structure has an independent keyword, and the keyword corresponds to the data sorting information on the configuration file, so that the corresponding cell structure can be found by the keyword.
102. Determining data and component information corresponding to each keyword in main data of the configuration file, correspondingly storing the data and the component information into each unit structure, and generating a data dictionary from a plurality of unit structures;
the configuration file generally contains main data and additional data, for example, the configuration file contains friend circle list data, the state, head portrait, name and the like of each column of users of a friend circle are main data, and the background, drawings and the like of the friend circle are additional data.
After the unit structures are created, the main data is usually presented in a row form in the configuration file, and the keywords contain position sequencing information of the corresponding data in the configuration file, so that each unit structure can correspond to part of the main data, the whole main data is divided into a plurality of parts, the parts are stored in each unit structure one by one, and then all the unit structures are superposed to generate the data dictionary.
It should be noted that, after each cell structure determines corresponding data according to the keyword, since the types and features of the data stored in each cell structure may be different, the cell components (cells) required for rendering the data in each cell structure are also different, so that the present invention may store the corresponding component information into each cell structure according to the data types and features corresponding to each cell structure while determining the data stored in each cell structure.
103. And calling the corresponding first component according to the component information to render the data of each unit structure in the data dictionary to obtain a target list.
Because the unit structure is pre-stored with the component information, when the list needs to be generated, the corresponding first component (namely, the unit component) can be called according to the component information to render the data of each unit structure in the data dictionary, so as to obtain the target list. It should be noted that, in the embodiment of the present invention, various unit components are pre-stored, and corresponding component information is extracted, so that the corresponding component can be called according to the component information, and a developer does not need to re-develop the component due to different types and characteristics of configuration file data in a development process, thereby reducing a worker and improving efficiency.
According to the method, each unit structure is created in a data dictionary mode, each unit structure is identified by the keywords and can correspond to the data in the configuration file, and due to the fact that corresponding component information is stored in each unit structure, when the data in the data dictionary is rendered, the corresponding components can be automatically obtained according to the component information for rendering, developers do not need to manually develop the components, and the workload of the developers is reduced.
In order to describe the embodiment of the list creating method more specifically, the following provides another embodiment of the list creating method, and referring to fig. 2, the another embodiment of the list creating method provided by the present invention includes:
201. acquiring a configuration file, and constructing a plurality of unit structures, wherein each unit structure is provided with a keyword corresponding to data sorting information of the configuration file;
in this embodiment, the cell structure (CellStruct) is a class, which is a part of the data dictionary in the present invention, and each cell structure has an independent keyword, and the keyword corresponds to the data sorting information on the configuration file, so that the corresponding cell structure can be found by the keyword.
In this embodiment, the data sorting information is data rank information of the configuration file. Specifically, the data row and column information is the number of bytes to which the data is located in the configuration file and the number of rows to which the data is located in the number of bytes to which the data belongs, and for example, the keyword corresponding to a certain unit structure may be section1_ row1, which means that the data in the unit structure is the first row of the first part in the configuration file.
In this embodiment, the configuration file may be in json format or plist format, and the stored data corresponds to the target list.
202. Determining data and component information corresponding to each keyword in main data of the configuration file, correspondingly storing the data and the component information into each unit structure, and generating a data dictionary for the plurality of unit structures according to the sequence of the keywords;
the configuration file generally contains main data and additional data, for example, the configuration file contains friend circle list data, the state, head portrait, name and the like of each column of users of a friend circle are main data, and the background, drawings and the like of the friend circle are additional data.
After the unit structures are created, the main data are usually presented in a row form in the configuration file, and the keywords contain position sequencing information of the corresponding data in the configuration file, so that each unit structure can correspond to part of the main data, the whole main data is divided into a plurality of parts, the parts are stored in each unit structure one by one, and then all the unit structures are overlapped according to the sequence of the keywords to generate the data dictionary.
It should be noted that, after each cell structure determines corresponding data according to the keyword, since the types and features of the data stored in each cell structure may be different, the cell components (cells) required for rendering the data in each cell structure are also different, so that the present invention may store the corresponding component information into each cell structure according to the data types and features corresponding to each cell structure while determining the data stored in each cell structure. If the data stored in the unit structure A is the data containing the user head portrait, the characters and the name, the corresponding first component is a, and then the component information stored in the unit mechanism A corresponds to the component a, if the data stored in the unit structure B not only contains the user head portrait, the characters and the name, but also contains the jump link, the corresponding first component is B, and then the component information stored in the unit structure B corresponds to the component B.
203. Calling a corresponding first component according to the component information to render the data of each unit structure in the data dictionary to obtain a target list;
because the unit structure is pre-stored with the component information, when the list needs to be generated, the corresponding first component (namely, the unit component) can be called according to the component information to render the data of each unit structure in the data dictionary, so as to obtain the target list.
204. And on the basis of the target list, calling a second component to render the additional data of the configuration file to obtain a processed target list.
Because the configuration file also contains additional data, such as additional attributes of the friend circle, such as whether to go up or down, whether to set a background picture, set a title, and the like, on the basis of the target list (such as the friend circle state of each user), the second component (also belonging to one part of the above unit components) is called to render the polarity of the additional data, and a processed target list, such as a complete friend circle list, can be obtained.
Further, a list creating method provided by the present invention further includes:
and after the data updating information is acquired, updating the text data in the configuration file, and correspondingly updating the data of each unit structure in the data dictionary. It can be understood that the data in each unit structure can be updated correspondingly according to the needs of the user, so that the content displayed in the final list is also updated correspondingly.
According to the method, each unit structure is created in a data dictionary mode, each unit structure is identified by the keywords and can correspond to the data in the configuration file, and due to the fact that corresponding component information is stored in each unit structure, when the data in the data dictionary is rendered, the corresponding components can be automatically obtained according to the component information for rendering, developers do not need to manually develop the components, and the workload of the developers is reduced.
In the above, a detailed description is made on a list creating method provided by the present invention, and a structure and a connection relationship of a list creating apparatus provided by the present invention are described below, referring to fig. 3, an embodiment of a list creating apparatus provided by the present invention includes:
according to another aspect of the present invention, there is provided a list creation apparatus including:
a constructing unit 301, configured to obtain a configuration file, and construct a plurality of unit structures, where each unit structure has a keyword corresponding to data sorting information of the configuration file;
a generating unit 302, configured to determine, in the main data of the configuration file, data and component information corresponding to each keyword, store the data and the component information into each unit structure, and generate a data dictionary from a plurality of unit structures;
and the rendering unit 303 is configured to call a corresponding first component according to the component information to render the data of each unit structure in the data dictionary, so as to obtain a target list.
Furthermore, the data sorting information is data row and column information of the configuration file.
Furthermore, the data row and column information is the number of the nodes where the data is located in the configuration file and the number of the rows where the data is located in the number of the nodes.
Furthermore, the generating unit is further configured to determine, in the main data of the configuration file, data and component information corresponding to each keyword, store the data and the component information into each unit structure, and generate a data dictionary for the plurality of unit structures according to the order of the keywords.
Further, a list creating apparatus provided by the present invention further includes:
and the processing unit is used for calling the second component to render the additional data of the configuration file on the basis of the target list to obtain a processed target list.
Further, a list creating apparatus provided by the present invention further includes:
and the updating unit is used for updating the text data in the configuration file after acquiring the data updating information and correspondingly updating the data of each unit structure in the data dictionary.
Further, the configuration file is in json format or plist format.
The invention also relates to an electronic device comprising a processor and a memory, the memory having stored thereon computer program instructions which, when executed by the processor, implement the list creation method as described above.
The invention also relates to a computer-readable storage medium having stored thereon computer program instructions which, when executed by a processor, implement the list creation method as described above.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (5)

1. A list creation method, comprising:
acquiring a configuration file, and constructing a plurality of unit structures, wherein each unit structure has a keyword corresponding to data sorting information of the configuration file, and the configuration file is in a json format or a plist format, wherein: the data sorting information is specifically data row and column information of the configuration file, and the data row and column information of the configuration file is specifically the number of nodes to which data is located in the configuration file and the number of lines to which data is located in the number of nodes to which the data is located;
determining data and component information corresponding to each keyword in main body data of a configuration file, storing the data and the component information into each unit structure correspondingly, and generating a data dictionary from a plurality of unit structures, wherein: after data updating information is acquired, updating the text data in the configuration file, and correspondingly updating the data of each unit structure in the data dictionary, wherein the data corresponding to the keywords are part of main data corresponding to the data sorting information corresponding to the keywords, the text data in the configuration file specifically comprises the main data of the configuration file and the additional data of the configuration file, the data of the unit structure is specifically the data corresponding to the keywords and the component information of the unit structure, and the additional data of the configuration file is specifically the data for determining the additional attribute of the target list;
calling a corresponding first component according to the component information to render the data of each unit structure in the data dictionary to obtain a target list;
and calling a second component to render the additional data of the configuration file on the basis of the target list to obtain a processed target list.
2. The list creation method according to claim 1, wherein, in the main body data of the configuration file, data and component information corresponding to each of the keywords are determined and stored in each of the unit structures, and then the generating of the data dictionary for the plurality of unit structures specifically includes:
and determining data and component information corresponding to each keyword in main data of the configuration file, correspondingly storing the data and the component information into each unit structure, and generating a data dictionary for the plurality of unit structures according to the sequence of the keywords.
3. A list creation apparatus, comprising:
a construction unit, configured to obtain a configuration file, and construct a plurality of unit structures, where each unit structure has a keyword corresponding to data sorting information of the configuration file, and the configuration file is in a json format or a plist format, where: the data sorting information is data row and column information of the configuration file, and the data row and column information is the number of nodes to which data are located in the configuration file and the number of lines to which the data are located in the number of nodes to which the data belong;
a generating unit, configured to determine, in main data of a configuration file, data and component information corresponding to each keyword, store the data and the component information into each unit structure, and generate a data dictionary from a plurality of unit structures, where: after data updating information is acquired, updating the text data in the configuration file, and correspondingly updating the data of each unit structure in the data dictionary, wherein the data corresponding to the keywords is part of main data corresponding to data sorting information corresponding to the keywords, the text data in the configuration file specifically comprises the main data of the configuration file and additional data of the configuration file, the additional data of the configuration file is specifically data for determining additional attributes of a target list, and the data of the unit structure is specifically data and component information corresponding to the keywords of the unit structure;
and the rendering unit is used for calling a corresponding first component according to the component information to render the data of each unit structure in the data dictionary to obtain a target list, and calling a second component to render the additional data of the configuration file to obtain a processed target list.
4. An electronic device comprising a processor and a memory, the memory having stored thereon computer program instructions which, when executed by the processor, implement the list creation method of any one of claims 1 to 2.
5. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon computer program instructions which, when executed by a processor, implement the list creation method of any one of claims 1 to 2.
CN201811392883.XA 2018-11-21 2018-11-21 List creation method and device Active CN109542878B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811392883.XA CN109542878B (en) 2018-11-21 2018-11-21 List creation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811392883.XA CN109542878B (en) 2018-11-21 2018-11-21 List creation method and device

Publications (2)

Publication Number Publication Date
CN109542878A CN109542878A (en) 2019-03-29
CN109542878B true CN109542878B (en) 2021-03-09

Family

ID=65848957

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811392883.XA Active CN109542878B (en) 2018-11-21 2018-11-21 List creation method and device

Country Status (1)

Country Link
CN (1) CN109542878B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110209447B (en) * 2019-04-28 2023-02-28 五八有限公司 List page data display method and list page data display device
CN110109670B (en) * 2019-05-16 2020-06-23 北京字节跳动网络技术有限公司 Method and device for processing view list data, electronic equipment and storage medium
CN113031947A (en) * 2021-03-05 2021-06-25 苏州帝博信息技术有限公司 Configuration data management method and device used in interface design tool
CN112988142A (en) * 2021-04-19 2021-06-18 广州南方卫星导航仪器有限公司 Attribute table generation method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103853543A (en) * 2012-12-07 2014-06-11 北京云天时空科技有限公司 Method used for quickly constructing forms in enterprise information system development process
CN107608747A (en) * 2017-09-22 2018-01-19 携程旅游信息技术(上海)有限公司 The construction method of form system, device, electronic equipment, storage medium
CN108595681A (en) * 2018-05-02 2018-09-28 恒生电子股份有限公司 Method, apparatus and system for list displaying

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5337745B2 (en) * 2010-03-08 2013-11-06 株式会社日立製作所 Data processing device
CN105808778B (en) * 2016-03-30 2019-04-26 中国银行股份有限公司 A kind of mass data extracts, conversion, loading method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103853543A (en) * 2012-12-07 2014-06-11 北京云天时空科技有限公司 Method used for quickly constructing forms in enterprise information system development process
CN107608747A (en) * 2017-09-22 2018-01-19 携程旅游信息技术(上海)有限公司 The construction method of form system, device, electronic equipment, storage medium
CN108595681A (en) * 2018-05-02 2018-09-28 恒生电子股份有限公司 Method, apparatus and system for list displaying

Also Published As

Publication number Publication date
CN109542878A (en) 2019-03-29

Similar Documents

Publication Publication Date Title
CN109542878B (en) List creation method and device
CN111814089B (en) Page rendering method and device, rendering server and storage medium
US20180241702A1 (en) Method and device for displaying message, and electronic device
CN104133765B (en) The test case sending method of network activity and test case server
CN112947830A (en) Popup window display method and device, computer equipment and storage medium
CN110109594B (en) Drawing data sharing method and device, storage medium and equipment
CN110554885A (en) Sub-application generation method and device, electronic equipment and storage medium
CN114222003A (en) Service calling method, system, device, equipment and storage medium
CN103150172A (en) Method and equipment for realizing individual scene
CN110048862B (en) Message display method and device and electronic equipment
CN113282590A (en) Interface joint debugging method and device based on 5G message
CN112423024A (en) Video transcoding method and device, computer equipment and storage medium
CN112840305B (en) Font switching method and related product
US20170171128A1 (en) Method and electronic device for email processing
CN111443945B (en) Component code modification method and device
WO2017165253A1 (en) Modular communications
CN114745280B (en) Asset information management method, device, equipment and readable storage medium
CN101727204A (en) Character input system on communication terminal, character input method on communication terminal and communication terminal
CN111556482B (en) Virtual SIM card switching method and device, storage medium and terminal
CN111813407B (en) Game development method, game running device and electronic equipment
CN103914289A (en) Desktop application access method and device
CN109150951B (en) Method and device for starting Activity of Android system
CN111078215A (en) Software product application method and device, storage medium and electronic equipment
CN115114280A (en) Report generation processing method, device and equipment
CN114095469A (en) Information processing method, device, equipment 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
TA01 Transfer of patent application right

Effective date of registration: 20210112

Address after: 510000 3108, 79 Wanbo 2nd Road, Nancun Town, Panyu District, Guangzhou City, Guangdong Province

Applicant after: GUANGZHOU CUBESILI INFORMATION TECHNOLOGY Co.,Ltd.

Address before: 28th floor, block B1, Wanda Plaza, Nancun Town, Panyu District, Guangzhou City, Guangdong Province

Applicant before: GUANGZHOU HUADUO NETWORK TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20190329

Assignee: GUANGZHOU HUADUO NETWORK TECHNOLOGY Co.,Ltd.

Assignor: GUANGZHOU CUBESILI INFORMATION TECHNOLOGY Co.,Ltd.

Contract record no.: X2021440000052

Denomination of invention: A list creation method and device

License type: Common License

Record date: 20210222

EE01 Entry into force of recordation of patent licensing contract