CN111639071A - Form display method and device - Google Patents

Form display method and device Download PDF

Info

Publication number
CN111639071A
CN111639071A CN201910153833.4A CN201910153833A CN111639071A CN 111639071 A CN111639071 A CN 111639071A CN 201910153833 A CN201910153833 A CN 201910153833A CN 111639071 A CN111639071 A CN 111639071A
Authority
CN
China
Prior art keywords
difference
data
item
versions
items
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.)
Granted
Application number
CN201910153833.4A
Other languages
Chinese (zh)
Other versions
CN111639071B (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.)
Guizhou Baishancloud Technology Co Ltd
Original Assignee
Guizhou Baishancloud 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 Guizhou Baishancloud Technology Co Ltd filed Critical Guizhou Baishancloud Technology Co Ltd
Priority to CN201910153833.4A priority Critical patent/CN111639071B/en
Publication of CN111639071A publication Critical patent/CN111639071A/en
Application granted granted Critical
Publication of CN111639071B publication Critical patent/CN111639071B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Digital Computer Display Output (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a form display method and device. The method and the device relate to the computer internet technology, and solve the problems that the existing form comparison display scheme consumes more system resources, and experiences are poor due to reasons of complicated information, difficult positioning and the like. The method comprises the following steps: obtaining form data of at least two versions, wherein the form data comprises a plurality of form items; and rendering a summary form in the original form framework, and displaying the form data of the at least two versions in the summary form. The technical scheme provided by the invention is suitable for form management, and realizes high-efficiency and simple form comparison display.

Description

Form display method and device
Technical Field
The invention relates to the computer internet technology, in particular to a form display method and device.
Background
The form is the most basic element of the internet, and the form is also the medium for the user to realize real data interaction. The form is used anywhere, such as when registering users, answering online, submitting applications. In an enterprise, many configurations are often required to be implemented through forms, and the configuration needs to know the modification point compared with the last time when being changed.
Most of the existing form comparison tools are realized based on texts, and although the difference of information can be found through plain text comparison, the form information is many, the information is various, and a plain text comparison result is not beneficial to operators to read and timely acquire key information. In addition, the text-based form comparison method generally adopts a form of comparing two versions on the left and the right to present the comparison result, as shown in fig. 1, a plurality of forms to be compared are respectively displayed, and data positions with differences are respectively marked in each form. For the scenes with more contents and more complex forms or the scenes of comparison of a plurality of versions of forms, the data volume of the comparison result formed by the presentation mode greatly occupies a large space, and more resources such as a memory, a processor and the like are also occupied during display; the user also needs to use a large space to show all the results during display, and needs to spend a lot of time to know the key information, so that the user is not intuitive and is not convenient to quickly and comprehensively know the form change condition.
In summary, the existing form comparison display scheme consumes more system resources, and experiences are poor due to reasons such as complicated information and difficulty in positioning.
Disclosure of Invention
The present invention is directed to solving the problems described above.
According to a first aspect of the present invention, there is provided a form display method including:
obtaining form data of at least two versions, wherein the form data comprises a plurality of form items;
and rendering a summary form in the original form framework, and displaying the form data of the at least two versions in the summary form.
Preferably, the step of rendering a summary form in the original form framework includes:
comparing and determining the form items with data difference between the form data to be compared and displayed as difference items, and using the data of different versions related to the difference items as the difference information of the difference items;
displaying the difference information for the difference item at a location of the difference item in the aggregated form.
Preferably, the step of displaying the difference information of the difference item at the position of the difference item in the summary form comprises:
isolating the text field and the control field of the form field corresponding to the difference item in the original form frame;
determining the number N of versions related to the difference item;
copying N control domains, and forming a form domain of the difference item in the summary form by using the text domain and the N control domains;
and when the summary form is rendered, filling different versions of data in the difference information into each control field in the form field of the difference item.
Preferably, after the step of obtaining N control fields by copying, and forming the form field of the difference item in the summary form by using the text field and the N control fields, the method further includes:
and marking the position of the component of the form field, setting the position as a cursor position, and temporarily storing the cursor position in the global array.
Preferably, the step of obtaining N control fields by copying, and forming the form field of the difference item in the summary form by using the text field and the N control fields further includes:
different display effects are set for different control fields.
Preferably, the step of rendering a summary form in the original form framework further includes:
and for the form item without data difference in the form data of at least two versions to be contrastively displayed, rendering the form item according to a rendering mode of a corresponding form domain in the original form frame.
The present invention also provides a form display apparatus, comprising:
the multi-version data extraction module is used for acquiring form data of at least two versions, and the form data comprises a plurality of form items;
and the merging display module is used for rendering a summary form in the original form framework and displaying the form data of the at least two versions in the summary form.
Preferably, the merged display module includes:
the difference item screening unit is used for comparing and determining the form items with data differences among the form data to be compared and displayed as difference items, and using the data of different versions related to the difference items as the difference information of the difference items;
a difference item rendering unit for displaying the difference information of the difference item at the position of the difference item in the summary form.
Preferably, the difference item rendering unit includes:
a domain isolation subunit, configured to isolate a text domain and a control domain of the form domain corresponding to the difference item in the original form frame;
a quantity statistics subunit, configured to determine a quantity N of versions to which the difference item relates;
the form field generating subunit is used for copying N control fields, and forming the form fields of the difference items in the summary form by the text field and the N control fields;
and the rendering subunit is used for respectively filling the data of different versions in the difference information into each control domain in the form domain of the difference item when the summary form is rendered.
The invention also provides a computer device comprising a processor and a memory, a computer program being stored in the memory, the processor realizing the following steps when running the computer program:
obtaining form data of at least two versions, wherein the form data comprises a plurality of form items;
and rendering a summary form in the original form framework, and displaying the form data of the at least two versions in the summary form.
The invention provides a form display method and device. The method comprises the steps of obtaining form data of at least two versions, wherein the form data comprises a plurality of form items, rendering a summary form in an original form frame, and displaying the form data of the at least two versions in the summary form. The result of comparing a plurality of versions of forms is displayed in the same frame, so that the problems of large consumption of resources and poor user experience during form comparison and display are solved, the display mode is simplified, the form items can be conveniently positioned and changed, the form information can be comprehensively known, and the use experience is greatly improved.
Other characteristic features and advantages of the invention will become apparent from the following description of exemplary embodiments, which is to be read in connection with the accompanying drawings.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of the specification, illustrate embodiments of the invention and together with the description, serve to explain the principles of the invention. In the drawings, like reference numerals are used to indicate like elements. The drawings in the following description are directed to some, but not all embodiments of the invention. For a person skilled in the art, other figures can be derived from these figures without inventive effort.
FIG. 1 is a schematic diagram showing a left-right comparison display mode;
fig. 2 is a flowchart illustrating a form display method according to an embodiment of the present invention;
FIG. 3 is a schematic flow chart illustrating the step 202 in FIG. 2;
FIG. 4 is a schematic flowchart illustrating the detailed process of step 302 in FIG. 3;
FIG. 5 is a flowchart illustrating a further form displaying method according to an embodiment of the present invention;
FIG. 6 is a diagram illustrating a comparison result of a form displayed by the form display method according to the embodiment of the present invention;
FIG. 7 is a schematic structural diagram of a form display apparatus according to an embodiment of the present invention;
FIG. 8 is a schematic structural diagram of the merged display module 702 in FIG. 7;
FIG. 9 is a schematic structural diagram of the difference item rendering unit 802 in FIG. 8;
fig. 10 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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 some, but not all, embodiments of the present invention. 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. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
For the scenes with more contents and more complex forms or the scenes with comparison of a plurality of versions of forms, the data volume of the comparison result formed by the presentation modes of plain text comparison and parallel display greatly occupies a large space, and more resources such as a memory, a processor and the like are also occupied during display; the user also needs to use a large space to show all the results during display, and needs to spend a lot of time to know the key information, so that the user is not intuitive and is not convenient to quickly and comprehensively know the form change condition.
In summary, the existing form comparison display scheme consumes more system resources, and experiences are poor due to reasons such as complicated information and difficulty in positioning.
In order to solve the above problem, embodiments of the present invention provide a form display method and apparatus. The result of comparing the forms of the multiple versions is displayed in the same frame, so that the display mode is simplified, the form items can be conveniently positioned and changed, the form information can be comprehensively known, and the use experience is greatly improved.
First, an embodiment of the present invention will be described with reference to the drawings.
The embodiment of the invention provides a form display method, and the flow of the method for contrastively displaying forms of different versions is shown in figure 2, and the method comprises the following steps:
step 201, obtaining at least two versions of form data, where the form data includes a plurality of form items.
Step 202, a summary form is rendered in the original form framework, and the form data of the at least two versions are displayed in the summary form.
In the embodiment of the invention, the result of comparison of the form data of a plurality of versions is displayed through one form. Step 202, as shown in fig. 3 specifically, for the form item whose content has not changed, rendering is completed through step 303; for the form item with the content of the same form item different among the plurality of versions, the rendering is completed through step 301 and step 302. The method specifically comprises the following steps:
step 301, comparing the form items with data differences between the form data to be compared and displayed to determine as difference items, and using the data of different versions related to the difference items as difference information of the difference items.
In this step, for the form item having data difference between different versions, since data change occurs between different versions of the form item, the change needs to be presented. Firstly, such a form item needs to be determined as a difference item, and the content of the difference item in different data versions is difference information.
Step 302, displaying the difference information of the difference item at the position of the difference item in the summary form.
In the embodiment of the invention, the compared contents of a plurality of version forms are presented through one summary form. The frame of the summary form is identical to the original form frame, and only the difference information is displayed at the position of the difference item.
As shown in fig. 4, step 302 specifically includes:
step 401, isolating the text field and the control field of the form field corresponding to the difference item in the original form frame.
In this step, the text field and the control field of the form item are isolated, so that the control field is complicated.
And 402, determining the number N of versions related to the difference item.
In this step, the difference item data of all or part of the version forms can be selected and displayed, and the number of versions to be displayed is the number N of versions related to the difference item. Specifically, for the case that the content of the difference item of each version is different, all versions can be displayed; for the case that the contents of the partial versions of the difference item are the same, all versions can be displayed, and one same result and other different results can also be displayed.
For example, for a difference item a, if the contents of the difference item a in the four version tables are x, y, and z, respectively, all versions can be displayed, and the number of versions related to the difference item is 4; two versions with x content can also be merged into one result, and three results of x, y and z are displayed, and the number of versions related to the difference item is 3.
And step 403, obtaining N control fields by copying, and forming a form field of the difference item in the summary form by using the text field and the N control fields.
And step 404, performing pattern matching on the control domain obtained by copying.
The control field style includes an input box or a drop-down box or the like into which data can be input. Style adaptation refers to copying multiple form fields under a pass-through field, which may present style problems, so fine-tuning matching may be performed if necessary.
In addition, as the display content is increased, the height of the form may need to be increased to display the content of all the difference items, and at this time, style matching may also be performed to adjust the display effect. For example, when textarea is high, two high textareas may not be displayed in the top and bottom, but may be adjusted to be displayed side by side in the left and right direction.
Step 405, setting different display effects for different control fields.
In this step, different versions can be marked by backgrounds with different colors, and for one difference top, the content display background of a certain version is set to be the color corresponding to the version; the color of the font of different versions can be set; it is also possible to set a number to distinguish between different versions and display the version number in front of the content. This step is to further highlight the difference between different versions, so as to locate the difference item, and the above list is only a part of examples.
And 406, marking the position of the element of the form field, setting the position as a cursor position, and temporarily storing the cursor position in the global array.
Step 407, when rendering the summary form, filling data of different versions in the difference information into each control field in the form field of the difference item, respectively.
And 303, rendering the form item without data difference in the form data of the at least two versions to be contrastively displayed according to a rendering mode of a corresponding form domain in an original form frame.
In the step, for the list items without difference, the rendering is completed according to the original form rendering mode.
An embodiment of the present invention further provides another form display method, which is described by taking an example of comparing two versions of forms and displaying a comparison result. The specific process is shown in fig. 5, and includes:
and 501, acquiring form data of the difference versions, and judging the difference items.
In this step, the form item with the difference needs to be determined as the difference item, and data comparison can be performed at the client or at the server, so as to finally obtain two pieces of form data identifying the difference item.
After the difference item is obtained, step 502, the difference item is implemented by a differentiated high-order component.
And for the list items without difference, rendering by keeping the original rendering mode. E.g., using fact to keep the original UI component rendering.
And for the difference item, rendering by using a high-order component, wherein the high-order component mainly realizes the following functions:
1. and isolating the text field and the control field of the original form field.
2. A form field is copied and style adaptation is done.
3. The front and back states are distinguished by color, e.g., green for the original form item and red for the modified form item.
4. And marking the scroll bar position of the page element of the component of the form field, setting the scroll bar position as a cursor position, and temporarily storing the cursor position in the global array.
And 503, transmitting data, and backfilling the data of the form.
In this step, a summary form is formed, and the form data is backfilled using the original form architecture. The backfill of non-difference items can be completed by using the original UI control, and the backfill of difference items can be completed by using the high-order component.
And step 504, rendering the whole form to the browser end.
And 505, rendering the temporarily stored cursor to the browser end according to the cursor array.
Through the technical scheme provided by the embodiment of the invention, data in a plurality of versions can be directly displayed at the upper and lower positions of one placeholder, as shown in fig. 6, contrast display is realized, and a difference item can be quickly positioned through a cursor position.
An embodiment of the present invention further provides a form display apparatus, which is configured as shown in fig. 7, and includes:
a multi-version data extraction module 701, configured to obtain form data of at least two versions, where the form data includes multiple form items;
a merging display module 702, configured to render a summary form in an original form frame, and display the form data of the at least two versions in the summary form.
Preferably, the structure of the merged display module 702 is as shown in fig. 8, and includes:
a difference item screening unit 801, configured to compare and determine that a form item with a data difference exists between the form data to be compared and displayed is used as a difference item, and use data of different versions related to the difference item as difference information of the difference item;
a difference item rendering unit 802, configured to display the difference information of the difference item at a position of the difference item in the summary form.
Preferably, the structure of the difference item rendering unit 802 is shown in fig. 9, and includes:
a domain isolation subunit 901, configured to isolate a text domain and a control domain of the form domain corresponding to the difference item in the original form frame;
a quantity statistics subunit 902, configured to determine a quantity N of versions to which the difference item relates;
a form field generation subunit 903, configured to copy to obtain N control fields, and form, by using the text field and the N control fields, a form field of the difference item in the summary form;
a rendering subunit 904, configured to fill, when rendering the summary form, data of different versions in the difference information into each control field in the form field of the difference item, respectively.
An embodiment of the present invention further provides a computer device, whose structure is shown in fig. 10, and includes a processor 1001 and a memory 1002, where a computer program 1003 is stored in the memory 1002, and when the processor 1001 runs the computer program 1003, the following steps are implemented:
obtaining form data of at least two versions, wherein the form data comprises a plurality of form items;
and rendering a summary form in the original form framework, and displaying the form data of the at least two versions in the summary form.
The embodiment of the invention provides a form display method and device. The method comprises the steps of obtaining form data of at least two versions, wherein the form data comprises a plurality of form items, rendering a summary form in an original form frame, and displaying the form data of the at least two versions in the summary form. The result of comparing the forms of the multiple versions is displayed in the same frame, so that the display mode is simplified, the form items can be conveniently positioned and changed, the form information can be comprehensively known, and the use experience is greatly improved. Further, a comparison of the difference items shows that a difference container component is added to realize backfill of the data of the difference items. And recording the real dom position of the modification point, and then recording the modification point of the form through the color at the corresponding vertical position, so that the user can quickly position the form modification item through the abbreviation point. Through the mode of inline contrast, browse more directly perceived, more difficult occupation space. The expansibility is strong, the original form style cannot be damaged, and any form item component can be compared. The method is also suitable for scenes with more contrast, and the original transverse layout cannot be damaged. By locating the thumbnail points of the difference items, the difference items can be quickly browsed. The method can keep the logicality and the extensibility of the original form, and can realize the comparison of the forms under the condition of inputting multi-version new and old data.
It will be understood by those of ordinary skill in the art that all or some of the steps of the methods, systems, functional modules/units in the devices disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof. In a hardware implementation, the division between functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, one physical component may have multiple functions, or one function or step may be performed by several physical components in cooperation. Some or all of the components may be implemented as software executed by a processor, such as a digital signal processor or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). The term computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data, as is well known to those of ordinary skill in the art. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by a computer. In addition, communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media as known to those skilled in the art.
The above-described aspects may be implemented individually or in various combinations, and such variations are within the scope of the present invention.
Finally, it should be noted that: the above examples are only for illustrating the technical solutions of the present invention, and are not limited thereto. 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 (10)

