CN105488128A - Tree structure display method and system - Google Patents
Tree structure display method and system Download PDFInfo
- Publication number
- CN105488128A CN105488128A CN201510824743.5A CN201510824743A CN105488128A CN 105488128 A CN105488128 A CN 105488128A CN 201510824743 A CN201510824743 A CN 201510824743A CN 105488128 A CN105488128 A CN 105488128A
- Authority
- CN
- China
- Prior art keywords
- template
- nodes
- node
- user
- presentation
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 44
- 238000012986 modification Methods 0.000 claims description 16
- 230000004048 modification Effects 0.000 claims description 16
- 238000000605 extraction Methods 0.000 claims description 13
- 238000004806 packaging method and process Methods 0.000 claims description 5
- 238000010586 diagram Methods 0.000 description 2
- 239000000284 extract Substances 0.000 description 2
- 238000009877 rendering Methods 0.000 description 2
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/26—Visual data mining; Browsing structured data
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
The invention discloses a tree structure display method and system. A tree structure comprises N nodes. The display method comprises: obtaining node selection information sent by a user, wherein the node selection information comprises node information of M nodes required to be displayed and selected by the user from the N nodes, and M is a positive integer not greater than N; obtaining template selection information sent by the user, wherein the template selection information comprises a template identifier of a display style template specified by the user; and finally, according to the template selection information, extracting a corresponding display style template from a template database, and correspondingly displaying the M nodes by utilizing the display style template. According to the tree structure display method and system, the display style template specified by the user can be extracted from the template database according to an actual demand of the user, and part of the nodes in the tree structure are displayed by utilizing the display style template, so that the tree structure can be diversely and flexibly displayed and the user experience is improved.
Description
Technical Field
The present invention relates to the field of data structure technology, and in particular, to a method and a system for displaying a tree structure.
Background
At present, when a tree structure is displayed, only one display form is usually provided, and the requirement of people for the diversity of the display forms cannot be met. In addition, people can only display the tree structure in a global display mode, but cannot display the local content of the tree structure, the display mode is rigid, and the user experience is reduced.
In summary, it can be seen that how to implement the diversified representation and flexible representation of the tree structure is a problem to be solved at present.
Disclosure of Invention
In view of this, the present invention provides a method and a system for displaying a tree structure, so as to implement diversified display and flexible display of the tree structure and improve user experience. The specific scheme is as follows:
a tree structure display method comprises N nodes, wherein N is a positive integer; the display method comprises the following steps:
acquiring node selection information sent by a user, wherein the node selection information comprises node information of M nodes needing to be displayed and processed selected by the user from the N nodes, and M is a positive integer not greater than N;
acquiring template selection information sent by a user, wherein the template selection information comprises a template identifier of a presentation style template specified by the user;
and extracting a corresponding presentation style template from a template database according to the template selection information, and performing corresponding presentation processing on the M nodes by using the presentation style template.
Preferably, the process of performing corresponding rendering processing on the M nodes by using the rendering style template includes:
extracting the M nodes from a node database according to the node selection information, and packaging the extracted M nodes into json character strings;
and performing corresponding display processing on the json character string by using a display style template extracted from the template database according to the template selection information.
Preferably, each of the N nodes includes a presentation indication field, and the field content of the presentation indication field of any node includes a first type of content used for representing presentation processing on the node or a second type of content used for representing hiding processing on the node.
Preferably, the process of extracting the M nodes from the node database according to the node selection information includes:
according to the node selection information, correspondingly setting field contents of the N nodes stored in a node database, so that the field contents of the display indication fields of the M nodes are all set as first-class contents, and the field contents of the display indication fields of the other nodes are all set as second-class contents; wherein the rest nodes are nodes left after the M nodes are removed from the N nodes;
and extracting nodes with field contents showing indication fields as first-class contents from the N nodes stored in the node database to obtain the M nodes.
Preferably, the display method further includes:
and providing a template development interface for a user so that the user develops a new presentation style template through the template development interface and stores the new presentation style template developed by the user in the template database.
Preferably, the display method further includes:
and providing a template modification interface for a user so that the user can modify any presentation style template stored in the template database through the template modification interface.
The invention also discloses a display system of the tree structure, wherein the tree structure comprises N nodes, and N is a positive integer; the presentation system includes:
the first information acquisition module is used for acquiring node selection information sent by a user, wherein the node selection information comprises node information of M nodes needing to be displayed and processed selected by the user from the N nodes, and M is a positive integer not greater than N;
the second information acquisition module is used for acquiring template selection information sent by a user, wherein the template selection information comprises a template identifier of a presentation style template specified by the user;
the template extraction module is used for extracting a corresponding presentation style template from a template database according to the template selection information;
and the display processing module is used for performing corresponding display processing on the M nodes by using the display style template extracted by the template extraction module.
Preferably, the presentation processing module includes:
a node extractor for extracting the M nodes from a node database according to the node selection information;
the node packager is used for packaging the M nodes extracted by the node extractor into json character strings;
and the presentation processor is used for carrying out corresponding presentation processing on the json character string by utilizing the presentation style template extracted by the template extraction module.
Preferably, each node of the N nodes includes a presentation indication field, and the field content of the presentation indication field of any node includes a first type of content used for representing presentation processing on the node or a second type of content used for representing hiding processing on the node; the node extractor includes:
a field content setting unit, configured to perform field content setting on the N nodes stored in the node database correspondingly according to the node selection information, so as to set field contents of the presentation indication fields of the M nodes to first-class contents and set field contents of the presentation indication fields of the other nodes to second-class contents; wherein the rest nodes are nodes left after the M nodes are removed from the N nodes;
and the node extraction unit is used for extracting the nodes which show the field contents of the indication fields as the first-class contents from the N nodes stored in the node database so as to obtain the M nodes.
Preferably, the presentation system further comprises:
the template development module is used for providing a template development interface for a user so that the user can develop a new presentation style template through the template development interface and store the new presentation style template developed by the user into the template database;
and the template modification module is used for providing a template modification interface for a user so that the user can modify any presentation style template stored in the template database through the template modification interface.
The invention discloses a display method of a tree structure, wherein the tree structure comprises N nodes; the display method comprises the following steps: acquiring node selection information sent by a user, wherein the node selection information comprises node information of M nodes needing to be displayed and processed selected by the user from N nodes, and M is a positive integer not greater than N; acquiring template selection information sent by a user, wherein the template selection information comprises a template identifier of a presentation style template specified by the user; and finally, extracting a corresponding presentation style template from the template database according to the template selection information, and carrying out corresponding presentation processing on the M nodes by using the presentation style template. Therefore, when part of the N nodes of the tree structure needs to be displayed, the display style template appointed by the user can be extracted from the template database according to the actual requirement of the user, so that the part of the nodes in the tree structure is displayed and processed by the display style template, the unicity of the display form is avoided, the local display processing of the tree structure is realized, the diversity display and flexible display of the tree structure are also realized, and the user experience is improved.
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, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flowchart of a method for displaying a tree structure according to an embodiment of the present invention;
FIG. 2 is a flowchart of a specific tree structure display method according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a tree structure display system according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a specific tree structure presentation system according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments 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.
The embodiment of the invention discloses a display method of a tree structure, wherein the tree structure comprises N nodes, and N is a positive integer; referring to fig. 1, the above display method includes:
step S11: acquiring node selection information sent by a user, wherein the node selection information comprises node information of M nodes needing to be displayed and processed selected by the user from the N nodes, and M is a positive integer not greater than N;
step S12: acquiring template selection information sent by a user, wherein the template selection information comprises a template identifier of a presentation style template specified by the user;
step S13: extracting a corresponding display style template from a template database according to the template selection information;
step S14: and performing corresponding display processing on the M nodes by using the extracted display style template.
It is to be understood that, in step S13, the process of selecting the presentation style template according to the template selection information includes selecting, from the template database, a presentation style template corresponding to the template identifier by using the template identifier in the template selection information.
The embodiment of the invention discloses a display method of a tree structure, wherein the tree structure comprises N nodes; the display method comprises the following steps: acquiring node selection information sent by a user, wherein the node selection information comprises node information of M nodes needing to be displayed and processed selected by the user from N nodes, and M is a positive integer not greater than N; acquiring template selection information sent by a user, wherein the template selection information comprises a template identifier of a presentation style template specified by the user; and finally, extracting a corresponding presentation style template from the template database according to the template selection information, and carrying out corresponding presentation processing on the M nodes by using the presentation style template.
Therefore, in the embodiment of the invention, when part of the N nodes in the tree structure needs to be displayed, the display style template specified by the user can be extracted from the template database according to the actual requirement of the user, so that the part of the nodes in the tree structure is displayed and processed by using the display style template, thereby not only avoiding the singleness of the display form, but also realizing the local display processing of the tree structure, namely realizing the diversity display and flexible display of the tree structure, and further improving the user experience.
The embodiment of the invention discloses a specific tree structure display method, and compared with the previous embodiment, the embodiment further explains and optimizes the technical scheme. Specifically, the method comprises the following steps:
referring to fig. 2, the process of step S14 in the previous embodiment specifically includes:
step S141: extracting M nodes from a node database according to the node selection information;
step S142: packaging the extracted M nodes into json character strings (JavaScript object notation);
step S143: and performing corresponding display processing on the json character string by using the display style template extracted from the template database according to the template selection information.
In this embodiment, each of the N nodes includes a presentation indication field, and the field content of the presentation indication field of any node includes a first type of content used for representing presentation processing on the node or a second type of content used for representing hiding processing on the node.
The process in step S141 specifically includes:
step S1411: according to the node selection information, correspondingly setting the field contents of the N nodes stored in the node database, so that the field contents of the display indication fields of the M nodes are all set as first-class contents, and the field contents of the display indication fields of the other nodes are all set as second-class contents; wherein the rest nodes are nodes left after the M nodes are removed from the N nodes;
step S1412: and extracting the nodes which show the field contents of the indication fields as first-class contents from the N nodes stored in the node database so as to obtain the M nodes.
In order to implement extensibility of the template database, the presentation method in this embodiment further includes: and providing a template development interface for the user so that the user develops a new presentation style template through the template development interface and stores the new presentation style template developed by the user in a template database.
In order to modify an existing presentation style template, the presentation method in this embodiment further includes: and providing a template modification interface for a user so that the user can modify any presentation style template stored in the template database through the template modification interface.
The embodiment of the invention also discloses a display system of the tree structure, the tree structure comprises N nodes, and N is a positive integer; referring to fig. 3, the above-described presentation system includes:
a first information obtaining module 31, configured to obtain node selection information sent by a user, where the node selection information includes node information of M nodes that the user selects from N nodes and need to perform presentation processing, and M is a positive integer no greater than N;
a second information obtaining module 32, configured to obtain template selection information sent by a user, where the template selection information includes a template identifier of a presentation style template specified by the user;
the template extraction module 33 is used for extracting a corresponding presentation style template from the template database according to the template selection information;
and the presentation processing module 34 is configured to perform corresponding presentation processing on the M nodes by using the presentation style template extracted by the template extraction module 33.
Referring to fig. 4, in the present embodiment, the presentation processing module 34 specifically includes a node extractor 341, a node packer 342, and a presentation processor 343; wherein,
a node extractor 341, configured to correspondingly extract M nodes from a node database according to the node selection information;
a node encapsulator 342, configured to encapsulate the M nodes extracted by the node extractor 341 into json character strings;
the presentation processor 343 is configured to perform corresponding presentation processing on the json character string by using the presentation style template extracted by the template extraction module 33.
In this embodiment, each of the N nodes includes a presentation indication field, and the field content of the presentation indication field of any node includes a first type of content used for representing presentation processing on the node or a second type of content used for representing hiding processing on the node.
More specifically, the node extractor 341 may include a field content setting unit and a node extracting unit; wherein,
a field content setting unit, configured to correspondingly set field contents for the N nodes stored in the node database according to the node selection information, so as to set field contents of the presentation indication fields of the M nodes to be first-class contents and set field contents of the presentation indication fields of the other nodes to be second-class contents; wherein the rest nodes are nodes left after the M nodes are removed from the N nodes;
and the node extraction unit is used for extracting the node which shows the field content of the indication field as the first type content from the N nodes stored in the node database so as to obtain the M nodes.
In order to implement the expandability of the template database and modify the existing presentation style template, the presentation system in this embodiment may further include a template development module and a template modification module; wherein,
the template development module is used for providing a template development interface for a user so that the user can develop a new presentation style template through the template development interface and store the new presentation style template developed by the user into the template database;
and the template modification module is used for providing a template modification interface for a user so that the user can modify any presentation style template stored in the template database through the template modification interface.
The embodiment of the invention discloses a display system of a tree structure, wherein the tree structure comprises N nodes; the above presentation system includes: the first information acquisition module is used for acquiring node selection information sent by a user, the node selection information comprises node information of M nodes needing to be displayed and processed selected by the user from N nodes, and M is a positive integer not greater than N; the second information acquisition module is used for acquiring template selection information sent by a user, and the template selection information comprises a template identifier of a presentation style template specified by the user; and the template extraction module extracts a corresponding presentation style template from the template database according to the template selection information, and performs corresponding presentation processing on the M nodes by using the presentation style template.
Therefore, in the embodiment of the invention, when part of the N nodes in the tree structure needs to be displayed, the display style template specified by the user can be extracted from the template database according to the actual requirement of the user, so that the part of the nodes in the tree structure is displayed and processed by using the display style template, thereby not only avoiding the singleness of the display form, but also realizing the local display processing of the tree structure, namely realizing the diversity display and flexible display of the tree structure, and further improving the user experience.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The method and system for displaying a tree structure provided by the present invention are described in detail above, and a specific example is applied in the description to explain the principle and the implementation of the present invention, and the description of the above embodiment is only used to help understanding the method and the core idea of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.
Claims (10)
1. A tree structure display method is characterized in that the tree structure comprises N nodes, wherein N is a positive integer; the display method comprises the following steps:
acquiring node selection information sent by a user, wherein the node selection information comprises node information of M nodes needing to be displayed and processed selected by the user from the N nodes, and M is a positive integer not greater than N;
acquiring template selection information sent by a user, wherein the template selection information comprises a template identifier of a presentation style template specified by the user;
and extracting a corresponding presentation style template from a template database according to the template selection information, and performing corresponding presentation processing on the M nodes by using the presentation style template.
2. The method for displaying a tree structure according to claim 1, wherein the process of performing corresponding display processing on the M nodes by using the display style template comprises:
extracting the M nodes from a node database according to the node selection information, and packaging the extracted M nodes into json character strings;
and performing corresponding display processing on the json character string by using a display style template extracted from the template database according to the template selection information.
3. The method according to claim 2, wherein each of the N nodes comprises a presentation indication field, and the field content of the presentation indication field of any node comprises a first type of content for representing the presentation processing of the node or a second type of content for representing the hiding processing of the node.
4. The method for displaying a tree structure according to claim 3, wherein the extracting the M nodes from the node database according to the node selection information comprises:
according to the node selection information, correspondingly setting field contents of the N nodes stored in a node database, so that the field contents of the display indication fields of the M nodes are all set as first-class contents, and the field contents of the display indication fields of the other nodes are all set as second-class contents; wherein the rest nodes are nodes left after the M nodes are removed from the N nodes;
and extracting nodes with field contents showing indication fields as first-class contents from the N nodes stored in the node database to obtain the M nodes.
5. A presentation method of a tree structure according to any one of claims 1 to 4, further comprising:
and providing a template development interface for a user so that the user develops a new presentation style template through the template development interface and stores the new presentation style template developed by the user in the template database.
6. A method for displaying a tree structure according to claim 5, further comprising:
and providing a template modification interface for a user so that the user can modify any presentation style template stored in the template database through the template modification interface.
7. A tree structure display system is characterized in that the tree structure comprises N nodes, wherein N is a positive integer; the presentation system includes:
the first information acquisition module is used for acquiring node selection information sent by a user, wherein the node selection information comprises node information of M nodes needing to be displayed and processed selected by the user from the N nodes, and M is a positive integer not greater than N;
the second information acquisition module is used for acquiring template selection information sent by a user, wherein the template selection information comprises a template identifier of a presentation style template specified by the user;
the template extraction module is used for extracting a corresponding presentation style template from a template database according to the template selection information;
and the display processing module is used for performing corresponding display processing on the M nodes by using the display style template extracted by the template extraction module.
8. The tree structured presentation system of claim 7, wherein the presentation processing module comprises:
a node extractor for extracting the M nodes from a node database according to the node selection information;
the node packager is used for packaging the M nodes extracted by the node extractor into json character strings;
and the presentation processor is used for carrying out corresponding presentation processing on the json character string by utilizing the presentation style template extracted by the template extraction module.
9. The system of claim 8, wherein each of the N nodes includes a presentation indication field, and the field content of the presentation indication field of any node includes a first type of content for indicating the node to be presented or a second type of content for indicating the node to be hidden; the node extractor includes:
a field content setting unit, configured to perform field content setting on the N nodes stored in the node database correspondingly according to the node selection information, so as to set field contents of the presentation indication fields of the M nodes to first-class contents and set field contents of the presentation indication fields of the other nodes to second-class contents; wherein the rest nodes are nodes left after the M nodes are removed from the N nodes;
and the node extraction unit is used for extracting the nodes which show the field contents of the indication fields as the first-class contents from the N nodes stored in the node database so as to obtain the M nodes.
10. The tree structure presentation system according to any one of claims 7 to 9, further comprising:
the template development module is used for providing a template development interface for a user so that the user can develop a new presentation style template through the template development interface and store the new presentation style template developed by the user into the template database;
and the template modification module is used for providing a template modification interface for a user so that the user can modify any presentation style template stored in the template database through the template modification interface.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510824743.5A CN105488128A (en) | 2015-11-24 | 2015-11-24 | Tree structure display method and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510824743.5A CN105488128A (en) | 2015-11-24 | 2015-11-24 | Tree structure display method and system |
Publications (1)
Publication Number | Publication Date |
---|---|
CN105488128A true CN105488128A (en) | 2016-04-13 |
Family
ID=55675103
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510824743.5A Pending CN105488128A (en) | 2015-11-24 | 2015-11-24 | Tree structure display method and system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN105488128A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108205521A (en) * | 2016-12-19 | 2018-06-26 | 北京奇虎科技有限公司 | A kind of method and apparatus for generating resume |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1658106A (en) * | 2004-02-20 | 2005-08-24 | 横河电机株式会社 | Machine management system and message server used for machine management |
US20070234282A1 (en) * | 2006-03-31 | 2007-10-04 | Uta Prigge | Composite application modeling |
CN101477459A (en) * | 2008-12-19 | 2009-07-08 | 北京数码大方科技有限公司 | Node attribute display method used for tree view of management information system |
CN101833458A (en) * | 2010-05-28 | 2010-09-15 | 北京中恒博瑞数字电力科技有限公司 | Method for automatically generating user application interface based on template |
CN102043627A (en) * | 2010-12-24 | 2011-05-04 | 中国农业银行股份有限公司 | Development method and system of comparable data showing program of browser server architecture |
CN103823676A (en) * | 2014-02-14 | 2014-05-28 | 珠海市君天电子科技有限公司 | Display control method, display control device and client side |
CN104063381A (en) * | 2013-03-19 | 2014-09-24 | 华为技术有限公司 | Multilevel tree menu display method and terminal |
CN104145271A (en) * | 2012-03-02 | 2014-11-12 | 国际商业机器公司 | Data display device, data display method and program |
-
2015
- 2015-11-24 CN CN201510824743.5A patent/CN105488128A/en active Pending
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1658106A (en) * | 2004-02-20 | 2005-08-24 | 横河电机株式会社 | Machine management system and message server used for machine management |
US20070234282A1 (en) * | 2006-03-31 | 2007-10-04 | Uta Prigge | Composite application modeling |
CN101477459A (en) * | 2008-12-19 | 2009-07-08 | 北京数码大方科技有限公司 | Node attribute display method used for tree view of management information system |
CN101833458A (en) * | 2010-05-28 | 2010-09-15 | 北京中恒博瑞数字电力科技有限公司 | Method for automatically generating user application interface based on template |
CN102043627A (en) * | 2010-12-24 | 2011-05-04 | 中国农业银行股份有限公司 | Development method and system of comparable data showing program of browser server architecture |
CN104145271A (en) * | 2012-03-02 | 2014-11-12 | 国际商业机器公司 | Data display device, data display method and program |
CN104063381A (en) * | 2013-03-19 | 2014-09-24 | 华为技术有限公司 | Multilevel tree menu display method and terminal |
CN103823676A (en) * | 2014-02-14 | 2014-05-28 | 珠海市君天电子科技有限公司 | Display control method, display control device and client side |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108205521A (en) * | 2016-12-19 | 2018-06-26 | 北京奇虎科技有限公司 | A kind of method and apparatus for generating resume |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111352682B (en) | Page rendering method, device, server and readable storage medium | |
CN103914546B (en) | Data-updating method and its device | |
CN108399150B (en) | Text processing method and device, computer equipment and storage medium | |
US20160188744A1 (en) | Data detection method, data detection device, and program | |
CN103608802B (en) | The method and system of Choose for user between the file and source file fetched | |
CN102027473A (en) | Deep tag cloud associated with streaming media | |
US10002117B1 (en) | Translating annotation tags into suggested markup | |
US9262550B2 (en) | Processing semi-structured data | |
CN104915426B (en) | Information sorting method, the method and device for generating information sorting model | |
CN110750244B (en) | Code synchronization method and device, electronic equipment and storage medium | |
CN104050218B (en) | For providing the method and system that show information in the user interface | |
US20170300574A1 (en) | Data acquisition method, data acquisition apparatus, and recording medium | |
JP6605410B2 (en) | Emotion factor estimation support device, emotion factor estimation support method, and emotion factor estimation support program | |
CN113283216A (en) | Webpage content display method, device, equipment and storage medium | |
US20150301994A1 (en) | Non-transitory computer readable medium, information processing apparatus, and information processing method | |
CN110489628A (en) | Data processing method, device and electronic equipment | |
CN114398138A (en) | Interface generation method and device, computer equipment and storage medium | |
CN105488128A (en) | Tree structure display method and system | |
JP2005301437A (en) | Adaptive web page data extracting device and extracting program | |
CN105450698B (en) | A kind of exposure Log Collect System and method | |
CN107037997A (en) | Method for generating the user interface in mind map form | |
JP2018195272A (en) | Information extraction device | |
KR20170102878A (en) | Method and apparatus for verifying user | |
CN108664511B (en) | Method and device for acquiring webpage information | |
CN114625658A (en) | APP stability test method, device, equipment and computer readable storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20160413 |
|
RJ01 | Rejection of invention patent application after publication |