1. A form display method, comprising:
obtaining form data of at least two versions, wherein the form data comprises a plurality of form items;
and rendering a summary form in the original form framework, and displaying the form data of the at least two versions in the summary form.
2. The form display method of claim 1, wherein the step of rendering a summary form in the existing form frame comprises:
comparing and determining the form items with data difference between the form data to be compared and displayed as difference items, and using the data of different versions related to the difference items as the difference information of the difference items;
displaying the difference information for the difference item at a location of the difference item in the aggregated form.
3. The form display method according to claim 2, wherein the step of displaying the difference information of the difference item at a position of the difference item in the summary form comprises:
isolating the text field and the control field of the form field corresponding to the difference item in the original form frame;
determining the number N of versions related to the difference item;
copying N control domains, and forming a form domain of the difference item in the summary form by using the text domain and the N control domains;
and when the summary form is rendered, filling different versions of data in the difference information into each control field in the form field of the difference item.
4. The form display method of claim 3, wherein the step of copying N control fields, and composing the form field of the difference item in the summary form with the text field and the N control fields further comprises:
and marking the position of the component of the form field, setting the position as a cursor position, and temporarily storing the cursor position in the global array.
5. The form display method of claim 3, wherein the step of copying N control fields, and composing the difference item with the text field and the N control fields into a form field in the summary form further comprises:
different display effects are set for different control fields.
6. The form display method of claim 2, wherein the step of rendering a summary form in the existing form frame further comprises:
and for the form item without data difference in the form data of at least two versions to be contrastively displayed, rendering the form item according to a rendering mode of a corresponding form domain in the original form frame.
7. A form display apparatus, comprising:
the multi-version data extraction module is used for acquiring form data of at least two versions, and the form data comprises a plurality of form items;
and the merging display module is used for rendering a summary form in the original form framework and displaying the form data of the at least two versions in the summary form.
8. The form display apparatus of claim 7, wherein the consolidated display module comprises:
the difference item screening unit is used for comparing and determining the form items with data differences among the form data to be compared and displayed as difference items, and using the data of different versions related to the difference items as the difference information of the difference items;
a difference item rendering unit for displaying the difference information of the difference item at the position of the difference item in the summary form.
9. The form display apparatus according to claim 8, wherein the difference item rendering unit includes:
a domain isolation subunit, configured to isolate a text domain and a control domain of the form domain corresponding to the difference item in the original form frame;
a quantity statistics subunit, configured to determine a quantity N of versions to which the difference item relates;
the form field generating subunit is used for copying N control fields, and forming the form fields of the difference items in the summary form by the text field and the N control fields;
and the rendering subunit is used for respectively filling the data of different versions in the difference information into each control domain in the form domain of the difference item when the summary form is rendered.
10. A computer device comprising a processor and a memory, a computer program being stored in the memory, the processor realizing the following steps when running the computer program:
obtaining form data of at least two versions, wherein the form data comprises a plurality of form items;
and rendering a summary form in the original form framework, and displaying the form data of the at least two versions in the summary form.
CN201910153833.4A 2019-03-01 2019-03-01 Form display method and device Active CN111639071B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910153833.4A CN111639071B (en) 2019-03-01 2019-03-01 Form display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910153833.4A CN111639071B (en) 2019-03-01 2019-03-01 Form display method and device

Publications (2)

Publication Number Publication Date
CN111639071A true CN111639071A (en) 2020-09-08
CN111639071B CN111639071B (en) 2023-07-28

Family

ID=72329045

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910153833.4A Active CN111639071B (en) 2019-03-01 2019-03-01 Form display method and device

Country Status (1)

Country Link
CN (1) CN111639071B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1006664A2 (en) * 1998-12-03 2000-06-07 Sel Semiconductor Energy Laboratory Co., Ltd. Digital analog converter and electronic device using the same
US20040237040A1 (en) * 2003-05-19 2004-11-25 Malkin Wayne Allan System and method of processing an electronic form using layered aspects
CN1801197A (en) * 2005-01-07 2006-07-12 环隆电气股份有限公司 Difference data integration and comparison method
US20070198940A1 (en) * 2006-02-21 2007-08-23 Microsoft Corporation Logical representation of a user interface form
US20080052287A1 (en) * 2003-08-06 2008-02-28 Microsoft Corporation Correlation, Association, or Correspondence of Electronic Forms
JP2008165506A (en) * 2006-12-28 2008-07-17 Hitachi Computer Peripherals Co Ltd Form identification apparatus and form identification program
CN102004787A (en) * 2010-12-07 2011-04-06 江西省电力公司信息通信中心 Method for combining multiple application scene forms based on office software plugins
CN103810314A (en) * 2012-11-15 2014-05-21 商业对象软件有限公司 Instrument board cooperation device
US20150301994A1 (en) * 2014-04-16 2015-10-22 Fuji Xerox Co., Ltd. Non-transitory computer readable medium, information processing apparatus, and information processing method
CN106663090A (en) * 2014-06-09 2017-05-10 微软技术许可有限责任公司 Converting presentation metadata to a browser-renderable format during compilation
CN106775667A (en) * 2016-11-30 2017-05-31 福建榕基软件股份有限公司 A kind of many form information Dynamic Display method and devices
CN107357913A (en) * 2017-07-19 2017-11-17 微鲸科技有限公司 Multiple terminals collaboration list filling method and for realizing its terminal
CN108108436A (en) * 2017-12-20 2018-06-01 东软集团股份有限公司 Date storage method, device, storage medium and electronic equipment
CN108664510A (en) * 2017-03-31 2018-10-16 北京京东尚科信息技术有限公司 Information acquisition method and device

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1006664A2 (en) * 1998-12-03 2000-06-07 Sel Semiconductor Energy Laboratory Co., Ltd. Digital analog converter and electronic device using the same
US20040237040A1 (en) * 2003-05-19 2004-11-25 Malkin Wayne Allan System and method of processing an electronic form using layered aspects
US20080052287A1 (en) * 2003-08-06 2008-02-28 Microsoft Corporation Correlation, Association, or Correspondence of Electronic Forms
CN1801197A (en) * 2005-01-07 2006-07-12 环隆电气股份有限公司 Difference data integration and comparison method
US20070198940A1 (en) * 2006-02-21 2007-08-23 Microsoft Corporation Logical representation of a user interface form
JP2008165506A (en) * 2006-12-28 2008-07-17 Hitachi Computer Peripherals Co Ltd Form identification apparatus and form identification program
CN102004787A (en) * 2010-12-07 2011-04-06 江西省电力公司信息通信中心 Method for combining multiple application scene forms based on office software plugins
CN103810314A (en) * 2012-11-15 2014-05-21 商业对象软件有限公司 Instrument board cooperation device
US20150301994A1 (en) * 2014-04-16 2015-10-22 Fuji Xerox Co., Ltd. Non-transitory computer readable medium, information processing apparatus, and information processing method
CN106663090A (en) * 2014-06-09 2017-05-10 微软技术许可有限责任公司 Converting presentation metadata to a browser-renderable format during compilation
CN106775667A (en) * 2016-11-30 2017-05-31 福建榕基软件股份有限公司 A kind of many form information Dynamic Display method and devices
CN108664510A (en) * 2017-03-31 2018-10-16 北京京东尚科信息技术有限公司 Information acquisition method and device
CN107357913A (en) * 2017-07-19 2017-11-17 微鲸科技有限公司 Multiple terminals collaboration list filling method and for realizing its terminal
CN108108436A (en) * 2017-12-20 2018-06-01 东软集团股份有限公司 Date storage method, device, storage medium and electronic equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
戴威: ""锦州市高新区管委会办公自动化系统的分析与设计"" *
郭庆军: ""一种多结构数据转换及对比算法"" *

Also Published As

Publication number Publication date
CN111639071B (en) 2023-07-28

Similar Documents

Publication Publication Date Title
CN109614424B (en) Page layout generation method, device, computing equipment and medium
US9317496B2 (en) Workflow system and method for creating, distributing and publishing content
CN106687945B (en) Long-range script management
CN100334588C (en) File management method, file management device, annotation information generation method, and annotation information generation device
US8938685B2 (en) Automated graphical user interface design and development systems and methods
CN109408764B (en) Page area dividing method, device, computing equipment and medium
US20160350270A1 (en) Information processing apparatus and method and non-transitory computer readable medium
CN105027207B (en) Method and system for recording information about rendered assets
US10089120B2 (en) Widgets in digital dashboards
US20120317469A1 (en) Device, method, and computer readable medium for providing forms
CN101312065A (en) Content display method, content display apparatus, recording medium, and server apparatus
CN110515606B (en) Block-based component development method
CN105824517B (en) A kind of implementation method and device of desktop
US7720814B2 (en) Repopulating a database with document content
US20190303984A1 (en) Digital Catalog Creation Systems and Techniques
CN109446199B (en) Cell data processing method and device
CN117093219B (en) Visualization method based on data source, electronic equipment and storage medium
JP2008052603A (en) Table editing device and table editing method
CN112286525A (en) Skeleton screen generation method, device and equipment
CN110198420B (en) Video generation method and device based on nonlinear video editing
US10937012B2 (en) Remote document generation
CN111639071B (en) Form display method and device
US20090002386A1 (en) Graphical Representation Creation Mechanism
KR102087274B1 (en) Web electric document editing apparatus for rendering object and operating method thereof
CN100349203C (en) Co-screen displaying device supporting scale chracter shape and method thereof

Legal Events

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